@annalib/anna-core 11.2.15 → 11.2.16
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 -4
- package/fesm2015/annalib-anna-core.mjs +1 -3
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -3
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1804,9 +1804,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1804
1804
|
this.setTooltipRadioNames();
|
|
1805
1805
|
}
|
|
1806
1806
|
ngAfterViewChecked() {
|
|
1807
|
-
|
|
1808
|
-
this.setMarginLeftForFilterIcon();
|
|
1809
|
-
}
|
|
1807
|
+
this.setMarginLeftForFilterIcon();
|
|
1810
1808
|
}
|
|
1811
1809
|
ngOnInit() {
|
|
1812
1810
|
}
|