@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
|
@@ -2288,7 +2288,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2288
2288
|
this.selectedFromTime = ["-", "-", "-"];
|
|
2289
2289
|
this.selectedToTime = ["-", "-", "-"];
|
|
2290
2290
|
}
|
|
2291
|
-
if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP") {
|
|
2291
|
+
if (this.gtGeneralConfig.component === "SPOTDETAILS" || this.gtGeneralConfig.component === "EXCLUDEINVENTORYPOPUP" || this.gtGeneralConfig.component === "ACTIVITYLOG") {
|
|
2292
2292
|
this.setTimeFilterDataForComponentsOtherThanRatingsPage(header);
|
|
2293
2293
|
}
|
|
2294
2294
|
else if (this.gtGeneralConfig.component === "RATING") {
|
|
@@ -4661,8 +4661,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
4661
4661
|
}]
|
|
4662
4662
|
}] });
|
|
4663
4663
|
|
|
4664
|
-
;
|
|
4665
|
-
|
|
4666
4664
|
class Constants {
|
|
4667
4665
|
}
|
|
4668
4666
|
Constants.SUCCESS_STRING = "success";
|