igniteui-angular 19.2.4 → 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 +4 -4
- 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
|
@@ -80614,7 +80614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
80614
80614
|
*
|
|
80615
80615
|
*
|
|
80616
80616
|
* @igxModule IgxGridToolbarModule
|
|
80617
|
-
* @igxParent IgxGridToolbarComponent
|
|
80617
|
+
* @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
|
|
80618
80618
|
*
|
|
80619
80619
|
* @example
|
|
80620
80620
|
* ```html
|
|
@@ -80949,7 +80949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
80949
80949
|
* in order to export something.
|
|
80950
80950
|
*
|
|
80951
80951
|
* @igxModule IgxGridToolbarModule
|
|
80952
|
-
* @igxParent IgxGridToolbarComponent
|
|
80952
|
+
* @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
|
|
80953
80953
|
*
|
|
80954
80954
|
*/
|
|
80955
80955
|
class IgxGridToolbarExporterComponent extends BaseToolbarDirective {
|
|
@@ -81052,7 +81052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
81052
81052
|
*
|
|
81053
81053
|
*
|
|
81054
81054
|
* @igxModule IgxGridToolbarModule
|
|
81055
|
-
* @igxParent IgxGridToolbarComponent
|
|
81055
|
+
* @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
|
|
81056
81056
|
*
|
|
81057
81057
|
* @example
|
|
81058
81058
|
* ```html
|
|
@@ -81084,7 +81084,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
81084
81084
|
*
|
|
81085
81085
|
*
|
|
81086
81086
|
* @igxModule IgxGridToolbarModule
|
|
81087
|
-
* @igxParent IgxGridToolbarComponent
|
|
81087
|
+
* @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent
|
|
81088
81088
|
*
|
|
81089
81089
|
* @example
|
|
81090
81090
|
* ```html
|