Socket
Socket
Sign inDemoInstall

@ag-grid-enterprise/row-grouping

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-enterprise/row-grouping - npm Package Compare versions

Comparing version 32.0.2 to 32.1.0

dist/types/src/rowGrouping/groupStage/groupStage.d.ts

8

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

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

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

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

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

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

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

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

@@ -22,2 +22,4 @@ import type { AgColumn, BeanCollection, IAfterGuiAttachedParams, IFilterComp, IFilterParams } from '@ag-grid-community/core';

init(params: IFilterParams): AgPromise<void>;
refresh(params: IFilterParams): boolean;
private updateParams;
private validateParams;

@@ -38,2 +40,3 @@ private updateGroups;

private onColumnRowGroupChanged;
private onFilterDestroyed;
private getFilterColumnPair;

@@ -40,0 +43,0 @@ getSelectedFilter(): IFilterComp | undefined;

@@ -1,6 +0,5 @@

import type { Module } from '@ag-grid-community/core';
export declare const RowGroupingCoreModule: Module;
export declare const RowGroupingApiModule: Module;
export declare const GroupFilterModule: Module;
export declare const GroupFloatingFilterModule: Module;
export declare const RowGroupingModule: Module;
export declare const RowGroupingCoreModule: import("@ag-grid-community/core").Module;
export declare const RowGroupingApiModule: import("@ag-grid-community/core").Module;
export declare const GroupFilterModule: import("@ag-grid-community/core").Module;
export declare const GroupFloatingFilterModule: import("@ag-grid-community/core").Module;
export declare const RowGroupingModule: import("@ag-grid-community/core").Module;

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

export declare const VERSION = "32.0.2";
export declare const VERSION = "32.1.0";
{
"name": "@ag-grid-enterprise/row-grouping",
"version": "32.0.2",
"version": "32.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",

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

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

@@ -58,2 +58,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