@annalib/anna-core 30.2.1 → 30.2.2
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-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +21 -20
- package/fesm2022/annalib-anna-core.mjs +20 -19
- 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
|
@@ -4530,7 +4530,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4530
4530
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
4531
4531
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|
|
4532
4532
|
this.tooltipRadioTextMap.set("stationOrderNumber", "STN Order#");
|
|
4533
|
-
this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order
|
|
4533
|
+
this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order#");
|
|
4534
4534
|
this.tooltipRadioTextMap.set("grp", "GRP");
|
|
4535
4535
|
this.tooltipRadioTextMap.set("cpp", "CPP");
|
|
4536
4536
|
this.tooltipRadioTextMap.set("imps", "IMPS");
|
|
@@ -4564,10 +4564,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4564
4564
|
this.tooltipRadioTextMap.set("osUnderDly", "O/s Under Dly");
|
|
4565
4565
|
this.tooltipRadioTextMap.set("primaryAe", "Primary AE");
|
|
4566
4566
|
this.tooltipRadioTextMap.set("region", "Region");
|
|
4567
|
-
this.tooltipRadioTextMap.set("revCode1", "Rev
|
|
4567
|
+
this.tooltipRadioTextMap.set("revCode1", "Rev Code 1");
|
|
4568
4568
|
this.tooltipRadioTextMap.set("orderNoRevNo", "STN Order#-Rev#");
|
|
4569
|
-
this.tooltipRadioTextMap.set("revCode2", "Rev
|
|
4570
|
-
this.tooltipRadioTextMap.set("revCode3", "Rev
|
|
4569
|
+
this.tooltipRadioTextMap.set("revCode2", "Rev Code 2");
|
|
4570
|
+
this.tooltipRadioTextMap.set("revCode3", "Rev Code 3");
|
|
4571
4571
|
this.tooltipRadioTextMap.set("booked", "$ Booked");
|
|
4572
4572
|
this.tooltipRadioTextMap.set("spots", "Spots");
|
|
4573
4573
|
this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
|
|
@@ -4853,21 +4853,22 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4853
4853
|
this.tooltipRadioTextMap.set("SellerProgramName", "Seller Program");
|
|
4854
4854
|
this.tooltipRadioTextMap.set("buyerProgramName", "Buyer Program");
|
|
4855
4855
|
this.tooltipRadioTextMap.set("LastFetchedDate", "Last Fetched");
|
|
4856
|
-
this.tooltipRadioTextMap.set("bookedDps", "Booked
|
|
4857
|
-
this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked
|
|
4858
|
-
this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked
|
|
4859
|
-
this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-
|
|
4860
|
-
this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-
|
|
4861
|
-
this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-
|
|
4862
|
-
this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-
|
|
4863
|
-
this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-
|
|
4864
|
-
this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-
|
|
4865
|
-
this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-
|
|
4866
|
-
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-
|
|
4867
|
-
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-
|
|
4868
|
-
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-
|
|
4869
|
-
this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
|
|
4870
|
-
this.tooltipRadioTextMap.set("postedADUs", "Posted ADUs");
|
|
4856
|
+
this.tooltipRadioTextMap.set("bookedDps", "Booked DPs");
|
|
4857
|
+
this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked GRP");
|
|
4858
|
+
this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked IMPS");
|
|
4859
|
+
this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-date");
|
|
4860
|
+
this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-date");
|
|
4861
|
+
this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-date");
|
|
4862
|
+
this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-date");
|
|
4863
|
+
this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-date");
|
|
4864
|
+
this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-date");
|
|
4865
|
+
this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-date");
|
|
4866
|
+
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
|
|
4867
|
+
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
|
|
4868
|
+
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
|
|
4869
|
+
this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
|
|
4870
|
+
this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
|
|
4871
|
+
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4871
4872
|
}
|
|
4872
4873
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4873
4874
|
rowData[columnKeys] = !rowData[columnKeys];
|