@annalib/anna-core 15.0.4 → 15.0.5
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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -1
- package/fesm2015/annalib-anna-core.mjs +2 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2125,6 +2125,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2125
2125
|
this.tooltipRadioTextMap.set("estimateNo", "Estimate#");
|
|
2126
2126
|
this.tooltipRadioTextMap.set("primaryBuyer", "Primary Buyer");
|
|
2127
2127
|
this.tooltipRadioTextMap.set("primaryBuyerName", "Primary Buyer");
|
|
2128
|
+
this.tooltipRadioTextMap.set("secondaryBuyerName", "Secondary Buyer");
|
|
2129
|
+
this.tooltipRadioTextMap.set("secondaryBuyer", "Secondary Buyer");
|
|
2128
2130
|
this.tooltipRadioTextMap.set("timeoutDate", "Timeout Date");
|
|
2129
2131
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
2130
2132
|
}
|