igniteui-angular 16.0.24 → 16.0.26

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.
@@ -31,7 +31,8 @@ export declare class IgxChildGridRowComponent implements AfterViewInit, OnInit {
31
31
  * let selectedRowData = this.grid.selectedRows[0].data;
32
32
  * ```
33
33
  */
34
- data: any;
34
+ get data(): any;
35
+ set data(value: any);
35
36
  /**
36
37
  * The index of the row.
37
38
  *
@@ -81,6 +82,7 @@ export declare class IgxChildGridRowComponent implements AfterViewInit, OnInit {
81
82
  * ```
82
83
  */
83
84
  expanded: boolean;
85
+ private _data;
84
86
  constructor(gridAPI: IgxHierarchicalGridAPIService, element: ElementRef<HTMLElement>, cdr: ChangeDetectorRef);
85
87
  /**
86
88
  * @hidden
@@ -2,6 +2,6 @@ import { IgxListItemComponent } from './list-item.component';
2
2
  import { IgxDataLoadingTemplateDirective, IgxEmptyListTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
3
3
  import { IgxListActionDirective, IgxListComponent, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListThumbnailDirective } from './list.component';
4
4
  export * from './list.component';
5
- export { IgxListPanState, IgxEmptyListTemplateDirective, IgxDataLoadingTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
5
+ export { IgxListBaseDirective, IgxListPanState, IgxEmptyListTemplateDirective, IgxDataLoadingTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
6
6
  export * from './list-item.component';
7
7
  export declare const IGX_LIST_DIRECTIVES: readonly [typeof IgxListComponent, typeof IgxListItemComponent, typeof IgxListThumbnailDirective, typeof IgxListActionDirective, typeof IgxListLineDirective, typeof IgxListLineTitleDirective, typeof IgxListLineSubTitleDirective, typeof IgxDataLoadingTemplateDirective, typeof IgxEmptyListTemplateDirective, typeof IgxListItemLeftPanningTemplateDirective, typeof IgxListItemRightPanningTemplateDirective];
@@ -629,7 +629,6 @@ export declare class IgxSliderComponent implements ControlValueAccessor, EditorP
629
629
  private updateLowerBoundAndMinTravelZone;
630
630
  private updateUpperBoundAndMaxTravelZone;
631
631
  private calculateStepDistance;
632
- private toggleThumb;
633
632
  private valueInRange;
634
633
  private positionHandler;
635
634
  private positionHandlersAndUpdateTrack;
@@ -1,6 +1,6 @@
1
1
  import { IgxTreeNodeComponent, IgxTreeNodeLinkDirective } from './tree-node/tree-node.component';
2
- import { IgxTreeComponent } from './tree.component';
3
- export { IgxTreeComponent } from './tree.component';
2
+ import { IgxTreeComponent, IgxTreeExpandIndicatorDirective } from './tree.component';
3
+ export { IgxTreeComponent, IgxTreeExpandIndicatorDirective } from './tree.component';
4
4
  export * from './tree-node/tree-node.component';
5
5
  export { IgxTreeSearchResolver, ITreeNodeSelectionEvent, ITreeNodeEditingEvent, ITreeNodeEditedEvent, ITreeNodeTogglingEventArgs, ITreeNodeToggledEventArgs, IgxTreeSelectionType, IgxTree, IgxTreeNode } from './common';
6
- export declare const IGX_TREE_DIRECTIVES: readonly [typeof IgxTreeComponent, typeof IgxTreeNodeComponent, typeof IgxTreeNodeLinkDirective];
6
+ export declare const IGX_TREE_DIRECTIVES: readonly [typeof IgxTreeComponent, typeof IgxTreeNodeComponent, typeof IgxTreeNodeLinkDirective, typeof IgxTreeExpandIndicatorDirective];
@@ -7,6 +7,6 @@ import * as i2 from "./tree-node/tree-node.component";
7
7
  */
8
8
  export declare class IgxTreeModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxTreeModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTreeModule, never, [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective], [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTreeModule, never, [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective, typeof i1.IgxTreeExpandIndicatorDirective], [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective, typeof i1.IgxTreeExpandIndicatorDirective]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgxTreeModule>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.0.24",
3
+ "version": "16.0.26",
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",
@@ -89,7 +89,11 @@
89
89
  "@igniteui/angular-schematics": "~16.0.1200"
90
90
  },
91
91
  "ng-update": {
92
- "migrations": "./migrations/migration-collection.json"
92
+ "migrations": "./migrations/migration-collection.json",
93
+ "packageGroup": [
94
+ "igniteui-angular",
95
+ "igniteui-angular-i18n"
96
+ ]
93
97
  },
94
98
  "schematics": "./schematics/collection.json",
95
99
  "exports": {