@syncfusion/ej2-angular-gantt 21.2.10 → 22.1.34-ngcc
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/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1825 -0
- package/dist/ej2-angular-gantt.umd.js +925 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/license +10 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +2 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +0 -6
- package/src/gantt/gantt.component.d.ts +3 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- 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-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +29 -49
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +29 -49
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +27 -47
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +27 -47
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +27 -47
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +27 -47
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +28 -47
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +28 -47
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +27 -47
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +27 -47
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +27 -47
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +27 -47
- package/styles/gantt/material.scss +1 -22
- 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-dark.scss +1 -22
- package/styles/gantt/tailwind.css +27 -47
- package/styles/gantt/tailwind.scss +1 -22
- 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/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
- package/esm2020/src/gantt/gantt.component.mjs +0 -255
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -215
- package/styles/gantt/_bootstrap-definition.scss +0 -215
- package/styles/gantt/_bootstrap4-definition.scss +0 -217
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -219
- package/styles/gantt/_fabric-dark-definition.scss +0 -215
- package/styles/gantt/_fabric-definition.scss +0 -215
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -219
- package/styles/gantt/_fusionnew-definition.scss +0 -218
- package/styles/gantt/_highcontrast-definition.scss +0 -215
- package/styles/gantt/_highcontrast-light-definition.scss +0 -215
- package/styles/gantt/_layout.scss +0 -1684
- package/styles/gantt/_material-dark-definition.scss +0 -216
- package/styles/gantt/_material-definition.scss +0 -216
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -219
- package/styles/gantt/_theme.scss +0 -734
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
|
@@ -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
|
}
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap-dark.scss';
|
|
@@ -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
|
}
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
|
|
20
|
-
@import 'bootstrap-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap.scss';
|
|
@@ -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
|
}
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/bootstrap4-definition.scss';
|
|
20
|
-
@import 'bootstrap4-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap4.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap4.scss';
|