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

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 (42) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +6 -0
  3. package/esm2020/src/progressbar/annotations.directive.mjs +62 -0
  4. package/esm2020/src/progressbar/progressbar-all.module.mjs +29 -0
  5. package/esm2020/src/progressbar/progressbar.component.mjs +71 -0
  6. package/esm2020/src/progressbar/progressbar.module.mjs +34 -0
  7. package/esm2020/syncfusion-ej2-angular-progressbar.mjs +5 -0
  8. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs +190 -0
  9. package/fesm2015/syncfusion-ej2-angular-progressbar.mjs.map +1 -0
  10. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs +190 -0
  11. package/fesm2020/syncfusion-ej2-angular-progressbar.mjs.map +1 -0
  12. package/license +10 -0
  13. package/package.json +37 -13
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/index.d.ts +1 -2
  16. package/src/progressbar/annotations.directive.d.ts +5 -0
  17. package/src/progressbar/progressbar-all.module.d.ts +6 -1
  18. package/src/progressbar/progressbar.component.d.ts +3 -3
  19. package/src/progressbar/progressbar.module.d.ts +7 -0
  20. package/syncfusion-ej2-angular-progressbar.d.ts +5 -0
  21. package/@syncfusion/ej2-angular-progressbar.es5.js +0 -331
  22. package/@syncfusion/ej2-angular-progressbar.es5.js.map +0 -1
  23. package/@syncfusion/ej2-angular-progressbar.js +0 -299
  24. package/@syncfusion/ej2-angular-progressbar.js.map +0 -1
  25. package/CHANGELOG.md +0 -113
  26. package/dist/ej2-angular-progressbar.umd.js +0 -382
  27. package/dist/ej2-angular-progressbar.umd.js.map +0 -1
  28. package/dist/ej2-angular-progressbar.umd.min.js +0 -11
  29. package/dist/ej2-angular-progressbar.umd.min.js.map +0 -1
  30. package/ej2-angular-progressbar.d.ts +0 -5
  31. package/ej2-angular-progressbar.metadata.json +0 -1
  32. package/postinstall/tagchange.js +0 -18
  33. package/schematics/collection.json +0 -10
  34. package/schematics/ng-add/index.d.ts +0 -3
  35. package/schematics/ng-add/index.js +0 -9
  36. package/schematics/ng-add/schema.d.ts +0 -13
  37. package/schematics/ng-add/schema.js +0 -2
  38. package/schematics/ng-add/schema.json +0 -34
  39. package/schematics/tsconfig.json +0 -25
  40. package/schematics/utils/lib-details.d.ts +0 -4
  41. package/schematics/utils/lib-details.js +0 -6
  42. package/src/progressbar/rangecolors.directive.d.ts +0 -29
@@ -1,34 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
@@ -1,25 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
@@ -1,4 +0,0 @@
1
- export declare const pkgName = "@syncfusion/ej2-angular-progressbar";
2
- export declare const pkgVer = "^18.15.4";
3
- export declare const moduleName = "ProgressBarModule";
4
- export declare const themeVer = "~18.15.4";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pkgName = '@syncfusion/ej2-angular-progressbar';
4
- exports.pkgVer = '^22.1.34';
5
- exports.moduleName = 'ProgressBarModule';
6
- exports.themeVer = '~22.1.34';
@@ -1,29 +0,0 @@
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
- }