@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.
- package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -2
- 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 +1 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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";
|