@syncfusion/ej2-react-gantt 19.3.57 → 19.4.42
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/CHANGELOG.md +38 -1
- package/README.md +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +6 -5
- package/styles/bootstrap5.css +6 -5
- package/styles/fabric-dark.css +1 -1
- package/styles/gantt/bootstrap5-dark.css +6 -5
- package/styles/gantt/bootstrap5.css +6 -5
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/tailwind-dark.css +1 -1
- package/styles/gantt/tailwind.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,44 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#354721` - Issue in rendering milestone based on the milestone mapping in datasource has been fixed.
|
|
10
|
+
- `#358683` - Toolbar gets hide after `expandAll` and `collapseAll` is performed issue has been fixed.
|
|
11
|
+
|
|
12
|
+
## 19.4.41 (2022-01-04)
|
|
13
|
+
|
|
14
|
+
### Gantt
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#355824, #360027` - Gantt Chart display issue with misalign in dates on which DST change happens has been fixed.
|
|
19
|
+
- `#F171256` - Issue in Localization for the word New Task has been fixed.
|
|
20
|
+
|
|
21
|
+
- `#359120` - Issue with Gantt Context menu operation after release the connector line outside the Gantt.
|
|
22
|
+
- `#359104, #359163` - Issue while Gantt loaded with taskbar Template and `queryTaskbarInfo` for segmented Tasks has been fixed.
|
|
23
|
+
|
|
24
|
+
## 19.4.40 (2021-12-28)
|
|
25
|
+
|
|
26
|
+
### Gantt
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- `#357340` - Issue with Gantt `selectedRowIndex` property when deleted the selected item in last row.
|
|
31
|
+
|
|
32
|
+
## 19.4.38 (2021-12-17)
|
|
33
|
+
|
|
34
|
+
### Gantt
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- `#346141` - Issue with Gantt manipulates and change task data date values from original data has been fixed.
|
|
39
|
+
- `#F170644` - Issue in manual start date while mapping multiple parent levels has been fixed.
|
|
40
|
+
- `#F170274` - DateTimePicker is not rendering in dialog segment tab start date and end date columns has been fixed.
|
|
41
|
+
|
|
42
|
+
#### Breaking Changes
|
|
43
|
+
|
|
44
|
+
- Original user datasource is maintained in `taskData` and `dataSource` properties in Gantt during load time. It will update only after CRUD operation.
|
|
45
|
+
|
|
46
|
+
- Original user datasource is maintained in `taskData` and `datasource` properties in Gantt during load time. It will update only after CRUD operation.
|
|
10
47
|
|
|
11
48
|
## 19.3.56 (2021-12-02)
|
|
12
49
|
|
package/README.md
CHANGED
|
@@ -82,4 +82,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|
|
82
82
|
|
|
83
83
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/gantt/CHANGELOG.md)
|
|
84
84
|
|
|
85
|
-
© Copyright
|
|
85
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@19.4.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FcJcmL4vO3PWEPMk1odFzq0UMhqy9+19/46d4VVPdZSyHofLXgd4WrC18DAyJTDyY0dvzwtExnGxdGl5EzNMZg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.41.tgz",
|
|
23
|
+
"_shasum": "f72600d6ea31422426abb10b2f563753f7fa6628",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-gantt": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.42",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.42"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.
|
|
66
|
+
"version": "19.4.42",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #ced4da;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #ced4da;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #495057;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #495057;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #ced4da;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #ced4da;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #495057;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #495057;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/material-dark.css
CHANGED
package/styles/tailwind-dark.css
CHANGED