@progress/kendo-angular-grid 19.2.0-develop.11 → 19.2.0-develop.12
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.
|
@@ -100,7 +100,6 @@ import { AdaptiveGridService } from './common/adaptiveness.service';
|
|
|
100
100
|
import { AdaptiveRendererComponent } from './adaptiveness/adaptive-renderer.component';
|
|
101
101
|
import { ColumnMenuService } from './column-menu/column-menu.service';
|
|
102
102
|
import { MenuTabbingService } from './filtering/menu/menu-tabbing.service';
|
|
103
|
-
import { GroupBindingDirective } from './grouping/group-scroll-binding.directive';
|
|
104
103
|
import { DataMappingService } from './data/data-mapping.service';
|
|
105
104
|
import * as i0 from "@angular/core";
|
|
106
105
|
import * as i1 from "./layout/browser-support.service";
|
|
@@ -2306,7 +2305,7 @@ export class GridComponent {
|
|
|
2306
2305
|
}
|
|
2307
2306
|
if (this.groupsService.isExpanded({ groupIndex: index }) !== expand) {
|
|
2308
2307
|
this.groupsService.toggleRow({ index }, false);
|
|
2309
|
-
if (this.ctx.dataBindingDirective && this.ctx.dataBindingDirective
|
|
2308
|
+
if (this.ctx.dataBindingDirective && isPresent(this.ctx.dataBindingDirective.groupExpand)) {
|
|
2310
2309
|
this.ctx.dataBindingDirective[`group${expand ? 'Expand' : 'Collapse'}`]({ groupIndex: index });
|
|
2311
2310
|
}
|
|
2312
2311
|
}
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.2.0-develop.
|
|
13
|
+
publishDate: 1751375460,
|
|
14
|
+
version: '19.2.0-develop.12',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|