igniteui-angular 19.2.31 → 19.2.33

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.
@@ -123,6 +123,9 @@ export declare class IgxToggleDirective implements IToggleView, OnInit, OnDestro
123
123
  * @hidden
124
124
  */
125
125
  get hiddenClass(): boolean;
126
+ /**
127
+ * @hidden
128
+ */
126
129
  get hiddenWebkitClass(): boolean;
127
130
  /**
128
131
  * @hidden
@@ -70,7 +70,7 @@ export declare class IgxCellCrudState {
70
70
  /** Exit cell edit mode */
71
71
  exitCellEdit(event?: Event): IGridEditDoneEventArgs;
72
72
  /** Clears cell editing state */
73
- endCellEdit(): void;
73
+ endCellEdit(restoreFocus?: boolean): void;
74
74
  /** Returns whether the targeted cell is in edit mode */
75
75
  targetInEdit(rowIndex: number, columnIndex: number): boolean;
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "19.2.31",
3
+ "version": "19.2.33",
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",