@annalib/anna-core 34.0.39 → 34.0.43
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.
|
@@ -2054,7 +2054,7 @@ class AnnaFilterService {
|
|
|
2054
2054
|
"createdOn",
|
|
2055
2055
|
"airDate",
|
|
2056
2056
|
"scheduledWeek",
|
|
2057
|
-
"
|
|
2057
|
+
"lastUpdatedAtDate"
|
|
2058
2058
|
];
|
|
2059
2059
|
const timeArr = [
|
|
2060
2060
|
"StartTimeForFilter",
|
|
@@ -2183,7 +2183,7 @@ class AnnaFilterService {
|
|
|
2183
2183
|
this.selectedRadio === "period" ||
|
|
2184
2184
|
this.selectedRadio === "AirDate" ||
|
|
2185
2185
|
this.selectedRadio === "timeoutDate" ||
|
|
2186
|
-
this.selectedRadio === "
|
|
2186
|
+
this.selectedRadio === "lastUpdatedAtDate" ||
|
|
2187
2187
|
this.selectedRadio === "flightStartDate" ||
|
|
2188
2188
|
this.selectedRadio === "flightEndDate" ||
|
|
2189
2189
|
this.selectedRadio === "date" ||
|
|
@@ -2259,7 +2259,7 @@ class AnnaFilterService {
|
|
|
2259
2259
|
key === "EndDate" ||
|
|
2260
2260
|
key === "AirDate" ||
|
|
2261
2261
|
key === "timeoutDate" ||
|
|
2262
|
-
key === "
|
|
2262
|
+
key === "lastUpdatedAtDate" ||
|
|
2263
2263
|
key === "flightStartDate" ||
|
|
2264
2264
|
key === "flightEndDate" ||
|
|
2265
2265
|
key === "date" ||
|
|
@@ -2427,7 +2427,7 @@ class AnnaFilterService {
|
|
|
2427
2427
|
key === "Week" ||
|
|
2428
2428
|
key === "ActualWeekStartDate" ||
|
|
2429
2429
|
key === "timeoutDate" ||
|
|
2430
|
-
key === "
|
|
2430
|
+
key === "lastUpdatedAtDate" ||
|
|
2431
2431
|
key === "scheduledDate" ||
|
|
2432
2432
|
key === "airDate" ||
|
|
2433
2433
|
key === "scheduledWeek") {
|
|
@@ -2489,7 +2489,7 @@ class AnnaFilterService {
|
|
|
2489
2489
|
key === "EndDate" ||
|
|
2490
2490
|
key === "AirDate" ||
|
|
2491
2491
|
key === "timeoutDate" ||
|
|
2492
|
-
key === "
|
|
2492
|
+
key === "lastUpdatedAtDate" ||
|
|
2493
2493
|
key === "flightStartDate" ||
|
|
2494
2494
|
key === "flightEndDate" ||
|
|
2495
2495
|
key === "date" ||
|