You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ag-grid-extension/angular

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-extension/angular - npm Package Compare versions

Comparing version

to
0.0.9

esm2020/lib/directives/creation-row/creation-row.directive.mjs

2

package.json
{
"name": "@ag-grid-extension/angular",
"version": "0.0.8",
"version": "0.0.9",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^13.1.0",

@@ -1,1 +0,1 @@

export * from './lib/directives/create-row';
export * from './lib/directives/creation-row';

@@ -5,15 +5,15 @@ # AgGridExtension

### CreateRow
### CreationRow
Adds an empty create row at the bottom of the grid, for adding new rows.
Adds an empty creation row at the bottom of the grid, for adding new rows.
```ts
// your.module.ts
import { CreateRowModule } from '@ag-grid-extension/angular';
import { CreationRowModule } from '@ag-grid-extension/angular';
Input(): `idField`
Output(): `createRowReady`, `rowAddedToGrid`, `rowCreated`
Output(): `creationRowReady`, `rowAddedToGrid`, `rowCreated`
@NgModule({
imports: [CreateRowModule],
imports: [CreationRowModule],
...

@@ -25,3 +25,3 @@ })

// Optional outputs
onCreateRowReady(event: CreationRowEvent){}
onCreationRowReady(event: CreationRowEvent){}
onRowAddedToGrid(event: CreationRowEvent){}

@@ -34,5 +34,5 @@ onRowCreated(event: CreationRowEvent){}

<ag-grid-angular
createRow
creationRow
idField="id"
(createRowReady)="onCreateRowReady($event)"
(creationRowReady)="onCreationRowReady($event)"
(rowAddedToGrid)="onRowAddedToGrid($event)"

@@ -39,0 +39,0 @@ (rowCreated)="onRowCreated($event)"

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