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