@syncfusion/ej2-vue-gantt 21.1.41 → 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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@21.1.38",
3
+ "_id": "@syncfusion/ej2-vue-gantt@21.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qX8GH79dDNnB5wyZt0XgPmTTCUD/Sph94W+1DvWeEKPb2+qc8RYPKeORRAINPKk29sjlvy2gH43SUr2n6DCZFQ==",
5
+ "_integrity": "sha512-2jKZoYWfGodZTKI11gezoiZXzuD/Dwe/R2P3XTIuO6bEpLNfwjXxXdj/6G1Rq9BPlJokR2Kzfzlr+xjcPyivWg==",
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-21.1.38.tgz",
23
- "_shasum": "51ec1ebac190459403ead38862347157233fef50",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-21.2.3.tgz",
23
+ "_shasum": "c7f9959940588bd7a2519c759cac54d83d2c5a16",
24
24
  "_spec": "@syncfusion/ej2-vue-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.1.40",
35
- "@syncfusion/ej2-gantt": "21.1.41",
36
- "@syncfusion/ej2-vue-base": "~21.1.41"
34
+ "@syncfusion/ej2-base": "~21.2.3",
35
+ "@syncfusion/ej2-gantt": "21.2.3",
36
+ "@syncfusion/ej2-vue-base": "~21.2.3"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -58,6 +58,6 @@
58
58
  "ci-publish": "gulp ci-publish",
59
59
  "compile": "gulp ci-compile && gulp vue-global-script"
60
60
  },
61
- "version": "21.1.41",
61
+ "version": "21.2.3",
62
62
  "sideEffects": false
63
63
  }
@@ -1554,6 +1554,9 @@
1554
1554
  border-color: #484848;
1555
1555
  border-radius: 4px;
1556
1556
  }
1557
+ .e-gantt .e-grid .e-spinner-pane {
1558
+ display: none;
1559
+ }
1557
1560
  .e-gantt .e-cloneproperties.e-draganddrop {
1558
1561
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1559
1562
  opacity: 0.95;
@@ -1696,6 +1696,9 @@
1696
1696
  border-color: #ddd;
1697
1697
  border-radius: 4px;
1698
1698
  }
1699
+ .e-gantt .e-grid .e-spinner-pane {
1700
+ display: none;
1701
+ }
1699
1702
  .e-gantt .e-cloneproperties.e-draganddrop {
1700
1703
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1701
1704
  opacity: 0.95;
@@ -1880,6 +1880,9 @@
1880
1880
  border-color: #dee2e6;
1881
1881
  border-radius: 0px;
1882
1882
  }
1883
+ .e-gantt .e-grid .e-spinner-pane {
1884
+ display: none;
1885
+ }
1883
1886
  .e-gantt .e-cloneproperties.e-draganddrop {
1884
1887
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1885
1888
  opacity: 0.95;
@@ -1596,6 +1596,9 @@
1596
1596
  border-color: #444c54;
1597
1597
  border-radius: 0px;
1598
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1599
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1600
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1601
1604
  opacity: 0.95;
@@ -1596,6 +1596,9 @@
1596
1596
  border-color: #dee2e6;
1597
1597
  border-radius: 0px;
1598
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1599
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1600
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1601
1604
  opacity: 0.95;
@@ -1508,6 +1508,9 @@
1508
1508
  border-color: #414040;
1509
1509
  border-radius: 0px;
1510
1510
  }
1511
+ .e-gantt .e-grid .e-spinner-pane {
1512
+ display: none;
1513
+ }
1511
1514
  .e-gantt .e-cloneproperties.e-draganddrop {
1512
1515
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
1513
1516
  opacity: 0.95;
package/styles/fabric.css CHANGED
@@ -1506,6 +1506,9 @@
1506
1506
  border-color: #eaeaea;
1507
1507
  border-radius: 0px;
1508
1508
  }
1509
+ .e-gantt .e-grid .e-spinner-pane {
1510
+ display: none;
1511
+ }
1509
1512
  .e-gantt .e-cloneproperties.e-draganddrop {
1510
1513
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1511
1514
  opacity: 0.95;
@@ -1583,6 +1583,9 @@
1583
1583
  border-color: #292827;
1584
1584
  border-radius: 0px;
1585
1585
  }
1586
+ .e-gantt .e-grid .e-spinner-pane {
1587
+ display: none;
1588
+ }
1586
1589
  .e-gantt .e-cloneproperties.e-draganddrop {
1587
1590
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1588
1591
  opacity: 0.95;
package/styles/fluent.css CHANGED
@@ -1583,6 +1583,9 @@
1583
1583
  border-color: #edebe9;
1584
1584
  border-radius: 0px;
1585
1585
  }
1586
+ .e-gantt .e-grid .e-spinner-pane {
1587
+ display: none;
1588
+ }
1586
1589
  .e-gantt .e-cloneproperties.e-draganddrop {
1587
1590
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1588
1591
  opacity: 0.95;
@@ -1554,6 +1554,9 @@
1554
1554
  border-color: #484848;
1555
1555
  border-radius: 4px;
1556
1556
  }
1557
+ .e-gantt .e-grid .e-spinner-pane {
1558
+ display: none;
1559
+ }
1557
1560
  .e-gantt .e-cloneproperties.e-draganddrop {
1558
1561
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1559
1562
  opacity: 0.95;
@@ -1696,6 +1696,9 @@
1696
1696
  border-color: #ddd;
1697
1697
  border-radius: 4px;
1698
1698
  }
1699
+ .e-gantt .e-grid .e-spinner-pane {
1700
+ display: none;
1701
+ }
1699
1702
  .e-gantt .e-cloneproperties.e-draganddrop {
1700
1703
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1701
1704
  opacity: 0.95;
@@ -1880,6 +1880,9 @@
1880
1880
  border-color: #dee2e6;
1881
1881
  border-radius: 0px;
1882
1882
  }
1883
+ .e-gantt .e-grid .e-spinner-pane {
1884
+ display: none;
1885
+ }
1883
1886
  .e-gantt .e-cloneproperties.e-draganddrop {
1884
1887
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1885
1888
  opacity: 0.95;
@@ -1596,6 +1596,9 @@
1596
1596
  border-color: #444c54;
1597
1597
  border-radius: 0px;
1598
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1599
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1600
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1601
1604
  opacity: 0.95;
@@ -1596,6 +1596,9 @@
1596
1596
  border-color: #dee2e6;
1597
1597
  border-radius: 0px;
1598
1598
  }
1599
+ .e-gantt .e-grid .e-spinner-pane {
1600
+ display: none;
1601
+ }
1599
1602
  .e-gantt .e-cloneproperties.e-draganddrop {
1600
1603
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1601
1604
  opacity: 0.95;
@@ -1508,6 +1508,9 @@
1508
1508
  border-color: #414040;
1509
1509
  border-radius: 0px;
1510
1510
  }
1511
+ .e-gantt .e-grid .e-spinner-pane {
1512
+ display: none;
1513
+ }
1511
1514
  .e-gantt .e-cloneproperties.e-draganddrop {
1512
1515
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
1513
1516
  opacity: 0.95;
@@ -1506,6 +1506,9 @@
1506
1506
  border-color: #eaeaea;
1507
1507
  border-radius: 0px;
1508
1508
  }
1509
+ .e-gantt .e-grid .e-spinner-pane {
1510
+ display: none;
1511
+ }
1509
1512
  .e-gantt .e-cloneproperties.e-draganddrop {
1510
1513
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1511
1514
  opacity: 0.95;
@@ -1583,6 +1583,9 @@
1583
1583
  border-color: #292827;
1584
1584
  border-radius: 0px;
1585
1585
  }
1586
+ .e-gantt .e-grid .e-spinner-pane {
1587
+ display: none;
1588
+ }
1586
1589
  .e-gantt .e-cloneproperties.e-draganddrop {
1587
1590
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1588
1591
  opacity: 0.95;
@@ -1583,6 +1583,9 @@
1583
1583
  border-color: #edebe9;
1584
1584
  border-radius: 0px;
1585
1585
  }
1586
+ .e-gantt .e-grid .e-spinner-pane {
1587
+ display: none;
1588
+ }
1586
1589
  .e-gantt .e-cloneproperties.e-draganddrop {
1587
1590
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1588
1591
  opacity: 0.95;
@@ -1491,6 +1491,9 @@
1491
1491
  border-color: #757575;
1492
1492
  border-radius: 0px;
1493
1493
  }
1494
+ .e-gantt .e-grid .e-spinner-pane {
1495
+ display: none;
1496
+ }
1494
1497
  .e-gantt .e-cloneproperties.e-draganddrop {
1495
1498
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
1496
1499
  opacity: 0.95;
@@ -1594,6 +1594,9 @@
1594
1594
  border-color: #969696;
1595
1595
  border-radius: 0px;
1596
1596
  }
1597
+ .e-gantt .e-grid .e-spinner-pane {
1598
+ display: none;
1599
+ }
1597
1600
  .e-gantt .e-cloneproperties.e-draganddrop {
1598
1601
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1599
1602
  opacity: 0.95;
@@ -1551,6 +1551,9 @@
1551
1551
  border-color: #616161;
1552
1552
  border-radius: 0px;
1553
1553
  }
1554
+ .e-gantt .e-grid .e-spinner-pane {
1555
+ display: none;
1556
+ }
1554
1557
  .e-gantt .e-cloneproperties.e-draganddrop {
1555
1558
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1556
1559
  opacity: 0.95;
@@ -1595,6 +1595,9 @@
1595
1595
  border-color: #e0e0e0;
1596
1596
  border-radius: 0px;
1597
1597
  }
1598
+ .e-gantt .e-grid .e-spinner-pane {
1599
+ display: none;
1600
+ }
1598
1601
  .e-gantt .e-cloneproperties.e-draganddrop {
1599
1602
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1600
1603
  opacity: 0.95;
@@ -1567,6 +1567,9 @@
1567
1567
  border-color: #4b5563;
1568
1568
  border-radius: 0px;
1569
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1570
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1571
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1572
1575
  opacity: 0.95;
@@ -1567,6 +1567,9 @@
1567
1567
  border-color: #e5e7eb;
1568
1568
  border-radius: 0px;
1569
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1570
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1571
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1572
1575
  opacity: 0.95;
@@ -1491,6 +1491,9 @@
1491
1491
  border-color: #757575;
1492
1492
  border-radius: 0px;
1493
1493
  }
1494
+ .e-gantt .e-grid .e-spinner-pane {
1495
+ display: none;
1496
+ }
1494
1497
  .e-gantt .e-cloneproperties.e-draganddrop {
1495
1498
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
1496
1499
  opacity: 0.95;
@@ -1594,6 +1594,9 @@
1594
1594
  border-color: #969696;
1595
1595
  border-radius: 0px;
1596
1596
  }
1597
+ .e-gantt .e-grid .e-spinner-pane {
1598
+ display: none;
1599
+ }
1597
1600
  .e-gantt .e-cloneproperties.e-draganddrop {
1598
1601
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
1599
1602
  opacity: 0.95;
@@ -1551,6 +1551,9 @@
1551
1551
  border-color: #616161;
1552
1552
  border-radius: 0px;
1553
1553
  }
1554
+ .e-gantt .e-grid .e-spinner-pane {
1555
+ display: none;
1556
+ }
1554
1557
  .e-gantt .e-cloneproperties.e-draganddrop {
1555
1558
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1556
1559
  opacity: 0.95;
@@ -1595,6 +1595,9 @@
1595
1595
  border-color: #e0e0e0;
1596
1596
  border-radius: 0px;
1597
1597
  }
1598
+ .e-gantt .e-grid .e-spinner-pane {
1599
+ display: none;
1600
+ }
1598
1601
  .e-gantt .e-cloneproperties.e-draganddrop {
1599
1602
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1600
1603
  opacity: 0.95;
@@ -1567,6 +1567,9 @@
1567
1567
  border-color: #4b5563;
1568
1568
  border-radius: 0px;
1569
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1570
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1571
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1572
1575
  opacity: 0.95;
@@ -1567,6 +1567,9 @@
1567
1567
  border-color: #e5e7eb;
1568
1568
  border-radius: 0px;
1569
1569
  }
1570
+ .e-gantt .e-grid .e-spinner-pane {
1571
+ display: none;
1572
+ }
1570
1573
  .e-gantt .e-cloneproperties.e-draganddrop {
1571
1574
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1572
1575
  opacity: 0.95;