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

@syncfusion/ej2-angular-heatmap

Package Overview
Dependencies
Maintainers
0
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 27.1.50-ngcc to 27.1.50

CHANGELOG.md

37

package.json
{
"_from": "@syncfusion/ej2-angular-heatmap@*",
"_id": "@syncfusion/ej2-angular-heatmap@18.14.11",
"_id": "@syncfusion/ej2-angular-heatmap@27.1.48",
"_inBundle": false,
"_integrity": "sha512-2M1mzqMp++AbgwXN/OZ0jjaMRaMaxLZVGpKJmrpTkG2XmpSD+5T0Ncrj4L5C+eXdpnAjN5gainX3U9rTFE5zkw==",
"_integrity": "sha512-ZwU4hwrywKCD9jOwIA3VHqCvrZRkmjxfAT9H48QyY6rXnkJDqOH8GtskAAvmYFSpbTyZheAxcwYxSmuHNTbIsg==",
"_location": "/@syncfusion/ej2-angular-heatmap",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-18.14.11.tgz",
"_shasum": "eb0ff3d6dcb2501a0c3ad2061964677b4500a3d9",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-27.1.48.tgz",
"_shasum": "e18b8f185ab7767f2f231d43cacfddc408fe7bff",
"_spec": "@syncfusion/ej2-angular-heatmap@*",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
"author": {

@@ -41,4 +41,19 @@ "name": "Syncfusion Inc."

"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",

@@ -52,5 +67,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",

@@ -63,4 +76,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-heatmap.d.ts",
"version": "27.1.50-ngcc"
"typings": "syncfusion-ej2-angular-heatmap.d.ts",
"version": "27.1.50"
}
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>;
}
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