igniteui-angular 12.3.3 → 12.3.4

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.
@@ -3,7 +3,7 @@ import { IgxGridBaseDirective } from '../grid-base.directive';
3
3
  import { ISortingExpression } from '../../data-operations/sorting-expression.interface';
4
4
  import { IBaseEventArgs } from '../../core/utils';
5
5
  import { IGroupByRecord } from '../../data-operations/groupby-record.interface';
6
- import { IgxGroupByRowTemplateDirective, IgxGridDetailTemplateDirective } from './grid.directives';
6
+ import { IgxGroupByRowTemplateDirective } from './grid.directives';
7
7
  import { IGroupByExpandState } from '../../data-operations/groupby-expand-state.interface';
8
8
  import { IForOfState } from '../../directives/for-of/for_of.directive';
9
9
  import { IgxColumnComponent } from '../columns/column.component';
@@ -102,7 +102,7 @@ export declare class IgxGridComponent extends IgxGridBaseDirective implements Gr
102
102
  /**
103
103
  * @hidden @internal
104
104
  */
105
- detailTemplate: TemplateRef<any>;
105
+ detailTemplate: QueryList<TemplateRef<any>>;
106
106
  /**
107
107
  * @hidden @internal
108
108
  */
@@ -133,10 +133,6 @@ export declare class IgxGridComponent extends IgxGridBaseDirective implements Gr
133
133
  * @hidden @internal
134
134
  */
135
135
  protected groupTemplate: IgxGroupByRowTemplateDirective;
136
- /**
137
- * @hidden @internal
138
- */
139
- protected gridDetailsTemplate: IgxGridDetailTemplateDirective;
140
136
  /**
141
137
  * @hidden
142
138
  * @internal
@@ -166,6 +162,8 @@ export declare class IgxGridComponent extends IgxGridBaseDirective implements Gr
166
162
  * Does not include children of collapsed group rows.
167
163
  */
168
164
  groupingFlatResult: any[];
165
+ /** @hidden @internal */
166
+ trackChanges: (index: any, rec: any) => any;
169
167
  /**
170
168
  * @hidden
171
169
  */
@@ -334,10 +332,6 @@ export declare class IgxGridComponent extends IgxGridBaseDirective implements Gr
334
332
  $implicit: any;
335
333
  index: any;
336
334
  };
337
- /**
338
- * @hidden @internal
339
- */
340
- trackChanges(index: any, rec: any): any;
341
335
  /**
342
336
  * @hidden @internal
343
337
  */
@@ -1932,6 +1932,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
1932
1932
  private _visibleColumns;
1933
1933
  private _columnGroups;
1934
1934
  private _autoGeneratedCols;
1935
+ private _dataView;
1935
1936
  private _columnWidth;
1936
1937
  private _summaryPosition;
1937
1938
  private _summaryCalculationMode;
@@ -3505,6 +3506,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3505
3506
  * @hidden
3506
3507
  */
3507
3508
  private _columnsReordered;
3509
+ private buildDataView;
3508
3510
  private _applyWidthHostBinding;
3509
3511
  private verticalScrollHandler;
3510
3512
  private horizontalScrollHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
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",