@annalib/anna-core 31.0.11 → 31.0.12
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 +3 -5
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +11 -5
- package/fesm2022/annalib-anna-core.mjs +12 -8
- 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
|
@@ -1962,10 +1962,8 @@ class AnnaFilterService {
|
|
|
1962
1962
|
"udImpsToDate",
|
|
1963
1963
|
"odGrpToDate",
|
|
1964
1964
|
"odImpsToDate",
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1967
|
-
"postedADUsGrp",
|
|
1968
|
-
"postedADUsImps",
|
|
1965
|
+
"scheduledADUs",
|
|
1966
|
+
"postedADUs",
|
|
1969
1967
|
"bookedVal",
|
|
1970
1968
|
];
|
|
1971
1969
|
const calendarArr = [
|
|
@@ -4836,14 +4834,20 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4836
4834
|
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
|
|
4837
4835
|
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
|
|
4838
4836
|
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
|
|
4839
|
-
this.tooltipRadioTextMap.set("
|
|
4840
|
-
this.tooltipRadioTextMap.set("
|
|
4841
|
-
this.tooltipRadioTextMap.set("postedADUsGrp", "Posted ADUs GRP");
|
|
4842
|
-
this.tooltipRadioTextMap.set("postedADUsImps", "Posted ADUs IMPS");
|
|
4837
|
+
this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
|
|
4838
|
+
this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
|
|
4843
4839
|
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4844
4840
|
this.tooltipRadioTextMap.set("station", "Station");
|
|
4845
4841
|
this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
|
|
4846
4842
|
this.tooltipRadioTextMap.set("market", "Market");
|
|
4843
|
+
// Offer tracker
|
|
4844
|
+
this.tooltipRadioTextMap.set("orderIdPodP4s", "Order Id(POD/P4S)");
|
|
4845
|
+
this.tooltipRadioTextMap.set("altOrRepOrderId", "Alt/Rep Order id");
|
|
4846
|
+
this.tooltipRadioTextMap.set("stnuserReview", "Stn User Review");
|
|
4847
|
+
this.tooltipRadioTextMap.set("reviewedByBuyerName", "Buyer Reviewed By");
|
|
4848
|
+
this.tooltipRadioTextMap.set("reviewedBySM", "SM Reviewed By");
|
|
4849
|
+
this.tooltipRadioTextMap.set("offerId", "Offer Id");
|
|
4850
|
+
this.tooltipRadioTextMap.set("offerType", "Offer Type");
|
|
4847
4851
|
}
|
|
4848
4852
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4849
4853
|
rowData[columnKeys] = !rowData[columnKeys];
|