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.
- package/fesm2022/igniteui-angular.mjs +5 -5
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/grids/toolbar/grid-toolbar-advanced-filtering.component.d.ts +1 -1
- package/lib/grids/toolbar/grid-toolbar-exporter.component.d.ts +1 -1
- package/lib/grids/toolbar/grid-toolbar-hiding.component.d.ts +1 -1
- package/lib/grids/toolbar/grid-toolbar-pinning.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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 {
|
package/package.json
CHANGED