@annalib/anna-core 13.0.5 → 13.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/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 +6 -6
- package/fesm2015/annalib-anna-core.mjs +11 -7
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +11 -7
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1322,8 +1322,12 @@ class AnnaFilterService {
|
|
|
1322
1322
|
"userMG",
|
|
1323
1323
|
"WeeklyAUR",
|
|
1324
1324
|
"WeeklyAURatingOrImpressions",
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1325
|
+
"MGsValue",
|
|
1326
|
+
"ADUsValue",
|
|
1327
|
+
"UserCreditedValue",
|
|
1328
|
+
"UserUnresolvedValue",
|
|
1329
|
+
"BuyerAddedValue",
|
|
1330
|
+
"BuyerDeletedValue",
|
|
1327
1331
|
"BuyerChangesValue",
|
|
1328
1332
|
"UserChangesValue",
|
|
1329
1333
|
"BookedGRPOrIMPS",
|
|
@@ -1975,7 +1979,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1975
1979
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
1976
1980
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
1977
1981
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
1978
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
1982
|
+
this.tooltipRadioTextMap.set("productCode", "Product Category");
|
|
1979
1983
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
1980
1984
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
1981
1985
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|
|
@@ -2076,10 +2080,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2076
2080
|
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
2077
2081
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
2078
2082
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
2079
|
-
this.tooltipRadioTextMap.set("
|
|
2080
|
-
this.tooltipRadioTextMap.set("
|
|
2081
|
-
this.tooltipRadioTextMap.set("
|
|
2082
|
-
this.tooltipRadioTextMap.set("
|
|
2083
|
+
this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
|
|
2084
|
+
this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
|
|
2085
|
+
this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
|
|
2086
|
+
this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
|
|
2083
2087
|
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
2084
2088
|
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
2085
2089
|
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|