imm-element-ui 2.9.8 → 2.9.9

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.
@@ -118,6 +118,7 @@ export declare class GridComponent {
118
118
  ngAfterViewInit(): void;
119
119
  ngOnDestroy(): void;
120
120
  getGrid(): AgGridAngular;
121
+ getLeafRowData(): any[];
121
122
  private isMobileOrTabletBrowser;
122
123
  onGridReady(e: any): void;
123
124
  onSelectionChanged(event: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imm-element-ui",
3
- "version": "2.9.8",
3
+ "version": "2.9.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"