@annalib/anna-core 35.0.12 → 35.0.14
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.
|
@@ -5330,6 +5330,12 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
5330
5330
|
this.tooltipRadioTextMap.set("smReviewedDateTime", "SM Reviewed At");
|
|
5331
5331
|
this.tooltipRadioTextMap.set("sentForEntryBy", "Sent For Entry By");
|
|
5332
5332
|
this.tooltipRadioTextMap.set("sentForEntryDateTime", "Sent For Entry At");
|
|
5333
|
+
this.tooltipRadioTextMap.set("sendForEcClickedAt", "Send For EC Clicked At");
|
|
5334
|
+
this.tooltipRadioTextMap.set("ecGridFileFetchedAt", "EC Grid File Fetched At");
|
|
5335
|
+
this.tooltipRadioTextMap.set("jsonSentForEntryAt", "Json Sent For Entry At");
|
|
5336
|
+
this.tooltipRadioTextMap.set("entryCompletedAt", "Entry Completed At");
|
|
5337
|
+
this.tooltipRadioTextMap.set("orderConfirmedAt", "Order Confirmed At");
|
|
5338
|
+
this.tooltipRadioTextMap.set("linesSentForEdit", "Lines Sent For Edit At");
|
|
5333
5339
|
this.tooltipRadioTextMap.set("bookedDps", "Booked DPs");
|
|
5334
5340
|
this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked GRP");
|
|
5335
5341
|
this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked IMPS");
|