@syncfusion/ej2-angular-progressbar 31.1.22-ngcc → 31.1.22

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 (33) hide show
  1. package/CHANGELOG.md +178 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +7 -0
  4. package/esm2020/src/progressbar/annotations.directive.mjs +62 -0
  5. package/esm2020/src/progressbar/progressbar-all.module.mjs +32 -0
  6. package/esm2020/src/progressbar/progressbar.component.mjs +83 -0
  7. package/esm2020/src/progressbar/progressbar.module.mjs +43 -0
  8. package/esm2020/src/progressbar/rangecolors.directive.mjs +46 -0
  9. package/esm2020/syncfusion-ej2-angular-progressbar.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs +253 -0
  11. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs +253 -0
  13. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs.map +1 -0
  14. package/package.json +20 -7
  15. package/public_api.d.ts +1 -1
  16. package/src/index.d.ts +6 -6
  17. package/src/progressbar/annotations.directive.d.ts +42 -37
  18. package/src/progressbar/progressbar-all.module.d.ts +14 -8
  19. package/src/progressbar/progressbar.component.d.ts +47 -44
  20. package/src/progressbar/progressbar.module.d.ts +13 -5
  21. package/src/progressbar/rangecolors.directive.d.ts +34 -29
  22. package/syncfusion-ej2-angular-progressbar.d.ts +5 -0
  23. package/@syncfusion/ej2-angular-progressbar.es5.js +0 -331
  24. package/@syncfusion/ej2-angular-progressbar.es5.js.map +0 -1
  25. package/@syncfusion/ej2-angular-progressbar.js +0 -299
  26. package/@syncfusion/ej2-angular-progressbar.js.map +0 -1
  27. package/LICENSE +0 -10
  28. package/dist/ej2-angular-progressbar.umd.js +0 -382
  29. package/dist/ej2-angular-progressbar.umd.js.map +0 -1
  30. package/dist/ej2-angular-progressbar.umd.min.js +0 -11
  31. package/dist/ej2-angular-progressbar.umd.min.js.map +0 -1
  32. package/ej2-angular-progressbar.d.ts +0 -5
  33. package/ej2-angular-progressbar.metadata.json +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-progressbar",
3
- "version": "31.1.22-ngcc",
3
+ "version": "31.1.22",
4
4
  "description": "Essential JS 2 ProgressBar Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -10,7 +10,6 @@
10
10
  "@syncfusion/ej2-angular-base": "~31.1.17",
11
11
  "@syncfusion/ej2-progressbar": "31.1.22"
12
12
  },
13
- "devDependencies": {},
14
13
  "keywords": [
15
14
  "angular",
16
15
  "ng-progressbar",
@@ -23,10 +22,24 @@
23
22
  "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
24
23
  },
25
24
  "sideEffects": false,
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",
25
+ "module": "fesm2015/syncfusion-ej2-angular-progressbar.mjs",
26
+ "es2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
27
+ "esm2020": "esm2020/syncfusion-ej2-angular-progressbar.mjs",
28
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-progressbar.mjs",
29
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-progressbar.mjs",
30
+ "typings": "syncfusion-ej2-angular-progressbar.d.ts",
31
+ "exports": {
32
+ "./package.json": {
33
+ "default": "./package.json"
34
+ },
35
+ ".": {
36
+ "types": "./syncfusion-ej2-angular-progressbar.d.ts",
37
+ "esm2020": "./esm2020/syncfusion-ej2-angular-progressbar.mjs",
38
+ "es2020": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs",
39
+ "es2015": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
40
+ "node": "./fesm2015/syncfusion-ej2-angular-progressbar.mjs",
41
+ "default": "./fesm2020/syncfusion-ej2-angular-progressbar.mjs"
42
+ }
43
+ },
31
44
  "homepage": "https://www.syncfusion.com/angular-components"
32
45
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
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,37 +1,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
+ 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,8 +1,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
+ 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,44 +1,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
+ 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,5 +1,13 @@
1
- /**
2
- * NgModule definition for the ProgressBar component.
3
- */
4
- export declare class ProgressBarModule {
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,29 +1,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
- }
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
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-progressbar" />
5
+ export * from './public_api';