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
3
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 20.4.48 to 21.1.35-ngcc

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

44

package.json
{
"_from": "@syncfusion/ej2-angular-circulargauge@*",
"_id": "@syncfusion/ej2-angular-circulargauge@20.4.42",
"_id": "@syncfusion/ej2-angular-circulargauge@16.41.2",
"_inBundle": false,
"_integrity": "sha512-7/b96E2eS29dEknJEoh2v+ObKMvkZb5Hgy7gYy1T176qAaDurSHYSWDNkTrwgJJaCh3fs+ntYI3v+Vg9Sfh9Xw==",
"_integrity": "sha512-FtzFMTD/tCU5TqHh0tzfbwUMglUM+oe5bDMgU7nQE6LPCTAHSy49SsMmPJibdUpSmHm/CvjUhoOrwVNYEXT/+A==",
"_location": "/@syncfusion/ej2-angular-circulargauge",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-circulargauge/-/ej2-angular-circulargauge-20.4.42.tgz",
"_shasum": "43162e93e55095e668a2605529bbb305fd1aebd1",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-circulargauge/-/ej2-angular-circulargauge-16.41.2.tgz",
"_shasum": "92c3af51801170a156c21d7aa199c3febe81acc8",
"_spec": "@syncfusion/ej2-angular-circulargauge@*",
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~20.4.48",
"@syncfusion/ej2-base": "~20.4.48",
"@syncfusion/ej2-circulargauge": "20.4.48",
"tslib": "^2.3.0"
"@syncfusion/ej2-angular-base": "~21.1.35",
"@syncfusion/ej2-base": "~21.1.35",
"@syncfusion/ej2-circulargauge": "21.1.35"
},
"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",

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

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

"sideEffects": false,
"typings": "syncfusion-ej2-angular-circulargauge.d.ts",
"version": "20.4.48"
"typings": "ej2-angular-circulargauge.d.ts",
"version": "21.1.35-ngcc"
}
export declare const pkgName = "@syncfusion/ej2-angular-circulargauge";
export declare const pkgVer = "^20.4.42";
export declare const pkgVer = "^16.41.2";
export declare const moduleName = "CircularGaugeModule";
export declare const themeVer = "~20.4.42";
export declare const themeVer = "~16.41.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-circulargauge';
exports.pkgVer = '^20.4.48';
exports.pkgVer = '^21.1.35';
exports.moduleName = 'CircularGaugeModule';
exports.themeVer = '~20.4.48';
exports.themeVer = '~21.1.35';
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^20.4.48';
export const pkgVer = '^21.1.35';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~20.4.48';
export const themeVer = '~21.1.35';
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* Annotation directive
* Represents the directive to render and customize the annotations in an axis of circular gauge.
* ```html

@@ -14,3 +13,3 @@ * <e-annotations><e-annotation></e-annotation></e-annotations>

/**
* Sets and gets the angle for annotation with respect to axis in circular gauge component.
* Sets and gets the angle for annotation with respect to axis in circular gauge.
* @default 90

@@ -20,3 +19,3 @@ */

/**
* Enables and disables the annotation rotation along the axis.
* Enables and disables the rotation of the annotation along the axis.
* @default false

@@ -31,3 +30,3 @@ */

/**
* Sets and gets the radius for annotation with respect to axis in circular gauge component.
* Sets and gets the radius for annotation with respect to axis in circular gauge.
* @default '50%'

@@ -41,3 +40,3 @@ */

/**
* Sets and gets the z-index of an annotation in an axis in the circular gauge component.
* Sets and gets the z-index of an annotation in an axis in the circular gauge.
* @default '-1'

@@ -47,3 +46,3 @@ */

/**
* Sets and gets the content of the annotation. This property accepts the id of the custom element.
* Sets and gets the content of the annotation. This property accepts the HTML string or id of the custom element.
* @default null

@@ -53,4 +52,2 @@ */

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"]>;
}

@@ -63,4 +60,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";
/**
* Axes directive
* Represents the directive to render the axes in the Circular Gauge.
* ```html

@@ -18,3 +17,3 @@ * <e-axes><e-axis></e-axis></e-axes>

/**
* Sets and gets the annotation element for an axis in circular gauge component.
* Sets and gets the annotation elements for an axis in circular gauge.
*/

@@ -33,3 +32,3 @@ annotations: any;

/**
* Sets and gets the end angle of an axis in circular gauge component.
* Sets and gets the end angle of an axis in circular gauge.
* @default 160

@@ -44,11 +43,11 @@ */

/**
* Sets and gets the style of the axis label in circular gauge component.
* Sets and gets the style of the axis label in circular gauge.
*/
labelStyle: any;
/**
* Sets and gets the style of the line in axis of circular gauge component.
* Sets and gets the style of the line in axis of circular gauge.
*/
lineStyle: any;
/**
* Sets and gets the major tick lines of an axis in circular gauge component.
* Sets and gets the major tick lines of an axis in circular gauge.
* @default { width: 2, height: 10 }

@@ -58,3 +57,3 @@ */

/**
* Sets and gets the maximum value of an axis in the circular gauge component.
* Sets and gets the maximum value of an axis in the circular gauge.
* @aspdefaultvalueignore

@@ -65,3 +64,3 @@ * @default null

/**
* Sets and gets the minimum value of an axis in the circular gauge component.
* Sets and gets the minimum value of an axis in the circular gauge.
* @aspdefaultvalueignore

@@ -72,3 +71,3 @@ * @default null

/**
* Sets and gets the minor tick lines of an axis in circular gauge component.
* Sets and gets the minor tick lines of an axis in circular gauge.
* @default { width: 2, height: 5 }

@@ -78,3 +77,3 @@ */

/**
* Sets and gets the pointers of an axis in circular gauge component.
* Sets and gets the pointers of an axis in circular gauge.
*/

@@ -88,3 +87,3 @@ pointers: any;

/**
* Sets and gets the gap between the ranges by specified value in circular gauge component.
* Sets and gets the gap between the ranges by specified value in circular gauge.
* @default null

@@ -94,7 +93,7 @@ */

/**
* Sets and gets the ranges of an axis in circular gauge component.
* Sets and gets the ranges of an axis in circular gauge.
*/
ranges: any;
/**
* Sets and gets the rounding Off value in the label in an axis.
* Sets and gets the rounding off value in the an axis label.
* @default null

@@ -104,3 +103,3 @@ */

/**
* Enables and disables the last label of axis when it is hidden in circular gauge component.
* Enables and disables the last label of axis when it is hidden in circular gauge.
* @default false

@@ -115,3 +114,3 @@ */

/**
* Sets and gets the start angle of an axis in circular gauge component.
* Sets and gets the start angle of an axis in circular gauge.
* @default 200

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

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"]>;
}

@@ -131,4 +128,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[];

@@ -11,3 +10,3 @@ export declare const outputs: string[];

/**
* Circular Gauge Component
* Represents the Angular Circular Gauge component. This tag is used to customize the properties of the circular gauge to visualize the data in circular scale.
* ```html

@@ -51,4 +50,2 @@ * <ej-circulargauge></ej-circulargauge>

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"; "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";
/**
* Pointers directive
* Represents the directive to render and customize the pointers in an axis of circular gauge.
* ```html

@@ -14,3 +13,3 @@ * <e-pointers><e-pointer></e-pointer></e-pointers>

/**
* Sets and gets the type of pointer for an axis in Circular gauge component.
* Sets and gets the type of pointer for an axis in Circular gauge.
* @default Needle

@@ -20,11 +19,11 @@ */

/**
* Sets and gets the animation of pointers while rendering the axis in circular gauge.
* Sets and gets the options for the animation of the pointers that propagate while rendering the axis and updating the pointer value in the circular gauge.
*/
animation: any;
/**
* Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.
* Sets and gets the options to customize the style properties of the border for the needle pointer in an axis.
*/
border: any;
/**
* Sets and gets the cap of pointer in an axis.
* Sets and gets the options to customize the cap element of the needle pointer in an axis.
*/

@@ -34,2 +33,3 @@ cap: any;

* Sets and gets the color of the pointer in an axis.
* @default null
*/

@@ -43,4 +43,4 @@ color: any;

/**
* Sets and gets the url for the image that is to be displayed as pointer.
* It requires marker shape value to be Image.
* Sets and gets the URL for the image that is to be displayed as pointer.
* It requires marker shape value to be `Image`.
* @default null

@@ -61,3 +61,3 @@ */

/**
* Sets and gets the shape of the marker type pointer in an axis.
* Sets and gets the shape of the marker pointer in an axis.
* @default Circle

@@ -72,3 +72,3 @@ */

/**
* Sets or gets the end width of the needle pointer in an axis.
* Sets or gets the width at the ending edge of the needle pointer in an axis.
* @default null

@@ -78,3 +78,3 @@ */

/**
* Sets or gets the start width of the needle pointer in an axis.
* Sets or gets the width at the starting edge of the needle pointer in an axis.
* @default null

@@ -84,3 +84,3 @@ */

/**
* Sets and gets the tail of needle pointer in an axis.
* Sets and gets the options to customize the tail element of the needle pointer in an axis.
*/

@@ -119,3 +119,3 @@ needleTail: any;

/**
* Sets and gets the text in pointer.
* Sets and gets the text for the marker pointer. To render the text in the marker pointer, the marker shape must be set as `Text`.
* @default ''

@@ -125,7 +125,7 @@ */

/**
* Sets and gets the style of text in pointer of an axis.
* Sets and gets the style of text in marker pointer of an axis.
*/
textStyle: any;
/**
* Sets and gets the value of the pointer in circular gauge component.
* Sets and gets the value of the pointer in circular gauge.
* @aspdefaultvalueignore

@@ -136,4 +136,2 @@ * @default null

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>;
}

@@ -146,4 +144,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";
/**
* Ranges directive
* Represents the directive to render and customize the ranges in an axis of circular gauge.
* ```html

@@ -14,3 +13,3 @@ * <e-ranges><e-range></e-range></e-ranges>

/**
* Sets and gets the color of the ranges in circular gauge component.
* Sets and gets the color of the ranges in circular gauge.
* @aspdefaultvalueignore

@@ -21,3 +20,3 @@ * @default null

/**
* Sets and gets the end value of the range in circular gauge component.
* Sets and gets the end value of the range in circular gauge.
* @aspdefaultvalueignore

@@ -28,3 +27,3 @@ * @default 0

/**
* Sets and gets the width for the end of the range in the circular gauge component.
* Sets and gets the width for the end of the range in the circular gauge.
* @default '10'

@@ -34,3 +33,3 @@ */

/**
* Sets and gets the text for the legend in the circular gauge component.
* Sets and gets the text to be displayed for the corresponding legend item in the legend of the circular gauge.
* @default ''

@@ -46,3 +45,3 @@ */

/**
* Sets and gets the offset value of range in circular gauge component.
* Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.
* @default '0'

@@ -52,3 +51,3 @@ */

/**
* Sets and gets the opacity for the ranges in circular gauge component.
* Sets and gets the opacity for the ranges in circular gauge.
* @default 1

@@ -58,3 +57,3 @@ */

/**
* Sets and gets the position of the range and pointer for an axis in circular gauge component.
* Sets and gets the position of the range in the axis in circular gauge.
* @default Auto

@@ -69,3 +68,3 @@ */

/**
* Sets and gets the radius of the range for circular gauge component.
* Sets and gets the radius of the range for circular gauge.
* @default null

@@ -75,3 +74,3 @@ */

/**
* Sets and gets the corner radius for ranges in circular gauge component.
* Sets and gets the corner radius for ranges in circular gauge.
* @default 0

@@ -81,3 +80,3 @@ */

/**
* Sets and gets the start value of the range in circular gauge component.
* Sets and gets the start value of the range in circular gauge.
* @aspdefaultvalueignore

@@ -88,3 +87,3 @@ * @default 0

/**
* Sets and gets the width for the start of the range in the circular gauge component.
* Sets and gets the width for the start of the range in the circular gauge.
* @default '10'

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

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>;
}

@@ -104,4 +101,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