@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
|
@@ -3557,6 +3557,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3557
3557
|
this.tableData = this.numberOfSkeletonRows;
|
|
3558
3558
|
this.renderedData = this.numberOfSkeletonRows;
|
|
3559
3559
|
this.isNoDataToDisplaySubject$.next(false);
|
|
3560
|
+
this.annaFilterService.initialValueMap = new Map();
|
|
3560
3561
|
this.setTableBottomBorder();
|
|
3561
3562
|
}
|
|
3562
3563
|
else if (changes["percentDone"] || changes["downloadInProgress"] || (changes["starredInProgress"] && changes["starredInProgress"].currentValue != undefined)) {
|
|
@@ -3582,7 +3583,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3582
3583
|
if (changes['tableHeaders'] && !isEqual(changes['tableHeaders'].currentValue, changes['tableHeaders'].previousValue)) {
|
|
3583
3584
|
this.tableColumns = this.tableHeaders.filter(x => x.visible).map(x => x.headerInfo[0].objectKey);
|
|
3584
3585
|
this.annaSortService.columnSortState = new Map();
|
|
3585
|
-
this.annaFilterService.initialValueMap = new Map();
|
|
3586
3586
|
// this.setColumnSortStateMap();
|
|
3587
3587
|
this.setActiveStateObject();
|
|
3588
3588
|
}
|