@annalib/anna-core 4.1.1 → 4.1.3

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.
@@ -1227,7 +1227,10 @@ class AnnaFilterService {
1227
1227
  "udDeficitValue",
1228
1228
  "bookedValue",
1229
1229
  "bookedSpots",
1230
- "userChanges"
1230
+ "userADUs",
1231
+ "buyerChanges",
1232
+ "userChanges",
1233
+ "userMG"
1231
1234
  ];
1232
1235
  const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate"];
1233
1236
  const timeArr = ["StartTimeForFilter", "EndTimeForFilter",
@@ -1736,6 +1739,7 @@ class AnnaNonEditableGenericTableComponent {
1736
1739
  if (this.showSkeletonLoading) {
1737
1740
  this.tableData = this.numberOfSkeletonColumns;
1738
1741
  this.renderedData = this.numberOfSkeletonColumns;
1742
+ this.isNoDataToDisplaySubject$.next(false);
1739
1743
  this.annaFilterService.initialValueMap = new Map();
1740
1744
  }
1741
1745
  else {