@syncfusion/ej2-angular-gantt 21.1.38 → 21.1.41
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 +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +0 -3
- package/styles/fluent.css +0 -3
- package/styles/gantt/_layout.scss +0 -8
- package/styles/gantt/bootstrap-dark.css +1 -0
- package/styles/gantt/bootstrap.css +1 -0
- package/styles/gantt/bootstrap4.css +1 -0
- package/styles/gantt/bootstrap5-dark.css +1 -0
- package/styles/gantt/bootstrap5.css +1 -0
- package/styles/gantt/fabric-dark.css +1 -0
- package/styles/gantt/fabric.css +1 -0
- package/styles/gantt/fluent-dark.css +0 -3
- package/styles/gantt/fluent.css +0 -3
- package/styles/gantt/highcontrast-light.css +1 -0
- package/styles/gantt/highcontrast.css +1 -0
- package/styles/gantt/material-dark.css +1 -0
- package/styles/gantt/material.css +1 -0
- package/styles/gantt/tailwind-dark.css +1 -0
- package/styles/gantt/tailwind.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@21.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@21.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-dr9HpHk3l/9XuInqpE20HRipdSErn+Kze81JstYFLFAuvEz4vLsv5ko+8gyVWlpeHERa2Ilgpf2sFh5+PAjVGw==",
|
|
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-21.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-21.1.38.tgz",
|
|
23
|
+
"_shasum": "70d8a76e21747524b1ed05576b068224655e0f16",
|
|
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": "~21.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~21.1.
|
|
36
|
-
"@syncfusion/ej2-gantt": "21.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.1.41",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.1.40",
|
|
36
|
+
"@syncfusion/ej2-gantt": "21.1.41",
|
|
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": "21.1.
|
|
74
|
+
"version": "21.1.41"
|
|
75
75
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-gantt";
|
|
2
|
-
export declare const pkgVer = "^21.1.
|
|
2
|
+
export declare const pkgVer = "^21.1.38";
|
|
3
3
|
export declare const moduleName = "GanttModule";
|
|
4
|
-
export declare const themeVer = "~21.1.
|
|
4
|
+
export declare const themeVer = "~21.1.38";
|
|
@@ -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 = '^21.1.
|
|
4
|
+
exports.pkgVer = '^21.1.41';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~21.1.
|
|
6
|
+
exports.themeVer = '~21.1.41';
|
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
|
@@ -1320,14 +1320,6 @@
|
|
|
1320
1320
|
outline-offset: 2px;
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
|
-
.e-dialog.e-filter-popup {
|
|
1324
|
-
.e-footer-content {
|
|
1325
|
-
|
|
1326
|
-
@if ($skin-name =='FluentUI') {
|
|
1327
|
-
padding-top: 0;
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
1323
|
}
|
|
1332
1324
|
|
|
1333
1325
|
.e-gantt-dialog .e-tab .e-tab-header {
|
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/tailwind-dark.css
CHANGED