@syncfusion/ej2-react-gantt 28.2.11 → 29.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.
- package/diConfig.json +2 -1
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +12 -12
package/diConfig.json
CHANGED
|
@@ -601,7 +601,8 @@
|
|
|
601
601
|
"tooltipSettings.taskbar",
|
|
602
602
|
"tooltipSettings.baseline",
|
|
603
603
|
"tooltipSettings.connectorLine",
|
|
604
|
-
"tooltipSettings.editing"
|
|
604
|
+
"tooltipSettings.editing",
|
|
605
|
+
"tooltipSettings.timeline"
|
|
605
606
|
],
|
|
606
607
|
"blazorTemplates": [
|
|
607
608
|
"parentTaskbarTemplate",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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-react-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-gantt@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-0Qurkii7t70sHBK+h3XsbOm41Iyy61JgdGbKUEnWMakNImpZoDSsj3JiIQ36Tam6/eLF9OMPeot+GaDs/kcmyA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-29.1.33.tgz",
|
|
23
|
+
"_shasum": "f458e4ab87c15579c96f1edca29a5bc21739459b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
|
-
"_where": "
|
|
25
|
+
"_where": "E:\\march2025\\memory-leaks",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-gantt": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-gantt": "29.1.34",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~29.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"name": "@syncfusion/ej2-react-gantt",
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
71
|
+
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
}
|
|
73
|
+
"sideEffects": false,
|
|
74
|
+
"version": "29.1.34"
|
|
75
|
+
}
|