cilog-lib 1.13.7 → 1.13.8
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
package/types/cilog-lib.d.ts
CHANGED
|
@@ -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,7 +426,7 @@ declare class CilogTableComponent implements OnInit {
|
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
declare class CilogGridComponent {
|
|
429
|
-
|
|
429
|
+
gridApi: GridApi;
|
|
430
430
|
onRowClick: i0.OutputEmitterRef<ISelection>;
|
|
431
431
|
onDelete: i0.OutputEmitterRef<ISuppression>;
|
|
432
432
|
exportService: ExportService;
|