@annalib/anna-core 25.2.10 → 25.2.11
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/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +5 -1
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +8 -2
- package/fesm2022/annalib-anna-core.mjs +11 -1
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1852,6 +1852,10 @@ class AnnaFilterService {
|
|
|
1852
1852
|
"WeeklyAURatingOrImpressions",
|
|
1853
1853
|
"MGsValue",
|
|
1854
1854
|
"ADUsValue",
|
|
1855
|
+
"audienceDeficitValue",
|
|
1856
|
+
"userADUValue",
|
|
1857
|
+
"userChangesValue",
|
|
1858
|
+
"buyerChangesValue",
|
|
1855
1859
|
"UserCreditedValue",
|
|
1856
1860
|
"UserUnresolvedValue",
|
|
1857
1861
|
"BuyerAddedValue",
|
|
@@ -4646,7 +4650,13 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4646
4650
|
this.tooltipRadioTextMap.set("offerCount", "Offer Count");
|
|
4647
4651
|
this.tooltipRadioTextMap.set("orderRevisionStatus", "Status");
|
|
4648
4652
|
this.tooltipRadioTextMap.set("offeredADUsValue", "Offered ADUs");
|
|
4649
|
-
this.tooltipRadioTextMap.set("uDProjectionValue", "UD
|
|
4653
|
+
this.tooltipRadioTextMap.set("uDProjectionValue", "O/S UD Proj.");
|
|
4654
|
+
this.tooltipRadioTextMap.set("userMGValue", "User MG");
|
|
4655
|
+
this.tooltipRadioTextMap.set("userADUValue", "User ADUs");
|
|
4656
|
+
this.tooltipRadioTextMap.set("outstandingPreemptionsValue", "O/S PE");
|
|
4657
|
+
this.tooltipRadioTextMap.set("audienceDeficitValue", "O/S UD Proj.");
|
|
4658
|
+
this.tooltipRadioTextMap.set("buyerChangesValue", "Buyer Changes");
|
|
4659
|
+
this.tooltipRadioTextMap.set("userChangesValue", "User Changes");
|
|
4650
4660
|
}
|
|
4651
4661
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4652
4662
|
rowData[columnKeys] = !rowData[columnKeys];
|