@annalib/anna-core 31.0.9 → 31.0.10
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 +5 -5
- package/fesm2022/annalib-anna-core.mjs +4 -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
|
@@ -4816,11 +4816,11 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4816
4816
|
this.tooltipRadioTextMap.set("sellerProgramName", "Seller Program");
|
|
4817
4817
|
this.tooltipRadioTextMap.set("LastFetchedDate", "Last Fetched");
|
|
4818
4818
|
this.tooltipRadioTextMap.set("trafficOrderId", "Order Id");
|
|
4819
|
-
this.tooltipRadioTextMap.set("repOrderIdWithModCode", "Alt Order
|
|
4820
|
-
this.tooltipRadioTextMap.set("smReviewedBy", "SM
|
|
4821
|
-
this.tooltipRadioTextMap.set("smReviewedDateTime", "SM Reviewed
|
|
4819
|
+
this.tooltipRadioTextMap.set("repOrderIdWithModCode", "Alt/Rep Order Id - Mod Code#");
|
|
4820
|
+
this.tooltipRadioTextMap.set("smReviewedBy", "SM Reviewer");
|
|
4821
|
+
this.tooltipRadioTextMap.set("smReviewedDateTime", "SM Reviewed At");
|
|
4822
4822
|
this.tooltipRadioTextMap.set("sentForEntryBy", "Sent For Entry By");
|
|
4823
|
-
this.tooltipRadioTextMap.set("sentForEntryDateTime", "Sent For Entry
|
|
4823
|
+
this.tooltipRadioTextMap.set("sentForEntryDateTime", "Sent For Entry At");
|
|
4824
4824
|
this.tooltipRadioTextMap.set("bookedDps", "Booked DPs");
|
|
4825
4825
|
this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked GRP");
|
|
4826
4826
|
this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked IMPS");
|