@syncfusion/ej2-react-gantt 19.2.57 → 19.3.43
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 +43 -4
- package/diConfig.json +4 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +13 -0
- package/styles/bootstrap.css +13 -0
- package/styles/bootstrap4.css +13 -0
- package/styles/bootstrap5-dark.css +1913 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1913 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +13 -0
- package/styles/fabric.css +13 -0
- package/styles/gantt/bootstrap-dark.css +13 -0
- package/styles/gantt/bootstrap.css +13 -0
- package/styles/gantt/bootstrap4.css +13 -0
- package/styles/gantt/bootstrap5-dark.css +1913 -0
- package/styles/gantt/bootstrap5-dark.scss +1 -0
- package/styles/gantt/bootstrap5.css +1913 -0
- package/styles/gantt/bootstrap5.scss +1 -0
- package/styles/gantt/fabric-dark.css +13 -0
- package/styles/gantt/fabric.css +13 -0
- package/styles/gantt/highcontrast-light.css +13 -0
- package/styles/gantt/highcontrast.css +13 -0
- package/styles/gantt/material-dark.css +15 -2
- package/styles/gantt/material.css +13 -0
- package/styles/gantt/tailwind-dark.css +37 -25
- package/styles/gantt/tailwind.css +35 -23
- package/styles/highcontrast-light.css +13 -0
- package/styles/highcontrast.css +13 -0
- package/styles/material-dark.css +15 -2
- package/styles/material.css +13 -0
- package/styles/tailwind-dark.css +37 -25
- package/styles/tailwind.css +35 -23
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,53 @@
|
|
|
4
4
|
|
|
5
5
|
### Gantt
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#304621, #322659` - Provided percentage support for height and width of Gantt element.
|
|
10
|
+
|
|
11
|
+
## 19.2.62 (2021-09-14)
|
|
12
|
+
|
|
13
|
+
### Gantt
|
|
14
|
+
|
|
7
15
|
#### Bug Fixes
|
|
8
16
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
17
|
+
- `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
|
|
18
|
+
- `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
|
|
19
|
+
|
|
20
|
+
## 19.2.60 (2021-09-07)
|
|
21
|
+
|
|
22
|
+
### Gantt
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#340155` - Dialog closes when pressing insert key issue has been fixed.
|
|
27
|
+
- `#333851` - Dynamically changing the holidays issue has been fixed.
|
|
28
|
+
|
|
29
|
+
## 19.2.59 (2021-08-31)
|
|
30
|
+
|
|
31
|
+
### Gantt
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- `#339434` - Issue in tooltip has been resolved.
|
|
36
|
+
|
|
37
|
+
## 19.2.57 (2021-08-24)
|
|
38
|
+
|
|
39
|
+
### Gantt
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `#339511` - Issue in maintaining resource selection has been resolved.
|
|
44
|
+
- `#338206` - Cleared warnings thrown in Firefox browser.
|
|
45
|
+
|
|
46
|
+
## 19.2.56 (2021-08-17)
|
|
47
|
+
|
|
48
|
+
### Gantt
|
|
49
|
+
|
|
50
|
+
#### Bug Fixes
|
|
11
51
|
|
|
12
52
|
- `#338587` - Issue in assigning empty data to datasource has been resolved.
|
|
53
|
+
- `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
|
|
13
54
|
|
|
14
55
|
## 19.2.55 (2021-08-11)
|
|
15
56
|
|
|
@@ -19,8 +60,6 @@
|
|
|
19
60
|
|
|
20
61
|
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
|
|
21
62
|
|
|
22
|
-
- `#336211` - Issue with Virtual Scrolling in Firefox browser has been resolved.
|
|
23
|
-
|
|
24
63
|
## 19.2.47 (2021-07-13)
|
|
25
64
|
|
|
26
65
|
### Gantt
|
package/diConfig.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.43
|
|
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.2
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@19.25.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Mqv5InjqE75eZQZcZ00SX5+rvSWoR7keyR7QlvfPXXDBgE9tY1f6n9C55uykkfVCiMmvQqvB5fw3340jQ0qwYA==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.25.2.tgz",
|
|
23
|
+
"_shasum": "a1a8526e3b4179d8574d430e60fb5f95a1402e98",
|
|
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.3.43",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.3.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
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.3.43",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -1183,6 +1183,14 @@
|
|
|
1183
1183
|
opacity: 1;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1187
|
+
content: '';
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1191
|
+
font-size: 14px;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1186
1194
|
.e-gantt-tooltip-label {
|
|
1187
1195
|
padding-bottom: 2px;
|
|
1188
1196
|
padding-right: 2px;
|
|
@@ -1272,6 +1280,10 @@
|
|
|
1272
1280
|
border-radius: 4px;
|
|
1273
1281
|
}
|
|
1274
1282
|
|
|
1283
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1284
|
+
height: calc(100% - 41px) !important;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1275
1287
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1276
1288
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1277
1289
|
opacity: .95;
|
|
@@ -1381,6 +1393,7 @@
|
|
|
1381
1393
|
|
|
1382
1394
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1383
1395
|
background: #484848;
|
|
1396
|
+
opacity: 1;
|
|
1384
1397
|
}
|
|
1385
1398
|
|
|
1386
1399
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1333,6 +1333,14 @@
|
|
|
1333
1333
|
opacity: 1;
|
|
1334
1334
|
}
|
|
1335
1335
|
|
|
1336
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1337
|
+
content: '';
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1341
|
+
font-size: 14px;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1336
1344
|
.e-gantt-tooltip-label {
|
|
1337
1345
|
padding-bottom: 2px;
|
|
1338
1346
|
padding-right: 2px;
|
|
@@ -1422,6 +1430,10 @@
|
|
|
1422
1430
|
border-radius: 4px;
|
|
1423
1431
|
}
|
|
1424
1432
|
|
|
1433
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1434
|
+
height: calc(100% - 41px) !important;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1425
1437
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1426
1438
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1427
1439
|
opacity: .95;
|
|
@@ -1531,6 +1543,7 @@
|
|
|
1531
1543
|
|
|
1532
1544
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1533
1545
|
background: #c6ddf0;
|
|
1546
|
+
opacity: 1;
|
|
1534
1547
|
}
|
|
1535
1548
|
|
|
1536
1549
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1545,6 +1545,14 @@
|
|
|
1545
1545
|
opacity: 1;
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
+
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1549
|
+
content: '';
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
1553
|
+
font-size: 16px;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1548
1556
|
.e-gantt-tooltip-label {
|
|
1549
1557
|
padding-bottom: 2px;
|
|
1550
1558
|
padding-right: 2px;
|
|
@@ -1634,6 +1642,10 @@
|
|
|
1634
1642
|
border-radius: 0px;
|
|
1635
1643
|
}
|
|
1636
1644
|
|
|
1645
|
+
.e-gantt .e-gantt-splitter-height {
|
|
1646
|
+
height: calc(100% - 38px) !important;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1637
1649
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1638
1650
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1639
1651
|
opacity: .95;
|
|
@@ -1743,6 +1755,7 @@
|
|
|
1743
1755
|
|
|
1744
1756
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1745
1757
|
background: rgba(0, 123, 255, 0.16);
|
|
1758
|
+
opacity: 1;
|
|
1746
1759
|
}
|
|
1747
1760
|
|
|
1748
1761
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|