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