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