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

@syncfusion/ej2-angular-pivotview

Package Overview
Dependencies
Maintainers
0
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-pivotview - npm Package Compare versions

Comparing version 27.2.3 to 27.2.4-ngcc

@syncfusion/ej2-angular-pivotview.es5.js

37

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-fHmhwzjEObc5RJ0JwZIehsIEYquEjxEyuA4C8mweIDTWE6FwV4qtjaBHBj2dr3ovtlcgfGIsiCxdNVbo0oLcGw==",
"_integrity": "sha512-ZpetFc5ParVY1eetaqFjtEjIiKAIekMDvf7pm0IecnomsTjhamzLH5o9dYYfZiv7F/XkPvPy/emre/gv8dqH0g==",
"_location": "/@syncfusion/ej2-angular-pivotview",

@@ -23,6 +23,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-27.1.58.tgz",
"_shasum": "c5f287ab7bfc1e7bf01fb6f55c36711d27276834",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-27.1.58.tgz",
"_shasum": "8d8aff7316e4e445d99c5759941ca47520274c82",
"_spec": "@syncfusion/ej2-angular-pivotview@*",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
"author": {

@@ -38,23 +38,8 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~27.2.2",
"@syncfusion/ej2-pivotview": "27.2.3"
"@syncfusion/ej2-pivotview": "27.2.4"
},
"deprecated": false,
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-pivotview.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-pivotview.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-pivotview.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-pivotview.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-pivotview.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-pivotview.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-pivotview.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-pivotview.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-pivotview.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-pivotview.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-pivotview.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -66,3 +51,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-pivotview.mjs",
"main": "dist/ej2-angular-pivotview.umd.js",
"metadata": "ej2-angular-pivotview.metadata.json",
"module": "@syncfusion/ej2-angular-pivotview.es5.js",
"name": "@syncfusion/ej2-angular-pivotview",

@@ -75,4 +62,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-pivotview.d.ts",
"version": "27.2.3"
"typings": "ej2-angular-pivotview.d.ts",
"version": "27.2.4-ngcc"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-pivotview';
exports.pkgVer = '^27.2.3';
exports.pkgVer = '^27.2.4';
exports.moduleName = 'PivotViewModule, PivotFieldListModule';
exports.themeVer = '~27.2.3';
exports.themeVer = '~27.2.4';
export const pkgName = '@syncfusion/ej2-angular-pivotview';
export const pkgVer = '^27.2.3';
export const pkgVer = '^27.2.4';
export const moduleName = 'PivotViewModule, PivotFieldListModule';
export const themeVer = '~27.2.3';
export const themeVer = '~27.2.4';

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

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./pivotfieldlist.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the PivotFieldList component with providers.

export declare class PivotFieldListAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListAllModule, never, [typeof i1.CommonModule, typeof i2.PivotFieldListModule], [typeof i2.PivotFieldListModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { PivotFieldList } from '@syncfusion/ej2-pivotview';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -49,4 +48,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "afterServiceInvoke": "afterServiceInvoke"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./pivotfieldlist.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the PivotFieldList component.

export declare class PivotFieldListModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListModule, [typeof i1.PivotFieldListComponent], [typeof i2.CommonModule], [typeof i1.PivotFieldListComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListModule>;
}
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./pivotview.module";
export declare const GroupingBarService: ValueProvider;

@@ -22,5 +19,2 @@ export declare const FieldListService: ValueProvider;

export declare class PivotViewAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewAllModule, never, [typeof i1.CommonModule, typeof i2.PivotViewModule], [typeof i2.PivotViewModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { PivotView } from '@syncfusion/ej2-pivotview';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -86,4 +85,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePaging": "enablePaging"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pageSettings": "pageSettings"; "pagerSettings": "pagerSettings"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "virtualScrollSettings": "virtualScrollSettings"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "afterServiceInvoke": "afterServiceInvoke"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "exportComplete": "exportComplete"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate", "tooltipTemplate"], never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./pivotview.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the PivotView component.

export declare class PivotViewModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewModule, [typeof i1.PivotViewComponent], [typeof i2.CommonModule], [typeof i1.PivotViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewModule>;
}
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