@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
|
@@ -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#");
|
|
@@ -2078,10 +2082,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2078
2082
|
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
2079
2083
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
2080
2084
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
2081
|
-
this.tooltipRadioTextMap.set("
|
|
2082
|
-
this.tooltipRadioTextMap.set("
|
|
2083
|
-
this.tooltipRadioTextMap.set("
|
|
2084
|
-
this.tooltipRadioTextMap.set("
|
|
2085
|
+
this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
|
|
2086
|
+
this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
|
|
2087
|
+
this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
|
|
2088
|
+
this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
|
|
2085
2089
|
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
2086
2090
|
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
2087
2091
|
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|