@annalib/anna-core 2.4.3 → 2.4.4
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 +2 -2
- package/esm2020/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +1 -1
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2015/annalib-anna-core.mjs +1 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -705,7 +705,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
705
705
|
this.tooltipRadioTextMap.set("orderNoRevNo", "STN Order#-Rev#");
|
|
706
706
|
this.tooltipRadioTextMap.set("revCode2", "Rev code 2");
|
|
707
707
|
this.tooltipRadioTextMap.set("revCode3", "Rev code 3");
|
|
708
|
-
this.tooltipRadioTextMap.set("booked", "Booked");
|
|
708
|
+
this.tooltipRadioTextMap.set("booked", "$ Booked");
|
|
709
709
|
this.tooltipRadioTextMap.set("spots", "Spots");
|
|
710
710
|
this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
|
|
711
711
|
this.tooltipRadioTextMap.set("revision", "Revision");
|