@syncfusion/ej2-angular-progressbar
Advanced tools
Comparing version 25.1.35 to 25.2.3-ngcc
{ | ||
"_from": "@syncfusion/ej2-angular-progressbar@*", | ||
"_id": "@syncfusion/ej2-angular-progressbar@24.2.5", | ||
"_id": "@syncfusion/ej2-angular-progressbar@25.1.35", | ||
"_inBundle": false, | ||
"_integrity": "sha512-K7AZk+j+TrX86ar1tKyaP166AT8bkYeM4+OpZS88DHDUyQdU9LyjuBATsiwE9Mkk92PgIDomEpodPc4dD8H+pA==", | ||
"_integrity": "sha512-gLtONKD9frR+VpYRxkLg+KEErOBStFSyPJWTHB1LuSPMtxHl1vlW/svjfWPRExnbeMDz5Q5e8QpYyq8BaF6ldQ==", | ||
"_location": "/@syncfusion/ej2-angular-progressbar", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-24.2.5.tgz", | ||
"_shasum": "89cb494b542e11d719c5fc82a757c76f422dcabc", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-25.1.35.tgz", | ||
"_shasum": "f61575cb8e35c03d8d3406dceb3ca85217945a1a", | ||
"_spec": "@syncfusion/ej2-angular-progressbar@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"author": { | ||
@@ -35,26 +35,10 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-angular-base": "~25.1.35", | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-progressbar": "25.1.35", | ||
"tslib": "^2.3.0" | ||
"@syncfusion/ej2-angular-base": "~25.2.3", | ||
"@syncfusion/ej2-base": "~25.2.3", | ||
"@syncfusion/ej2-progressbar": "25.2.3" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential JS 2 ProgressBar Component for Angular", | ||
"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", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-progressbar.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -69,3 +53,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-progressbar.mjs", | ||
"main": "dist/ej2-angular-progressbar.umd.js", | ||
"metadata": "ej2-angular-progressbar.metadata.json", | ||
"module": "@syncfusion/ej2-angular-progressbar.es5.js", | ||
"name": "@syncfusion/ej2-angular-progressbar", | ||
@@ -78,4 +64,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-progressbar.d.ts", | ||
"version": "25.1.35" | ||
"typings": "ej2-angular-progressbar.d.ts", | ||
"version": "25.2.3-ngcc" | ||
} |
export declare const pkgName = "@syncfusion/ej2-angular-progressbar"; | ||
export declare const pkgVer = "^18.16.0"; | ||
export declare const pkgVer = "^25.1.35"; | ||
export declare const moduleName = "ProgressBarModule"; | ||
export declare const themeVer = "~18.16.0"; | ||
export declare const themeVer = "~25.1.35"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-progressbar'; | ||
exports.pkgVer = '^25.1.35'; | ||
exports.pkgVer = '^25.2.3'; | ||
exports.moduleName = 'ProgressBarModule'; | ||
exports.themeVer = '~25.1.35'; | ||
exports.themeVer = '~25.2.3'; |
export const pkgName = '@syncfusion/ej2-angular-progressbar'; | ||
export const pkgVer = '^25.1.35'; | ||
export const pkgVer = '^25.2.3'; | ||
export const moduleName = 'ProgressBarModule'; | ||
export const themeVer = '~25.1.35'; | ||
export const themeVer = '~25.2.3'; |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -31,4 +30,2 @@ * 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"]>; | ||
} | ||
@@ -41,4 +38,2 @@ /** | ||
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; | ||
@@ -11,5 +8,2 @@ 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,3 +6,2 @@ 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[]; | ||
@@ -46,4 +45,2 @@ 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>; | ||
} |
@@ -1,6 +0,1 @@ | ||
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"; | ||
/** | ||
@@ -10,5 +5,2 @@ * 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> { | ||
@@ -23,4 +22,2 @@ 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>; | ||
} | ||
@@ -33,4 +30,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorsDirective, "ejs-progressbar>e-rangecolors", never, {}, {}, ["children"]>; | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
162903
3
1340
34
2
3
+ Added@syncfusion/ej2-angular-base@25.2.6(transitive)
+ Added@syncfusion/ej2-base@25.2.7(transitive)
+ Added@syncfusion/ej2-data@25.2.3(transitive)
+ Added@syncfusion/ej2-icons@25.2.3(transitive)
+ Added@syncfusion/ej2-progressbar@25.2.3(transitive)
+ Added@syncfusion/ej2-svg-base@25.2.5(transitive)
- Removedtslib@^2.3.0
- Removed@syncfusion/ej2-angular-base@25.1.37(transitive)
- Removed@syncfusion/ej2-base@25.1.35(transitive)
- Removed@syncfusion/ej2-data@25.1.35(transitive)
- Removed@syncfusion/ej2-icons@25.1.35(transitive)
- Removed@syncfusion/ej2-progressbar@25.1.35(transitive)
- Removed@syncfusion/ej2-svg-base@25.1.37(transitive)
- Removedtslib@2.8.1(transitive)
Updated@syncfusion/ej2-base@~25.2.3