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

@syncfusion/ej2-angular-progressbar

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 26.1.35-ngcc to 26.1.35

CHANGELOG.md

40

package.json
{
"_from": "@syncfusion/ej2-angular-progressbar@*",
"_id": "@syncfusion/ej2-angular-progressbar@18.15.6",
"_id": "@syncfusion/ej2-angular-progressbar@26.1.35",
"_inBundle": false,
"_integrity": "sha512-h1Odk32rLTBDlKEyWzOSDihdXyvVwVlvxV9u/b4rpDD80B1bnyhOwhJk2rSTKd+1Q89PlUb6kzD0i0pnsXRatg==",
"_integrity": "sha512-T1cAjHMub2+Ft/o7XdJOV1ZSJ4TsnECVg44NBHEpRPSe6Im0+zUc8gqTak995ki5jAwHoJZ4VsBc6u/cBX0t1Q==",
"_location": "/@syncfusion/ej2-angular-progressbar",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-18.15.6.tgz",
"_shasum": "e4e394a0f8d8194920984db7dcc73ba02eee9dfe",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-26.1.35.tgz",
"_shasum": "44a874e56cfb61640ced1210c136128ef796f621",
"_spec": "@syncfusion/ej2-angular-progressbar@*",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
"author": {

@@ -37,8 +37,24 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~26.1.35",
"@syncfusion/ej2-progressbar": "26.1.35"
"@syncfusion/ej2-progressbar": "26.1.35",
"tslib": "^2.3.0"
},
"deprecated": false,
"description": "Essential JS 2 ProgressBar Component for Angular",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-progressbar.js",
"es2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-progressbar.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-progressbar.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-progressbar.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-progressbar.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -53,5 +69,3 @@ "keywords": [

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

@@ -64,4 +78,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-progressbar.d.ts",
"version": "26.1.35-ngcc"
"typings": "syncfusion-ej2-angular-progressbar.d.ts",
"version": "26.1.35"
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -30,2 +31,4 @@ * ProgressBarAnnotations Directive

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarAnnotationDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarAnnotationDirective, "e-progressbar-annotations>e-progressbar-annotation", never, { "annotationAngle": "annotationAngle"; "annotationRadius": "annotationRadius"; "content": "content"; }, {}, ["content"]>;
}

@@ -38,2 +41,4 @@ /**

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

@@ -8,2 +11,5 @@ export declare const ProgressTooltipService: ValueProvider;

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

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

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

@@ -45,2 +46,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ejs-progressbar", never, { "animation": "animation"; "annotations": "annotations"; "cornerRadius": "cornerRadius"; "enablePersistence": "enablePersistence"; "enablePieProgress": "enablePieProgress"; "enableProgressSegments": "enableProgressSegments"; "enableRtl": "enableRtl"; "endAngle": "endAngle"; "gapWidth": "gapWidth"; "height": "height"; "innerRadius": "innerRadius"; "isActive": "isActive"; "isGradient": "isGradient"; "isIndeterminate": "isIndeterminate"; "isStriped": "isStriped"; "labelOnTrack": "labelOnTrack"; "labelStyle": "labelStyle"; "locale": "locale"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "progressColor": "progressColor"; "progressThickness": "progressThickness"; "radius": "radius"; "rangeColors": "rangeColors"; "role": "role"; "secondaryProgress": "secondaryProgress"; "secondaryProgressColor": "secondaryProgressColor"; "secondaryProgressThickness": "secondaryProgressThickness"; "segmentColor": "segmentColor"; "segmentCount": "segmentCount"; "showProgressValue": "showProgressValue"; "startAngle": "startAngle"; "theme": "theme"; "tooltip": "tooltip"; "trackColor": "trackColor"; "trackThickness": "trackThickness"; "type": "type"; "value": "value"; "width": "width"; }, { "animationComplete": "animationComplete"; "load": "load"; "loaded": "loaded"; "mouseClick": "mouseClick"; "mouseDown": "mouseDown"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; "mouseUp": "mouseUp"; "progressCompleted": "progressCompleted"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "valueChanged": "valueChanged"; }, ["childAnnotations", "childRangeColors"], never>;
}

@@ -0,1 +1,6 @@

import * as i0 from "@angular/core";
import * as i1 from "./progressbar.component";
import * as i2 from "./annotations.directive";
import * as i3 from "./rangecolors.directive";
import * as i4 from "@angular/common";
/**

@@ -5,2 +10,5 @@ * NgModule definition for the ProgressBar component.

export declare class ProgressBarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof i1.ProgressBarComponent, typeof i2.ProgressBarAnnotationDirective, typeof i2.ProgressBarAnnotationsDirective, typeof i3.RangeColorDirective, typeof i3.RangeColorsDirective], [typeof i4.CommonModule], [typeof i1.ProgressBarComponent, typeof i2.ProgressBarAnnotationDirective, typeof i2.ProgressBarAnnotationsDirective, typeof i3.RangeColorDirective, typeof i3.RangeColorsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
export declare class RangeColorDirective extends ComplexBase<RangeColorDirective> {

@@ -22,2 +23,4 @@ private viewContainerRef;

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorDirective, "e-rangecolors>e-rangecolor", never, { "color": "color"; "end": "end"; "start": "start"; }, {}, never>;
}

@@ -30,2 +33,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorsDirective, "ejs-progressbar>e-rangecolors", 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