@annalib/anna-core 7.1.0 → 7.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 +2 -1
- package/fesm2015/annalib-anna-core.mjs +1 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1862,6 +1862,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1862
1862
|
this.tooltipRadioTextMap.set("advertiser", "Advertiser");
|
|
1863
1863
|
this.tooltipRadioTextMap.set("startDate", "Start Date");
|
|
1864
1864
|
this.tooltipRadioTextMap.set("endDate", "End Date");
|
|
1865
|
+
this.tooltipRadioTextMap.set("date", "Date");
|
|
1865
1866
|
this.tooltipRadioTextMap.set("rcvPreempt", "$ Madegood PEs");
|
|
1866
1867
|
this.tooltipRadioTextMap.set("osPreempt", "$ O/S PEs");
|
|
1867
1868
|
this.tooltipRadioTextMap.set("rcvUnderDly", "Recovered UD");
|