@syncfusion/ej2-react-gantt 21.1.38 → 21.2.3
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 +36 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/gantt/bootstrap-dark.css +4 -0
- package/styles/gantt/bootstrap.css +4 -0
- package/styles/gantt/bootstrap4.css +4 -0
- package/styles/gantt/bootstrap5-dark.css +4 -0
- package/styles/gantt/bootstrap5.css +4 -0
- package/styles/gantt/fabric-dark.css +4 -0
- package/styles/gantt/fabric.css +4 -0
- package/styles/gantt/fluent-dark.css +3 -3
- package/styles/gantt/fluent.css +3 -3
- package/styles/gantt/highcontrast-light.css +4 -0
- package/styles/gantt/highcontrast.css +4 -0
- package/styles/gantt/material-dark.css +4 -0
- package/styles/gantt/material.css +4 -0
- package/styles/gantt/tailwind-dark.css +4 -0
- package/styles/gantt/tailwind.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 21.2.3 (2023-05-03)
|
|
6
|
+
|
|
7
|
+
### Gantt Chart
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
12
|
+
- -`#I451257`- No proper template for manual milestone parent.
|
|
13
|
+
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
|
|
14
|
+
|
|
15
|
+
-`#I451257`- No proper template for manual milestone parent.
|
|
16
|
+
|
|
17
|
+
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
|
|
18
|
+
|
|
19
|
+
## 21.1.41 (2023-04-18)
|
|
20
|
+
|
|
21
|
+
### Gantt Chart
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
26
|
+
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
27
|
+
- `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
|
|
28
|
+
- -`#I452233`- Parent Taskbar template not working properly in latest version.
|
|
29
|
+
- -`#I449864`- Holiday label is not visible when we don't set height.
|
|
30
|
+
- -`#I449674`- Cannot split task when the taskbar is rendered to one day.
|
|
31
|
+
- `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
|
|
32
|
+
|
|
33
|
+
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
34
|
+
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
35
|
+
- `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
|
|
36
|
+
- -`#I452233`- Parent Taskbar template not working properly in latest version.
|
|
37
|
+
- -`#I449674`- Cannot split task when the taskbar is rendered to one day.
|
|
38
|
+
|
|
39
|
+
## 21.1.38 (2023-04-04)
|
|
40
|
+
|
|
5
41
|
### Gantt Chart
|
|
6
42
|
|
|
7
43
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.3
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.3
|
|
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@21.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@21.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-snKpra3lC1LnSZecDR0PG/KBTC1EZRTfw8aliPva2r+sIUsMsiKTA4aSOZP03WKK7rX/Ss19GGzIg0a8mWkD9A==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-21.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-21.2.3.tgz",
|
|
23
|
+
"_shasum": "ff5b6f86610718a15a4578f5d38c455530866522",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~21.
|
|
35
|
-
"@syncfusion/ej2-gantt": "21.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~21.
|
|
34
|
+
"@syncfusion/ej2-base": "~21.2.3",
|
|
35
|
+
"@syncfusion/ej2-gantt": "21.2.3",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~21.2.3"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "21.
|
|
58
|
+
"version": "21.2.3",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -1275,6 +1275,7 @@
|
|
|
1275
1275
|
outline: 1px solid;
|
|
1276
1276
|
outline-offset: 2px;
|
|
1277
1277
|
}
|
|
1278
|
+
|
|
1278
1279
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1279
1280
|
padding-left: 12px;
|
|
1280
1281
|
}
|
|
@@ -1553,6 +1554,9 @@
|
|
|
1553
1554
|
border-color: #484848;
|
|
1554
1555
|
border-radius: 4px;
|
|
1555
1556
|
}
|
|
1557
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1558
|
+
display: none;
|
|
1559
|
+
}
|
|
1556
1560
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1557
1561
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1558
1562
|
opacity: 0.95;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1418,6 +1418,7 @@
|
|
|
1418
1418
|
outline: 1px solid;
|
|
1419
1419
|
outline-offset: 2px;
|
|
1420
1420
|
}
|
|
1421
|
+
|
|
1421
1422
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1422
1423
|
padding-left: 12px;
|
|
1423
1424
|
}
|
|
@@ -1695,6 +1696,9 @@
|
|
|
1695
1696
|
border-color: #ddd;
|
|
1696
1697
|
border-radius: 4px;
|
|
1697
1698
|
}
|
|
1699
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1700
|
+
display: none;
|
|
1701
|
+
}
|
|
1698
1702
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1699
1703
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1700
1704
|
opacity: 0.95;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1602,6 +1602,7 @@
|
|
|
1602
1602
|
outline: 1px solid;
|
|
1603
1603
|
outline-offset: 2px;
|
|
1604
1604
|
}
|
|
1605
|
+
|
|
1605
1606
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1606
1607
|
padding-left: 12px;
|
|
1607
1608
|
}
|
|
@@ -1879,6 +1880,9 @@
|
|
|
1879
1880
|
border-color: #dee2e6;
|
|
1880
1881
|
border-radius: 0px;
|
|
1881
1882
|
}
|
|
1883
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1884
|
+
display: none;
|
|
1885
|
+
}
|
|
1882
1886
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1883
1887
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1884
1888
|
opacity: 0.95;
|
|
@@ -1318,6 +1318,7 @@
|
|
|
1318
1318
|
outline: 1px solid;
|
|
1319
1319
|
outline-offset: 2px;
|
|
1320
1320
|
}
|
|
1321
|
+
|
|
1321
1322
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1322
1323
|
padding-left: 12px;
|
|
1323
1324
|
}
|
|
@@ -1595,6 +1596,9 @@
|
|
|
1595
1596
|
border-color: #444c54;
|
|
1596
1597
|
border-radius: 0px;
|
|
1597
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1598
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1599
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1600
1604
|
opacity: 0.95;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1318,6 +1318,7 @@
|
|
|
1318
1318
|
outline: 1px solid;
|
|
1319
1319
|
outline-offset: 2px;
|
|
1320
1320
|
}
|
|
1321
|
+
|
|
1321
1322
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1322
1323
|
padding-left: 12px;
|
|
1323
1324
|
}
|
|
@@ -1595,6 +1596,9 @@
|
|
|
1595
1596
|
border-color: #dee2e6;
|
|
1596
1597
|
border-radius: 0px;
|
|
1597
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1598
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1599
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1600
1604
|
opacity: 0.95;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1230,6 +1230,7 @@
|
|
|
1230
1230
|
outline: 1px solid;
|
|
1231
1231
|
outline-offset: 2px;
|
|
1232
1232
|
}
|
|
1233
|
+
|
|
1233
1234
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1234
1235
|
padding-left: 13px;
|
|
1235
1236
|
}
|
|
@@ -1507,6 +1508,9 @@
|
|
|
1507
1508
|
border-color: #414040;
|
|
1508
1509
|
border-radius: 0px;
|
|
1509
1510
|
}
|
|
1511
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1512
|
+
display: none;
|
|
1513
|
+
}
|
|
1510
1514
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1511
1515
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1512
1516
|
opacity: 0.95;
|
package/styles/fabric.css
CHANGED
|
@@ -1228,6 +1228,7 @@
|
|
|
1228
1228
|
outline: 1px solid;
|
|
1229
1229
|
outline-offset: 2px;
|
|
1230
1230
|
}
|
|
1231
|
+
|
|
1231
1232
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1232
1233
|
padding-left: 13px;
|
|
1233
1234
|
}
|
|
@@ -1505,6 +1506,9 @@
|
|
|
1505
1506
|
border-color: #eaeaea;
|
|
1506
1507
|
border-radius: 0px;
|
|
1507
1508
|
}
|
|
1509
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1510
|
+
display: none;
|
|
1511
|
+
}
|
|
1508
1512
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1509
1513
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1510
1514
|
opacity: 0.95;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1301,9 +1301,6 @@
|
|
|
1301
1301
|
outline: 1px solid;
|
|
1302
1302
|
outline-offset: 2px;
|
|
1303
1303
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1304
|
|
|
1308
1305
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1306
|
padding-left: 0px;
|
|
@@ -1586,6 +1583,9 @@
|
|
|
1586
1583
|
border-color: #292827;
|
|
1587
1584
|
border-radius: 0px;
|
|
1588
1585
|
}
|
|
1586
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1587
|
+
display: none;
|
|
1588
|
+
}
|
|
1589
1589
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1590
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1591
|
opacity: 0.95;
|
package/styles/fluent.css
CHANGED
|
@@ -1301,9 +1301,6 @@
|
|
|
1301
1301
|
outline: 1px solid;
|
|
1302
1302
|
outline-offset: 2px;
|
|
1303
1303
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1304
|
|
|
1308
1305
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1306
|
padding-left: 0px;
|
|
@@ -1586,6 +1583,9 @@
|
|
|
1586
1583
|
border-color: #edebe9;
|
|
1587
1584
|
border-radius: 0px;
|
|
1588
1585
|
}
|
|
1586
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1587
|
+
display: none;
|
|
1588
|
+
}
|
|
1589
1589
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1590
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1591
|
opacity: 0.95;
|
|
@@ -1275,6 +1275,7 @@
|
|
|
1275
1275
|
outline: 1px solid;
|
|
1276
1276
|
outline-offset: 2px;
|
|
1277
1277
|
}
|
|
1278
|
+
|
|
1278
1279
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1279
1280
|
padding-left: 12px;
|
|
1280
1281
|
}
|
|
@@ -1553,6 +1554,9 @@
|
|
|
1553
1554
|
border-color: #484848;
|
|
1554
1555
|
border-radius: 4px;
|
|
1555
1556
|
}
|
|
1557
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1558
|
+
display: none;
|
|
1559
|
+
}
|
|
1556
1560
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1557
1561
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
1558
1562
|
opacity: 0.95;
|
|
@@ -1418,6 +1418,7 @@
|
|
|
1418
1418
|
outline: 1px solid;
|
|
1419
1419
|
outline-offset: 2px;
|
|
1420
1420
|
}
|
|
1421
|
+
|
|
1421
1422
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1422
1423
|
padding-left: 12px;
|
|
1423
1424
|
}
|
|
@@ -1695,6 +1696,9 @@
|
|
|
1695
1696
|
border-color: #ddd;
|
|
1696
1697
|
border-radius: 4px;
|
|
1697
1698
|
}
|
|
1699
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1700
|
+
display: none;
|
|
1701
|
+
}
|
|
1698
1702
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1699
1703
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1700
1704
|
opacity: 0.95;
|
|
@@ -1602,6 +1602,7 @@
|
|
|
1602
1602
|
outline: 1px solid;
|
|
1603
1603
|
outline-offset: 2px;
|
|
1604
1604
|
}
|
|
1605
|
+
|
|
1605
1606
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1606
1607
|
padding-left: 12px;
|
|
1607
1608
|
}
|
|
@@ -1879,6 +1880,9 @@
|
|
|
1879
1880
|
border-color: #dee2e6;
|
|
1880
1881
|
border-radius: 0px;
|
|
1881
1882
|
}
|
|
1883
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1884
|
+
display: none;
|
|
1885
|
+
}
|
|
1882
1886
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1883
1887
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1884
1888
|
opacity: 0.95;
|
|
@@ -1318,6 +1318,7 @@
|
|
|
1318
1318
|
outline: 1px solid;
|
|
1319
1319
|
outline-offset: 2px;
|
|
1320
1320
|
}
|
|
1321
|
+
|
|
1321
1322
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1322
1323
|
padding-left: 12px;
|
|
1323
1324
|
}
|
|
@@ -1595,6 +1596,9 @@
|
|
|
1595
1596
|
border-color: #444c54;
|
|
1596
1597
|
border-radius: 0px;
|
|
1597
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1598
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1599
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1600
1604
|
opacity: 0.95;
|
|
@@ -1318,6 +1318,7 @@
|
|
|
1318
1318
|
outline: 1px solid;
|
|
1319
1319
|
outline-offset: 2px;
|
|
1320
1320
|
}
|
|
1321
|
+
|
|
1321
1322
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1322
1323
|
padding-left: 12px;
|
|
1323
1324
|
}
|
|
@@ -1595,6 +1596,9 @@
|
|
|
1595
1596
|
border-color: #dee2e6;
|
|
1596
1597
|
border-radius: 0px;
|
|
1597
1598
|
}
|
|
1599
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1600
|
+
display: none;
|
|
1601
|
+
}
|
|
1598
1602
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1599
1603
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1600
1604
|
opacity: 0.95;
|
|
@@ -1230,6 +1230,7 @@
|
|
|
1230
1230
|
outline: 1px solid;
|
|
1231
1231
|
outline-offset: 2px;
|
|
1232
1232
|
}
|
|
1233
|
+
|
|
1233
1234
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1234
1235
|
padding-left: 13px;
|
|
1235
1236
|
}
|
|
@@ -1507,6 +1508,9 @@
|
|
|
1507
1508
|
border-color: #414040;
|
|
1508
1509
|
border-radius: 0px;
|
|
1509
1510
|
}
|
|
1511
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1512
|
+
display: none;
|
|
1513
|
+
}
|
|
1510
1514
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1511
1515
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
1512
1516
|
opacity: 0.95;
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -1228,6 +1228,7 @@
|
|
|
1228
1228
|
outline: 1px solid;
|
|
1229
1229
|
outline-offset: 2px;
|
|
1230
1230
|
}
|
|
1231
|
+
|
|
1231
1232
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1232
1233
|
padding-left: 13px;
|
|
1233
1234
|
}
|
|
@@ -1505,6 +1506,9 @@
|
|
|
1505
1506
|
border-color: #eaeaea;
|
|
1506
1507
|
border-radius: 0px;
|
|
1507
1508
|
}
|
|
1509
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1510
|
+
display: none;
|
|
1511
|
+
}
|
|
1508
1512
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1509
1513
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1510
1514
|
opacity: 0.95;
|
|
@@ -1301,9 +1301,6 @@
|
|
|
1301
1301
|
outline: 1px solid;
|
|
1302
1302
|
outline-offset: 2px;
|
|
1303
1303
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1304
|
|
|
1308
1305
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1306
|
padding-left: 0px;
|
|
@@ -1586,6 +1583,9 @@
|
|
|
1586
1583
|
border-color: #292827;
|
|
1587
1584
|
border-radius: 0px;
|
|
1588
1585
|
}
|
|
1586
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1587
|
+
display: none;
|
|
1588
|
+
}
|
|
1589
1589
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1590
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1591
|
opacity: 0.95;
|
package/styles/gantt/fluent.css
CHANGED
|
@@ -1301,9 +1301,6 @@
|
|
|
1301
1301
|
outline: 1px solid;
|
|
1302
1302
|
outline-offset: 2px;
|
|
1303
1303
|
}
|
|
1304
|
-
.e-gantt .e-dialog.e-filter-popup .e-footer-content {
|
|
1305
|
-
padding-top: 0;
|
|
1306
|
-
}
|
|
1307
1304
|
|
|
1308
1305
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1309
1306
|
padding-left: 0px;
|
|
@@ -1586,6 +1583,9 @@
|
|
|
1586
1583
|
border-color: #edebe9;
|
|
1587
1584
|
border-radius: 0px;
|
|
1588
1585
|
}
|
|
1586
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1587
|
+
display: none;
|
|
1588
|
+
}
|
|
1589
1589
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1590
1590
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1591
1591
|
opacity: 0.95;
|
|
@@ -1213,6 +1213,7 @@
|
|
|
1213
1213
|
outline: 1px solid;
|
|
1214
1214
|
outline-offset: 2px;
|
|
1215
1215
|
}
|
|
1216
|
+
|
|
1216
1217
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1217
1218
|
padding-left: 0px;
|
|
1218
1219
|
}
|
|
@@ -1490,6 +1491,9 @@
|
|
|
1490
1491
|
border-color: #757575;
|
|
1491
1492
|
border-radius: 0px;
|
|
1492
1493
|
}
|
|
1494
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1495
|
+
display: none;
|
|
1496
|
+
}
|
|
1493
1497
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1494
1498
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1495
1499
|
opacity: 0.95;
|
|
@@ -1315,6 +1315,7 @@
|
|
|
1315
1315
|
outline: 1px solid;
|
|
1316
1316
|
outline-offset: 2px;
|
|
1317
1317
|
}
|
|
1318
|
+
|
|
1318
1319
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1319
1320
|
padding-left: 13px;
|
|
1320
1321
|
}
|
|
@@ -1593,6 +1594,9 @@
|
|
|
1593
1594
|
border-color: #969696;
|
|
1594
1595
|
border-radius: 0px;
|
|
1595
1596
|
}
|
|
1597
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1598
|
+
display: none;
|
|
1599
|
+
}
|
|
1596
1600
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1597
1601
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1598
1602
|
opacity: 0.95;
|
|
@@ -1273,6 +1273,7 @@
|
|
|
1273
1273
|
outline: 1px solid;
|
|
1274
1274
|
outline-offset: 2px;
|
|
1275
1275
|
}
|
|
1276
|
+
|
|
1276
1277
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1277
1278
|
padding-left: 0px;
|
|
1278
1279
|
}
|
|
@@ -1550,6 +1551,9 @@
|
|
|
1550
1551
|
border-color: #616161;
|
|
1551
1552
|
border-radius: 0px;
|
|
1552
1553
|
}
|
|
1554
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1555
|
+
display: none;
|
|
1556
|
+
}
|
|
1553
1557
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1554
1558
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1555
1559
|
opacity: 0.95;
|
|
@@ -1317,6 +1317,7 @@
|
|
|
1317
1317
|
outline: 1px solid;
|
|
1318
1318
|
outline-offset: 2px;
|
|
1319
1319
|
}
|
|
1320
|
+
|
|
1320
1321
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1321
1322
|
padding-left: 0px;
|
|
1322
1323
|
}
|
|
@@ -1594,6 +1595,9 @@
|
|
|
1594
1595
|
border-color: #e0e0e0;
|
|
1595
1596
|
border-radius: 0px;
|
|
1596
1597
|
}
|
|
1598
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1599
|
+
display: none;
|
|
1600
|
+
}
|
|
1597
1601
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1598
1602
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1599
1603
|
opacity: 0.95;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #4b5563;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #e5e7eb;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|
|
@@ -1213,6 +1213,7 @@
|
|
|
1213
1213
|
outline: 1px solid;
|
|
1214
1214
|
outline-offset: 2px;
|
|
1215
1215
|
}
|
|
1216
|
+
|
|
1216
1217
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1217
1218
|
padding-left: 0px;
|
|
1218
1219
|
}
|
|
@@ -1490,6 +1491,9 @@
|
|
|
1490
1491
|
border-color: #757575;
|
|
1491
1492
|
border-radius: 0px;
|
|
1492
1493
|
}
|
|
1494
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1495
|
+
display: none;
|
|
1496
|
+
}
|
|
1493
1497
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1494
1498
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
1495
1499
|
opacity: 0.95;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1315,6 +1315,7 @@
|
|
|
1315
1315
|
outline: 1px solid;
|
|
1316
1316
|
outline-offset: 2px;
|
|
1317
1317
|
}
|
|
1318
|
+
|
|
1318
1319
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1319
1320
|
padding-left: 13px;
|
|
1320
1321
|
}
|
|
@@ -1593,6 +1594,9 @@
|
|
|
1593
1594
|
border-color: #969696;
|
|
1594
1595
|
border-radius: 0px;
|
|
1595
1596
|
}
|
|
1597
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1598
|
+
display: none;
|
|
1599
|
+
}
|
|
1596
1600
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1597
1601
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1598
1602
|
opacity: 0.95;
|
package/styles/material-dark.css
CHANGED
|
@@ -1273,6 +1273,7 @@
|
|
|
1273
1273
|
outline: 1px solid;
|
|
1274
1274
|
outline-offset: 2px;
|
|
1275
1275
|
}
|
|
1276
|
+
|
|
1276
1277
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1277
1278
|
padding-left: 0px;
|
|
1278
1279
|
}
|
|
@@ -1550,6 +1551,9 @@
|
|
|
1550
1551
|
border-color: #616161;
|
|
1551
1552
|
border-radius: 0px;
|
|
1552
1553
|
}
|
|
1554
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1555
|
+
display: none;
|
|
1556
|
+
}
|
|
1553
1557
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1554
1558
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1555
1559
|
opacity: 0.95;
|
package/styles/material.css
CHANGED
|
@@ -1317,6 +1317,7 @@
|
|
|
1317
1317
|
outline: 1px solid;
|
|
1318
1318
|
outline-offset: 2px;
|
|
1319
1319
|
}
|
|
1320
|
+
|
|
1320
1321
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1321
1322
|
padding-left: 0px;
|
|
1322
1323
|
}
|
|
@@ -1594,6 +1595,9 @@
|
|
|
1594
1595
|
border-color: #e0e0e0;
|
|
1595
1596
|
border-radius: 0px;
|
|
1596
1597
|
}
|
|
1598
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1599
|
+
display: none;
|
|
1600
|
+
}
|
|
1597
1601
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1598
1602
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1599
1603
|
opacity: 0.95;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #4b5563;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|
package/styles/tailwind.css
CHANGED
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
outline: 1px solid;
|
|
1289
1289
|
outline-offset: 2px;
|
|
1290
1290
|
}
|
|
1291
|
+
|
|
1291
1292
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1292
1293
|
padding-left: 0px;
|
|
1293
1294
|
}
|
|
@@ -1566,6 +1567,9 @@
|
|
|
1566
1567
|
border-color: #e5e7eb;
|
|
1567
1568
|
border-radius: 0px;
|
|
1568
1569
|
}
|
|
1570
|
+
.e-gantt .e-grid .e-spinner-pane {
|
|
1571
|
+
display: none;
|
|
1572
|
+
}
|
|
1569
1573
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1570
1574
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1571
1575
|
opacity: 0.95;
|