igniteui-angular 16.1.17 → 16.1.18

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.
@@ -132,6 +132,8 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
132
132
  * @hidden
133
133
  */
134
134
  childLayoutKeys: any[];
135
+ /** @hidden @internal */
136
+ dataSetByUser: boolean;
135
137
  /**
136
138
  * @hidden
137
139
  */
@@ -328,6 +330,8 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
328
330
  */
329
331
  getCellByKey(rowSelector: any, columnField: string): CellType;
330
332
  pinRow(rowID: any, index?: number): boolean;
333
+ /** @hidden @internal */
334
+ setDataInternal(value: any): void;
331
335
  unpinRow(rowID: any): boolean;
332
336
  /**
333
337
  * @hidden @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.1.17",
3
+ "version": "16.1.18",
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",