Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ag-grid-community

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-community - npm Package Compare versions

Comparing version 23.0.1 to 23.0.2

1

dist/lib/eventKeys.d.ts

@@ -94,2 +94,3 @@ export declare class Events {

static EVENT_DRAG_STOPPED: string;
static EVENT_CHECKBOX_CHANGED: string;
static EVENT_ROW_EDITING_STARTED: string;

@@ -96,0 +97,0 @@ static EVENT_ROW_EDITING_STOPPED: string;

@@ -92,2 +92,7 @@ import { RowNode } from "./entities/rowNode";

}
export interface CheckboxChangedEvent extends AgEvent {
id: string;
name: string;
selected?: boolean;
}
export interface GridSizeChangedEvent extends AgGridEvent {

@@ -94,0 +99,0 @@ clientWidth: number;

2

dist/lib/gridApi.d.ts

@@ -224,3 +224,3 @@ import { ColumnApi } from "./columnController/columnApi";

getFilterApiForColDef(colDef: any): any;
getFilterInstance(key: string | Column): IFilterComp;
getFilterInstance(key: string | Column, callback?: (filter: IFilterComp) => void): IFilterComp;
getFilterApi(key: string | Column): IFilterComp;

@@ -227,0 +227,0 @@ destroyFilter(key: string | Column): void;

@@ -5,2 +5,3 @@ import { GridOptionsWrapper } from '../gridOptionsWrapper';

import { LabelAlignment } from './agAbstractLabel';
import { EventService } from '../eventService';
export interface ChangeEvent extends AgEvent {

@@ -15,2 +16,3 @@ selected: boolean;

protected gridOptionsWrapper: GridOptionsWrapper;
protected eventService: EventService;
private selected;

@@ -29,7 +31,8 @@ private readOnly;

setValue(value: boolean | undefined, silent?: boolean): this;
setName(name: string): this;
protected isSelected(): boolean;
private setSelected;
private dispatchChange;
protected dispatchChange(selected?: boolean, event?: MouseEvent): void;
private onCheckboxClick;
private refreshSelectedClass;
}

@@ -7,3 +7,10 @@ import { AgCheckbox } from './agCheckbox';

toggle(): void;
setName(name: string): this;
protected addInputListeners(): void;
/**
* This ensures that if another radio button in the same named group is selected, we deselect this radio button.
* By default the browser does this for you, but we are managing classes ourselves in order to ensure input
* elements are styled correctly in IE11, and the DOM 'changed' event is only fired when a button is selected,
* not deselected, so we need to use our own event.
*/
private onChange;
}

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

// Type definitions for ag-grid-community v23.0.1
// Type definitions for ag-grid-community v23.0.2
// Project: http://www.ag-grid.com/
// Definitions by: Niall Crosby <https://github.com/ag-grid/>
export * from "./dist/lib/main";
{
"name": "ag-grid-community",
"version": "23.0.1",
"version": "23.0.2",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",

@@ -71,2 +71,2 @@ "main": "./dist/ag-grid-community.cjs.js",

}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc