igniteui-angular 13.0.5 → 13.0.6

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.
@@ -8,7 +8,7 @@ export declare class IgxTreeGridSelectionService extends IgxGridSelectionService
8
8
  /** Deselect specified rows. No event is emitted. */
9
9
  deselectRowsWithNoEvent(rowIDs: any[]): void;
10
10
  emitRowSelectionEvent(newSelection: any, added: any, removed: any, event?: any): boolean;
11
- updateCascadeSelectionOnFilterAndCRUD(parents: Set<any>, crudRowID?: any, visibleRowIDs?: any[]): void;
11
+ updateCascadeSelectionOnFilterAndCRUD(parents: Set<any>, crudRowID?: any, visibleRowIDs?: Set<any>): void;
12
12
  private cascadeSelectRowsWithNoEvent;
13
13
  private cascadeDeselectRowsWithNoEvent;
14
14
  get selectionService(): IgxGridSelectionService;
@@ -39,6 +39,7 @@ export declare class IgxTreeGridSelectionService extends IgxGridSelectionService
39
39
  */
40
40
  private handleRowSelectionState;
41
41
  private get_all_children;
42
+ private selectDeselectRow;
42
43
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxTreeGridSelectionService, never>;
43
44
  static ɵprov: i0.ɵɵInjectableDeclaration<IgxTreeGridSelectionService>;
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.0.5",
3
+ "version": "13.0.6",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",