@annalib/anna-core 1.6.0 → 1.6.1
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 +1 -3
- package/esm2020/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +1 -3
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +0 -2
- package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2015/annalib-anna-core.mjs +0 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +0 -2
- package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +0 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2106,8 +2106,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2106
2106
|
this.selectedDemographicForDownload = null;
|
|
2107
2107
|
}
|
|
2108
2108
|
this.selectedRowTypeForDownload = parentChildOrTotalRow;
|
|
2109
|
-
this.downloadInProgress = true;
|
|
2110
|
-
this.cdRef.detectChanges();
|
|
2111
2109
|
this.downloadSpotDetails.emit({
|
|
2112
2110
|
parentChildOrTotalRow: parentChildOrTotalRow,
|
|
2113
2111
|
inventoryCodeId: this.selectedInventoryIdForDownload,
|