@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
|
@@ -2104,8 +2104,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2104
2104
|
this.selectedDemographicForDownload = null;
|
|
2105
2105
|
}
|
|
2106
2106
|
this.selectedRowTypeForDownload = parentChildOrTotalRow;
|
|
2107
|
-
this.downloadInProgress = true;
|
|
2108
|
-
this.cdRef.detectChanges();
|
|
2109
2107
|
this.downloadSpotDetails.emit({
|
|
2110
2108
|
parentChildOrTotalRow: parentChildOrTotalRow,
|
|
2111
2109
|
inventoryCodeId: this.selectedInventoryIdForDownload,
|