@syncfusion/ej2-angular-progressbar 30.1.37 → 30.2.4-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/@syncfusion/ej2-angular-progressbar.es5.js +331 -0
  2. package/@syncfusion/ej2-angular-progressbar.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-progressbar.js +299 -0
  4. package/@syncfusion/ej2-angular-progressbar.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-progressbar.umd.js +382 -0
  7. package/dist/ej2-angular-progressbar.umd.js.map +1 -0
  8. package/dist/ej2-angular-progressbar.umd.min.js +11 -0
  9. package/dist/ej2-angular-progressbar.umd.min.js.map +1 -0
  10. package/ej2-angular-progressbar.d.ts +5 -0
  11. package/ej2-angular-progressbar.metadata.json +1 -0
  12. package/package.json +17 -61
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +6 -6
  18. package/src/progressbar/annotations.directive.d.ts +37 -42
  19. package/src/progressbar/progressbar-all.module.d.ts +8 -14
  20. package/src/progressbar/progressbar.component.d.ts +44 -47
  21. package/src/progressbar/progressbar.module.d.ts +5 -13
  22. package/src/progressbar/rangecolors.directive.d.ts +29 -34
  23. package/CHANGELOG.md +0 -170
  24. package/esm2020/public_api.mjs +0 -2
  25. package/esm2020/src/index.mjs +0 -7
  26. package/esm2020/src/progressbar/annotations.directive.mjs +0 -62
  27. package/esm2020/src/progressbar/progressbar-all.module.mjs +0 -32
  28. package/esm2020/src/progressbar/progressbar.component.mjs +0 -83
  29. package/esm2020/src/progressbar/progressbar.module.mjs +0 -43
  30. package/esm2020/src/progressbar/rangecolors.directive.mjs +0 -46
  31. package/esm2020/syncfusion-ej2-angular-progressbar.mjs +0 -5
  32. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs +0 -253
  33. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs.map +0 -1
  34. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs +0 -253
  35. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs.map +0 -1
  36. package/syncfusion-ej2-angular-progressbar.d.ts +0 -5
package/package.json CHANGED
@@ -1,60 +1,16 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-progressbar@*",
3
- "_id": "@syncfusion/ej2-angular-progressbar@28.2.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-Rf9pMWha02WTArmiuzLmBgZ9QyfYsyGg3d06trz/VWjmujwz13MENkJkUp+7GgI83RE7H6LJKzGBwVXGuuK5Qw==",
6
- "_location": "/@syncfusion/ej2-angular-progressbar",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-progressbar@*",
12
- "name": "@syncfusion/ej2-angular-progressbar",
13
- "escapedName": "@syncfusion%2fej2-angular-progressbar",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-28.2.0.tgz",
23
- "_shasum": "90a0336033ac9906479a95a9bc4bed7bfd07c276",
24
- "_spec": "@syncfusion/ej2-angular-progressbar@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~30.1.37",
35
- "@syncfusion/ej2-base": "~30.1.37",
36
- "@syncfusion/ej2-progressbar": "30.1.37"
37
- },
38
- "deprecated": false,
2
+ "name": "@syncfusion/ej2-angular-progressbar",
3
+ "version": "30.2.4-ngcc",
39
4
  "description": "Essential JS 2 ProgressBar Component for Angular",
40
- "es2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
41
- "esm2020": "esm2020/syncfusion-ej2-angular-progressbar.mjs",
42
- "exports": {
43
- "./package.json": {
44
- "default": "./package.json"
45
- },
46
- ".": {
47
- "types": "./syncfusion-ej2-angular-progressbar.d.ts",
48
- "esm2020": "./esm2020/syncfusion-ej2-angular-progressbar.mjs",
49
- "es2020": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs",
50
- "es2015": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
51
- "node": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
52
- "default": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs"
53
- }
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
8
+ "dependencies": {
9
+ "@syncfusion/ej2-base": "~30.2.4",
10
+ "@syncfusion/ej2-angular-base": "~30.2.4",
11
+ "@syncfusion/ej2-progressbar": "30.2.4"
54
12
  },
55
- "fesm2015": "fesm2015/syncfusion-ej2-angular-progressbar.mjs",
56
- "fesm2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
57
- "homepage": "https://www.syncfusion.com/angular-components",
13
+ "devDependencies": {},
58
14
  "keywords": [
59
15
  "angular",
60
16
  "ng-progressbar",
@@ -62,15 +18,15 @@
62
18
  "ej2-ng-progressbar",
63
19
  "ej2-angular-progressbar"
64
20
  ],
65
- "license": "SEE LICENSE IN license",
66
- "module": "fesm2015/syncfusion-ej2-angular-progressbar.mjs",
67
- "name": "@syncfusion/ej2-angular-progressbar",
68
21
  "repository": {
69
22
  "type": "git",
70
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
23
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
71
24
  },
72
- "schematics": "./schematics/collection.json",
73
25
  "sideEffects": false,
74
- "typings": "syncfusion-ej2-angular-progressbar.d.ts",
75
- "version": "30.1.37"
26
+ "main": "dist/ej2-angular-progressbar.umd.js",
27
+ "module": "@syncfusion/ej2-angular-progressbar.es5.js",
28
+ "es2015": "@syncfusion/ej2-angular-progressbar.js",
29
+ "typings": "ej2-angular-progressbar.d.ts",
30
+ "metadata": "ej2-angular-progressbar.metadata.json",
31
+ "homepage": "https://www.syncfusion.com/angular-components"
76
32
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-progressbar";
2
- export declare const pkgVer = "^28.1.33";
2
+ export declare const pkgVer = "^30.1.37";
3
3
  export declare const moduleName = "ProgressBarModule";
4
- export declare const themeVer = "~28.1.33";
4
+ export declare const themeVer = "~30.1.37";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-progressbar';
4
- exports.pkgVer = '^30.1.37';
4
+ exports.pkgVer = '^30.2.4';
5
5
  exports.moduleName = 'ProgressBarModule';
6
- exports.themeVer = '~30.1.37';
6
+ exports.themeVer = '~30.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-progressbar';
2
- export const pkgVer = '^30.1.37';
2
+ export const pkgVer = '^30.2.4';
3
3
  export const moduleName = 'ProgressBarModule';
4
- export const themeVer = '~30.1.37';
4
+ export const themeVer = '~30.2.4';
package/src/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { ProgressBarAnnotationDirective, ProgressBarAnnotationsDirective } from './progressbar/annotations.directive';
2
- export { RangeColorDirective, RangeColorsDirective } from './progressbar/rangecolors.directive';
3
- export { ProgressBarComponent } from './progressbar/progressbar.component';
4
- export { ProgressBarModule } from './progressbar/progressbar.module';
5
- export { ProgressBarAllModule, ProgressAnnotationService, ProgressTooltipService } from './progressbar/progressbar-all.module';
6
- export * from '@syncfusion/ej2-progressbar';
1
+ export { ProgressBarAnnotationDirective, ProgressBarAnnotationsDirective } from './progressbar/annotations.directive';
2
+ export { RangeColorDirective, RangeColorsDirective } from './progressbar/rangecolors.directive';
3
+ export { ProgressBarComponent } from './progressbar/progressbar.component';
4
+ export { ProgressBarModule } from './progressbar/progressbar.module';
5
+ export { ProgressBarAllModule, ProgressAnnotationService, ProgressTooltipService } from './progressbar/progressbar-all.module';
6
+ export * from '@syncfusion/ej2-progressbar';
@@ -1,42 +1,37 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * ProgressBarAnnotations Directive
6
- * ```html
7
- * <e-progressbar-annotations>
8
- * <e-progressbar-annotation></e-progressbar-annotation>
9
- * </e-progressbar-annotations>
10
- * ```
11
- */
12
- export declare class ProgressBarAnnotationDirective extends ComplexBase<ProgressBarAnnotationDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- /**
16
- * to move annotation
17
- * @default 0
18
- */
19
- annotationAngle: any;
20
- /**
21
- * to move annotation
22
- * @default '0%'
23
- */
24
- annotationRadius: any;
25
- /**
26
- * Content of the annotation, which accepts the id of the custom element.
27
- * @default null
28
- */
29
- content: any;
30
- constructor(viewContainerRef: ViewContainerRef);
31
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarAnnotationDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarAnnotationDirective, "e-progressbar-annotations>e-progressbar-annotation", never, { "annotationAngle": "annotationAngle"; "annotationRadius": "annotationRadius"; "content": "content"; }, {}, ["content"]>;
33
- }
34
- /**
35
- * ProgressBarAnnotation Array Directive
36
- * @private
37
- */
38
- export declare class ProgressBarAnnotationsDirective extends ArrayBase<ProgressBarAnnotationsDirective> {
39
- constructor();
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarAnnotationsDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarAnnotationsDirective, "ej-progressbar>e-progressbar-annotations", never, {}, {}, ["children"]>;
42
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * ProgressBarAnnotations Directive
5
+ * ```html
6
+ * <e-progressbar-annotations>
7
+ * <e-progressbar-annotation></e-progressbar-annotation>
8
+ * </e-progressbar-annotations>
9
+ * ```
10
+ */
11
+ export declare class ProgressBarAnnotationDirective extends ComplexBase<ProgressBarAnnotationDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * to move annotation
16
+ * @default 0
17
+ */
18
+ annotationAngle: any;
19
+ /**
20
+ * to move annotation
21
+ * @default '0%'
22
+ */
23
+ annotationRadius: any;
24
+ /**
25
+ * Content of the annotation, which accepts the id of the custom element.
26
+ * @default null
27
+ */
28
+ content: any;
29
+ constructor(viewContainerRef: ViewContainerRef);
30
+ }
31
+ /**
32
+ * ProgressBarAnnotation Array Directive
33
+ * @private
34
+ */
35
+ export declare class ProgressBarAnnotationsDirective extends ArrayBase<ProgressBarAnnotationsDirective> {
36
+ constructor();
37
+ }
@@ -1,14 +1,8 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./progressbar.module";
5
- export declare const ProgressAnnotationService: ValueProvider;
6
- export declare const ProgressTooltipService: ValueProvider;
7
- /**
8
- * NgModule definition for the ProgressBar component with providers.
9
- */
10
- export declare class ProgressBarAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarAllModule, never, [typeof i1.CommonModule, typeof i2.ProgressBarModule], [typeof i2.ProgressBarModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarAllModule>;
14
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const ProgressAnnotationService: ValueProvider;
3
+ export declare const ProgressTooltipService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the ProgressBar component with providers.
6
+ */
7
+ export declare class ProgressBarAllModule {
8
+ }
@@ -1,47 +1,44 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { ProgressBar } from '@syncfusion/ej2-progressbar';
4
- import { ProgressBarAnnotationsDirective } from './annotations.directive';
5
- import { RangeColorsDirective } from './rangecolors.directive';
6
- import * as i0 from "@angular/core";
7
- export declare const inputs: string[];
8
- export declare const outputs: string[];
9
- export declare const twoWays: string[];
10
- /**
11
- * ProgressBar Component
12
- * ```html
13
- * <ejsprogressbar></ejsprogressbar>
14
- * ```
15
- */
16
- export declare class ProgressBarComponent extends ProgressBar implements IComponentBase {
17
- private ngEle;
18
- private srenderer;
19
- private viewContainerRef;
20
- private injector;
21
- context: any;
22
- tagObjects: any;
23
- animationComplete: any;
24
- load: any;
25
- loaded: any;
26
- mouseClick: any;
27
- mouseDown: any;
28
- mouseLeave: any;
29
- mouseMove: any;
30
- mouseUp: any;
31
- progressCompleted: any;
32
- textRender: any;
33
- tooltipRender: any;
34
- valueChanged: any;
35
- childAnnotations: QueryList<ProgressBarAnnotationsDirective>;
36
- childRangeColors: QueryList<RangeColorsDirective>;
37
- tags: string[];
38
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
39
- ngOnInit(): void;
40
- ngAfterViewInit(): void;
41
- ngOnDestroy(): void;
42
- ngAfterContentChecked(): void;
43
- registerEvents: (eventList: string[]) => void;
44
- addTwoWay: (propList: string[]) => void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
46
- 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>;
47
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { ProgressBar } from '@syncfusion/ej2-progressbar';
4
+ import { ProgressBarAnnotationsDirective } from './annotations.directive';
5
+ import { RangeColorsDirective } from './rangecolors.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * ProgressBar Component
11
+ * ```html
12
+ * <ejsprogressbar></ejsprogressbar>
13
+ * ```
14
+ */
15
+ export declare class ProgressBarComponent extends ProgressBar implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ animationComplete: any;
23
+ load: any;
24
+ loaded: any;
25
+ mouseClick: any;
26
+ mouseDown: any;
27
+ mouseLeave: any;
28
+ mouseMove: any;
29
+ mouseUp: any;
30
+ progressCompleted: any;
31
+ textRender: any;
32
+ tooltipRender: any;
33
+ valueChanged: any;
34
+ childAnnotations: QueryList<ProgressBarAnnotationsDirective>;
35
+ childRangeColors: QueryList<RangeColorsDirective>;
36
+ tags: string[];
37
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
38
+ ngOnInit(): void;
39
+ ngAfterViewInit(): void;
40
+ ngOnDestroy(): void;
41
+ ngAfterContentChecked(): void;
42
+ registerEvents: (eventList: string[]) => void;
43
+ addTwoWay: (propList: string[]) => void;
44
+ }
@@ -1,13 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progressbar.component";
3
- import * as i2 from "./annotations.directive";
4
- import * as i3 from "./rangecolors.directive";
5
- import * as i4 from "@angular/common";
6
- /**
7
- * NgModule definition for the ProgressBar component.
8
- */
9
- export declare class ProgressBarModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
11
- 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]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
13
- }
1
+ /**
2
+ * NgModule definition for the ProgressBar component.
3
+ */
4
+ export declare class ProgressBarModule {
5
+ }
@@ -1,34 +1,29 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class RangeColorDirective extends ComplexBase<RangeColorDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * color
9
- * @default null
10
- */
11
- color: any;
12
- /**
13
- * end
14
- * @default null
15
- */
16
- end: any;
17
- /**
18
- * start
19
- * @default null
20
- */
21
- start: any;
22
- constructor(viewContainerRef: ViewContainerRef);
23
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorDirective, "e-rangecolors>e-rangecolor", never, { "color": "color"; "end": "end"; "start": "start"; }, {}, never>;
25
- }
26
- /**
27
- * RangeColor Array Directive
28
- * @private
29
- */
30
- export declare class RangeColorsDirective extends ArrayBase<RangeColorsDirective> {
31
- constructor();
32
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorsDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorsDirective, "ejs-progressbar>e-rangecolors", never, {}, {}, ["children"]>;
34
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class RangeColorDirective extends ComplexBase<RangeColorDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * color
8
+ * @default null
9
+ */
10
+ color: any;
11
+ /**
12
+ * end
13
+ * @default null
14
+ */
15
+ end: any;
16
+ /**
17
+ * start
18
+ * @default null
19
+ */
20
+ start: any;
21
+ constructor(viewContainerRef: ViewContainerRef);
22
+ }
23
+ /**
24
+ * RangeColor Array Directive
25
+ * @private
26
+ */
27
+ export declare class RangeColorsDirective extends ArrayBase<RangeColorsDirective> {
28
+ constructor();
29
+ }
package/CHANGELOG.md DELETED
@@ -1,170 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### ProgressBar
6
-
7
- #### Bug Fixes
8
-
9
- - `#I690917` - Now, the tooltip renders properly when updating the progress value on data binding.
10
-
11
- ## 28.2.6 (2025-02-18)
12
-
13
- ### ProgressBar
14
-
15
- #### Bug Fixes
16
-
17
- - `#I558909` - The progress bar label position is now correct when the progress value is zero.
18
-
19
- ## 28.2.4 (2025-02-04)
20
-
21
- ### ProgressBar
22
-
23
- #### Bug Fixes
24
-
25
- - `#I682906` - The progress bar label now renders correctly with the exact number of digits.
26
-
27
- ## 25.1.35 (2024-03-15)
28
-
29
- ### ProgressBar
30
-
31
- #### Bug Fixes
32
-
33
- - `#I558909` - The progress bar label now renders properly when setting the `textAlignment` as center.
34
-
35
- ## 24.2.5 (2024-02-13)
36
-
37
- ### ProgressBar
38
-
39
- #### Bug Fixes
40
-
41
- - `#I548132` - Optimized the inline style of the progress bar.
42
-
43
- ## 23.2.6 (2023-11-28)
44
-
45
- ### ProgressBar
46
-
47
- #### Bug Fixes
48
-
49
- - `#I520806` - The progress bar now renders properly when it exceeds the `maximum` value.
50
-
51
- ## 23.2.5 (2023-11-23)
52
-
53
- ### ProgressBar
54
-
55
- #### Bug Fixes
56
-
57
- - `#I520853` - The circular progress bar now renders properly for all the values.
58
-
59
- ## 23.1.38 (2023-09-26)
60
-
61
- ### ProgressBar
62
-
63
- #### Bug Fixes
64
-
65
- - `#I501894` - Now, the linear progress bar label renders properly when the alignment is set to center.
66
-
67
- ## 21.1.37 (2023-03-29)
68
-
69
- ### ProgressBar
70
-
71
- #### Bug Fixes
72
-
73
- - `#F180771` - The progress bar range color issue has been resolved.
74
-
75
- ## 21.1.35 (2023-03-23)
76
-
77
- ### ProgressBar
78
-
79
- #### New Features
80
-
81
- - `#I386691` - Provided support to display tooltips during initial load of progress bars and mouse hover with numeric or text values of the progress.
82
- - Provided support to customize the width and color of the secondary progress bar.
83
-
84
- ## 20.4.38 (2022-12-21)
85
-
86
- ### ProgressBar
87
-
88
- #### Bug Fixes
89
-
90
- - `#I420052` - Now progress bar API reference are refreshing properly.
91
-
92
- ## 20.3.57 (2022-11-15)
93
-
94
- ### ProgressBar
95
-
96
- #### Bug Fixes
97
-
98
- - `#I416343` - Now corner radius is applied when applying the range colors for Progress bar.
99
-
100
- ## 20.3.56 (2022-11-08)
101
-
102
- ### ProgressBar
103
-
104
- #### Bug Fixes
105
-
106
- - `#I414756` - Now animation duration is working properly for indeterminate mode.
107
-
108
- ## 19.1.54 (2021-03-30)
109
-
110
- ### ProgressBar
111
-
112
- #### Bug Fixes
113
-
114
- - `#F159325` - ProgressBar renders inside the Grid with out any console error.
115
-
116
- ## 18.2.47 (2020-07-28)
117
-
118
- ### ProgressBar
119
-
120
- #### Bug Fixes
121
-
122
- - `#156094` - ShowProgressValue is now working properly on dynamic update.
123
-
124
- ## 18.2.46 (2020-07-21)
125
-
126
- ### ProgressBar
127
-
128
- #### Bug Fixes
129
-
130
- - `#16027` - Progress bar not updating when initially having value null or zero issue fixed.
131
-
132
- ## 18.2.45 (2020-07-14)
133
-
134
- ### ProgressBar
135
-
136
- #### New Features
137
-
138
- - Provided support to indicate the active state of the progress.
139
- - Provided support for striped progress bar.
140
- - Provided support to place the labels at the center and far ends of the track.
141
- - Provided support to segment the progress of a task.
142
- - Provided support to indicate success, info, warning, and danger of using different colors.
143
-
144
- #### Bug Fixes
145
-
146
- - Progress bar label not render at end of the progress has been fixed.
147
- - SetAttribute of undefined issue raised when calling show() method has been fixed.
148
-
149
- ## 18.2.44 (2020-07-07)
150
-
151
- ### ProgressBar
152
-
153
- #### Bug Fixes
154
-
155
- - Progress bar label not render at end of the progress has been fixed.
156
-
157
- undefinedThe progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.## 18.1.42 (2020-04-01)
158
-
159
- ### ProgressBar
160
-
161
- ProgressBar control is used to visualize the changing status of an extended operation such as a download, file transfer, or installation. All Progress bar elements are rendered by using Scalable Vector Graphics (SVG).
162
-
163
- ### Key features
164
-
165
- - Visualizes the progress in different shapes, such as rectangle and circle.
166
- - Customizes the ranges with different colors.
167
- - Customizes the progress and tracks thickness.
168
- - Displays the custom content at the center of the circular progress bar.
169
- - Visualizes the progress in segments.
170
- - Customizes the angle of the circular progress bar.
@@ -1,2 +0,0 @@
1
- export * from './src/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -1,7 +0,0 @@
1
- export { ProgressBarAnnotationDirective, ProgressBarAnnotationsDirective } from './progressbar/annotations.directive';
2
- export { RangeColorDirective, RangeColorsDirective } from './progressbar/rangecolors.directive';
3
- export { ProgressBarComponent } from './progressbar/progressbar.component';
4
- export { ProgressBarModule } from './progressbar/progressbar.module';
5
- export { ProgressBarAllModule, ProgressAnnotationService, ProgressTooltipService } from './progressbar/progressbar-all.module';
6
- export * from '@syncfusion/ej2-progressbar';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLDhCQUE4QixFQUFDLCtCQUErQixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDbkgsT0FBTyxFQUFDLG1CQUFtQixFQUFDLG9CQUFvQixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDN0YsT0FBTyxFQUFFLG9CQUFvQixFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDMUUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDckUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLHlCQUF5QixFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDL0gsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7UHJvZ3Jlc3NCYXJBbm5vdGF0aW9uRGlyZWN0aXZlLFByb2dyZXNzQmFyQW5ub3RhdGlvbnNEaXJlY3RpdmV9IGZyb20gJy4vcHJvZ3Jlc3NiYXIvYW5ub3RhdGlvbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmFuZ2VDb2xvckRpcmVjdGl2ZSxSYW5nZUNvbG9yc0RpcmVjdGl2ZX0gZnJvbSAnLi9wcm9ncmVzc2Jhci9yYW5nZWNvbG9ycy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgUHJvZ3Jlc3NCYXJDb21wb25lbnR9IGZyb20gJy4vcHJvZ3Jlc3NiYXIvcHJvZ3Jlc3NiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7IFByb2dyZXNzQmFyTW9kdWxlIH0gZnJvbSAnLi9wcm9ncmVzc2Jhci9wcm9ncmVzc2Jhci5tb2R1bGUnO1xuZXhwb3J0IHsgUHJvZ3Jlc3NCYXJBbGxNb2R1bGUsIFByb2dyZXNzQW5ub3RhdGlvblNlcnZpY2UsIFByb2dyZXNzVG9vbHRpcFNlcnZpY2UgfSBmcm9tICcuL3Byb2dyZXNzYmFyL3Byb2dyZXNzYmFyLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXByb2dyZXNzYmFyJzsiXX0=