@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
|
@@ -1963,9 +1963,13 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1963
1963
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
1964
1964
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
1965
1965
|
this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
|
|
1966
|
+
this.tooltipRadioTextMap.set("ApprovedMGsValue", "$ Approved MGS");
|
|
1966
1967
|
this.tooltipRadioTextMap.set("ApprovedADUsValueForDisplay", "$ Approved ADUS");
|
|
1968
|
+
this.tooltipRadioTextMap.set("ApprovedADUsValue", "$ Approved ADUS");
|
|
1967
1969
|
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
1968
|
-
this.tooltipRadioTextMap.set("
|
|
1970
|
+
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
1971
|
+
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|
|
1972
|
+
this.tooltipRadioTextMap.set("UserChangesValue", "$ Seller User Change");
|
|
1969
1973
|
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
1970
1974
|
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1971
1975
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|