New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 22.1.34 to 22.1.36

esm2020/src/progressbar/rangecolors.directive.mjs

26

package.json
{
"_from": "@syncfusion/ej2-angular-progressbar@*",
"_id": "@syncfusion/ej2-angular-progressbar@20.1.55",
"_id": "@syncfusion/ej2-angular-progressbar@21.1.36",
"_inBundle": false,
"_integrity": "sha512-/ze6uv+fouszojFczBJ9M/kFLB4HsC7JJfb5T9ffsihxj0cRVhNPyTh35hUIPKeco71grN7/ul5xVI3tt9Fkqw==",
"_integrity": "sha512-zJKQe/Of3QEcwwIZyNqkc3BLqtUm3IwaPRo01Mo4KNaju9XhfcBp950OEMMD2BpuTDoopu0mXbPZ3+1csgpeUg==",
"_location": "/@syncfusion/ej2-angular-progressbar",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-20.1.55.tgz",
"_shasum": "13341060cadd9a5efb86d822baa6f15ef1b5ba83",
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-21.1.36.tgz",
"_shasum": "6344bf1a6965f07b513d619e09c4ceb2ab7b43e6",
"_spec": "@syncfusion/ej2-angular-progressbar@*",
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
"_where": "D:\\june 2023\\progressbar package publish",
"author": {

@@ -37,3 +37,3 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~22.1.34",
"@syncfusion/ej2-progressbar": "22.1.34",
"@syncfusion/ej2-progressbar": "22.1.36",
"tslib": "^2.3.0"

@@ -62,12 +62,2 @@ },

"keywords": [
"ej2-progressbar",
"progressbar",
"syncfusion",
"web-components",
"Javascript",
"Typescript",
"data",
"progress bar",
"Progress Bar",
"ProgressBar",
"angular",

@@ -89,3 +79,3 @@ "ng-progressbar",

"typings": "syncfusion-ej2-angular-progressbar.d.ts",
"version": "22.1.34"
}
"version": "22.1.36"
}
export const pkgName = '@syncfusion/ej2-angular-progressbar';
export const pkgVer = '^20.1.55';
export const pkgVer = '^21.1.36';
export const moduleName = 'ProgressBarModule';
export const themeVer = '~20.1.55';
export const themeVer = '~21.1.36';
export { ProgressBarAnnotationDirective, ProgressBarAnnotationsDirective } from './progressbar/annotations.directive';
export { RangeColorDirective, RangeColorsDirective } from './progressbar/rangecolors.directive';
export { ProgressBarComponent } from './progressbar/progressbar.component';
export { ProgressBarModule } from './progressbar/progressbar.module';
export { ProgressBarAllModule, ProgressAnnotationService } from './progressbar/progressbar-all.module';
export { ProgressBarAllModule, ProgressAnnotationService, ProgressTooltipService } from './progressbar/progressbar-all.module';
export * from '@syncfusion/ej2-progressbar';

@@ -6,2 +6,3 @@ import { ValueProvider } from '@angular/core';

export declare const ProgressAnnotationService: ValueProvider;
export declare const ProgressTooltipService: ValueProvider;
/**

@@ -8,0 +9,0 @@ * NgModule definition for the ProgressBar component with providers.

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

import { ProgressBarAnnotationsDirective } from './annotations.directive';
import { RangeColorsDirective } from './rangecolors.directive';
import * as i0 from "@angular/core";

@@ -33,4 +34,6 @@ export declare const inputs: string[];

textRender: any;
tooltipRender: any;
valueChanged: any;
childAnnotations: QueryList<ProgressBarAnnotationsDirective>;
childRangeColors: QueryList<RangeColorsDirective>;
tags: string[];

@@ -45,3 +48,3 @@ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);

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"; "segmentColor": "segmentColor"; "segmentCount": "segmentCount"; "showProgressValue": "showProgressValue"; "startAngle": "startAngle"; "theme": "theme"; "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"; "valueChanged": "valueChanged"; }, ["childAnnotations"], 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>;
}
import * as i0 from "@angular/core";
import * as i1 from "./progressbar.component";
import * as i2 from "./annotations.directive";
import * as i3 from "@angular/common";
import * as i3 from "./rangecolors.directive";
import * as i4 from "@angular/common";
/**

@@ -10,4 +11,4 @@ * NgModule definition for the ProgressBar component.

static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof i1.ProgressBarComponent, typeof i2.ProgressBarAnnotationDirective, typeof i2.ProgressBarAnnotationsDirective], [typeof i3.CommonModule], [typeof i1.ProgressBarComponent, typeof i2.ProgressBarAnnotationDirective, typeof i2.ProgressBarAnnotationsDirective]>;
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>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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