@annalib/anna-core 14.0.1 → 14.1.0
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 +9 -7
- package/fesm2015/annalib-anna-core.mjs +10 -16
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +10 -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
|
@@ -1900,6 +1900,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1900
1900
|
ngOnInit() {
|
|
1901
1901
|
}
|
|
1902
1902
|
ngOnChanges(changes) {
|
|
1903
|
+
console.log("changes :", changes);
|
|
1904
|
+
console.log("table headers :", this.tableHeaders);
|
|
1903
1905
|
if (changes && changes["gtDimension"] && changes["gtDimension"].currentValue && this.setTableHeightWhenRowSizeIsFixed) {
|
|
1904
1906
|
this.setTableHeight();
|
|
1905
1907
|
this.setTableBottomBorder();
|
|
@@ -2049,9 +2051,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2049
2051
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2050
2052
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2051
2053
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2052
|
-
this.tooltipRadioTextMap.set("
|
|
2054
|
+
this.tooltipRadioTextMap.set("postedRatings", "Posted Rating");
|
|
2053
2055
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2054
|
-
this.tooltipRadioTextMap.set("
|
|
2056
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|
|
2055
2057
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|
|
2056
2058
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
|
|
2057
2059
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
|
|
@@ -2103,18 +2105,18 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2103
2105
|
this.tooltipRadioTextMap.set("WeeklyAUR", " Avg Rate");
|
|
2104
2106
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2105
2107
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2106
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
2108
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
2107
2109
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2108
|
-
this.tooltipRadioTextMap.set("AUIMPS", "Avg
|
|
2110
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMPS('000)");
|
|
2109
2111
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
2110
2112
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
2111
2113
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
2112
2114
|
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
2113
2115
|
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
2114
2116
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
2115
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked
|
|
2117
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
|
|
2116
2118
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
2117
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted
|
|
2119
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
|
|
2118
2120
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2119
2121
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
2120
2122
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|
|
@@ -6398,15 +6400,7 @@ var Days;
|
|
|
6398
6400
|
Days[Days["F"] = 5] = "F";
|
|
6399
6401
|
Days[Days["Sa"] = 6] = "Sa";
|
|
6400
6402
|
Days[Days["Su"] = 7] = "Su";
|
|
6401
|
-
})(Days || (Days = {}));
|
|
6402
|
-
class OrderSources {
|
|
6403
|
-
}
|
|
6404
|
-
OrderSources.Medialine = "Medialine";
|
|
6405
|
-
OrderSources.Non_electronic = "Non electronic";
|
|
6406
|
-
OrderSources.Others = "Others";
|
|
6407
|
-
OrderSources.WOC_unlinked = "WOC Unlinked";
|
|
6408
|
-
OrderSources.WOC_linked = "WOC Linked";
|
|
6409
|
-
OrderSources.WOZ = "WOZ";
|
|
6403
|
+
})(Days || (Days = {}));
|
|
6410
6404
|
|
|
6411
6405
|
/*
|
|
6412
6406
|
* Public API Surface of anna-core
|
|
@@ -6416,5 +6410,5 @@ OrderSources.WOZ = "WOZ";
|
|
|
6416
6410
|
* Generated bundle index. Do not edit.
|
|
6417
6411
|
*/
|
|
6418
6412
|
|
|
6419
|
-
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,
|
|
6413
|
+
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 };
|
|
6420
6414
|
//# sourceMappingURL=annalib-anna-core.mjs.map
|