@annalib/anna-core 7.3.11 → 7.3.13
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-core-shared-lib/services/anna-filter.service.mjs +2 -3
- package/esm2020/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.mjs +2 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1297,9 +1297,8 @@ class AnnaFilterService {
|
|
|
1297
1297
|
"AURTG",
|
|
1298
1298
|
"PostedRating",
|
|
1299
1299
|
"PostedImpressions",
|
|
1300
|
-
"ScheduleFlightWeek"
|
|
1301
1300
|
];
|
|
1302
|
-
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate"];
|
|
1301
|
+
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate", "ScheduleFlightWeek"];
|
|
1303
1302
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
1304
1303
|
"start_time_for_filter", "end_time_for_filter", "startEndTimeMulti", "startEndTime"];
|
|
1305
1304
|
this.sliderSet = new Set(sliderArr);
|
|
@@ -1938,7 +1937,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1938
1937
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
1939
1938
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1940
1939
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1941
|
-
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1940
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
1942
1941
|
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1943
1942
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1944
1943
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|