@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
|
@@ -1629,8 +1629,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1629
1629
|
this.selectedDemographicForDownload = null;
|
|
1630
1630
|
}
|
|
1631
1631
|
this.selectedRowTypeForDownload = parentChildOrTotalRow;
|
|
1632
|
-
this.downloadInProgress = true;
|
|
1633
|
-
this.cdRef.detectChanges();
|
|
1634
1632
|
this.downloadSpotDetails.emit({
|
|
1635
1633
|
parentChildOrTotalRow: parentChildOrTotalRow,
|
|
1636
1634
|
inventoryCodeId: this.selectedInventoryIdForDownload,
|