igniteui-angular 19.2.3 → 19.2.5

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.
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  *
9
9
  *
10
10
  * @igxModule IgxGridToolbarModule
11
- * @igxParent IgxGridToolbarComponent
11
+ * @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -20,7 +20,7 @@ export interface IgxExporterEvent {
20
20
  * in order to export something.
21
21
  *
22
22
  * @igxModule IgxGridToolbarModule
23
- * @igxParent IgxGridToolbarComponent
23
+ * @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
24
24
  *
25
25
  */
26
26
  export declare class IgxGridToolbarExporterComponent extends BaseToolbarDirective {
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  *
6
6
  *
7
7
  * @igxModule IgxGridToolbarModule
8
- * @igxParent IgxGridToolbarComponent
8
+ * @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
9
9
  *
10
10
  * @example
11
11
  * ```html
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  *
6
6
  *
7
7
  * @igxModule IgxGridToolbarModule
8
- * @igxParent IgxGridToolbarComponent
8
+ * @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
9
9
  *
10
10
  * @example
11
11
  * ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "19.2.3",
3
+ "version": "19.2.5",
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",