@annalib/anna-core 13.1.0 → 13.1.1
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 +5 -1
- package/fesm2015/annalib-anna-core.mjs +4 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1995,6 +1995,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1995
1995
|
this.tooltipRadioTextMap.set("startEndTimeMulti", "Time");
|
|
1996
1996
|
this.tooltipRadioTextMap.set("bookedValue", "Booked");
|
|
1997
1997
|
this.tooltipRadioTextMap.set("bookedSpots", "Spots");
|
|
1998
|
+
this.tooltipRadioTextMap.set("UserCreditedValue", "User Credited");
|
|
1999
|
+
this.tooltipRadioTextMap.set("UserUnresolvedValue", "User Unresolved");
|
|
2000
|
+
this.tooltipRadioTextMap.set("BuyerAddedValue", "Buyer Added");
|
|
2001
|
+
this.tooltipRadioTextMap.set("BuyerDeletedValue", "Buyer Deleted");
|
|
1998
2002
|
this.tooltipRadioTextMap.set("userChanges", "User Changes");
|
|
1999
2003
|
this.tooltipRadioTextMap.set("buyerChanges", "Buyer Changes");
|
|
2000
2004
|
this.tooltipRadioTextMap.set("userMG", "User MG");
|