@annalib/anna-core 7.0.4 → 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 +3 -2
- package/fesm2015/annalib-anna-core.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1864,6 +1864,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1864
1864
|
this.tooltipRadioTextMap.set("advertiser", "Advertiser");
|
|
1865
1865
|
this.tooltipRadioTextMap.set("startDate", "Start Date");
|
|
1866
1866
|
this.tooltipRadioTextMap.set("endDate", "End Date");
|
|
1867
|
+
this.tooltipRadioTextMap.set("date", "Date");
|
|
1867
1868
|
this.tooltipRadioTextMap.set("rcvPreempt", "$ Madegood PEs");
|
|
1868
1869
|
this.tooltipRadioTextMap.set("osPreempt", "$ O/S PEs");
|
|
1869
1870
|
this.tooltipRadioTextMap.set("rcvUnderDly", "Recovered UD");
|
|
@@ -1912,7 +1913,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1912
1913
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
1913
1914
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
1914
1915
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
1915
|
-
this.tooltipRadioTextMap.set("orderSource", "Order
|
|
1916
|
+
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
1916
1917
|
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
1917
1918
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
1918
1919
|
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|