@syncfusion/ej2-react-gantt 19.4.48 → 19.4.50
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 +10 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/gantt/bootstrap-dark.css +3 -3
- package/styles/gantt/bootstrap.css +3 -3
- package/styles/gantt/bootstrap4.css +3 -3
- package/styles/gantt/bootstrap5-dark.css +1 -1
- package/styles/gantt/bootstrap5.css +1 -1
- package/styles/gantt/tailwind-dark.css +3 -3
- package/styles/gantt/tailwind.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Gantt
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
|
|
10
|
+
- `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
|
|
11
|
+
- `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
|
|
12
|
+
- `#364723` - Issue in updating `dataSource` property using insert key has been fixed.
|
|
13
|
+
- `#364643` - New record added in the top of datasource when row position is set as Bottom has been fixed.
|
|
14
|
+
|
|
5
15
|
## 19.4.47 (2022-01-25)
|
|
6
16
|
|
|
7
17
|
### Gantt
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.50
|
|
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.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@19.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GjfUK+h/moBYiwFSpnIJuaOWV0QfQY34yRKfy3XRmnjI5vPwIAb2EzakSIYs+kiM0DbWJuwfi06T4P2zo/fL5Q==",
|
|
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.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.48.tgz",
|
|
23
|
+
"_shasum": "daf839175c96093e7a8ceb0aa4ff7860e116beed",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
-
"@syncfusion/ej2-gantt": "19.4.
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.50",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -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.4.
|
|
66
|
+
"version": "19.4.50",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -1351,10 +1351,10 @@
|
|
|
1351
1351
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1352
|
background: #1a1a1a;
|
|
1353
1353
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1354
|
+
border-bottom-width: 0px;
|
|
1355
1355
|
border-right-color: #484848;
|
|
1356
1356
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1357
|
+
height: 64px;
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
1360
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1376
|
+
height: 32px;
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
1379
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1501,10 +1501,10 @@
|
|
|
1501
1501
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1502
|
background: #fff;
|
|
1503
1503
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1504
|
+
border-bottom-width: 0px;
|
|
1505
1505
|
border-right-color: #ddd;
|
|
1506
1506
|
color: #333;
|
|
1507
|
-
height:
|
|
1507
|
+
height: 64px;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
1510
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1526
|
+
height: 32px;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
1529
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1718,10 +1718,10 @@
|
|
|
1718
1718
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1719
|
background: #fff;
|
|
1720
1720
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1721
|
+
border-bottom-width: 0px;
|
|
1722
1722
|
border-right-color: #dee2e6;
|
|
1723
1723
|
color: #212529;
|
|
1724
|
-
height:
|
|
1724
|
+
height: 64px;
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
1727
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
}
|
|
1741
1741
|
|
|
1742
1742
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1743
|
+
height: 32px;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
1746
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1351,10 +1351,10 @@
|
|
|
1351
1351
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1352
|
background: #1a1a1a;
|
|
1353
1353
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1354
|
+
border-bottom-width: 0px;
|
|
1355
1355
|
border-right-color: #484848;
|
|
1356
1356
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1357
|
+
height: 64px;
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
1360
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1376
|
+
height: 32px;
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
1379
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1501,10 +1501,10 @@
|
|
|
1501
1501
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1502
|
background: #fff;
|
|
1503
1503
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1504
|
+
border-bottom-width: 0px;
|
|
1505
1505
|
border-right-color: #ddd;
|
|
1506
1506
|
color: #333;
|
|
1507
|
-
height:
|
|
1507
|
+
height: 64px;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
1510
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1526
|
+
height: 32px;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
1529
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1718,10 +1718,10 @@
|
|
|
1718
1718
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1719
|
background: #fff;
|
|
1720
1720
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1721
|
+
border-bottom-width: 0px;
|
|
1722
1722
|
border-right-color: #dee2e6;
|
|
1723
1723
|
color: #212529;
|
|
1724
|
-
height:
|
|
1724
|
+
height: 64px;
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
1727
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
}
|
|
1741
1741
|
|
|
1742
1742
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1743
|
+
height: 32px;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
1746
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #232e3e;
|
|
1412
1412
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #4b5563;
|
|
1415
1415
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #f9fafb;
|
|
1412
1412
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #e5e7eb;
|
|
1415
1415
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #232e3e;
|
|
1412
1412
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #4b5563;
|
|
1415
1415
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind.css
CHANGED
|
@@ -1410,10 +1410,10 @@
|
|
|
1410
1410
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1411
|
background: #f9fafb;
|
|
1412
1412
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1413
|
+
border-bottom-width: 0px;
|
|
1414
1414
|
border-right-color: #e5e7eb;
|
|
1415
1415
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1416
|
+
height: 49px;
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1435
|
+
height: 24.5px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|