@syncfusion/ej2-vue-gantt 20.4.42 → 20.4.48

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@20.4.40",
3
+ "_id": "@syncfusion/ej2-vue-gantt@20.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-01RoXNXp59NvhGBqXEcOFeSRgavp+nh+4pjQ9zlfbOMYPG7zb+5WLxPZOx9Vhj/DogXtFGY3ayMb+54YDouy8g==",
5
+ "_integrity": "sha512-Vbxllxga/4NPjCFeWrdbqSxIPBad8HwfNuvhswr8PKKHbPj2ldhfAcu46B4NoJoDxBCSgyoVGgzfidfcBc/iKA==",
6
6
  "_location": "/@syncfusion/ej2-vue-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-vue-gantt/-/ej2-vue-gantt-20.4.40.tgz",
23
- "_shasum": "cef2899c2a420cf3332cc0370dcb0c299c3cb70e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.4.43.tgz",
23
+ "_shasum": "912bb848f81b7d9b92c32de5664fd4cc64276c62",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.42",
35
- "@syncfusion/ej2-gantt": "20.4.42",
36
- "@syncfusion/ej2-vue-base": "~20.4.42"
34
+ "@syncfusion/ej2-base": "~20.4.48",
35
+ "@syncfusion/ej2-gantt": "20.4.48",
36
+ "@syncfusion/ej2-vue-base": "~20.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -57,6 +57,6 @@
57
57
  "scripts": {
58
58
  "postinstall": "node ../ej2-vue-base/postinstall.js"
59
59
  },
60
- "version": "20.4.42",
60
+ "version": "20.4.48",
61
61
  "sideEffects": false
62
62
  }
@@ -1675,7 +1675,7 @@
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1677
1677
  background-color: #8dd1c4;
1678
- border: #4fb29f;
1678
+ outline: #4fb29f;
1679
1679
  }
1680
1680
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1681
1681
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1819,7 +1819,7 @@
1819
1819
  }
1820
1820
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1821
1821
  background-color: #7538C9;
1822
- border: 1px solid #572A96;
1822
+ outline: 1px solid #572A96;
1823
1823
  }
1824
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1825
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -2003,7 +2003,7 @@
2003
2003
  }
2004
2004
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2005
  background-color: #8553F1;
2006
- border: 1px solid #6628EE;
2006
+ outline: 1px solid #6628EE;
2007
2007
  }
2008
2008
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
2009
2009
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8553F1 30%, #8553F1 70%, #8553F1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d3f0e2;
1722
- border: 1px solid #21b26f;
1722
+ outline: 1px solid #21b26f;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d3f0e2, #21b26f 30%, #21b26f 70%, #21b26f 70%, #d3f0e2 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d1e7dd;
1722
- border: 1px solid #198754;
1722
+ outline: 1px solid #198754;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d1e7dd, #198754 30%, #198754 70%, #198754 70%, #d1e7dd 100%);
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1633
1633
  background-color: #8dd1c4;
1634
- border: #4fb29f;
1634
+ outline: #4fb29f;
1635
1635
  }
1636
1636
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1637
1637
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
package/styles/fabric.css CHANGED
@@ -1629,7 +1629,7 @@
1629
1629
  }
1630
1630
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1631
1631
  background-color: #9A38BA;
1632
- border: 1px solid #6D1888;
1632
+ outline: 1px solid #6D1888;
1633
1633
  }
1634
1634
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1635
1635
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #9A38BA 30%, #9A38BA 70%, #9A38BA 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
package/styles/fluent.css CHANGED
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -1675,7 +1675,7 @@
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1677
1677
  background-color: #8dd1c4;
1678
- border: #4fb29f;
1678
+ outline: #4fb29f;
1679
1679
  }
1680
1680
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1681
1681
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1819,7 +1819,7 @@
1819
1819
  }
1820
1820
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1821
1821
  background-color: #7538C9;
1822
- border: 1px solid #572A96;
1822
+ outline: 1px solid #572A96;
1823
1823
  }
1824
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1825
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -2003,7 +2003,7 @@
2003
2003
  }
2004
2004
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2005
  background-color: #8553F1;
2006
- border: 1px solid #6628EE;
2006
+ outline: 1px solid #6628EE;
2007
2007
  }
2008
2008
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
2009
2009
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8553F1 30%, #8553F1 70%, #8553F1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d3f0e2;
1722
- border: 1px solid #21b26f;
1722
+ outline: 1px solid #21b26f;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d3f0e2, #21b26f 30%, #21b26f 70%, #21b26f 70%, #d3f0e2 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d1e7dd;
1722
- border: 1px solid #198754;
1722
+ outline: 1px solid #198754;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d1e7dd, #198754 30%, #198754 70%, #198754 70%, #d1e7dd 100%);
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1633
1633
  background-color: #8dd1c4;
1634
- border: #4fb29f;
1634
+ outline: #4fb29f;
1635
1635
  }
1636
1636
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1637
1637
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1629,7 +1629,7 @@
1629
1629
  }
1630
1630
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1631
1631
  background-color: #9A38BA;
1632
- border: 1px solid #6D1888;
1632
+ outline: 1px solid #6D1888;
1633
1633
  }
1634
1634
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1635
1635
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #9A38BA 30%, #9A38BA 70%, #9A38BA 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -1616,7 +1616,7 @@
1616
1616
  }
1617
1617
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1618
1618
  background-color: #8dd1c4;
1619
- border: #4fb29f;
1619
+ outline: #4fb29f;
1620
1620
  }
1621
1621
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1622
1622
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1717,7 +1717,7 @@
1717
1717
  }
1718
1718
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1719
1719
  background-color: #4731FE;
1720
- border: 1px solid #FFFFFF;
1720
+ outline: 1px solid #FFFFFF;
1721
1721
  }
1722
1722
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1723
1723
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1678,7 +1678,7 @@
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1680
1680
  background-color: #8dd1c4;
1681
- border: #4fb29f;
1681
+ outline: #4fb29f;
1682
1682
  }
1683
1683
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1684
1684
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1718,7 +1718,7 @@
1718
1718
  }
1719
1719
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1720
1720
  background-color: rgba(0, 135, 134, 0.85);
1721
- border: 1px solid #008786;
1721
+ outline: 1px solid #008786;
1722
1722
  }
1723
1723
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1724
1724
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #008786 30%, #008786 70%, #008786 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #22c55e;
1693
+ outline: 1px solid #22c55e;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #15803d;
1693
+ outline: 1px solid #15803d;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);
@@ -1616,7 +1616,7 @@
1616
1616
  }
1617
1617
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1618
1618
  background-color: #8dd1c4;
1619
- border: #4fb29f;
1619
+ outline: #4fb29f;
1620
1620
  }
1621
1621
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1622
1622
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1717,7 +1717,7 @@
1717
1717
  }
1718
1718
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1719
1719
  background-color: #4731FE;
1720
- border: 1px solid #FFFFFF;
1720
+ outline: 1px solid #FFFFFF;
1721
1721
  }
1722
1722
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1723
1723
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1678,7 +1678,7 @@
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1680
1680
  background-color: #8dd1c4;
1681
- border: #4fb29f;
1681
+ outline: #4fb29f;
1682
1682
  }
1683
1683
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1684
1684
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1718,7 +1718,7 @@
1718
1718
  }
1719
1719
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1720
1720
  background-color: rgba(0, 135, 134, 0.85);
1721
- border: 1px solid #008786;
1721
+ outline: 1px solid #008786;
1722
1722
  }
1723
1723
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1724
1724
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #008786 30%, #008786 70%, #008786 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #22c55e;
1693
+ outline: 1px solid #22c55e;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #15803d;
1693
+ outline: 1px solid #15803d;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);