cilog-lib 1.13.7 → 1.13.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cilog-lib",
3
- "version": "1.13.7",
3
+ "version": "1.13.9",
4
4
  "peerDependencies": {
5
5
  "@types/node": "^20.11.19",
6
6
  "exceljs": "^4.4.0",
@@ -8,7 +8,7 @@ import { ContextMenu } from 'primeng/contextmenu';
8
8
  import { InputNumber } from 'primeng/inputnumber';
9
9
  import * as ag_stack from 'ag-stack';
10
10
  import * as ag_grid_community from 'ag-grid-community';
11
- import { ColDef, RowClassParams, RowStyle, GridReadyEvent, RowClickedEvent } from 'ag-grid-community';
11
+ import { GridApi, ColDef, RowClassParams, RowStyle, GridReadyEvent, RowClickedEvent } from 'ag-grid-community';
12
12
  import { Editor } from 'primeng/editor';
13
13
  import { ControlValueAccessor } from '@angular/forms';
14
14
  import { HttpClient } from '@angular/common/http';
@@ -426,8 +426,8 @@ declare class CilogTableComponent implements OnInit {
426
426
  }
427
427
 
428
428
  declare class CilogGridComponent {
429
- private gridApi;
430
- onRowClick: i0.OutputEmitterRef<ISelection>;
429
+ gridApi: GridApi;
430
+ onRowClick: i0.OutputEmitterRef<IRowClick>;
431
431
  onDelete: i0.OutputEmitterRef<ISuppression>;
432
432
  exportService: ExportService;
433
433
  localeText: {