@syncfusion/ej2-vue-gantt 21.1.35 → 21.1.36
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 +164 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +2 -2
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +10 -9
- package/src/gantt/gantt.component.js +2 -2
- package/styles/bootstrap-dark.css +31 -47
- package/styles/bootstrap.css +33 -49
- package/styles/bootstrap4.css +33 -49
- package/styles/bootstrap5-dark.css +31 -47
- package/styles/bootstrap5.css +31 -47
- package/styles/fabric-dark.css +31 -47
- package/styles/fabric.css +31 -47
- package/styles/fluent-dark.css +31 -50
- package/styles/fluent.css +31 -50
- package/styles/gantt/bootstrap-dark.css +31 -47
- package/styles/gantt/bootstrap.css +33 -49
- package/styles/gantt/bootstrap4.css +33 -49
- package/styles/gantt/bootstrap5-dark.css +31 -47
- package/styles/gantt/bootstrap5.css +31 -47
- package/styles/gantt/fabric-dark.css +31 -47
- package/styles/gantt/fabric.css +31 -47
- package/styles/gantt/fluent-dark.css +31 -50
- package/styles/gantt/fluent.css +31 -50
- package/styles/gantt/highcontrast-light.css +31 -47
- package/styles/gantt/highcontrast.css +31 -47
- package/styles/gantt/material-dark.css +31 -47
- package/styles/gantt/material.css +31 -47
- package/styles/gantt/material3-dark.css +2193 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2249 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +31 -47
- package/styles/gantt/tailwind.css +31 -47
- package/styles/highcontrast-light.css +31 -47
- package/styles/highcontrast.css +31 -47
- package/styles/material-dark.css +31 -47
- package/styles/material.css +31 -47
- package/styles/material3-dark.css +2193 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2249 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +31 -47
- package/styles/tailwind.css +31 -47
|
@@ -373,9 +373,6 @@
|
|
|
373
373
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
374
374
|
line-height: 28px;
|
|
375
375
|
}
|
|
376
|
-
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
377
|
-
width: 350px !important;
|
|
378
|
-
}
|
|
379
376
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
380
377
|
padding: 14px 0 0 !important;
|
|
381
378
|
}
|
|
@@ -720,6 +717,9 @@
|
|
|
720
717
|
line-height: 10px;
|
|
721
718
|
vertical-align: middle;
|
|
722
719
|
}
|
|
720
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
|
|
721
|
+
pointer-events: none;
|
|
722
|
+
}
|
|
723
723
|
.e-gantt .e-gantt-chart {
|
|
724
724
|
height: 100%;
|
|
725
725
|
overflow: hidden;
|
|
@@ -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;
|
|
@@ -1638,6 +1642,9 @@
|
|
|
1638
1642
|
background: rgba(63, 81, 181, 0.15);
|
|
1639
1643
|
opacity: 1;
|
|
1640
1644
|
}
|
|
1645
|
+
.e-gantt .e-taskbar-resize-div {
|
|
1646
|
+
border-color: #e3165b;
|
|
1647
|
+
}
|
|
1641
1648
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1642
1649
|
background: #fff;
|
|
1643
1650
|
border-bottom-color: #e0e0e0;
|
|
@@ -1685,7 +1692,7 @@
|
|
|
1685
1692
|
outline-color: #9e9e9e;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1688
|
-
background
|
|
1695
|
+
background: #5869c5;
|
|
1689
1696
|
outline: 1px solid #3f51b5;
|
|
1690
1697
|
border-radius: 4px;
|
|
1691
1698
|
}
|
|
@@ -1722,7 +1729,7 @@
|
|
|
1722
1729
|
border-radius: 3px;
|
|
1723
1730
|
}
|
|
1724
1731
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1725
|
-
background
|
|
1732
|
+
background: rgba(0, 135, 134, 0.85);
|
|
1726
1733
|
outline: 1px solid #008786;
|
|
1727
1734
|
}
|
|
1728
1735
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
@@ -1890,23 +1897,16 @@
|
|
|
1890
1897
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1891
1898
|
color: #fff;
|
|
1892
1899
|
}
|
|
1893
|
-
.e-gantt .e-gantt-chart .e-milestone
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1897
|
-
border-top-color: #616161;
|
|
1898
|
-
}
|
|
1899
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1900
|
-
border-bottom-color: #616161;
|
|
1901
|
-
}
|
|
1902
|
-
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1903
|
-
border-top-color: #616161;
|
|
1900
|
+
.e-gantt .e-gantt-chart .e-gantt-milestone {
|
|
1901
|
+
background-color: #616161;
|
|
1902
|
+
border-color: #3f51b5;
|
|
1904
1903
|
}
|
|
1905
|
-
.e-gantt .e-gantt-chart .e-
|
|
1906
|
-
|
|
1904
|
+
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
|
|
1905
|
+
background-color: #616161;
|
|
1907
1906
|
}
|
|
1908
|
-
.e-gantt .e-gantt-chart .e-manualparent-milestone
|
|
1909
|
-
|
|
1907
|
+
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
|
|
1908
|
+
background-color: #989A9C;
|
|
1909
|
+
border-color: #3f51b5;
|
|
1910
1910
|
}
|
|
1911
1911
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1912
1912
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
@@ -1926,11 +1926,8 @@
|
|
|
1926
1926
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1927
1927
|
background-color: #C15700;
|
|
1928
1928
|
}
|
|
1929
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-
|
|
1930
|
-
|
|
1931
|
-
}
|
|
1932
|
-
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1933
|
-
border-top-color: #C15700;
|
|
1929
|
+
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1930
|
+
background-color: #C15700;
|
|
1934
1931
|
}
|
|
1935
1932
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1936
1933
|
border-bottom-color: #e0e0e0;
|
|
@@ -1984,11 +1981,8 @@
|
|
|
1984
1981
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1985
1982
|
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
1983
|
}
|
|
1987
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone
|
|
1988
|
-
|
|
1989
|
-
}
|
|
1990
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1991
|
-
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1984
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
|
|
1985
|
+
background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
1986
|
}
|
|
1993
1987
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1994
1988
|
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2002,21 +1996,15 @@
|
|
|
2002
1996
|
background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2003
1997
|
border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2004
1998
|
}
|
|
2005
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone
|
|
2006
|
-
|
|
2007
|
-
}
|
|
2008
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2009
|
-
border-top-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1999
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
|
|
2000
|
+
background-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2010
2001
|
}
|
|
2011
2002
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2012
2003
|
background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2013
2004
|
border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2014
2005
|
}
|
|
2015
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone
|
|
2016
|
-
|
|
2017
|
-
}
|
|
2018
|
-
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2019
|
-
border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
+
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
|
|
2007
|
+
background-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
|
|
2020
2008
|
}
|
|
2021
2009
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2022
2010
|
border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -2116,7 +2104,7 @@
|
|
|
2116
2104
|
}
|
|
2117
2105
|
|
|
2118
2106
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2119
|
-
background
|
|
2107
|
+
background: #F3D8DA;
|
|
2120
2108
|
outline: 1px solid #F3D8DA;
|
|
2121
2109
|
border-radius: 4px;
|
|
2122
2110
|
}
|
|
@@ -2135,10 +2123,6 @@
|
|
|
2135
2123
|
border-radius: 2px;
|
|
2136
2124
|
}
|
|
2137
2125
|
|
|
2138
|
-
.e-gantt .e-gantt-chart .e-critical-milestone
|
|
2139
|
-
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
.e-gantt .e-gantt-chart .e-critical-milestone-bottom {
|
|
2143
|
-
border-top-color: #D13438;
|
|
2126
|
+
.e-gantt .e-gantt-chart .e-critical-milestone {
|
|
2127
|
+
background-color: #D13438;
|
|
2144
2128
|
}
|