igniteui-angular 16.1.10 → 16.1.11
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.
|
@@ -53995,11 +53995,13 @@ class IgxExcelStyleSearchComponent {
|
|
|
53995
53995
|
}
|
|
53996
53996
|
onFocus() {
|
|
53997
53997
|
const firstIndexInView = this.virtDir.state.startIndex;
|
|
53998
|
-
this.
|
|
53999
|
-
|
|
54000
|
-
|
|
54001
|
-
|
|
54002
|
-
|
|
53998
|
+
if (this.virtDir.igxForOf.length > 0) {
|
|
53999
|
+
this.focusedItem = {
|
|
54000
|
+
id: this.getItemId(firstIndexInView),
|
|
54001
|
+
index: firstIndexInView,
|
|
54002
|
+
checked: this.virtDir.igxForOf[firstIndexInView].isSelected
|
|
54003
|
+
};
|
|
54004
|
+
}
|
|
54003
54005
|
this.setActiveDescendant();
|
|
54004
54006
|
}
|
|
54005
54007
|
onFocusOut() {
|
|
@@ -64815,6 +64817,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
64815
64817
|
resetCaches(recalcFeatureWidth = true) {
|
|
64816
64818
|
if (recalcFeatureWidth) {
|
|
64817
64819
|
this._headerFeaturesWidth = NaN;
|
|
64820
|
+
this.summaryService.summaryHeight = 0;
|
|
64818
64821
|
}
|
|
64819
64822
|
this.resetForOfCache();
|
|
64820
64823
|
this.resetColumnsCaches();
|