@syncfusion/ej2-angular-pivotview
Advanced tools
Comparing version 27.2.3-ngcc to 27.2.3
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-ZpetFc5ParVY1eetaqFjtEjIiKAIekMDvf7pm0IecnomsTjhamzLH5o9dYYfZiv7F/XkPvPy/emre/gv8dqH0g==", | ||
"_integrity": "sha512-fHmhwzjEObc5RJ0JwZIehsIEYquEjxEyuA4C8mweIDTWE6FwV4qtjaBHBj2dr3ovtlcgfGIsiCxdNVbo0oLcGw==", | ||
"_location": "/@syncfusion/ej2-angular-pivotview", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-27.1.58.tgz", | ||
"_shasum": "8d8aff7316e4e445d99c5759941ca47520274c82", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-27.1.58.tgz", | ||
"_shasum": "c5f287ab7bfc1e7bf01fb6f55c36711d27276834", | ||
"_spec": "@syncfusion/ej2-angular-pivotview@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included", | ||
"author": { | ||
@@ -42,4 +42,19 @@ "name": "Syncfusion Inc." | ||
"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", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-pivotview.js", | ||
"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", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -51,5 +66,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-pivotview.umd.js", | ||
"metadata": "ej2-angular-pivotview.metadata.json", | ||
"module": "@syncfusion/ej2-angular-pivotview.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-pivotview.mjs", | ||
"name": "@syncfusion/ej2-angular-pivotview", | ||
@@ -62,4 +75,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-pivotview.d.ts", | ||
"version": "27.2.3-ngcc" | ||
"typings": "syncfusion-ej2-angular-pivotview.d.ts", | ||
"version": "27.2.3" | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./pivotfieldlist.module"; | ||
/** | ||
@@ -5,2 +8,5 @@ * 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[]; | ||
@@ -48,2 +49,4 @@ 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>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./pivotfieldlist.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * 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; | ||
@@ -19,2 +22,5 @@ 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[]; | ||
@@ -85,2 +86,4 @@ 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>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./pivotview.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * 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>; | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
189
0
100
0
254261
1512