@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
|
@@ -667,7 +667,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
667
667
|
this.tooltipRadioTextMap.set("agencyName", "Agency");
|
|
668
668
|
this.tooltipRadioTextMap.set("location", "Location");
|
|
669
669
|
this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
|
|
670
|
-
this.tooltipRadioTextMap.set("productCode", "Product
|
|
670
|
+
this.tooltipRadioTextMap.set("productCode", "Product Category");
|
|
671
671
|
this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
|
|
672
672
|
this.tooltipRadioTextMap.set("flightEndDate", "End Date");
|
|
673
673
|
this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
|
|
@@ -704,7 +704,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
704
704
|
this.tooltipRadioTextMap.set("spots", "Spots");
|
|
705
705
|
this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
|
|
706
706
|
this.tooltipRadioTextMap.set("revision", "Revision");
|
|
707
|
-
this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
707
|
+
// this.tooltipRadioTextMap.set("productCode", "Product Code");
|
|
708
708
|
this.tooltipRadioTextMap.set("buyerOrderId", "ALT Order#");
|
|
709
709
|
this.tooltipRadioTextMap.set("demo", "Demo");
|
|
710
710
|
this.tooltipRadioTextMap.set("postedAdu", "Posted ADUs");
|