@syncfusion/ej2-vue-gantt 20.1.48 → 20.1.52

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +11 -2
  3. package/dist/es6/ej2-vue-gantt.es2015.js +221 -15
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +150 -15
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +8 -14
  9. package/src/gantt/adddialogfields.directive.d.ts +3 -1
  10. package/src/gantt/adddialogfields.directive.js +24 -2
  11. package/src/gantt/columns.directive.d.ts +3 -1
  12. package/src/gantt/columns.directive.js +24 -2
  13. package/src/gantt/dayworkingtime.directive.d.ts +3 -1
  14. package/src/gantt/dayworkingtime.directive.js +24 -2
  15. package/src/gantt/editdialogfields.directive.d.ts +3 -1
  16. package/src/gantt/editdialogfields.directive.js +24 -2
  17. package/src/gantt/eventmarkers.directive.d.ts +3 -1
  18. package/src/gantt/eventmarkers.directive.js +24 -2
  19. package/src/gantt/gantt.component.d.ts +1 -0
  20. package/src/gantt/gantt.component.js +10 -1
  21. package/src/gantt/holidays.directive.d.ts +3 -1
  22. package/src/gantt/holidays.directive.js +24 -2
  23. package/styles/bootstrap-dark.css +37 -10
  24. package/styles/bootstrap.css +37 -10
  25. package/styles/bootstrap4.css +37 -10
  26. package/styles/bootstrap5-dark.css +53 -19
  27. package/styles/bootstrap5.css +53 -19
  28. package/styles/fabric-dark.css +34 -7
  29. package/styles/fabric.css +37 -10
  30. package/styles/fluent-dark.css +1942 -0
  31. package/styles/fluent-dark.scss +1 -0
  32. package/styles/fluent.css +1942 -0
  33. package/styles/fluent.scss +1 -0
  34. package/styles/gantt/bootstrap-dark.css +37 -10
  35. package/styles/gantt/bootstrap.css +37 -10
  36. package/styles/gantt/bootstrap4.css +37 -10
  37. package/styles/gantt/bootstrap5-dark.css +53 -19
  38. package/styles/gantt/bootstrap5.css +53 -19
  39. package/styles/gantt/fabric-dark.css +34 -7
  40. package/styles/gantt/fabric.css +37 -10
  41. package/styles/gantt/fluent-dark.css +1942 -0
  42. package/styles/gantt/fluent-dark.scss +1 -0
  43. package/styles/gantt/fluent.css +1942 -0
  44. package/styles/gantt/fluent.scss +1 -0
  45. package/styles/gantt/highcontrast-light.css +34 -7
  46. package/styles/gantt/highcontrast.css +34 -7
  47. package/styles/gantt/material-dark.css +37 -10
  48. package/styles/gantt/material.css +37 -10
  49. package/styles/gantt/tailwind-dark.css +70 -99
  50. package/styles/gantt/tailwind.css +70 -99
  51. package/styles/highcontrast-light.css +34 -7
  52. package/styles/highcontrast.css +34 -7
  53. package/styles/material-dark.css +37 -10
  54. package/styles/material.css +37 -10
  55. package/styles/tailwind-dark.css +70 -99
  56. package/styles/tailwind.css +70 -99
@@ -53,6 +53,7 @@
53
53
 
54
54
  .e-popup.e-ddl .e-dropdownbase {
55
55
  min-height: 26px;
56
+ padding: 4px 0;
56
57
  }
57
58
 
58
59
  .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
@@ -77,24 +78,6 @@
77
78
  background-color: #374151;
78
79
  }
79
80
 
80
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
81
- margin: 0;
82
- min-height: 12px;
83
- min-width: 12px;
84
- padding: 6px;
85
- }
86
-
87
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
88
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
89
- min-height: 16px;
90
- min-width: 16px;
91
- }
92
-
93
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
94
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
95
- padding: 8px 16px 8px 0;
96
- }
97
-
98
81
  .e-input-group.e-ddl,
99
82
  .e-input-group.e-ddl .e-input,
100
83
  .e-input-group.e-ddl .e-ddl-icon {
@@ -106,45 +89,6 @@
106
89
  border-bottom-width: 0;
107
90
  }
108
91
 
109
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
110
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
111
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
112
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
113
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
114
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
115
- margin: 0;
116
- }
117
-
118
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
119
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
120
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
121
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
122
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
123
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
124
- padding: 5px 5px 5px 12px;
125
- }
126
-
127
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
128
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
129
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
130
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
131
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
132
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
133
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
134
- min-height: 18px;
135
- min-width: 18px;
136
- }
137
-
138
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
139
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
140
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
141
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
142
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
143
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
144
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
145
- padding: 8px 16px;
146
- }
147
-
148
92
  .e-ddl.e-popup.e-outline .e-filter-parent {
149
93
  padding: 4px 8px;
150
94
  }
@@ -162,7 +106,7 @@
162
106
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
163
107
  border-left-width: 0;
164
108
  border-radius: 4px 0 0 4px;
165
- border-right-width: 1px;
109
+ border-right-width: 0;
166
110
  }
167
111
 
168
112
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
@@ -171,8 +115,8 @@
171
115
  }
172
116
 
173
117
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
174
- height: 24px;
175
- width: 24px;
118
+ height: 28px;
119
+ width: 28px;
176
120
  }
177
121
 
178
122
  .e-multi-select-wrapper .e-searcher input[type='text'] {
@@ -224,110 +168,138 @@
224
168
  }
225
169
 
226
170
  .e-gantt .e-add::before {
227
- content: '\e78a';
171
+ content: '\e805';
228
172
  }
229
173
 
230
174
  .e-gantt .e-edit::before {
231
- content: '\e7d2';
175
+ content: '\e730';
232
176
  }
233
177
 
234
178
  .e-gantt .e-delete::before {
235
- content: '\e78d';
179
+ content: '\e820';
236
180
  }
237
181
 
238
182
  .e-gantt .e-cancel::before {
239
- content: '\e771';
183
+ content: '\e7e7';
240
184
  }
241
185
 
242
186
  .e-gantt .e-save::before {
243
- content: '\e704';
187
+ content: '\e7c8';
244
188
  }
245
189
 
246
190
  .e-gantt .e-update::before {
247
- content: '\e704';
191
+ content: '\e7c8';
248
192
  }
249
193
 
250
194
  .e-gantt .e-search-icon::before {
251
- content: '\e737';
195
+ content: '\e754';
252
196
  }
253
197
 
254
198
  .e-gantt .e-cancel-icon::before {
255
- content: '\e771';
199
+ content: '\e7e7';
256
200
  }
257
201
 
258
202
  .e-gantt .e-notes-info::before {
259
- content: '\e7a6';
203
+ content: '\e72d';
260
204
  }
261
205
 
262
206
  .e-gantt .e-left-resize-gripper::before,
263
207
  .e-gantt .e-right-resize-gripper::before {
264
- content: '\e75b';
208
+ content: '\e770';
265
209
  }
266
210
 
267
211
  .e-gantt .e-expandall::before {
268
- content: '\e762';
212
+ content: '\e7c9';
269
213
  }
270
214
 
271
215
  .e-gantt .e-collapseall::before {
272
- content: '\e750';
216
+ content: '\e80f';
273
217
  }
274
218
 
275
219
  .e-gantt .e-prevtimespan::before {
276
- content: '\e7a5';
220
+ content: '\e773';
277
221
  }
278
222
 
279
223
  .e-gantt .e-nexttimespan::before {
280
- content: '\e7a8';
224
+ content: '\e7f9';
281
225
  }
282
226
 
283
227
  .e-gantt .e-zoomin::before {
284
- content: '\e70a';
228
+ content: '\e795';
285
229
  }
286
230
 
287
231
  .e-gantt .e-zoomout::before {
288
- content: '\e779';
232
+ content: '\e825';
289
233
  }
290
234
 
291
235
  .e-gantt .e-zoomtofit::before {
292
- content: '\e808';
236
+ content: '\e838';
293
237
  }
294
238
 
295
239
  .e-gantt .e-csvexport::before {
296
- content: '\e73d';
240
+ content: '\e7ba';
297
241
  }
298
242
 
299
243
  .e-gantt .e-excelexport::before {
300
- content: '\e780';
244
+ content: '\e7c1';
301
245
  }
302
246
 
303
247
  .e-gantt .e-pdfexport::before {
304
- content: '\e741';
248
+ content: '\e700';
305
249
  }
306
250
 
307
251
  .e-gantt .e-indent::before {
308
- content: '\e7ac';
252
+ content: '\e810';
309
253
  }
310
254
 
311
255
  .e-gantt .e-outdent::before {
312
- content: '\e735';
256
+ content: '\e72a';
313
257
  }
314
258
 
315
259
  .e-gantt .e-add-above::before {
316
- content: '\e7dd';
260
+ content: '\e836';
317
261
  }
318
262
 
319
263
  .e-gantt .e-add-below::before {
320
- content: '\e757';
264
+ content: '\e801';
321
265
  }
322
266
 
323
267
  .e-gantt.e-device .e-backarrowspan::before,
324
268
  .e-gantt.e-device .e-icon-dlg-close::before {
325
- content: '\e7a5';
269
+ content: '\e773';
326
270
  }
327
271
 
328
272
  .e-gantt.e-device .e-left-resize-gripper::before,
329
273
  .e-gantt.e-device .e-right-resize-gripper::before {
330
- content: '\e781';
274
+ content: '\e770';
275
+ }
276
+
277
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
278
+ height: 64px;
279
+ }
280
+
281
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
282
+ height: 32px;
283
+ }
284
+
285
+ .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
286
+ height: 63px !important;
287
+ }
288
+
289
+ .e-bigger .e-columnmenu {
290
+ top: 35px;
291
+ }
292
+
293
+ .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
294
+ padding: 16px 18px 0 18px;
295
+ }
296
+
297
+ .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
298
+ padding: 16px 18px 0 0;
299
+ }
300
+
301
+ .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
302
+ padding: 16px 18px 0 0;
331
303
  }
332
304
 
333
305
  .e-gantt {
@@ -848,9 +820,10 @@
848
820
  }
849
821
 
850
822
  .e-gantt .e-gantt-chart .e-baseline-bar {
823
+ border-radius: 2px;
851
824
  box-sizing: border-box;
852
825
  position: absolute;
853
- z-index: 3;
826
+ z-index: 2;
854
827
  }
855
828
 
856
829
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -912,7 +885,6 @@
912
885
  }
913
886
 
914
887
  .e-gantt .e-gantt-chart .e-holiday .e-span {
915
- font-size: 13px;
916
888
  position: absolute;
917
889
  transform: rotate(-90deg);
918
890
  white-space: nowrap;
@@ -1084,7 +1056,7 @@
1084
1056
  }
1085
1057
 
1086
1058
  .e-gantt-dialog .e-tab .e-tab-header {
1087
- padding-left: 19px;
1059
+ padding-left: 0px;
1088
1060
  }
1089
1061
 
1090
1062
  .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
@@ -1196,6 +1168,8 @@
1196
1168
 
1197
1169
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1198
1170
  border-radius: 50%;
1171
+ height: auto !important;
1172
+ width: auto !important;
1199
1173
  }
1200
1174
 
1201
1175
  .e-icon-rowselect::before {
@@ -1435,7 +1409,7 @@
1435
1409
  }
1436
1410
 
1437
1411
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1438
- height: 24.5px;
1412
+ height: 24px;
1439
1413
  }
1440
1414
 
1441
1415
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -1504,11 +1478,13 @@
1504
1478
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1505
1479
  background-color: #9ca3af;
1506
1480
  border: 0px;
1481
+ border-radius: 4px;
1507
1482
  }
1508
1483
 
1509
1484
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1510
1485
  background-color: #22d3ee;
1511
1486
  border: 0px;
1487
+ border-radius: 4px;
1512
1488
  }
1513
1489
 
1514
1490
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1579,11 +1555,6 @@
1579
1555
 
1580
1556
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1581
1557
  background: #fff;
1582
- border-color: #fff;
1583
- }
1584
-
1585
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1586
- border-bottom-color: #fff;
1587
1558
  }
1588
1559
 
1589
1560
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1645,21 +1616,21 @@
1645
1616
  .e-gantt .e-gantt-chart .e-left-label-temp-container {
1646
1617
  color: #9ca3af;
1647
1618
  font-size: 14px;
1648
- padding-right: 16px;
1619
+ padding-right: 25px;
1649
1620
  }
1650
1621
 
1651
1622
  .e-gantt .e-gantt-chart .e-right-label-temp-container {
1652
1623
  color: #9ca3af;
1653
1624
  font-size: 14px;
1654
- margin-left: 16px;
1625
+ margin-left: 25px;
1655
1626
  }
1656
1627
 
1657
1628
  .e-gantt .e-gantt-chart .e-right-label-container {
1658
- margin-left: 16px;
1629
+ margin-left: 25px;
1659
1630
  }
1660
1631
 
1661
1632
  .e-gantt .e-gantt-chart .e-left-label-container {
1662
- padding-right: 16px;
1633
+ padding-right: 25px;
1663
1634
  }
1664
1635
 
1665
1636
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
@@ -53,6 +53,7 @@
53
53
 
54
54
  .e-popup.e-ddl .e-dropdownbase {
55
55
  min-height: 26px;
56
+ padding: 4px 0;
56
57
  }
57
58
 
58
59
  .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
@@ -77,24 +78,6 @@
77
78
  background-color: #fff;
78
79
  }
79
80
 
80
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
81
- margin: 0;
82
- min-height: 12px;
83
- min-width: 12px;
84
- padding: 6px;
85
- }
86
-
87
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
88
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
89
- min-height: 16px;
90
- min-width: 16px;
91
- }
92
-
93
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
94
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
95
- padding: 8px 16px 8px 0;
96
- }
97
-
98
81
  .e-input-group.e-ddl,
99
82
  .e-input-group.e-ddl .e-input,
100
83
  .e-input-group.e-ddl .e-ddl-icon {
@@ -106,45 +89,6 @@
106
89
  border-bottom-width: 0;
107
90
  }
108
91
 
109
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
110
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
111
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
112
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
113
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
114
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
115
- margin: 0;
116
- }
117
-
118
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
119
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
120
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
121
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
122
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
123
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
124
- padding: 5px 5px 5px 12px;
125
- }
126
-
127
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
128
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
129
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
130
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
131
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
132
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
133
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
134
- min-height: 18px;
135
- min-width: 18px;
136
- }
137
-
138
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
139
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
140
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
141
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
142
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
143
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
144
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
145
- padding: 8px 16px;
146
- }
147
-
148
92
  .e-ddl.e-popup.e-outline .e-filter-parent {
149
93
  padding: 4px 8px;
150
94
  }
@@ -162,7 +106,7 @@
162
106
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
163
107
  border-left-width: 0;
164
108
  border-radius: 4px 0 0 4px;
165
- border-right-width: 1px;
109
+ border-right-width: 0;
166
110
  }
167
111
 
168
112
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
@@ -171,8 +115,8 @@
171
115
  }
172
116
 
173
117
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
174
- height: 24px;
175
- width: 24px;
118
+ height: 28px;
119
+ width: 28px;
176
120
  }
177
121
 
178
122
  .e-multi-select-wrapper .e-searcher input[type='text'] {
@@ -224,110 +168,138 @@
224
168
  }
225
169
 
226
170
  .e-gantt .e-add::before {
227
- content: '\e78a';
171
+ content: '\e805';
228
172
  }
229
173
 
230
174
  .e-gantt .e-edit::before {
231
- content: '\e7d2';
175
+ content: '\e730';
232
176
  }
233
177
 
234
178
  .e-gantt .e-delete::before {
235
- content: '\e78d';
179
+ content: '\e820';
236
180
  }
237
181
 
238
182
  .e-gantt .e-cancel::before {
239
- content: '\e771';
183
+ content: '\e7e7';
240
184
  }
241
185
 
242
186
  .e-gantt .e-save::before {
243
- content: '\e704';
187
+ content: '\e7c8';
244
188
  }
245
189
 
246
190
  .e-gantt .e-update::before {
247
- content: '\e704';
191
+ content: '\e7c8';
248
192
  }
249
193
 
250
194
  .e-gantt .e-search-icon::before {
251
- content: '\e737';
195
+ content: '\e754';
252
196
  }
253
197
 
254
198
  .e-gantt .e-cancel-icon::before {
255
- content: '\e771';
199
+ content: '\e7e7';
256
200
  }
257
201
 
258
202
  .e-gantt .e-notes-info::before {
259
- content: '\e7a6';
203
+ content: '\e72d';
260
204
  }
261
205
 
262
206
  .e-gantt .e-left-resize-gripper::before,
263
207
  .e-gantt .e-right-resize-gripper::before {
264
- content: '\e75b';
208
+ content: '\e770';
265
209
  }
266
210
 
267
211
  .e-gantt .e-expandall::before {
268
- content: '\e762';
212
+ content: '\e7c9';
269
213
  }
270
214
 
271
215
  .e-gantt .e-collapseall::before {
272
- content: '\e750';
216
+ content: '\e80f';
273
217
  }
274
218
 
275
219
  .e-gantt .e-prevtimespan::before {
276
- content: '\e7a5';
220
+ content: '\e773';
277
221
  }
278
222
 
279
223
  .e-gantt .e-nexttimespan::before {
280
- content: '\e7a8';
224
+ content: '\e7f9';
281
225
  }
282
226
 
283
227
  .e-gantt .e-zoomin::before {
284
- content: '\e70a';
228
+ content: '\e795';
285
229
  }
286
230
 
287
231
  .e-gantt .e-zoomout::before {
288
- content: '\e779';
232
+ content: '\e825';
289
233
  }
290
234
 
291
235
  .e-gantt .e-zoomtofit::before {
292
- content: '\e808';
236
+ content: '\e838';
293
237
  }
294
238
 
295
239
  .e-gantt .e-csvexport::before {
296
- content: '\e73d';
240
+ content: '\e7ba';
297
241
  }
298
242
 
299
243
  .e-gantt .e-excelexport::before {
300
- content: '\e780';
244
+ content: '\e7c1';
301
245
  }
302
246
 
303
247
  .e-gantt .e-pdfexport::before {
304
- content: '\e741';
248
+ content: '\e700';
305
249
  }
306
250
 
307
251
  .e-gantt .e-indent::before {
308
- content: '\e7ac';
252
+ content: '\e810';
309
253
  }
310
254
 
311
255
  .e-gantt .e-outdent::before {
312
- content: '\e735';
256
+ content: '\e72a';
313
257
  }
314
258
 
315
259
  .e-gantt .e-add-above::before {
316
- content: '\e7dd';
260
+ content: '\e836';
317
261
  }
318
262
 
319
263
  .e-gantt .e-add-below::before {
320
- content: '\e757';
264
+ content: '\e801';
321
265
  }
322
266
 
323
267
  .e-gantt.e-device .e-backarrowspan::before,
324
268
  .e-gantt.e-device .e-icon-dlg-close::before {
325
- content: '\e7a5';
269
+ content: '\e773';
326
270
  }
327
271
 
328
272
  .e-gantt.e-device .e-left-resize-gripper::before,
329
273
  .e-gantt.e-device .e-right-resize-gripper::before {
330
- content: '\e781';
274
+ content: '\e770';
275
+ }
276
+
277
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
278
+ height: 64px;
279
+ }
280
+
281
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
282
+ height: 32px;
283
+ }
284
+
285
+ .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
286
+ height: 63px !important;
287
+ }
288
+
289
+ .e-bigger .e-columnmenu {
290
+ top: 35px;
291
+ }
292
+
293
+ .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
294
+ padding: 16px 18px 0 18px;
295
+ }
296
+
297
+ .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
298
+ padding: 16px 18px 0 0;
299
+ }
300
+
301
+ .e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
302
+ padding: 16px 18px 0 0;
331
303
  }
332
304
 
333
305
  .e-gantt {
@@ -848,9 +820,10 @@
848
820
  }
849
821
 
850
822
  .e-gantt .e-gantt-chart .e-baseline-bar {
823
+ border-radius: 2px;
851
824
  box-sizing: border-box;
852
825
  position: absolute;
853
- z-index: 3;
826
+ z-index: 2;
854
827
  }
855
828
 
856
829
  .e-gantt .e-gantt-chart .e-milestone-top,
@@ -912,7 +885,6 @@
912
885
  }
913
886
 
914
887
  .e-gantt .e-gantt-chart .e-holiday .e-span {
915
- font-size: 13px;
916
888
  position: absolute;
917
889
  transform: rotate(-90deg);
918
890
  white-space: nowrap;
@@ -1084,7 +1056,7 @@
1084
1056
  }
1085
1057
 
1086
1058
  .e-gantt-dialog .e-tab .e-tab-header {
1087
- padding-left: 19px;
1059
+ padding-left: 0px;
1088
1060
  }
1089
1061
 
1090
1062
  .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
@@ -1196,6 +1168,8 @@
1196
1168
 
1197
1169
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1198
1170
  border-radius: 50%;
1171
+ height: auto !important;
1172
+ width: auto !important;
1199
1173
  }
1200
1174
 
1201
1175
  .e-icon-rowselect::before {
@@ -1435,7 +1409,7 @@
1435
1409
  }
1436
1410
 
1437
1411
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1438
- height: 24.5px;
1412
+ height: 24px;
1439
1413
  }
1440
1414
 
1441
1415
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -1504,11 +1478,13 @@
1504
1478
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1505
1479
  background-color: #9ca3af;
1506
1480
  border: 0px;
1481
+ border-radius: 4px;
1507
1482
  }
1508
1483
 
1509
1484
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1510
1485
  background-color: #4f46e5;
1511
1486
  border: 0px;
1487
+ border-radius: 4px;
1512
1488
  }
1513
1489
 
1514
1490
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
@@ -1579,11 +1555,6 @@
1579
1555
 
1580
1556
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1581
1557
  background: #111827;
1582
- border-color: #fff;
1583
- }
1584
-
1585
- .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1586
- border-bottom-color: #fff;
1587
1558
  }
1588
1559
 
1589
1560
  .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
@@ -1645,21 +1616,21 @@
1645
1616
  .e-gantt .e-gantt-chart .e-left-label-temp-container {
1646
1617
  color: #6b7280;
1647
1618
  font-size: 14px;
1648
- padding-right: 16px;
1619
+ padding-right: 25px;
1649
1620
  }
1650
1621
 
1651
1622
  .e-gantt .e-gantt-chart .e-right-label-temp-container {
1652
1623
  color: #6b7280;
1653
1624
  font-size: 14px;
1654
- margin-left: 16px;
1625
+ margin-left: 25px;
1655
1626
  }
1656
1627
 
1657
1628
  .e-gantt .e-gantt-chart .e-right-label-container {
1658
- margin-left: 16px;
1629
+ margin-left: 25px;
1659
1630
  }
1660
1631
 
1661
1632
  .e-gantt .e-gantt-chart .e-left-label-container {
1662
- padding-right: 16px;
1633
+ padding-right: 25px;
1663
1634
  }
1664
1635
 
1665
1636
  .e-gantt .e-gantt-chart .e-connectorpoint-right {