igniteui-angular 17.0.5 → 17.0.7-beta.0
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.
|
@@ -52296,11 +52296,13 @@ class IgxExcelStyleSearchComponent {
|
|
|
52296
52296
|
}
|
|
52297
52297
|
onFocus() {
|
|
52298
52298
|
const firstIndexInView = this.virtDir.state.startIndex;
|
|
52299
|
-
this.
|
|
52300
|
-
|
|
52301
|
-
|
|
52302
|
-
|
|
52303
|
-
|
|
52299
|
+
if (this.virtDir.igxForOf.length > 0) {
|
|
52300
|
+
this.focusedItem = {
|
|
52301
|
+
id: this.getItemId(firstIndexInView),
|
|
52302
|
+
index: firstIndexInView,
|
|
52303
|
+
checked: this.virtDir.igxForOf[firstIndexInView].isSelected
|
|
52304
|
+
};
|
|
52305
|
+
}
|
|
52304
52306
|
this.setActiveDescendant();
|
|
52305
52307
|
}
|
|
52306
52308
|
onFocusOut() {
|
|
@@ -63125,6 +63127,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
63125
63127
|
resetCaches(recalcFeatureWidth = true) {
|
|
63126
63128
|
if (recalcFeatureWidth) {
|
|
63127
63129
|
this._headerFeaturesWidth = NaN;
|
|
63130
|
+
this.summaryService.summaryHeight = 0;
|
|
63128
63131
|
}
|
|
63129
63132
|
this.resetForOfCache();
|
|
63130
63133
|
this.resetColumnsCaches();
|