@annalib/anna-core 31.0.22 → 31.0.23
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/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1963,8 +1963,10 @@ class AnnaFilterService {
|
|
|
1963
1963
|
"udImpsToDate",
|
|
1964
1964
|
"odGrpToDate",
|
|
1965
1965
|
"odImpsToDate",
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
1966
|
+
"scheduledADUsProjGrp",
|
|
1967
|
+
"scheduledADUsProjImps",
|
|
1968
|
+
"postedADUsGrp",
|
|
1969
|
+
"postedADUsImps",
|
|
1968
1970
|
"bookedVal",
|
|
1969
1971
|
"userMGValue"
|
|
1970
1972
|
];
|
|
@@ -4836,8 +4838,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4836
4838
|
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
|
|
4837
4839
|
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
|
|
4838
4840
|
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
|
|
4839
|
-
this.tooltipRadioTextMap.set("
|
|
4840
|
-
this.tooltipRadioTextMap.set("
|
|
4841
|
+
this.tooltipRadioTextMap.set("scheduledADUsProjGrp", "Sch. ADUs Proj. GRP");
|
|
4842
|
+
this.tooltipRadioTextMap.set("scheduledADUsProjImps", "Sch. ADUs Proj. IMPS");
|
|
4843
|
+
this.tooltipRadioTextMap.set("postedADUsGrp", "Posted ADUs GRP");
|
|
4844
|
+
this.tooltipRadioTextMap.set("postedADUsImps", "Posted ADUs IMPS");
|
|
4841
4845
|
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4842
4846
|
this.tooltipRadioTextMap.set("station", "Station");
|
|
4843
4847
|
this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
|