@annalib/anna-core 9.0.9 → 9.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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +6 -2
- package/fesm2015/annalib-anna-core.mjs +5 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +5 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1965,9 +1965,13 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1965
1965
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
1966
1966
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
1967
1967
|
this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
|
|
1968
|
+
this.tooltipRadioTextMap.set("ApprovedMGsValue", "$ Approved MGS");
|
|
1968
1969
|
this.tooltipRadioTextMap.set("ApprovedADUsValueForDisplay", "$ Approved ADUS");
|
|
1970
|
+
this.tooltipRadioTextMap.set("ApprovedADUsValue", "$ Approved ADUS");
|
|
1969
1971
|
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
1970
|
-
this.tooltipRadioTextMap.set("
|
|
1972
|
+
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
1973
|
+
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|
|
1974
|
+
this.tooltipRadioTextMap.set("UserChangesValue", "$ Seller User Change");
|
|
1971
1975
|
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
1972
1976
|
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1973
1977
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|