igniteui-angular 12.3.19 → 12.3.20

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.
@@ -220,6 +220,10 @@ export declare class IgxForOfDirective<T> implements OnInit, OnChanges, DoCheck,
220
220
  */
221
221
  get scrollPosition(): number;
222
222
  set scrollPosition(val: number);
223
+ /**
224
+ * @hidden
225
+ */
226
+ protected get isRTL(): boolean;
223
227
  protected get sizesCache(): number[];
224
228
  protected set sizesCache(value: number[]);
225
229
  private get _isScrolledToBottom();
@@ -3345,6 +3345,12 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3345
3345
  * @param asChild - Whether the record should be added as a child. Only applicable to igxTreeGrid.
3346
3346
  */
3347
3347
  beginAddRowById(rowID: any, asChild?: boolean): void;
3348
+ /**
3349
+ * Update internal column's collection.
3350
+ *
3351
+ * @hidden
3352
+ */
3353
+ updateColumns(newColumns: IgxColumnComponent[]): void;
3348
3354
  /**
3349
3355
  * Enters add mode by spawning the UI at the specified index.
3350
3356
  *
@@ -3510,6 +3516,11 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3510
3516
  */
3511
3517
  protected autogenerateColumns(): void;
3512
3518
  protected generateDataFields(data: any[]): string[];
3519
+ /**
3520
+ * @hidden
3521
+ * @internal
3522
+ */
3523
+ protected _getResolvedDataIndex(index: number): number;
3513
3524
  /**
3514
3525
  * @hidden
3515
3526
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.19",
3
+ "version": "12.3.20",
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",