@annalib/anna-core 23.0.2 → 23.0.4
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-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 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3561,6 +3561,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3561
3561
|
this.tableData = this.numberOfSkeletonRows;
|
|
3562
3562
|
this.renderedData = this.numberOfSkeletonRows;
|
|
3563
3563
|
this.isNoDataToDisplaySubject$.next(false);
|
|
3564
|
+
this.annaFilterService.initialValueMap = new Map();
|
|
3564
3565
|
this.setTableBottomBorder();
|
|
3565
3566
|
}
|
|
3566
3567
|
else if (changes["percentDone"] || changes["downloadInProgress"] || (changes["starredInProgress"] && changes["starredInProgress"].currentValue != undefined)) {
|
|
@@ -3586,7 +3587,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3586
3587
|
if (changes['tableHeaders'] && !isEqual(changes['tableHeaders'].currentValue, changes['tableHeaders'].previousValue)) {
|
|
3587
3588
|
this.tableColumns = this.tableHeaders.filter(x => x.visible).map(x => x.headerInfo[0].objectKey);
|
|
3588
3589
|
this.annaSortService.columnSortState = new Map();
|
|
3589
|
-
this.annaFilterService.initialValueMap = new Map();
|
|
3590
3590
|
// this.setColumnSortStateMap();
|
|
3591
3591
|
this.setActiveStateObject();
|
|
3592
3592
|
}
|