@syncfusion/ej2-react-gantt 21.2.9 → 22.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/CHANGELOG.md +27 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +27 -47
- package/styles/bootstrap.css +29 -49
- package/styles/bootstrap4.css +29 -49
- package/styles/bootstrap5-dark.css +27 -47
- package/styles/bootstrap5.css +27 -47
- package/styles/fabric-dark.css +27 -47
- package/styles/fabric.css +27 -47
- package/styles/fluent-dark.css +28 -47
- package/styles/fluent.css +28 -47
- package/styles/gantt/bootstrap-dark.css +27 -47
- package/styles/gantt/bootstrap.css +29 -49
- package/styles/gantt/bootstrap4.css +29 -49
- package/styles/gantt/bootstrap5-dark.css +27 -47
- package/styles/gantt/bootstrap5.css +27 -47
- package/styles/gantt/fabric-dark.css +27 -47
- package/styles/gantt/fabric.css +27 -47
- package/styles/gantt/fluent-dark.css +28 -47
- package/styles/gantt/fluent.css +28 -47
- package/styles/gantt/highcontrast-light.css +27 -47
- package/styles/gantt/highcontrast.css +27 -47
- package/styles/gantt/material-dark.css +27 -47
- package/styles/gantt/material.css +27 -47
- package/styles/gantt/material3-dark.css +2184 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2240 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +27 -47
- package/styles/gantt/tailwind.css +27 -47
- package/styles/highcontrast-light.css +27 -47
- package/styles/highcontrast.css +27 -47
- package/styles/material-dark.css +27 -47
- package/styles/material.css +27 -47
- package/styles/material3-dark.css +2184 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2240 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +27 -47
- package/styles/tailwind.css +27 -47
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
### Gantt Chart
|
|
6
6
|
|
|
7
|
+
#### Features
|
|
8
|
+
|
|
9
|
+
-`#I43435` - Improved the user interface of taskbar resizing and moving actions in the Gantt Chart. Now, when users perform taskbar resizing or moving, a virtual element is displayed instead of updating the original taskbar element. This virtual element remains visible until the action is completed, providing users with a clear representation of the changes they are making. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/editing.html).
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
#### Breaking changes
|
|
13
|
+
|
|
14
|
+
- Connector lines have been changed from elements to SVG elements for UI improvement. This change has been made to enhance the user interface and provide a more visually appealing and flexible way of displaying connector lines.
|
|
15
|
+
|
|
16
|
+
## 21.2.10 (2023-06-13)
|
|
17
|
+
|
|
18
|
+
### Gantt Chart
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
23
|
+
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
24
|
+
- `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
|
|
25
|
+
- `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
|
|
26
|
+
|
|
27
|
+
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
28
|
+
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
29
|
+
|
|
30
|
+
## 21.2.9 (2023-06-06)
|
|
31
|
+
|
|
32
|
+
### Gantt Chart
|
|
33
|
+
|
|
7
34
|
#### Bug Fixes
|
|
8
35
|
|
|
9
36
|
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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 :
|
|
3
|
+
* version : 22.1.34
|
|
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-react-gantt@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-react-gantt@21.2.8",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6VQwC0Ox5Cd67pODF2rz92leV1FKoRPlSVhmhSA7Ih6IA4hTVE0tD9tbOy7TlM4rUmV2p2Apwi3TB0/epva2XA==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-21.2.8.tgz",
|
|
23
|
+
"_shasum": "545173a77696a23089d9a7e6c0f6e2d820595770",
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-gantt": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-gantt": "22.1.34",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
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": "
|
|
58
|
+
"version": "22.1.34",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -337,9 +337,6 @@
|
|
|
337
337
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
338
338
|
line-height: 28px;
|
|
339
339
|
}
|
|
340
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
341
|
-
width: 350px !important;
|
|
342
|
-
}
|
|
343
340
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
344
341
|
padding: 16px 0 0 !important;
|
|
345
342
|
}
|
|
@@ -678,6 +675,9 @@
|
|
|
678
675
|
line-height: 10px;
|
|
679
676
|
vertical-align: middle;
|
|
680
677
|
}
|
|
678
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
679
|
+
pointer-events: none;
|
|
680
|
+
}
|
|
681
681
|
.e-gantt .e-gantt-chart {
|
|
682
682
|
height: 100%;
|
|
683
683
|
overflow: hidden;
|
|
@@ -1601,6 +1601,9 @@
|
|
|
1601
1601
|
background: #484848;
|
|
1602
1602
|
opacity: 1;
|
|
1603
1603
|
}
|
|
1604
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1605
|
+
border-color: #0070f0;
|
|
1606
|
+
}
|
|
1604
1607
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1605
1608
|
background: #1a1a1a;
|
|
1606
1609
|
border-bottom-color: #484848;
|
|
@@ -1648,7 +1651,7 @@
|
|
|
1648
1651
|
outline-color: #248aff;
|
|
1649
1652
|
}
|
|
1650
1653
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1651
|
-
background
|
|
1654
|
+
background: #248aff;
|
|
1652
1655
|
outline: 1px solid #0070f0;
|
|
1653
1656
|
border-radius: 4px;
|
|
1654
1657
|
}
|
|
@@ -1685,7 +1688,7 @@
|
|
|
1685
1688
|
border-radius: 3px;
|
|
1686
1689
|
}
|
|
1687
1690
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1688
|
-
background
|
|
1691
|
+
background: #8dd1c4;
|
|
1689
1692
|
outline: #4fb29f;
|
|
1690
1693
|
}
|
|
1691
1694
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1853,23 +1856,16 @@
|
|
|
1853
1856
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1854
1857
|
color: #fff;
|
|
1855
1858
|
}
|
|
1856
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1860
|
-
border-top-color: #dadada;
|
|
1861
|
-
}
|
|
1862
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1863
|
-
border-bottom-color: #4cc7ba;
|
|
1864
|
-
}
|
|
1865
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1866
|
-
border-top-color: #4cc7ba;
|
|
1859
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1860
|
+
background-color: #dadada;
|
|
1861
|
+
border-color: #0070f0;
|
|
1867
1862
|
}
|
|
1868
|
-
.e-gantt .e-gantt-chart .e-
|
|
1869
|
-
|
|
1863
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1864
|
+
background-color: #4cc7ba;
|
|
1870
1865
|
}
|
|
1871
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1872
|
-
|
|
1866
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1867
|
+
background-color: #989A9C;
|
|
1868
|
+
border-color: #0070f0;
|
|
1873
1869
|
}
|
|
1874
1870
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1875
1871
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1889,11 +1885,8 @@
|
|
|
1889
1885
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1890
1886
|
background-color: #fac168;
|
|
1891
1887
|
}
|
|
1892
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1893
|
-
|
|
1894
|
-
}
|
|
1895
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1896
|
-
border-top-color: #fac168;
|
|
1888
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1889
|
+
background-color: #fac168;
|
|
1897
1890
|
}
|
|
1898
1891
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1899
1892
|
border-bottom-color: #e0e0e0;
|
|
@@ -1947,11 +1940,8 @@
|
|
|
1947
1940
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1948
1941
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
1942
|
}
|
|
1950
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1951
|
-
|
|
1952
|
-
}
|
|
1953
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1954
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1943
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1944
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1955
1945
|
}
|
|
1956
1946
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1957
1947
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1965,21 +1955,15 @@
|
|
|
1965
1955
|
background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1966
1956
|
border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1967
1957
|
}
|
|
1968
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
1969
|
-
|
|
1970
|
-
}
|
|
1971
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1972
|
-
border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1958
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
1959
|
+
background-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1973
1960
|
}
|
|
1974
1961
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1975
1962
|
background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1976
1963
|
border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1977
1964
|
}
|
|
1978
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
1979
|
-
|
|
1980
|
-
}
|
|
1981
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1982
|
-
border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1965
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
1966
|
+
background-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
|
|
1983
1967
|
}
|
|
1984
1968
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1985
1969
|
border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2079,7 +2063,7 @@
|
|
|
2079
2063
|
}
|
|
2080
2064
|
|
|
2081
2065
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2082
|
-
background
|
|
2066
|
+
background: #F3D8DA;
|
|
2083
2067
|
outline: 1px solid #F3D8DA;
|
|
2084
2068
|
border-radius: 4px;
|
|
2085
2069
|
}
|
|
@@ -2098,10 +2082,6 @@
|
|
|
2098
2082
|
border-radius: 4px;
|
|
2099
2083
|
}
|
|
2100
2084
|
|
|
2101
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2102
|
-
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2106
|
-
border-top-color: #D13438;
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2086
|
+
background-color: #D13438;
|
|
2107
2087
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
48
48
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
49
49
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
50
|
-
padding-bottom:
|
|
51
|
-
padding-top:
|
|
50
|
+
padding-bottom: 1px;
|
|
51
|
+
padding-top: 1px;
|
|
52
52
|
}
|
|
53
53
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
54
54
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
@@ -481,9 +481,6 @@
|
|
|
481
481
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
482
482
|
line-height: 28px;
|
|
483
483
|
}
|
|
484
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
485
|
-
width: 350px !important;
|
|
486
|
-
}
|
|
487
484
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
488
485
|
padding: 16px 0 0 !important;
|
|
489
486
|
}
|
|
@@ -821,6 +818,9 @@
|
|
|
821
818
|
line-height: 10px;
|
|
822
819
|
vertical-align: middle;
|
|
823
820
|
}
|
|
821
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
822
|
+
pointer-events: none;
|
|
823
|
+
}
|
|
824
824
|
.e-gantt .e-gantt-chart {
|
|
825
825
|
height: 100%;
|
|
826
826
|
overflow: hidden;
|
|
@@ -1743,6 +1743,9 @@
|
|
|
1743
1743
|
background: #c6ddf0;
|
|
1744
1744
|
opacity: 1;
|
|
1745
1745
|
}
|
|
1746
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1747
|
+
border-color: #317ab9;
|
|
1748
|
+
}
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1747
1750
|
background: #fff;
|
|
1748
1751
|
border-bottom-color: #ddd;
|
|
@@ -1790,7 +1793,7 @@
|
|
|
1790
1793
|
outline-color: #66afe9;
|
|
1791
1794
|
}
|
|
1792
1795
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1793
|
-
background
|
|
1796
|
+
background: #317ab9;
|
|
1794
1797
|
outline: 1px solid #21527d;
|
|
1795
1798
|
border-radius: 4px;
|
|
1796
1799
|
}
|
|
@@ -1827,7 +1830,7 @@
|
|
|
1827
1830
|
border-radius: 3px;
|
|
1828
1831
|
}
|
|
1829
1832
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1830
|
-
background
|
|
1833
|
+
background: #7538C9;
|
|
1831
1834
|
outline: 1px solid #572A96;
|
|
1832
1835
|
}
|
|
1833
1836
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1995,23 +1998,16 @@
|
|
|
1995
1998
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1996
1999
|
color: #fff;
|
|
1997
2000
|
}
|
|
1998
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
2002
|
-
border-top-color: #555;
|
|
2003
|
-
}
|
|
2004
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2005
|
-
border-bottom-color: #555;
|
|
2006
|
-
}
|
|
2007
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2008
|
-
border-top-color: #555;
|
|
2001
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
2002
|
+
background-color: #555;
|
|
2003
|
+
border-color: #21527d;
|
|
2009
2004
|
}
|
|
2010
|
-
.e-gantt .e-gantt-chart .e-
|
|
2011
|
-
|
|
2005
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
2006
|
+
background-color: #555;
|
|
2012
2007
|
}
|
|
2013
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
2014
|
-
|
|
2008
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
2009
|
+
background-color: #989A9C;
|
|
2010
|
+
border-color: #21527d;
|
|
2015
2011
|
}
|
|
2016
2012
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2017
2013
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -2031,11 +2027,8 @@
|
|
|
2031
2027
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2032
2028
|
background-color: #f0ad4e;
|
|
2033
2029
|
}
|
|
2034
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
2035
|
-
|
|
2036
|
-
}
|
|
2037
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2038
|
-
border-top-color: #f0ad4e;
|
|
2030
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
2031
|
+
background-color: #f0ad4e;
|
|
2039
2032
|
}
|
|
2040
2033
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2041
2034
|
border-bottom-color: #e0e0e0;
|
|
@@ -2089,11 +2082,8 @@
|
|
|
2089
2082
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2090
2083
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2091
2084
|
}
|
|
2092
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
2093
|
-
|
|
2094
|
-
}
|
|
2095
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2096
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2085
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2086
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2097
2087
|
}
|
|
2098
2088
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2099
2089
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2107,21 +2097,15 @@
|
|
|
2107
2097
|
background: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2108
2098
|
border: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2109
2099
|
}
|
|
2110
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2114
|
-
border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2100
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2101
|
+
background-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
2115
2102
|
}
|
|
2116
2103
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2117
2104
|
background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2118
2105
|
border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2119
2106
|
}
|
|
2120
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2121
|
-
|
|
2122
|
-
}
|
|
2123
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2124
|
-
border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2107
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2108
|
+
background-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
2125
2109
|
}
|
|
2126
2110
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2127
2111
|
border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2221,7 +2205,7 @@
|
|
|
2221
2205
|
}
|
|
2222
2206
|
|
|
2223
2207
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2224
|
-
background
|
|
2208
|
+
background: #F3D8DA;
|
|
2225
2209
|
outline: 1px solid #F3D8DA;
|
|
2226
2210
|
border-radius: 4px;
|
|
2227
2211
|
}
|
|
@@ -2240,10 +2224,6 @@
|
|
|
2240
2224
|
border-radius: 4px;
|
|
2241
2225
|
}
|
|
2242
2226
|
|
|
2243
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2244
|
-
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2248
|
-
border-top-color: #D13438;
|
|
2227
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2228
|
+
background-color: #D13438;
|
|
2249
2229
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
}
|
|
39
39
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
40
40
|
border: 1px solid transparent;
|
|
41
|
-
padding-bottom:
|
|
42
|
-
padding-top:
|
|
41
|
+
padding-bottom: 0;
|
|
42
|
+
padding-top: 0;
|
|
43
43
|
}
|
|
44
44
|
.e-richtexteditor .e-rte-content {
|
|
45
45
|
border-bottom-left-radius: 4px;
|
|
@@ -662,9 +662,6 @@
|
|
|
662
662
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
663
663
|
line-height: 28px;
|
|
664
664
|
}
|
|
665
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
666
|
-
width: 350px !important;
|
|
667
|
-
}
|
|
668
665
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
669
666
|
padding: 16px 0 0 !important;
|
|
670
667
|
}
|
|
@@ -1005,6 +1002,9 @@
|
|
|
1005
1002
|
line-height: 10px;
|
|
1006
1003
|
vertical-align: middle;
|
|
1007
1004
|
}
|
|
1005
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
1006
|
+
pointer-events: none;
|
|
1007
|
+
}
|
|
1008
1008
|
.e-gantt .e-gantt-chart {
|
|
1009
1009
|
height: 100%;
|
|
1010
1010
|
overflow: hidden;
|
|
@@ -1927,6 +1927,9 @@
|
|
|
1927
1927
|
background: rgba(0, 123, 255, 0.16);
|
|
1928
1928
|
opacity: 1;
|
|
1929
1929
|
}
|
|
1930
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1931
|
+
border-color: #007bff;
|
|
1932
|
+
}
|
|
1930
1933
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1931
1934
|
background: #fff;
|
|
1932
1935
|
border-bottom-color: #dee2e6;
|
|
@@ -1974,7 +1977,7 @@
|
|
|
1974
1977
|
outline-color: #66afe9;
|
|
1975
1978
|
}
|
|
1976
1979
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1977
|
-
background
|
|
1980
|
+
background: #007bff;
|
|
1978
1981
|
outline: 1px solid #0056b3;
|
|
1979
1982
|
border-radius: 4px;
|
|
1980
1983
|
}
|
|
@@ -2011,7 +2014,7 @@
|
|
|
2011
2014
|
border-radius: 3px;
|
|
2012
2015
|
}
|
|
2013
2016
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
2014
|
-
background
|
|
2017
|
+
background: #8553F1;
|
|
2015
2018
|
outline: 1px solid #6628EE;
|
|
2016
2019
|
}
|
|
2017
2020
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -2179,23 +2182,16 @@
|
|
|
2179
2182
|
.e-gantt .e-gantt-chart .e-icon {
|
|
2180
2183
|
color: #fff;
|
|
2181
2184
|
}
|
|
2182
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
2186
|
-
border-top-color: #495057;
|
|
2187
|
-
}
|
|
2188
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2189
|
-
border-bottom-color: #495057;
|
|
2190
|
-
}
|
|
2191
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2192
|
-
border-top-color: #495057;
|
|
2185
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
2186
|
+
background-color: #495057;
|
|
2187
|
+
border-color: #0056b3;
|
|
2193
2188
|
}
|
|
2194
|
-
.e-gantt .e-gantt-chart .e-
|
|
2195
|
-
|
|
2189
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
2190
|
+
background-color: #495057;
|
|
2196
2191
|
}
|
|
2197
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
2198
|
-
|
|
2192
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
2193
|
+
background-color: #989A9C;
|
|
2194
|
+
border-color: #0056b3;
|
|
2199
2195
|
}
|
|
2200
2196
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2201
2197
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -2215,11 +2211,8 @@
|
|
|
2215
2211
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2216
2212
|
background-color: #ffc107;
|
|
2217
2213
|
}
|
|
2218
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
2219
|
-
|
|
2220
|
-
}
|
|
2221
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2222
|
-
border-top-color: #ffc107;
|
|
2214
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
2215
|
+
background-color: #ffc107;
|
|
2223
2216
|
}
|
|
2224
2217
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2225
2218
|
border-bottom-color: #e0e0e0;
|
|
@@ -2273,11 +2266,8 @@
|
|
|
2273
2266
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2274
2267
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
2275
2268
|
}
|
|
2276
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
2277
|
-
|
|
2278
|
-
}
|
|
2279
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2280
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2269
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
2270
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2281
2271
|
}
|
|
2282
2272
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2283
2273
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2291,21 +2281,15 @@
|
|
|
2291
2281
|
background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2292
2282
|
border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2293
2283
|
}
|
|
2294
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2295
|
-
|
|
2296
|
-
}
|
|
2297
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2298
|
-
border-top-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2284
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2285
|
+
background-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
2299
2286
|
}
|
|
2300
2287
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2301
2288
|
background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2302
2289
|
border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2303
2290
|
}
|
|
2304
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2305
|
-
|
|
2306
|
-
}
|
|
2307
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2308
|
-
border-top-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2291
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2292
|
+
background-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
|
|
2309
2293
|
}
|
|
2310
2294
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2311
2295
|
border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2405,7 +2389,7 @@
|
|
|
2405
2389
|
}
|
|
2406
2390
|
|
|
2407
2391
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2408
|
-
background
|
|
2392
|
+
background: #F3D8DA;
|
|
2409
2393
|
outline: 1px solid #F3D8DA;
|
|
2410
2394
|
border-radius: 4px;
|
|
2411
2395
|
}
|
|
@@ -2424,10 +2408,6 @@
|
|
|
2424
2408
|
border-radius: 4px;
|
|
2425
2409
|
}
|
|
2426
2410
|
|
|
2427
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2428
|
-
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2432
|
-
border-top-color: #D13438;
|
|
2411
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2412
|
+
background-color: #D13438;
|
|
2433
2413
|
}
|