@annalib/anna-core 5.0.9 → 5.2.0

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.
@@ -2286,7 +2286,7 @@ class AnnaNonEditableGenericTableComponent {
2286
2286
  this.selectedFromTime = ["-", "-", "-"];
2287
2287
  this.selectedToTime = ["-", "-", "-"];
2288
2288
  }
2289
- if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP") {
2289
+ if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP" || this.gtGeneralConfig.component === "ACTIVITYLOG") {
2290
2290
  this.setTimeFilterDataForComponentsOtherThanRatingsPage(header);
2291
2291
  }
2292
2292
  else if (this.gtGeneralConfig.component === "RATING") {
@@ -4654,8 +4654,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
4654
4654
  }]
4655
4655
  }] });
4656
4656
 
4657
- ;
4658
-
4659
4657
  class Constants {
4660
4658
  }
4661
4659
  Constants.SUCCESS_STRING = "success";