@syncfusion/ej2-gantt 19.4.56 → 20.1.50
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 +31 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +230 -83
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +248 -91
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/cell-edit.js +2 -1
- package/src/gantt/actions/dialog-edit.js +11 -1
- package/src/gantt/actions/edit.js +11 -2
- package/src/gantt/actions/filter.js +4 -2
- package/src/gantt/actions/rowdragdrop.js +41 -17
- package/src/gantt/base/date-processor.js +0 -1
- package/src/gantt/base/gantt-chart.js +10 -5
- package/src/gantt/base/gantt.d.ts +2 -0
- package/src/gantt/base/gantt.js +3 -2
- package/src/gantt/base/splitter.js +1 -0
- package/src/gantt/base/tree-grid.js +3 -1
- package/src/gantt/renderer/chart-rows.js +80 -32
- package/src/gantt/renderer/connector-line.js +22 -18
- package/src/gantt/renderer/event-marker.js +1 -0
- package/src/gantt/renderer/nonworking-day.js +13 -6
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +37 -1
- package/src/gantt/renderer/tooltip.js +10 -3
- package/styles/bootstrap-dark.css +37 -10
- package/styles/bootstrap.css +37 -10
- package/styles/bootstrap4.css +37 -10
- package/styles/bootstrap5-dark.css +53 -19
- package/styles/bootstrap5.css +53 -19
- package/styles/fabric-dark.css +34 -7
- package/styles/fabric.css +37 -10
- package/styles/fluent-dark.css +1942 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1942 -0
- package/styles/fluent.scss +1 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +10 -2
- package/styles/gantt/_bootstrap-definition.scss +11 -3
- package/styles/gantt/_bootstrap4-definition.scss +10 -2
- package/styles/gantt/_bootstrap5-definition.scss +17 -9
- package/styles/gantt/_fabric-dark-definition.scss +8 -0
- package/styles/gantt/_fabric-definition.scss +10 -2
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +21 -13
- package/styles/gantt/_highcontrast-definition.scss +9 -1
- package/styles/gantt/_highcontrast-light-definition.scss +9 -1
- package/styles/gantt/_layout.scss +53 -2
- package/styles/gantt/_material-dark-definition.scss +9 -1
- package/styles/gantt/_material-definition.scss +10 -2
- package/styles/gantt/_tailwind-definition.scss +13 -5
- package/styles/gantt/_theme.scss +2 -5
- package/styles/gantt/bootstrap-dark.css +37 -10
- package/styles/gantt/bootstrap.css +37 -10
- package/styles/gantt/bootstrap4.css +37 -10
- package/styles/gantt/bootstrap5-dark.css +53 -19
- package/styles/gantt/bootstrap5.css +53 -19
- package/styles/gantt/fabric-dark.css +34 -7
- package/styles/gantt/fabric.css +37 -10
- package/styles/gantt/fluent-dark.css +1942 -0
- package/styles/gantt/fluent-dark.scss +22 -0
- package/styles/gantt/fluent.css +1942 -0
- package/styles/gantt/fluent.scss +22 -0
- package/styles/gantt/highcontrast-light.css +34 -7
- package/styles/gantt/highcontrast.css +34 -7
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +1 -1
- package/styles/gantt/icons/_tailwind-dark.scss +28 -29
- package/styles/gantt/icons/_tailwind.scss +26 -27
- package/styles/gantt/material-dark.css +37 -10
- package/styles/gantt/material.css +37 -10
- package/styles/gantt/tailwind-dark.css +70 -99
- package/styles/gantt/tailwind.css +70 -99
- package/styles/highcontrast-light.css +34 -7
- package/styles/highcontrast.css +34 -7
- package/styles/material-dark.css +37 -10
- package/styles/material.css +37 -10
- package/styles/tailwind-dark.css +70 -99
- package/styles/tailwind.css +70 -99
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
2
|
+
@import 'ej2-grids/styles/grid/fluent-definition.scss';
|
|
3
|
+
@import 'ej2-treegrid/styles/treegrid/fluent-definition.scss';
|
|
4
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/fluent-definition.scss';
|
|
5
|
+
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
6
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/multi-select/fluent-definition.scss';
|
|
11
|
+
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
12
|
+
@import 'ej2-navigations/styles/tab/fluent-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
14
|
+
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
15
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
16
|
+
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
17
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
18
|
+
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
19
|
+
@import 'ej2-layouts/styles/splitter/fluent-definition.scss';
|
|
20
|
+
@import 'fluent-definition.scss';
|
|
21
|
+
@import 'icons/fluent.scss';
|
|
22
|
+
@import 'all.scss';
|
|
@@ -231,6 +231,34 @@
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
235
|
+
height: 64px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
239
|
+
height: 32px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
243
|
+
height: 63px !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.e-bigger .e-columnmenu {
|
|
247
|
+
top: 45px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
251
|
+
padding: 16px 18px 0 18px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
255
|
+
padding: 16px 18px 0 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
259
|
+
padding: 16px 18px 0 0;
|
|
260
|
+
}
|
|
261
|
+
|
|
234
262
|
.e-gantt {
|
|
235
263
|
display: block;
|
|
236
264
|
width: 100%;
|
|
@@ -745,9 +773,10 @@
|
|
|
745
773
|
}
|
|
746
774
|
|
|
747
775
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
776
|
+
border-radius: 2px;
|
|
748
777
|
box-sizing: border-box;
|
|
749
778
|
position: absolute;
|
|
750
|
-
z-index:
|
|
779
|
+
z-index: 2;
|
|
751
780
|
}
|
|
752
781
|
|
|
753
782
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -809,7 +838,6 @@
|
|
|
809
838
|
}
|
|
810
839
|
|
|
811
840
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
812
|
-
font-size: 13px;
|
|
813
841
|
position: absolute;
|
|
814
842
|
transform: rotate(-90deg);
|
|
815
843
|
white-space: nowrap;
|
|
@@ -1092,6 +1120,8 @@
|
|
|
1092
1120
|
|
|
1093
1121
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1094
1122
|
border-radius: 50%;
|
|
1123
|
+
height: auto !important;
|
|
1124
|
+
width: auto !important;
|
|
1095
1125
|
}
|
|
1096
1126
|
|
|
1097
1127
|
.e-icon-rowselect::before {
|
|
@@ -1400,11 +1430,13 @@
|
|
|
1400
1430
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1401
1431
|
background-color: #005201;
|
|
1402
1432
|
border: 0px;
|
|
1433
|
+
border-radius: 0px;
|
|
1403
1434
|
}
|
|
1404
1435
|
|
|
1405
1436
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1406
1437
|
background-color: #6e06f1;
|
|
1407
1438
|
border: 0px;
|
|
1439
|
+
border-radius: 4px;
|
|
1408
1440
|
}
|
|
1409
1441
|
|
|
1410
1442
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1475,11 +1507,6 @@
|
|
|
1475
1507
|
|
|
1476
1508
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1477
1509
|
background: #222;
|
|
1478
|
-
border-color: #fff;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1482
|
-
border-bottom-color: #fff;
|
|
1483
1510
|
}
|
|
1484
1511
|
|
|
1485
1512
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -345,6 +345,34 @@
|
|
|
345
345
|
content: '\e903';
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
349
|
+
height: 64px;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
353
|
+
height: 32px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
|
+
height: 63px !important;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.e-bigger .e-columnmenu {
|
|
361
|
+
top: 45px;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
365
|
+
padding: 16px 18px 0 18px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
369
|
+
padding: 16px 18px 0 0;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
373
|
+
padding: 16px 18px 0 0;
|
|
374
|
+
}
|
|
375
|
+
|
|
348
376
|
.e-gantt {
|
|
349
377
|
display: block;
|
|
350
378
|
width: 100%;
|
|
@@ -859,9 +887,10 @@
|
|
|
859
887
|
}
|
|
860
888
|
|
|
861
889
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
890
|
+
border-radius: 2px;
|
|
862
891
|
box-sizing: border-box;
|
|
863
892
|
position: absolute;
|
|
864
|
-
z-index:
|
|
893
|
+
z-index: 2;
|
|
865
894
|
}
|
|
866
895
|
|
|
867
896
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -923,7 +952,6 @@
|
|
|
923
952
|
}
|
|
924
953
|
|
|
925
954
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
926
|
-
font-size: 13px;
|
|
927
955
|
position: absolute;
|
|
928
956
|
transform: rotate(-90deg);
|
|
929
957
|
white-space: nowrap;
|
|
@@ -1206,6 +1234,8 @@
|
|
|
1206
1234
|
|
|
1207
1235
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1208
1236
|
border-radius: 50%;
|
|
1237
|
+
height: auto !important;
|
|
1238
|
+
width: auto !important;
|
|
1209
1239
|
}
|
|
1210
1240
|
|
|
1211
1241
|
.e-icon-rowselect::before {
|
|
@@ -1514,11 +1544,13 @@
|
|
|
1514
1544
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1515
1545
|
background-color: #005201;
|
|
1516
1546
|
border: 0px;
|
|
1547
|
+
border-radius: 0px;
|
|
1517
1548
|
}
|
|
1518
1549
|
|
|
1519
1550
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1520
1551
|
background-color: #3e047d;
|
|
1521
1552
|
border: 0px;
|
|
1553
|
+
border-radius: 4px;
|
|
1522
1554
|
}
|
|
1523
1555
|
|
|
1524
1556
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1589,11 +1621,6 @@
|
|
|
1589
1621
|
|
|
1590
1622
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1591
1623
|
background: #222;
|
|
1592
|
-
border-color: #fff;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1596
|
-
border-bottom-color: #fff;
|
|
1597
1624
|
}
|
|
1598
1625
|
|
|
1599
1626
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -1,113 +1,112 @@
|
|
|
1
|
-
@include export-module('gantt-tailwind-
|
|
1
|
+
@include export-module('gantt-tailwind-icons') {
|
|
2
2
|
#{&}.e-gantt {
|
|
3
3
|
.e-add::before {
|
|
4
|
-
content: '\
|
|
4
|
+
content: '\e805';
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-edit::before {
|
|
8
|
-
content: '\
|
|
8
|
+
content: '\e730';
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.e-delete::before {
|
|
12
|
-
content: '\
|
|
12
|
+
content: '\e820';
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.e-cancel::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e7e7';
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-save::before {
|
|
20
|
-
content: '\
|
|
20
|
+
content: '\e7c8';
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.e-update::before {
|
|
24
|
-
content: '\
|
|
24
|
+
content: '\e7c8';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.e-search-icon::before {
|
|
28
|
-
content: '\
|
|
28
|
+
content: '\e754';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.e-cancel-icon::before {
|
|
32
|
-
content: '\
|
|
32
|
+
content: '\e7e7';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-notes-info::before {
|
|
36
|
-
content: '\
|
|
36
|
+
content: '\e72d';
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.e-left-resize-gripper::before,
|
|
40
40
|
.e-right-resize-gripper::before {
|
|
41
|
-
content: '\
|
|
41
|
+
content: '\e770';
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.e-expandall::before {
|
|
45
|
-
content: '\
|
|
45
|
+
content: '\e7c9';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.e-collapseall::before {
|
|
49
|
-
content: '\
|
|
49
|
+
content: '\e80f';
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.e-prevtimespan::before {
|
|
53
|
-
content: '\
|
|
53
|
+
content: '\e773';
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-nexttimespan::before {
|
|
57
|
-
content: '\
|
|
57
|
+
content: '\e7f9';
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.e-zoomin::before {
|
|
61
|
-
content: '\
|
|
61
|
+
content: '\e795';
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-zoomout::before {
|
|
65
|
-
content: '\
|
|
65
|
+
content: '\e825';
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-zoomtofit::before {
|
|
69
|
-
content: '\
|
|
69
|
+
content: '\e838';
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-csvexport::before {
|
|
73
|
-
content: '\
|
|
73
|
+
content: '\e7ba';
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-excelexport::before {
|
|
77
|
-
content: '\
|
|
77
|
+
content: '\e7c1';
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.e-pdfexport::before {
|
|
81
|
-
content: '\
|
|
81
|
+
content: '\e700';
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.e-indent::before {
|
|
85
|
-
content: '\
|
|
85
|
+
content: '\e810';
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.e-outdent::before {
|
|
89
|
-
content: '\
|
|
89
|
+
content: '\e72a';
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.e-add-above::before {
|
|
93
|
-
content: '\
|
|
93
|
+
content: '\e836';
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.e-add-below::before {
|
|
97
|
-
content: '\
|
|
97
|
+
content: '\e801';
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
#{&}.e-gantt.e-device {
|
|
102
102
|
.e-backarrowspan::before,
|
|
103
103
|
.e-icon-dlg-close::before {
|
|
104
|
-
content: '\
|
|
104
|
+
content: '\e773';
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.e-left-resize-gripper::before,
|
|
108
108
|
.e-right-resize-gripper::before {
|
|
109
|
-
content: '\
|
|
109
|
+
content: '\e770';
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
}
|
|
112
112
|
}
|
|
113
|
-
|
|
@@ -1,113 +1,112 @@
|
|
|
1
1
|
@include export-module('gantt-tailwind-icons') {
|
|
2
2
|
#{&}.e-gantt {
|
|
3
3
|
.e-add::before {
|
|
4
|
-
content: '\
|
|
4
|
+
content: '\e805';
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-edit::before {
|
|
8
|
-
content: '\
|
|
8
|
+
content: '\e730';
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.e-delete::before {
|
|
12
|
-
content: '\
|
|
12
|
+
content: '\e820';
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.e-cancel::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e7e7';
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-save::before {
|
|
20
|
-
content: '\
|
|
20
|
+
content: '\e7c8';
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.e-update::before {
|
|
24
|
-
content: '\
|
|
24
|
+
content: '\e7c8';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.e-search-icon::before {
|
|
28
|
-
content: '\
|
|
28
|
+
content: '\e754';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.e-cancel-icon::before {
|
|
32
|
-
content: '\
|
|
32
|
+
content: '\e7e7';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-notes-info::before {
|
|
36
|
-
content: '\
|
|
36
|
+
content: '\e72d';
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.e-left-resize-gripper::before,
|
|
40
40
|
.e-right-resize-gripper::before {
|
|
41
|
-
content: '\
|
|
41
|
+
content: '\e770';
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.e-expandall::before {
|
|
45
|
-
content: '\
|
|
45
|
+
content: '\e7c9';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.e-collapseall::before {
|
|
49
|
-
content: '\
|
|
49
|
+
content: '\e80f';
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.e-prevtimespan::before {
|
|
53
|
-
content: '\
|
|
53
|
+
content: '\e773';
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-nexttimespan::before {
|
|
57
|
-
content: '\
|
|
57
|
+
content: '\e7f9';
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.e-zoomin::before {
|
|
61
|
-
content: '\
|
|
61
|
+
content: '\e795';
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-zoomout::before {
|
|
65
|
-
content: '\
|
|
65
|
+
content: '\e825';
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-zoomtofit::before {
|
|
69
|
-
content: '\
|
|
69
|
+
content: '\e838';
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-csvexport::before {
|
|
73
|
-
content: '\
|
|
73
|
+
content: '\e7ba';
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-excelexport::before {
|
|
77
|
-
content: '\
|
|
77
|
+
content: '\e7c1';
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.e-pdfexport::before {
|
|
81
|
-
content: '\
|
|
81
|
+
content: '\e700';
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.e-indent::before {
|
|
85
|
-
content: '\
|
|
85
|
+
content: '\e810';
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.e-outdent::before {
|
|
89
|
-
content: '\
|
|
89
|
+
content: '\e72a';
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.e-add-above::before {
|
|
93
|
-
content: '\
|
|
93
|
+
content: '\e836';
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.e-add-below::before {
|
|
97
|
-
content: '\
|
|
97
|
+
content: '\e801';
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
#{&}.e-gantt.e-device {
|
|
102
102
|
.e-backarrowspan::before,
|
|
103
103
|
.e-icon-dlg-close::before {
|
|
104
|
-
content: '\
|
|
104
|
+
content: '\e773';
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.e-left-resize-gripper::before,
|
|
108
108
|
.e-right-resize-gripper::before {
|
|
109
|
-
content: '\
|
|
109
|
+
content: '\e770';
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
|
|
@@ -267,6 +267,34 @@
|
|
|
267
267
|
content: '\e903';
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
271
|
+
height: 64px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
275
|
+
height: 32px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
279
|
+
height: 63px !important;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.e-bigger .e-columnmenu {
|
|
283
|
+
top: 38px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
287
|
+
padding: 16px 18px 0 18px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
291
|
+
padding: 16px 18px 0 0;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
295
|
+
padding: 16px 18px 0 0;
|
|
296
|
+
}
|
|
297
|
+
|
|
270
298
|
.e-gantt {
|
|
271
299
|
display: block;
|
|
272
300
|
width: 100%;
|
|
@@ -781,9 +809,10 @@
|
|
|
781
809
|
}
|
|
782
810
|
|
|
783
811
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
812
|
+
border-radius: 2px;
|
|
784
813
|
box-sizing: border-box;
|
|
785
814
|
position: absolute;
|
|
786
|
-
z-index:
|
|
815
|
+
z-index: 2;
|
|
787
816
|
}
|
|
788
817
|
|
|
789
818
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -845,7 +874,6 @@
|
|
|
845
874
|
}
|
|
846
875
|
|
|
847
876
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
848
|
-
font-size: 13px;
|
|
849
877
|
position: absolute;
|
|
850
878
|
transform: rotate(-90deg);
|
|
851
879
|
white-space: nowrap;
|
|
@@ -1128,6 +1156,8 @@
|
|
|
1128
1156
|
|
|
1129
1157
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1130
1158
|
border-radius: 50%;
|
|
1159
|
+
height: auto !important;
|
|
1160
|
+
width: auto !important;
|
|
1131
1161
|
}
|
|
1132
1162
|
|
|
1133
1163
|
.e-icon-rowselect::before {
|
|
@@ -1436,11 +1466,13 @@
|
|
|
1436
1466
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1437
1467
|
background-color: #4cc7ba;
|
|
1438
1468
|
border: 0px;
|
|
1469
|
+
border-radius: 4px;
|
|
1439
1470
|
}
|
|
1440
1471
|
|
|
1441
1472
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1442
1473
|
background-color: #7280ce;
|
|
1443
1474
|
border: 0px;
|
|
1475
|
+
border-radius: 4px;
|
|
1444
1476
|
}
|
|
1445
1477
|
|
|
1446
1478
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1511,11 +1543,6 @@
|
|
|
1511
1543
|
|
|
1512
1544
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1513
1545
|
background: #222;
|
|
1514
|
-
border-color: #fff;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1518
|
-
border-bottom-color: #fff;
|
|
1519
1546
|
}
|
|
1520
1547
|
|
|
1521
1548
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1679,15 +1706,15 @@
|
|
|
1679
1706
|
}
|
|
1680
1707
|
|
|
1681
1708
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1682
|
-
background-color: #
|
|
1709
|
+
background-color: #ff9800;
|
|
1683
1710
|
}
|
|
1684
1711
|
|
|
1685
1712
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1686
|
-
border-bottom-color: #
|
|
1713
|
+
border-bottom-color: #ff9800;
|
|
1687
1714
|
}
|
|
1688
1715
|
|
|
1689
1716
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1690
|
-
border-top-color: #
|
|
1717
|
+
border-top-color: #ff9800;
|
|
1691
1718
|
}
|
|
1692
1719
|
|
|
1693
1720
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
@@ -308,6 +308,34 @@
|
|
|
308
308
|
content: '\e903';
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
312
|
+
height: 64px;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
316
|
+
height: 32px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
320
|
+
height: 63px !important;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.e-bigger .e-columnmenu {
|
|
324
|
+
top: 38px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
328
|
+
padding: 16px 18px 0 18px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
332
|
+
padding: 16px 18px 0 0;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
336
|
+
padding: 16px 18px 0 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
311
339
|
.e-gantt {
|
|
312
340
|
display: block;
|
|
313
341
|
width: 100%;
|
|
@@ -822,9 +850,10 @@
|
|
|
822
850
|
}
|
|
823
851
|
|
|
824
852
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
853
|
+
border-radius: 2px;
|
|
825
854
|
box-sizing: border-box;
|
|
826
855
|
position: absolute;
|
|
827
|
-
z-index:
|
|
856
|
+
z-index: 2;
|
|
828
857
|
}
|
|
829
858
|
|
|
830
859
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -886,7 +915,6 @@
|
|
|
886
915
|
}
|
|
887
916
|
|
|
888
917
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
889
|
-
font-size: 13px;
|
|
890
918
|
position: absolute;
|
|
891
919
|
transform: rotate(-90deg);
|
|
892
920
|
white-space: nowrap;
|
|
@@ -1169,6 +1197,8 @@
|
|
|
1169
1197
|
|
|
1170
1198
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1171
1199
|
border-radius: 50%;
|
|
1200
|
+
height: auto !important;
|
|
1201
|
+
width: auto !important;
|
|
1172
1202
|
}
|
|
1173
1203
|
|
|
1174
1204
|
.e-icon-rowselect::before {
|
|
@@ -1477,11 +1507,13 @@
|
|
|
1477
1507
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1478
1508
|
background-color: #616161;
|
|
1479
1509
|
border: 0px;
|
|
1510
|
+
border-radius: 4px;
|
|
1480
1511
|
}
|
|
1481
1512
|
|
|
1482
1513
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1483
1514
|
background-color: #3f51b5;
|
|
1484
1515
|
border: 0px;
|
|
1516
|
+
border-radius: 4px;
|
|
1485
1517
|
}
|
|
1486
1518
|
|
|
1487
1519
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1552,11 +1584,6 @@
|
|
|
1552
1584
|
|
|
1553
1585
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1554
1586
|
background: #222;
|
|
1555
|
-
border-color: #fff;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1559
|
-
border-bottom-color: #fff;
|
|
1560
1587
|
}
|
|
1561
1588
|
|
|
1562
1589
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1720,15 +1747,15 @@
|
|
|
1720
1747
|
}
|
|
1721
1748
|
|
|
1722
1749
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1723
|
-
background-color: #
|
|
1750
|
+
background-color: #C15700;
|
|
1724
1751
|
}
|
|
1725
1752
|
|
|
1726
1753
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1727
|
-
border-bottom-color: #
|
|
1754
|
+
border-bottom-color: #C15700;
|
|
1728
1755
|
}
|
|
1729
1756
|
|
|
1730
1757
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1731
|
-
border-top-color: #
|
|
1758
|
+
border-top-color: #C15700;
|
|
1732
1759
|
}
|
|
1733
1760
|
|
|
1734
1761
|
.e-gantt .e-gantt-chart .e-uptail::before {
|