@annalib/anna-core 13.0.5 → 13.1.1
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/services/anna-filter.service.mjs +7 -3
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +10 -6
- package/fesm2015/annalib-anna-core.mjs +15 -7
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +15 -7
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1332,8 +1332,12 @@ class AnnaFilterService {
|
|
|
1332
1332
|
"userMG",
|
|
1333
1333
|
"WeeklyAUR",
|
|
1334
1334
|
"WeeklyAURatingOrImpressions",
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1335
|
+
"MGsValue",
|
|
1336
|
+
"ADUsValue",
|
|
1337
|
+
"UserCreditedValue",
|
|
1338
|
+
"UserUnresolvedValue",
|
|
1339
|
+
"BuyerAddedValue",
|
|
1340
|
+
"BuyerDeletedValue",
|
|
1337
1341
|
"BuyerChangesValue",
|
|
1338
1342
|
"UserChangesValue",
|
|
1339
1343
|
"BookedGRPOrIMPS",
|
|
@@ -1977,7 +1981,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1977
1981
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
1978
1982
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
1979
1983
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
1980
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
1984
|
+
this.tooltipRadioTextMap.set("productCode", "Product Category");
|
|
1981
1985
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
1982
1986
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
1983
1987
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|
|
@@ -1993,6 +1997,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1993
1997
|
this.tooltipRadioTextMap.set("startEndTimeMulti", "Time");
|
|
1994
1998
|
this.tooltipRadioTextMap.set("bookedValue", "Booked");
|
|
1995
1999
|
this.tooltipRadioTextMap.set("bookedSpots", "Spots");
|
|
2000
|
+
this.tooltipRadioTextMap.set("UserCreditedValue", "User Credited");
|
|
2001
|
+
this.tooltipRadioTextMap.set("UserUnresolvedValue", "User Unresolved");
|
|
2002
|
+
this.tooltipRadioTextMap.set("BuyerAddedValue", "Buyer Added");
|
|
2003
|
+
this.tooltipRadioTextMap.set("BuyerDeletedValue", "Buyer Deleted");
|
|
1996
2004
|
this.tooltipRadioTextMap.set("userChanges", "User Changes");
|
|
1997
2005
|
this.tooltipRadioTextMap.set("buyerChanges", "Buyer Changes");
|
|
1998
2006
|
this.tooltipRadioTextMap.set("userMG", "User MG");
|
|
@@ -2078,10 +2086,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2078
2086
|
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
2079
2087
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
2080
2088
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
2081
|
-
this.tooltipRadioTextMap.set("
|
|
2082
|
-
this.tooltipRadioTextMap.set("
|
|
2083
|
-
this.tooltipRadioTextMap.set("
|
|
2084
|
-
this.tooltipRadioTextMap.set("
|
|
2089
|
+
this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
|
|
2090
|
+
this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
|
|
2091
|
+
this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
|
|
2092
|
+
this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
|
|
2085
2093
|
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
2086
2094
|
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
2087
2095
|
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|