@annalib/anna-core 33.2.5 → 33.2.7
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.
|
@@ -5159,6 +5159,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
5159
5159
|
this.tooltipRadioTextMap.set("actualAvgRate", "Avg Rate");
|
|
5160
5160
|
this.tooltipRadioTextMap.set("previousProgramSellerProgramName", "Seller Program");
|
|
5161
5161
|
this.tooltipRadioTextMap.set("previousProgramInventoryCode", "Inventory Code");
|
|
5162
|
+
this.tooltipRadioTextMap.set("previousProgramStartTimeForFilter", "Start Time");
|
|
5163
|
+
this.tooltipRadioTextMap.set("previousProgramEndTimeForFilter", "End Time");
|
|
5164
|
+
this.tooltipRadioTextMap.set("newProgramStartTimeForFilter", "Start Time");
|
|
5165
|
+
this.tooltipRadioTextMap.set("newProgramEndTimeForFilter", "End Time");
|
|
5162
5166
|
this.tooltipRadioTextMap.set("newProgramSellerProgramName", "Seller Program");
|
|
5163
5167
|
this.tooltipRadioTextMap.set("newProgramInventoryCode", "Inventory Code");
|
|
5164
5168
|
this.tooltipRadioTextMap.set("actionType", "Action");
|