@syncfusion/ej2-vue-gantt 26.1.39 → 26.1.40
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-veHLHZAMfg9zimQ0DX+PK0ntXOa1Bz+AYMYzgt8PxM9PBmeSueb3q7Sxu+c4KhhBH/tHocnJEoBm6qkm45lmwA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
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-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-26.1.39.tgz",
|
|
23
|
+
"_shasum": "5794b2614208c3fbd97bcd33c98484160f94b8fc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
-
"@syncfusion/ej2-gantt": "26.1.
|
|
35
|
+
"@syncfusion/ej2-gantt": "26.1.40",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"ci-publish": "gulp ci-publish",
|
|
74
74
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
75
75
|
},
|
|
76
|
-
"version": "26.1.
|
|
76
|
+
"version": "26.1.40",
|
|
77
77
|
"sideEffects": false
|
|
78
78
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
}
|
|
2776
2776
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
2777
2777
|
left: -11px;
|
|
2778
|
-
top:
|
|
2778
|
+
top: 0 !important;
|
|
2779
2779
|
}
|
|
2780
2780
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
2781
2781
|
border-radius: 50%;
|
package/styles/gantt/fluent2.css
CHANGED
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
}
|
|
2776
2776
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
2777
2777
|
left: -11px;
|
|
2778
|
-
top:
|
|
2778
|
+
top: 0 !important;
|
|
2779
2779
|
}
|
|
2780
2780
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
2781
2781
|
border-radius: 50%;
|