@ag-grid-enterprise/core
Advanced tools
Comparing version 32.1.0 to 32.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1098721
11759
+ Added@ag-grid-community/core@32.2.0(transitive)
+ Addedag-charts-types@10.2.0(transitive)
- Removed@ag-grid-community/core@32.1.0(transitive)
- Removedag-charts-types@10.1.0(transitive)