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

@syncfusion/ej2-angular-circulargauge

Package Overview
Dependencies
Maintainers
0
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 27.1.50 to 27.1.57-ngcc

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

41

package.json
{
"_from": "@syncfusion/ej2-angular-circulargauge@*",
"_id": "@syncfusion/ej2-angular-circulargauge@27.1.48",
"_id": "@syncfusion/ej2-angular-circulargauge@27.1.50",
"_inBundle": false,
"_integrity": "sha512-e47lBkHcLYuQwZtPRv8O3UdtJzIemunZScgkma29eNZ62kw4/o+tFVgjBXEGp33GnheLQZryQ03D1M1Cgk/t1w==",
"_integrity": "sha512-jxpd+myq3F+d87jmXbm4HDR5Wfmk+wzFQnW7mJs1kvmuk7xSLbHJvRPa8Xqq7JVRyZ0V9pQ9MMQHcM2Jfc9tNg==",
"_location": "/@syncfusion/ej2-angular-circulargauge",

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

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

@@ -36,24 +36,9 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-angular-base": "~27.1.50",
"@syncfusion/ej2-base": "~27.1.50",
"@syncfusion/ej2-circulargauge": "27.1.50"
"@syncfusion/ej2-base": "~27.1.55",
"@syncfusion/ej2-circulargauge": "27.1.57"
},
"deprecated": false,
"description": "Essential JS 2 CircularGauge Components for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-circulargauge.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-circulargauge.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-circulargauge.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-circulargauge.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-circulargauge.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-circulargauge.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-circulargauge.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-circulargauge.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-circulargauge.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-circulargauge.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-circulargauge.js",
"homepage": "https://www.syncfusion.com/angular-components",

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

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

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

"sideEffects": false,
"typings": "syncfusion-ej2-angular-circulargauge.d.ts",
"version": "27.1.50"
"typings": "ej2-angular-circulargauge.d.ts",
"version": "27.1.57-ngcc"
}
export declare const pkgName = "@syncfusion/ej2-angular-circulargauge";
export declare const pkgVer = "^27.1.48";
export declare const pkgVer = "^27.1.50";
export declare const moduleName = "CircularGaugeModule";
export declare const themeVer = "~27.1.48";
export declare const themeVer = "~27.1.50";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-circulargauge';
exports.pkgVer = '^27.1.50';
exports.pkgVer = '^27.1.57';
exports.moduleName = 'CircularGaugeModule';
exports.themeVer = '~27.1.50';
exports.themeVer = '~27.1.57';
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^27.1.50';
export const pkgVer = '^27.1.57';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~27.1.50';
export const themeVer = '~27.1.57';
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -49,4 +48,2 @@ * Represents the directive to render and customize the annotations in an axis of circular gauge.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-annotations>e-annotation", never, { "angle": "angle"; "autoAngle": "autoAngle"; "content": "content"; "description": "description"; "radius": "radius"; "textStyle": "textStyle"; "zIndex": "zIndex"; }, {}, ["content"]>;
}

@@ -59,4 +56,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ej-circulargauge>e-axes>e-axis>e-annotations", never, {}, {}, ["children"]>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -110,4 +109,2 @@ * Represents the directive to render the axes in the Circular Gauge.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "annotations": "annotations"; "background": "background"; "direction": "direction"; "endAngle": "endAngle"; "hideIntersectingLabel": "hideIntersectingLabel"; "labelStyle": "labelStyle"; "lineStyle": "lineStyle"; "majorTicks": "majorTicks"; "maximum": "maximum"; "minimum": "minimum"; "minorTicks": "minorTicks"; "pointers": "pointers"; "radius": "radius"; "rangeGap": "rangeGap"; "ranges": "ranges"; "roundingPlaces": "roundingPlaces"; "showLastLabel": "showLastLabel"; "startAndEndRangeGap": "startAndEndRangeGap"; "startAngle": "startAngle"; }, {}, ["childAnnotations", "childRanges", "childPointers"]>;
}

@@ -120,4 +117,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<AxesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AxesDirective, "ej-circulargauge>e-axes", never, {}, {}, ["children"]>;
}
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./circulargauge.module";
export declare const GaugeTooltipService: ValueProvider;

@@ -16,5 +13,2 @@ export declare const AnnotationsService: ValueProvider;

export declare class CircularGaugeAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularGaugeAllModule, never, [typeof i1.CommonModule, typeof i2.CircularGaugeModule], [typeof i2.CircularGaugeModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CircularGaugeAllModule>;
}

@@ -5,3 +5,2 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { AxesDirective } from './axes.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

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

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeComponent, "ejs-circulargauge", never, { "allowImageExport": "allowImageExport"; "allowMargin": "allowMargin"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "allowRangePreRender": "allowRangePreRender"; "animationDuration": "animationDuration"; "axes": "axes"; "background": "background"; "border": "border"; "centerX": "centerX"; "centerY": "centerY"; "description": "description"; "enablePersistence": "enablePersistence"; "enablePointerDrag": "enablePointerDrag"; "enableRangeDrag": "enableRangeDrag"; "enableRtl": "enableRtl"; "height": "height"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "moveToCenter": "moveToCenter"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelRender": "axisLabelRender"; "beforePrint": "beforePrint"; "dragEnd": "dragEnd"; "dragMove": "dragMove"; "dragStart": "dragStart"; "gaugeMouseDown": "gaugeMouseDown"; "gaugeMouseLeave": "gaugeMouseLeave"; "gaugeMouseMove": "gaugeMouseMove"; "gaugeMouseUp": "gaugeMouseUp"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "radiusCalculate": "radiusCalculate"; "resized": "resized"; "tooltipRender": "tooltipRender"; }, ["tooltip_template", "childAxes"], never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./circulargauge.component";
import * as i2 from "./annotations.directive";
import * as i3 from "./ranges.directive";
import * as i4 from "./pointers.directive";
import * as i5 from "./axes.directive";
import * as i6 from "@angular/common";
/**

@@ -12,5 +5,2 @@ * NgModule definition for the CircularGauge component.

export declare class CircularGaugeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularGaugeModule, [typeof i1.CircularGaugeComponent, typeof i2.AnnotationDirective, typeof i2.AnnotationsDirective, typeof i3.RangeDirective, typeof i3.RangesDirective, typeof i4.PointerDirective, typeof i4.PointersDirective, typeof i5.AxisDirective, typeof i5.AxesDirective], [typeof i6.CommonModule], [typeof i1.CircularGaugeComponent, typeof i2.AnnotationDirective, typeof i2.AnnotationsDirective, typeof i3.RangeDirective, typeof i3.RangesDirective, typeof i4.PointerDirective, typeof i4.PointersDirective, typeof i5.AxisDirective, typeof i5.AxesDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CircularGaugeModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -127,4 +126,2 @@ * Represents the directive to render and customize the pointers in an axis of circular gauge.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<PointerDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PointerDirective, "e-pointers>e-pointer", never, { "animation": "animation"; "border": "border"; "cap": "cap"; "color": "color"; "description": "description"; "imageUrl": "imageUrl"; "linearGradient": "linearGradient"; "markerHeight": "markerHeight"; "markerShape": "markerShape"; "markerWidth": "markerWidth"; "needleEndWidth": "needleEndWidth"; "needleStartWidth": "needleStartWidth"; "needleTail": "needleTail"; "offset": "offset"; "pointerWidth": "pointerWidth"; "position": "position"; "radialGradient": "radialGradient"; "radius": "radius"; "roundedCornerRadius": "roundedCornerRadius"; "text": "text"; "textStyle": "textStyle"; "type": "type"; "value": "value"; }, {}, never>;
}

@@ -137,4 +134,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<PointersDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PointersDirective, "ej-circulargauge>e-axes>e-axis>e-pointers", never, {}, {}, ["children"]>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -83,4 +82,2 @@ * Represents the directive to render and customize the ranges in an axis of circular gauge.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<RangeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeDirective, "e-ranges>e-range", never, { "color": "color"; "end": "end"; "endWidth": "endWidth"; "legendText": "legendText"; "linearGradient": "linearGradient"; "offset": "offset"; "opacity": "opacity"; "position": "position"; "radialGradient": "radialGradient"; "radius": "radius"; "roundedCornerRadius": "roundedCornerRadius"; "start": "start"; "startWidth": "startWidth"; }, {}, never>;
}

@@ -93,4 +90,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<RangesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RangesDirective, "ej-circulargauge>e-axes>e-axis>e-ranges", never, {}, {}, ["children"]>;
}
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