igniteui-angular 12.3.21 → 12.3.22

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.
@@ -3548,6 +3548,16 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3548
3548
  * @hidden
3549
3549
  */
3550
3550
  protected scrollDirective(directive: IgxGridForOfDirective<any>, goal: number): void;
3551
+ /**
3552
+ * @hidden
3553
+ * @internal
3554
+ */
3555
+ protected _getDataViewIndex(index: number): number;
3556
+ /**
3557
+ * @hidden
3558
+ * @internal
3559
+ */
3560
+ protected getDataIndex(dataViewIndex: number): number;
3551
3561
  private getColumnWidthSum;
3552
3562
  /**
3553
3563
  * Notify changes, reset cache and populateVisibleIndexes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.21",
3
+ "version": "12.3.22",
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",