igniteui-angular 15.1.24 → 15.1.25

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.
@@ -135,7 +135,7 @@ export declare class IgxGridCRUDService extends IgxRowAddCrudState {
135
135
  */
136
136
  enterAddRowMode(parentRow: RowType, asChild?: boolean, event?: Event): void;
137
137
  /**
138
- * Finishes the row transactions on the current row.
138
+ * Finishes the row transactions on the current row and returns whether the grid editing was canceled.
139
139
  *
140
140
  * @remarks
141
141
  * If `commit === true`, passes them from the pending state to the data (or transaction service)
@@ -145,7 +145,7 @@ export declare class IgxGridCRUDService extends IgxRowAddCrudState {
145
145
  * ```
146
146
  * @param commit
147
147
  */
148
- endEdit(commit?: boolean, event?: Event): any;
148
+ endEdit(commit?: boolean, event?: Event): boolean;
149
149
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridCRUDService, never>;
150
150
  static ɵprov: i0.ɵɵInjectableDeclaration<IgxGridCRUDService>;
151
151
  }
@@ -3478,7 +3478,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3478
3478
  */
3479
3479
  getUnpinnedIndexById(id: any): number;
3480
3480
  /**
3481
- * Finishes the row transactions on the current row.
3481
+ * Finishes the row transactions on the current row and returns whether the grid editing was canceled.
3482
3482
  *
3483
3483
  * @remarks
3484
3484
  * If `commit === true`, passes them from the pending state to the data (or transaction service)
@@ -3488,7 +3488,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
3488
3488
  * ```
3489
3489
  * @param commit
3490
3490
  */
3491
- endEdit(commit?: boolean, event?: Event): void;
3491
+ endEdit(commit?: boolean, event?: Event): boolean;
3492
3492
  /**
3493
3493
  * Enters add mode by spawning the UI under the specified row by rowID.
3494
3494
  *
@@ -688,7 +688,7 @@ export declare class IgxPivotGridComponent extends IgxGridBaseDirective implemen
688
688
  /**
689
689
  * @hidden @internal
690
690
  */
691
- endEdit(_commit?: boolean, _event?: Event): void;
691
+ endEdit(_commit?: boolean, _event?: Event): boolean;
692
692
  /**
693
693
  * @hidden @internal
694
694
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "15.1.24",
3
+ "version": "15.1.25",
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",