@ag-grid-extension/angular
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -11,4 +11,6 @@ import { EventEmitter, OnInit } from '@angular/core'; | ||
idField: string; | ||
creationRowReady: EventEmitter<CreationRowReadyEvent>; | ||
createRowReady: EventEmitter<CreationRowReadyEvent>; | ||
/** Event trigged when row was added to grid through Creation Row */ | ||
rowAddedToGrid: EventEmitter<RowNode>; | ||
/** Event trigged when created row was saved though `context.createFn` */ | ||
rowCreated: EventEmitter<RowNode>; | ||
@@ -22,3 +24,3 @@ constructor(agGrid: AgGridAngular); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CreateRowDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CreateRowDirective, "ag-grid-angular[createRow]", never, { "idField": "idField"; }, { "creationRowReady": "creationRowReady"; "rowCreated": "rowCreated"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CreateRowDirective, "ag-grid-angular[createRow]", never, { "idField": "idField"; }, { "createRowReady": "createRowReady"; "rowAddedToGrid": "rowAddedToGrid"; "rowCreated": "rowCreated"; }, never>; | ||
} | ||
@@ -25,0 +27,0 @@ export declare const CREATE_ROW = "CREATE_ROW"; |
{ | ||
"name": "@ag-grid-extension/angular", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^13.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57250
468