@syncfusion/ej2-angular-heatmap
Advanced tools
Comparing version 25.1.35-ngcc to 25.1.35
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-vOJEB9g1Qvh5rV5NAo4z2Q3BU9MVjkIH+HcWZm4UiE9N+q0IOYLGBwUYDhNPL15oeqrC+y6KbeLT/LXMdX2+Xw==", | ||
"_integrity": "sha512-F079EFdJt0eGZ6Mhjp6i/QbtIkThQf10YbN17ta8+0poDRZCbEGlGr7DG1nIbVP2zI04RubTJ0e9X9WQiT5R2A==", | ||
"_location": "/@syncfusion/ej2-angular-heatmap", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-18.14.11.tgz", | ||
"_shasum": "cd77f7836e0ede80ca2a136f319805c68a4808a0", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-18.14.11.tgz", | ||
"_shasum": "2c9c8d5e4d4df9d84dfbcbd780f9db38d850fa9a", | ||
"_spec": "@syncfusion/ej2-angular-heatmap@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included", | ||
"author": { | ||
@@ -38,8 +38,24 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-heatmap": "25.1.35" | ||
"@syncfusion/ej2-heatmap": "25.1.35", | ||
"tslib": "^2.3.0" | ||
}, | ||
"deprecated": false, | ||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-heatmap.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-heatmap.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-heatmap.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -53,5 +69,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-heatmap.umd.js", | ||
"metadata": "ej2-angular-heatmap.metadata.json", | ||
"module": "@syncfusion/ej2-angular-heatmap.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"name": "@syncfusion/ej2-angular-heatmap", | ||
@@ -64,4 +78,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-heatmap.d.ts", | ||
"version": "25.1.35-ngcc" | ||
"typings": "syncfusion-ej2-angular-heatmap.d.ts", | ||
"version": "25.1.35" | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./heatmap.module"; | ||
export declare const LegendService: ValueProvider; | ||
@@ -9,2 +12,5 @@ export declare const TooltipService: ValueProvider; | ||
export declare class HeatMapAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<HeatMapAllModule, never, [typeof i1.CommonModule, typeof i2.HeatMapModule], [typeof i2.HeatMapModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<HeatMapAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { HeatMap } from '@syncfusion/ej2-heatmap'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -39,2 +40,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<HeatMapComponent, "ejs-heatmap", never, { "allowSelection": "allowSelection"; "backgroundColor": "backgroundColor"; "cellSettings": "cellSettings"; "dataSource": "dataSource"; "dataSourceSettings": "dataSourceSettings"; "enableMultiSelect": "enableMultiSelect"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "paletteSettings": "paletteSettings"; "renderingMode": "renderingMode"; "showTooltip": "showTooltip"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipSettings": "tooltipSettings"; "width": "width"; "xAxis": "xAxis"; "yAxis": "yAxis"; }, { "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "cellRender": "cellRender"; "cellSelected": "cellSelected"; "created": "created"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "tooltipRender": "tooltipRender"; }, never, never>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./heatmap.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the HeatMap component. | ||
export declare class HeatMapModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<HeatMapModule, [typeof i1.HeatMapComponent], [typeof i2.CommonModule], [typeof i1.HeatMapComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<HeatMapModule>; | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
0
0
115114
4
79
1644
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)