@annalib/anna-core 31.0.10 → 31.0.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 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +5 -3
- package/fesm2022/annalib-anna-core.mjs +8 -4
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1962,8 +1962,10 @@ class AnnaFilterService {
|
|
|
1962
1962
|
"udImpsToDate",
|
|
1963
1963
|
"odGrpToDate",
|
|
1964
1964
|
"odImpsToDate",
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1965
|
+
"scheduledADUsProjGrp",
|
|
1966
|
+
"scheduledADUsProjImps",
|
|
1967
|
+
"postedADUsGrp",
|
|
1968
|
+
"postedADUsImps",
|
|
1967
1969
|
"bookedVal",
|
|
1968
1970
|
];
|
|
1969
1971
|
const calendarArr = [
|
|
@@ -4834,8 +4836,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4834
4836
|
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
|
|
4835
4837
|
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
|
|
4836
4838
|
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
|
|
4837
|
-
this.tooltipRadioTextMap.set("
|
|
4838
|
-
this.tooltipRadioTextMap.set("
|
|
4839
|
+
this.tooltipRadioTextMap.set("scheduledADUsProjGrp", "Sch. ADUs Proj. GRP");
|
|
4840
|
+
this.tooltipRadioTextMap.set("scheduledADUsProjImps", "Sch. ADUs Proj. IMPS");
|
|
4841
|
+
this.tooltipRadioTextMap.set("postedADUsGrp", "Posted ADUs GRP");
|
|
4842
|
+
this.tooltipRadioTextMap.set("postedADUsImps", "Posted ADUs IMPS");
|
|
4839
4843
|
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4840
4844
|
this.tooltipRadioTextMap.set("station", "Station");
|
|
4841
4845
|
this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
|