@syncfusion/ej2-angular-progressbar 26.2.5 → 26.2.10
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.
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-progressbar@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-progressbar@26.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-progressbar@26.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-OXiqwRsVIx/l+fFL8VBL9Us9dUX3rLiw4kEElYjCFp0XeFHZ9xF5xM5ifaOjnRxljWWEkhgwBEOY6Qzt9/UHRA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-progressbar",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-26.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-progressbar/-/ej2-angular-progressbar-26.2.5.tgz",
|
|
23
|
+
"_shasum": "0c19a09c99a9c9a1d09f24f902705fc28369f910",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-progressbar@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.2.
|
|
36
|
-
"@syncfusion/ej2-progressbar": "26.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.10",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.10",
|
|
36
|
+
"@syncfusion/ej2-progressbar": "26.2.10",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"schematics": "./schematics/collection.json",
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"typings": "syncfusion-ej2-angular-progressbar.d.ts",
|
|
76
|
-
"version": "26.2.
|
|
76
|
+
"version": "26.2.10"
|
|
77
77
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
-
return schematics_1.install(options, libOptions);
|
|
8
|
-
}
|
|
9
|
-
exports.default = default_1;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface OptionsSchema {
|
|
2
|
-
skipPackageJson: boolean;
|
|
3
|
-
modules: string;
|
|
4
|
-
modulePath: string;
|
|
5
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
-
project?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface LibOptionsSchema {
|
|
9
|
-
pkgName: string;
|
|
10
|
-
pkgVer: string;
|
|
11
|
-
moduleName: string;
|
|
12
|
-
themeVer: string;
|
|
13
|
-
}
|