@annalib/anna-core 28.6.2 → 28.6.3
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.
|
@@ -4726,6 +4726,22 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4726
4726
|
this.tooltipRadioTextMap.set("SellerProgInvCode", "Seller Pgm (Inv Code)");
|
|
4727
4727
|
this.tooltipRadioTextMap.set("SellerProgramName", "Seller Program");
|
|
4728
4728
|
this.tooltipRadioTextMap.set("buyerProgramName", "Buyer Program");
|
|
4729
|
+
this.tooltipRadioTextMap.set("stationOrderId", "Stn Order #");
|
|
4730
|
+
this.tooltipRadioTextMap.set("bookedDps", "Booked Dps");
|
|
4731
|
+
this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked Grp");
|
|
4732
|
+
this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked Imps");
|
|
4733
|
+
this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-Date");
|
|
4734
|
+
this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-Date");
|
|
4735
|
+
this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-Date");
|
|
4736
|
+
this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-Date");
|
|
4737
|
+
this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-Date");
|
|
4738
|
+
this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-Date");
|
|
4739
|
+
this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-Date");
|
|
4740
|
+
this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-Date");
|
|
4741
|
+
this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-Date");
|
|
4742
|
+
this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-Date");
|
|
4743
|
+
this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
|
|
4744
|
+
this.tooltipRadioTextMap.set("postedADUs", "Posted ADUs");
|
|
4729
4745
|
}
|
|
4730
4746
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4731
4747
|
rowData[columnKeys] = !rowData[columnKeys];
|