New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ag-grid-enterprise

Package Overview
Dependencies
Maintainers
3
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-enterprise - npm Package Compare versions

Comparing version 7.2.2 to 7.2.3

2

bower.json
{
"name": "ag-grid-enterprise",
"version": "7.2.2",
"version": "7.2.3",
"homepage": "http://www.ag-grid.com/",

@@ -5,0 +5,0 @@ "authors": [

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IAggFuncService, IAggFunc, GridOptionsWrapper } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class AggFuncService implements IAggFuncService {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
export declare function populateClientExports(exports: any): void;

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var columnSelectPanel_1 = require("./toolPanel/columnsSelect/columnSelectPanel");

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ColDef, IClipboardService, Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class ClipboardService implements IClipboardService {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
export declare class EnterpriseBoot {

@@ -3,0 +3,0 @@ private static RICH_SELECT;

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ColumnController } from 'ag-grid/main';

@@ -3,0 +3,0 @@ import { ValueService } from 'ag-grid/main';

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
/**

@@ -3,0 +3,0 @@ * See https://msdn.microsoft.com/en-us/library/aa140066(v=office.10).aspx

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -58,4 +58,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

ExcelXmlFactory.prototype.excelXmlHeader = function () {
return "<?xml version=\"1.0\"?>" + LINE_SEPARATOR +
"<?mso-application progid=\"Excel.Sheet\"?>" + LINE_SEPARATOR;
// need to take out the question mark, otherwise it bothers php when have < and ? beside each
// other in a string, as php thinks it's a directive for php
var QUESTION_MARK = '?';
return '<' + QUESTION_MARK + 'xml version="1.0"' + QUESTION_MARK + '>' + LINE_SEPARATOR +
'<' + QUESTION_MARK + 'mso-application progid="Excel.Sheet"' + QUESTION_MARK + '>' + LINE_SEPARATOR;
};

@@ -65,3 +68,3 @@ ExcelXmlFactory.prototype.stylesXmlElement = function (styles) {

return {
name: "Styles",
name: 'Styles',
children: styles ? main_3.Utils.map(styles, function (it) {

@@ -68,0 +71,0 @@ return _this.styleXmlElement(it);

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
export declare class MD5 {

@@ -3,0 +3,0 @@ private ieCompatibility;

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
export declare class LicenseManager {

@@ -3,0 +3,0 @@ private static RELEASE_INFORMATION;

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var main_1 = require("ag-grid/main");

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IContextMenuFactory, RowNode, Column } from "ag-grid";

@@ -3,0 +3,0 @@ export declare class ContextMenuFactory implements IContextMenuFactory {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IMenuFactory, Column } from "ag-grid";

@@ -3,0 +3,0 @@ export declare class EnterpriseMenuFactory implements IMenuFactory {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { MenuItemDef, Component } from "ag-grid";

@@ -3,0 +3,0 @@ export declare class MenuItemComponent extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { MenuItemDef, Column } from 'ag-grid';

@@ -3,0 +3,0 @@ export declare class MenuItemMapper {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { MenuItemDef, Component } from "ag-grid";

@@ -3,0 +3,0 @@ export declare class MenuList extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ICompFactory, Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class PivotCompFactory implements ICompFactory {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IRangeController, RangeSelection, GridCell, AddRangeSelectionParams } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class RangeController implements IRangeController {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ICellEditor, ICellEditorParams, Component, Context, ICellRenderer, ICellRendererFunc, CellRendererService } from "ag-grid/main";

@@ -3,0 +3,0 @@ export interface IRichCellEditorParams extends ICellEditorParams {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component, CellRendererService, ICellRendererFunc, ICellRenderer } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class RichSelectRow extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export interface VirtualListModel {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ICompFactory, Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class RowGroupCompFactory implements ICompFactory {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IRowNodeStage, RowNode } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class AggregationStage implements IRowNodeStage {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IRowNodeStage, RowNode } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class GroupStage implements IRowNodeStage {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ColDef, ColGroupDef } from "ag-grid/main";

@@ -3,0 +3,0 @@ export interface PivotColDefServiceResult {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IRowNodeStage, RowNode, ColDef } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class PivotStage implements IRowNodeStage {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IFilter, IFilterParams, IDoesFilterPassParams, Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class SetFilter extends Component implements IFilter {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component, ICellRenderer, ICellRendererFunc } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class SetFilterListItem extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { ColDef } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class SetFilterModel {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var main_1 = require("ag-grid/main");

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from 'ag-grid/main';

@@ -3,0 +3,0 @@ export declare class StatusBar extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from 'ag-grid/main';

@@ -3,0 +3,0 @@ export declare class StatusItem extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component, EventService, GridOptionsWrapper, Context, LoggerFactory, DragAndDropService, Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ export interface AbstractColumnDropPanelParams {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { PopupService, Component, ColumnController, Context, EventService, DragAndDropService, GridPanel, GridOptionsWrapper, DropTarget, Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ import { AggFuncService } from "../../aggregation/aggFuncService";

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ import { AbstractColumnDropPanel } from "./abstractColumnDropPanel";

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class PivotModePanel extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ import { AbstractColumnDropPanel } from "./abstractColumnDropPanel";

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ import { AbstractColumnDropPanel } from "./abstractColumnDropPanel";

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class ColumnSelectPanel extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component, Column } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class RenderedColumn extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component, OriginalColumnGroup } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class RenderedGroup extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { Component } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class ToolPanelComp extends Component {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || function (d, b) {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
import { IRowModel, RowNode, IViewportDatasource } from "ag-grid/main";

@@ -3,0 +3,0 @@ export declare class ViewportRowModel implements IRowModel {

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

// ag-grid-enterprise v7.2.2
// ag-grid-enterprise v7.2.3
"use strict";

@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

{
"name": "ag-grid-enterprise",
"version": "7.2.2",
"version": "7.2.3",
"description": "ag-Grid Enterprise Features",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -54,4 +54,7 @@ import {XmlElement, XmlFactory} from 'ag-grid/main';

private excelXmlHeader() : string{
return "<?xml version=\"1.0\"?>" + LINE_SEPARATOR +
"<?mso-application progid=\"Excel.Sheet\"?>" + LINE_SEPARATOR;
// need to take out the question mark, otherwise it bothers php when have < and ? beside each
// other in a string, as php thinks it's a directive for php
var QUESTION_MARK = '?';
return '<'+QUESTION_MARK+'xml version="1.0"'+QUESTION_MARK+'>' + LINE_SEPARATOR +
'<'+QUESTION_MARK+'mso-application progid="Excel.Sheet"'+QUESTION_MARK+'>' + LINE_SEPARATOR;
}

@@ -61,3 +64,3 @@

return {
name:"Styles",
name:'Styles',
children:styles ? Utils.map(styles, (it)=>{

@@ -64,0 +67,0 @@ return this.styleXmlElement (it);

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

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