Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/core

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/core - npm Package Compare versions

Comparing version 32.0.2 to 32.1.0

6

dist/package/package.json
{
"name": "@ag-grid-enterprise/core",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,3 +16,3 @@ "main": "./dist/package/main.cjs.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2"
"@ag-grid-community/core": "32.1.0"
},

@@ -57,2 +57,2 @@ "devDependencies": {

}
}
}
{
"name": "@ag-grid-enterprise/core",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,3 +16,3 @@ "main": "./src/main.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2"
"@ag-grid-community/core": "32.1.0"
},

@@ -19,0 +19,0 @@ "devDependencies": {

@@ -1,3 +0,2 @@

import type { Module } from '@ag-grid-community/core';
export { AgWatermark } from './license/watermark';
export declare const EnterpriseCoreModule: Module;
export declare const EnterpriseCoreModule: import("@ag-grid-community/core").Module;

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

export declare const VERSION = "32.0.2";
export declare const VERSION = "32.1.0";

@@ -1,5 +0,12 @@

import type { BeanCollection, FocusableContainer, ResizableStructure } from '@ag-grid-community/core';
import type { AgColumn, BeanCollection, FocusableContainer, IRowNode, ResizableStructure } from '@ag-grid-community/core';
import type { PanelOptions } from './agPanel';
import { AgPanel } from './agPanel';
export type ResizableSides = 'topLeft' | 'top' | 'topRight' | 'right' | 'bottomRight' | 'bottom' | 'bottomLeft' | 'left';
export interface DialogPostProcessPopupParams {
type: string;
eventSource?: HTMLElement | null;
mouseEvent?: MouseEvent | Touch | null;
column?: AgColumn | null;
rowNode?: IRowNode | null;
}
export interface DialogOptions extends PanelOptions {

@@ -13,2 +20,3 @@ eWrapper?: HTMLElement;

closedCallback?: (event?: MouseEvent | TouchEvent | KeyboardEvent) => void;
postProcessPopupParams?: DialogPostProcessPopupParams;
}

@@ -15,0 +23,0 @@ export declare class AgDialog extends AgPanel<DialogOptions> implements FocusableContainer {

@@ -47,3 +47,3 @@ import type { AgEvent, AgPromise, BeanCollection, Component, IComponent, IMenuActionParams, MenuItemDef, WithoutGridCommon } from '@ag-grid-community/core';

isDisabled(): boolean;
openSubMenu(activateFirstItem?: boolean): void;
openSubMenu(activateFirstItem?: boolean, event?: MouseEvent | KeyboardEvent): void;
private setAriaExpanded;

@@ -50,0 +50,0 @@ closeSubMenu(): void;

@@ -59,3 +59,4 @@ import type { BeanCollection, RichSelectParams } from '@ag-grid-community/core';

protected onKeyDown(e: KeyboardEvent): void;
private announceAriaValue;
destroy(): void;
}
{
"name": "@ag-grid-enterprise/core",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

@@ -16,3 +16,3 @@ "main": "./dist/package/main.cjs.js",

"dependencies": {
"@ag-grid-community/core": "32.0.2"
"@ag-grid-community/core": "32.1.0"
},

@@ -57,2 +57,2 @@ "devDependencies": {

}
}
}

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

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