@annalib/anna-core 11.2.27 → 11.2.29
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/annalib-anna-core.d.ts +5 -0
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs +1 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2085,6 +2085,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2085
2085
|
this.showSkeletonLoading = false;
|
|
2086
2086
|
}
|
|
2087
2087
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
2088
|
+
rowData[columnKeys] = !rowData[columnKeys];
|
|
2088
2089
|
this.toggleCheckbox.emit({ rowData, columnKeys, isCheckboxSelected });
|
|
2089
2090
|
}
|
|
2090
2091
|
selectUnselectAllRows() {
|