@syncfusion/ej2-angular-gantt 22.1.39 → 22.2.5
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 +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5.css +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/gantt/_theme.scss +0 -1
- package/styles/gantt/bootstrap-dark.css +0 -1
- package/styles/gantt/bootstrap.css +0 -1
- package/styles/gantt/bootstrap4.css +0 -1
- package/styles/gantt/bootstrap5-dark.css +0 -1
- package/styles/gantt/bootstrap5.css +0 -1
- package/styles/gantt/fabric-dark.css +0 -1
- package/styles/gantt/fabric.css +0 -1
- package/styles/gantt/fluent-dark.css +0 -1
- package/styles/gantt/fluent.css +0 -1
- package/styles/gantt/highcontrast-light.css +0 -1
- package/styles/gantt/highcontrast.css +0 -1
- package/styles/gantt/material-dark.css +0 -1
- package/styles/gantt/material.css +0 -1
- package/styles/gantt/material3-dark.css +0 -1
- package/styles/gantt/material3.css +0 -1
- package/styles/gantt/tailwind-dark.css +0 -1
- package/styles/gantt/tailwind.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@22.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-wAeImPlBMaGARXfNQaSbWCgF5wEO9gNGvLs7s2HzLZpsQg7FbwEXsZ3RKcNFOxtGlOAuV+vjZ73D22CQk1F0Qg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-22.1.39.tgz",
|
|
23
|
+
"_shasum": "93b72bd935e516386db5f0a56a7b1753675da81a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.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": "~22.
|
|
35
|
-
"@syncfusion/ej2-base": "~22.
|
|
36
|
-
"@syncfusion/ej2-gantt": "22.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
36
|
+
"@syncfusion/ej2-gantt": "22.2.5",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"typings": "syncfusion-ej2-angular-gantt.d.ts",
|
|
74
|
-
"version": "22.
|
|
74
|
+
"version": "22.2.5"
|
|
75
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-gantt";
|
|
2
|
-
export declare const pkgVer = "^22.1.
|
|
2
|
+
export declare const pkgVer = "^22.1.39";
|
|
3
3
|
export declare const moduleName = "GanttModule";
|
|
4
|
-
export declare const themeVer = "~22.1.
|
|
4
|
+
export declare const themeVer = "~22.1.39";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
|
4
|
-
exports.pkgVer = '^22.
|
|
4
|
+
exports.pkgVer = '^22.2.5';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~22.
|
|
6
|
+
exports.themeVer = '~22.2.5';
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/gantt/_theme.scss
CHANGED
|
@@ -709,7 +709,6 @@
|
|
|
709
709
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
710
710
|
background-color: $gantt-critical-child-progress-bar;
|
|
711
711
|
border: $gantt-child-progress-bar-border;
|
|
712
|
-
position: absolute;
|
|
713
712
|
border-radius: $gantt-child-progress-bar-border-radius;
|
|
714
713
|
}
|
|
715
714
|
|
package/styles/gantt/fabric.css
CHANGED
package/styles/gantt/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED