@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
|
@@ -1307,9 +1307,8 @@ class AnnaFilterService {
|
|
|
1307
1307
|
"AURTG",
|
|
1308
1308
|
"PostedRating",
|
|
1309
1309
|
"PostedImpressions",
|
|
1310
|
-
"ScheduleFlightWeek"
|
|
1311
1310
|
];
|
|
1312
|
-
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate"];
|
|
1311
|
+
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate", "ScheduleFlightWeek"];
|
|
1313
1312
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
1314
1313
|
"start_time_for_filter", "end_time_for_filter", "startEndTimeMulti", "startEndTime"];
|
|
1315
1314
|
this.sliderSet = new Set(sliderArr);
|
|
@@ -1940,7 +1939,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1940
1939
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
1941
1940
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1942
1941
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1943
|
-
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1942
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
1944
1943
|
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1945
1944
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1946
1945
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|