@annalib/anna-core 1.5.0 → 1.5.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 -3
- package/esm2020/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +2 -2
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2015/annalib-anna-core.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +2 -2
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -190,7 +190,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
190
190
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
191
191
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
192
192
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
193
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
193
|
+
this.tooltipRadioTextMap.set("productCode", "Product Category");
|
|
194
194
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
195
195
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
196
196
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|
|
@@ -227,7 +227,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
227
227
|
this.tooltipRadioTextMap.set("spots", "Spots");
|
|
228
228
|
this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
|
|
229
229
|
this.tooltipRadioTextMap.set("revision", "Revision");
|
|
230
|
-
this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
230
|
+
// this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
231
231
|
this.tooltipRadioTextMap.set("buyerOrderId", "ALT Order#");
|
|
232
232
|
this.tooltipRadioTextMap.set("demo", "Demo");
|
|
233
233
|
this.tooltipRadioTextMap.set("postedAdu", "Posted ADUs");
|