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

@ag-grid-enterprise/core

Package Overview
Dependencies
Maintainers
3
Versions
75
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.1.0 to 32.2.0

4

dist/package/package.json
{
"name": "@ag-grid-enterprise/core",
"version": "32.1.0",
"version": "32.2.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.1.0"
"@ag-grid-community/core": "32.2.0"
},

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

{
"name": "@ag-grid-enterprise/core",
"version": "32.1.0",
"version": "32.2.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.1.0"
"@ag-grid-community/core": "32.2.0"
},

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

@@ -24,4 +24,6 @@ import type { AgEvent, BeanCollection, Component } from '@ag-grid-community/core';

private onDragStop;
private onDragCancel;
private onDragLeave;
private clearDragProperties;
private clearHoveredItems;
}

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

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

@@ -18,3 +18,3 @@ import type { Component, RichSelectParams } from '@ag-grid-community/core';

onNavigationKeyDown(key: string, announceItem: () => void): void;
selectValue(value?: TValue[] | TValue): void;
selectValue(value?: TValue[] | TValue): boolean;
private selectListItems;

@@ -21,0 +21,0 @@ getCurrentList(): TValue[] | undefined;

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

import type { BeanCollection, DragItem, DragSourceType, DraggingEvent, DropTarget } from '@ag-grid-community/core';
import type { BeanCollection, DragAndDropIcon, DragItem, DragSourceType, DraggingEvent, DropTarget } from '@ag-grid-community/core';
import { Component } from '@ag-grid-community/core';

@@ -27,3 +27,3 @@ import type { PillDragComp } from './pillDragComp';

protected abstract getExistingItems(): TItem[];
protected abstract getIconName(): string;
protected abstract getIconName(): DragAndDropIcon;
protected abstract getAriaLabel(): string;

@@ -54,2 +54,3 @@ protected abstract createPillComponent(item: TItem, dropTarget: DropTarget, ghost: boolean, horizontal: boolean): TPill;

private onDragLeave;
private onDragCancel;
private onDragStop;

@@ -56,0 +57,0 @@ private removeItems;

@@ -27,2 +27,3 @@ import type { AnimationFrameService, BeanCollection, Component, ComponentEvent } from '@ag-grid-community/core';

private readonly eContainer;
private awaitStableCallbacks;
constructor(params?: VirtualListParams);

@@ -55,2 +56,3 @@ postConstruct(): void;

refresh(softRefresh?: boolean): void;
awaitStable(callback: () => void): void;
private canSoftRefresh;

@@ -57,0 +59,0 @@ private clearVirtualRows;

{
"name": "@ag-grid-enterprise/core",
"version": "32.1.0",
"version": "32.2.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.1.0"
"@ag-grid-community/core": "32.2.0"
},

@@ -19,0 +19,0 @@ "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

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