@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
|
@@ -1898,6 +1898,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1898
1898
|
ngOnInit() {
|
|
1899
1899
|
}
|
|
1900
1900
|
ngOnChanges(changes) {
|
|
1901
|
+
console.log("changes :", changes);
|
|
1902
|
+
console.log("table headers :", this.tableHeaders);
|
|
1901
1903
|
if (changes && changes["gtDimension"] && changes["gtDimension"].currentValue && this.setTableHeightWhenRowSizeIsFixed) {
|
|
1902
1904
|
this.setTableHeight();
|
|
1903
1905
|
this.setTableBottomBorder();
|
|
@@ -2047,9 +2049,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2047
2049
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2048
2050
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2049
2051
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2050
|
-
this.tooltipRadioTextMap.set("
|
|
2052
|
+
this.tooltipRadioTextMap.set("postedRatings", "Posted Rating");
|
|
2051
2053
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2052
|
-
this.tooltipRadioTextMap.set("
|
|
2054
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|
|
2053
2055
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|
|
2054
2056
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
|
|
2055
2057
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
|
|
@@ -2101,18 +2103,18 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2101
2103
|
this.tooltipRadioTextMap.set("WeeklyAUR", " Avg Rate");
|
|
2102
2104
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2103
2105
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2104
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
2106
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
2105
2107
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2106
|
-
this.tooltipRadioTextMap.set("AUIMPS", "Avg
|
|
2108
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMPS('000)");
|
|
2107
2109
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
2108
2110
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
2109
2111
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
2110
2112
|
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
2111
2113
|
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
2112
2114
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
2113
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked
|
|
2115
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
|
|
2114
2116
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
2115
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted
|
|
2117
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
|
|
2116
2118
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2117
2119
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
2118
2120
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|
|
@@ -6391,15 +6393,7 @@ var Days;
|
|
|
6391
6393
|
Days[Days["F"] = 5] = "F";
|
|
6392
6394
|
Days[Days["Sa"] = 6] = "Sa";
|
|
6393
6395
|
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";
|
|
6396
|
+
})(Days || (Days = {}));
|
|
6403
6397
|
|
|
6404
6398
|
/*
|
|
6405
6399
|
* Public API Surface of anna-core
|
|
@@ -6409,5 +6403,5 @@ OrderSources.WOZ = "WOZ";
|
|
|
6409
6403
|
* Generated bundle index. Do not edit.
|
|
6410
6404
|
*/
|
|
6411
6405
|
|
|
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,
|
|
6406
|
+
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
6407
|
//# sourceMappingURL=annalib-anna-core.mjs.map
|