@syncfusion/ej2-gantt 20.1.55 → 20.1.59

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 (75) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +22 -13
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +22 -13
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -15
  12. package/src/gantt/actions/edit.js +4 -0
  13. package/src/gantt/actions/pdf-export.js +1 -1
  14. package/src/gantt/base/gantt-chart.js +6 -1
  15. package/src/gantt/base/gantt.js +2 -5
  16. package/src/gantt/base/task-processor.js +1 -1
  17. package/src/gantt/export/export-helper.js +3 -3
  18. package/src/gantt/renderer/chart-rows.js +1 -1
  19. package/src/gantt/renderer/connector-line.js +1 -1
  20. package/src/gantt/renderer/timeline.js +3 -0
  21. package/styles/bootstrap-dark.css +262 -379
  22. package/styles/bootstrap.css +264 -387
  23. package/styles/bootstrap4.css +276 -433
  24. package/styles/bootstrap5-dark.css +264 -382
  25. package/styles/bootstrap5.css +264 -382
  26. package/styles/fabric-dark.css +262 -377
  27. package/styles/fabric.css +265 -380
  28. package/styles/fluent-dark.css +262 -378
  29. package/styles/fluent.css +262 -378
  30. package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
  31. package/styles/gantt/_bootstrap-definition.scss +41 -4
  32. package/styles/gantt/_bootstrap4-definition.scss +42 -4
  33. package/styles/gantt/_bootstrap5-definition.scss +41 -4
  34. package/styles/gantt/_fabric-dark-definition.scss +40 -3
  35. package/styles/gantt/_fabric-definition.scss +41 -4
  36. package/styles/gantt/_fluent-definition.scss +41 -4
  37. package/styles/gantt/_highcontrast-definition.scss +41 -4
  38. package/styles/gantt/_highcontrast-light-definition.scss +41 -4
  39. package/styles/gantt/_layout.scss +298 -7
  40. package/styles/gantt/_material-dark-definition.scss +42 -4
  41. package/styles/gantt/_material-definition.scss +42 -4
  42. package/styles/gantt/_tailwind-definition.scss +42 -4
  43. package/styles/gantt/bootstrap-dark.css +262 -379
  44. package/styles/gantt/bootstrap.css +264 -387
  45. package/styles/gantt/bootstrap4.css +276 -433
  46. package/styles/gantt/bootstrap5-dark.css +264 -382
  47. package/styles/gantt/bootstrap5.css +264 -382
  48. package/styles/gantt/fabric-dark.css +262 -377
  49. package/styles/gantt/fabric.css +265 -380
  50. package/styles/gantt/fluent-dark.css +262 -378
  51. package/styles/gantt/fluent.css +262 -378
  52. package/styles/gantt/highcontrast-light.css +230 -364
  53. package/styles/gantt/highcontrast.css +265 -414
  54. package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
  55. package/styles/gantt/icons/_bootstrap.scss +8 -0
  56. package/styles/gantt/icons/_bootstrap4.scss +8 -0
  57. package/styles/gantt/icons/_bootstrap5.scss +8 -0
  58. package/styles/gantt/icons/_fabric-dark.scss +8 -0
  59. package/styles/gantt/icons/_fabric.scss +8 -0
  60. package/styles/gantt/icons/_fluent.scss +8 -0
  61. package/styles/gantt/icons/_highcontrast.scss +8 -0
  62. package/styles/gantt/icons/_material-dark.scss +8 -0
  63. package/styles/gantt/icons/_material.scss +8 -0
  64. package/styles/gantt/icons/_tailwind-dark.scss +8 -0
  65. package/styles/gantt/icons/_tailwind.scss +8 -0
  66. package/styles/gantt/material-dark.css +266 -371
  67. package/styles/gantt/material.css +267 -373
  68. package/styles/gantt/tailwind-dark.css +264 -370
  69. package/styles/gantt/tailwind.css +264 -370
  70. package/styles/highcontrast-light.css +230 -364
  71. package/styles/highcontrast.css +265 -414
  72. package/styles/material-dark.css +266 -371
  73. package/styles/material.css +267 -373
  74. package/styles/tailwind-dark.css +264 -370
  75. package/styles/tailwind.css +264 -370
@@ -10,6 +10,76 @@
10
10
  .e-timeline-top-header-cell {
11
11
  height: $gantt-bigger-timeline-top-header-cell-height;
12
12
  }
13
+
14
+ .e-taskbar-left-resizer,
15
+ .e-taskbar-right-resizer {
16
+ padding-left: 10px;
17
+ padding-right: 10px;
18
+ width: 30px;
19
+ }
20
+
21
+ .e-event-markers {
22
+ .e-span-label {
23
+ border-radius: $gantt-bigger-event-markers-border-radius;
24
+ font-size: $gantt-bigger-event-arrow-font-size;
25
+ height: $gantt-bigger-event-markers-height;
26
+ padding: $gantt-bigger-event-markers-padding;
27
+ top: $gantt-bigger-event-markers-top;
28
+ }
29
+
30
+ .e-gantt-right-arrow {
31
+ border-bottom: $gantt-bigger-event-arrow-bottom;
32
+ border-right: $gantt-bigger-event-arrow-right;
33
+ border-right-color: $gantt-bigger-event-arrow-color;
34
+ border-top: $gantt-bigger-event-arrow-top;
35
+ top: $gantt-bigger-event-arrow-top-value;
36
+ }
37
+ }
38
+
39
+ @if($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
40
+ .e-left-resize-gripper::before,
41
+ .e-right-resize-gripper::before {
42
+ content: '\e888';
43
+ }
44
+ }
45
+ @else {
46
+ .e-left-resize-gripper::before,
47
+ .e-right-resize-gripper::before {
48
+ content: '\e92c';
49
+ }
50
+ }
51
+
52
+ .e-connectorpoint-right,
53
+ .e-connectorpoint-left,
54
+ .e-right-connectorpoint-outer-div,
55
+ .e-left-connectorpoint-outer-div {
56
+ border-radius: 50%;
57
+ display: inline-block;
58
+ position: absolute;
59
+ }
60
+
61
+ .e-connectorpoint-left-hover,
62
+ .e-connectorpoint-right-hover {
63
+ border-style: solid;
64
+ border-width: 1px;
65
+ box-sizing: content-box;
66
+ cursor: pointer;
67
+ display: inline-block;
68
+ }
69
+
70
+ .e-connectorpoint-left-hover,
71
+ .e-connectorpoint-right-hover {
72
+ background-color: $connector-point-hover-color;
73
+ border-color: $connector-point-border-color;
74
+ }
75
+
76
+ .e-connectorpoint-left-hover:hover,
77
+ .e-connectorpoint-right-hover:hover {
78
+ background-color: $connector-point-hover-color;
79
+ border-color: $connector-point-border-color;
80
+ outline: 2px solid $connector-point-hover-outerline-color;
81
+ }
82
+
13
83
  }
14
84
 
15
85
  .e-gantt-tree-grid-pane {
@@ -21,6 +91,36 @@
21
91
  }
22
92
  }
23
93
 
94
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
95
+ background-color: $gantt-bigger-tooltip-button-color;
96
+ border-color: $gantt-bigger-tooltip-button-color;
97
+ color: $gantt-bigger-tooltip-button-text-color;
98
+ font-size: 12px;
99
+ line-height: 18px;
100
+ padding: 0 8px 0 0;
101
+ }
102
+
103
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
104
+ background-color: $gantt-bigger-tooltip-button-color;
105
+ border-color: $gantt-bigger-tooltip-button-color;
106
+ color: $gantt-bigger-tooltip-button-text-color;
107
+ font-size: 12px;
108
+ line-height: 18px;
109
+ padding: 0 0 0 8px;
110
+ }
111
+
112
+ .e-tooltip-wrap .e-tip-content {
113
+ padding: 3px !important; // sass-lint:disable-line no-important
114
+ }
115
+
116
+ .e-grid .e-flmenu-valuediv {
117
+ padding: $gantt-bigger-filter-dialog-input-padding;
118
+ }
119
+
120
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
121
+ padding: 0 16px !important; // sass-lint:disable-line no-important
122
+ }
123
+
24
124
  .e-columnmenu {
25
125
  @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
26
126
  top: 35px;
@@ -34,6 +134,9 @@
34
134
  }
35
135
 
36
136
  .e-gantt-dialog {
137
+ border-radius: 6px;
138
+ width: $gantt-bigger-dialog-width;
139
+
37
140
  .e-edit-form-column:nth-child(odd) {
38
141
  padding: $gantt-bigger-dialog-edit-form-odd-padding;
39
142
  }
@@ -45,6 +148,190 @@
45
148
  .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
46
149
  padding: $gantt-bigger-dialog-edit-form-scroll-padding;
47
150
  }
151
+
152
+ .e-edit-form-row {
153
+ height: $gantt-bigger-add-dialog-content-height;
154
+ }
155
+
156
+ .e-edit-form-column {
157
+ height: $gantt-bigger-add-dialog-input-height;
158
+ }
159
+
160
+ .e-dlg-header-content {
161
+ border-bottom: 0 !important; // sass-lint:disable-line no-important
162
+ }
163
+
164
+ > .e-dlg-content {
165
+ border-radius: 0 !important; // sass-lint:disable-line no-important
166
+ }
167
+
168
+ .e-dlg-header-content {
169
+ border-radius: $gantt-bigger-dialog-border-radius;
170
+ padding-bottom: $gantt-dialog-padding-bottom;
171
+
172
+ .e-btn.e-dlg-closeicon-btn {
173
+ border-radius: 50%;
174
+ height: auto !important; // sass-lint:disable-line no-important
175
+ width: auto !important; // sass-lint:disable-line no-important
176
+ }
177
+ }
178
+
179
+ .e-tab {
180
+ .e-tab-header .e-toolbar-item.e-active {
181
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
182
+ }
183
+ }
184
+
185
+ @if($skin-name == 'bootstrap4') {
186
+ .e-icon-dlg-close {
187
+ color: $gantt-bigger-dialog-icon-color;
188
+ }
189
+ }
190
+ }
191
+
192
+ @if($skin-name == 'material') {
193
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
194
+ margin: 5px 0 6px !important; // sass-lint:disable-line no-important
195
+ }
196
+
197
+ .e-input-group.e-control-wrapper .e-input-group-icon {
198
+ margin-right: 0 !important; // sass-lint:disable-line no-important
199
+ }
200
+ }
201
+
202
+ @if($skin-name == 'tailwind') {
203
+ .e-input-group.e-control-wrapper .e-input-group-icon {
204
+ padding: 7px 0 !important; // sass-lint:disable-line no-important
205
+ }
206
+ }
207
+
208
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
209
+ font-size: 16px !important; // sass-lint:disable-line no-important
210
+ }
211
+
212
+ .e-float-input.e-control-wrapper {
213
+ width: $gantt-bigger-add-dialog-input-width;
214
+ }
215
+
216
+ .e-predecessor-tooltip {
217
+ background-color: $gantt-bigger-tooltip-button-color;
218
+ }
219
+
220
+ .e-predecessor-dialog {
221
+ background-color: $gantt-bigger-tooltip-dialog-color;
222
+
223
+ .e-dlg-content {
224
+ background-color: $gantt-bigger-tooltip-dialog-color;
225
+ padding: $gantt-bigger-predecessor-dialog-padding;
226
+ }
227
+ }
228
+
229
+ .e-dialog {
230
+ .e-dlg-header-content {
231
+ padding: $gantt-bigger-dialog-header-padding; // sass-lint:disable-line no-important
232
+
233
+ .e-btn.e-dlg-closeicon-btn {
234
+ left: $gantt-bigger-dialog-close-button-left;
235
+ }
236
+ }
237
+
238
+ @if($skin-name == 'tailwind') {
239
+ .e-dlg-header-content {
240
+ height: 68px !important; // sass-lint:disable-line no-important
241
+ }
242
+ }
243
+
244
+ .e-btn .e-btn-icon.e-icon-dlg-close {
245
+ font-size: $gantt-bigger-dialog-close-button-size;
246
+ }
247
+
248
+ .e-footer-content {
249
+ height: $gantt-bigger-filter-dialog-footer-height;
250
+ padding: $gantt-bigger-filter-dialog-footer-padding;
251
+
252
+ .e-btn {
253
+ margin-left: 12px;
254
+ }
255
+ }
256
+
257
+ .e-dlg-header {
258
+ line-height: 28px;
259
+ }
260
+ }
261
+
262
+ .e-tab .e-content {
263
+ height: $gantt-bigger-add-dialog-content-height;
264
+ }
265
+
266
+ .e-filter-popup {
267
+ width: $gantt-bigger-filter-dialog-width;
268
+ }
269
+
270
+ .e-dlg-content {
271
+ border-radius: $gantt-dialog-bigger-border-radius;
272
+ padding: $gantt-dialog-bigger-input-padding-field;
273
+ }
274
+
275
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
276
+ font-size: 14px;
277
+ line-height: 22px;
278
+ }
279
+
280
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
281
+ font-size: 14px;
282
+ line-height: 22px;
283
+ }
284
+
285
+ .e-float-input.e-control-wrapper input {
286
+ height: $gantt-bigger-dialog-input-field-height;
287
+
288
+ @if($skin-name == 'material') {
289
+ padding: 5px 0 11px !important; // sass-lint:disable-line no-important
290
+ }
291
+ }
292
+
293
+ .e-left-btn:disabled {
294
+ color: $gantt-bigger-tooltip-disabled-button-color;
295
+ }
296
+
297
+ .e-right-btn:disabled {
298
+ color: $gantt-bigger-tooltip-disabled-button-color;
299
+ }
300
+
301
+ .e-input-group-icon.e-date-icon {
302
+ min-width: 36px !important; // sass-lint:disable-line no-important
303
+ }
304
+
305
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
306
+ min-height: $gantt-bigger-dialog-input-icon;
307
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
308
+ }
309
+
310
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
311
+ min-height: $gantt-bigger-dialog-input-icon;
312
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
313
+ }
314
+
315
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
316
+ min-height: $gantt-bigger-dialog-input-icon;
317
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
318
+ }
319
+
320
+ .e-input-group.e-control-wrapper {
321
+ height: $gantt-dialog-bigger-input-field;
322
+ }
323
+
324
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
325
+ font-size: 16px !important; // sass-lint:disable-line no-important
326
+ }
327
+
328
+ .e-btn.e-flat {
329
+ line-height: 24px;
330
+ padding: 6px 16px 6px 15px !important; // sass-lint:disable-line no-important
331
+ }
332
+
333
+ .e-btn.e-primary {
334
+ padding: 6px 21px 6px 23px !important; // sass-lint:disable-line no-important
48
335
  }
49
336
  }
50
337
 
@@ -235,10 +522,12 @@
235
522
  }
236
523
 
237
524
  .e-holiday-container {
525
+ height: 100%;
238
526
  position: absolute;
239
527
  }
240
528
 
241
529
  .e-weekend-container {
530
+ height: 100%;
242
531
  position: absolute;
243
532
  }
244
533
 
@@ -522,24 +811,22 @@
522
811
  cursor: col-resize;
523
812
 
524
813
  .e-progressbar-handler {
525
- border-style: solid;
526
814
  border-width: 1px;
527
815
  box-sizing: content-box;
528
816
  cursor: col-resize;
529
817
  height: 2px;
530
818
  position: absolute;
531
819
  top: 7px;
532
- width: 12px;
533
820
  }
534
821
 
535
822
  .e-progressbar-handler-element {
536
823
  border-bottom-style: solid;
537
- border-bottom-width: 6px;
824
+ border-bottom-width: 8px;
538
825
  border-left: 7px solid transparent;
539
826
  border-right: 7px solid transparent;
540
827
  cursor: col-resize;
541
828
  height: 0;
542
- left: -1px;
829
+ left: 0;
543
830
  position: absolute;
544
831
  top: -7px;
545
832
  width: 0;
@@ -547,14 +834,14 @@
547
834
 
548
835
  .e-progressbar-handler-after {
549
836
  border-bottom-style: solid;
550
- border-bottom-width: 6px;
837
+ border-bottom-width: 8px;
551
838
  border-left: 6px solid transparent;
552
839
  border-right: 6px solid transparent;
553
840
  cursor: col-resize;
554
841
  height: 0;
555
- left: -1px;
842
+ left: 1px;
556
843
  position: absolute;
557
- top: -6px;
844
+ top: -7px;
558
845
  width: 0;
559
846
  }
560
847
  }
@@ -1075,4 +1362,8 @@
1075
1362
  }
1076
1363
  }
1077
1364
  }
1365
+
1366
+ .e-predecessor-tooltip {
1367
+ visibility: hidden;
1368
+ }
1078
1369
  }
@@ -10,6 +10,7 @@ $progress-handler-outline: #fff !default;
10
10
  $progress-handler-background: #222 !default;
11
11
  $holiday-label-color: $grey-dark-font !default;
12
12
  $holiday-label-font-size: 12px !default;
13
+ $connector-point-hover-outerline-color: #9fa8da !default;
13
14
  $weekend-background: $grey-800 !default;
14
15
  $event-marker-line-color: $accent !default;
15
16
  $event-marker-label-color: #cae8ff !default;
@@ -21,7 +22,7 @@ $event-marker-label-arrow-top: 60px !default;
21
22
  $connector-line-color: lighten($primary, 15%) !default;
22
23
  $connector-line-hover-color: lighten($primary, 15%) !default;
23
24
  $connector-false-line-color: lighten($primary, 15%) !default;
24
- $connector-point-hover-color: $grey-300 !default;
25
+ $connector-point-hover-color: #005a9e !default;
25
26
  $connector-point-border-color: $grey-dark !default;
26
27
  $connector-point-hover-bg-color: $grey-700 !default;
27
28
  $connector-point-hover-border-color: lighten($primary, 15%) !default;
@@ -76,9 +77,46 @@ $gantt-dialog-general-height: 241px !default;
76
77
  $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
77
78
  $gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
78
79
  $gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
79
- $gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
80
- $gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
81
- $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
80
+ $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
81
+ $gantt-bigger-tooltip-button-color: #000000;
82
+ $gantt-bigger-tooltip-dialog-color: #f3f3f3;
83
+ $gantt-bigger-tooltip-button-text-color: #FFFFFF;
84
+ $gantt-bigger-tooltip-disabled-button-color: #757575 !important;
85
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
86
+ $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
87
+ $gantt-bigger-dialog-close-button-left: 1px !important;
88
+ $gantt-bigger-dialog-close-button-size: 12px !important;
89
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
90
+ $gantt-bigger-dialog-header-padding: 16px 4px 17px 16px !important;
91
+ $gantt-bigger-add-dialog-content-height: 241px !important;
92
+ $gantt-bigger-event-arrow-color: #cae8ff;
93
+ $gantt-bigger-event-arrow-font-size: 12px !important;
94
+ $gantt-bigger-event-markers-border-radius: 4px !important;
95
+ $gantt-bigger-event-markers-height: 26px !important;
96
+ $gantt-bigger-event-arrow-bottom: 6px solid transparent;
97
+ $gantt-bigger-event-arrow-right: 6px solid transparent;
98
+ $gantt-bigger-event-arrow-top: 6px solid transparent;
99
+ $gantt-bigger-event-arrow-top-value: 73px !important;
100
+ $gantt-bigger-event-markers-top: 65px !important;
101
+ $gantt-bigger-event-markers-padding: 4px 12px 4px 9px !important;
102
+ $gantt-bigger-add-dialog-input-height: 78px !important;
103
+ $gantt-bigger-add-dialog-input-width: 250px !important;
104
+ $gantt-bigger-add-dialog-input-field-width: 175px !default;
105
+ $gantt-bigger-filter-dialog-footer-padding: 16px !important;
106
+ $gantt-bigger-add-dialog-footer-padding: 16px !important;
107
+ $gantt-bigger-filter-dialog-footer-height: 70px !important;
108
+ $gantt-bigger-filter-dialog-input-padding: 14px 0 0 !important;
109
+ $gantt-bigger-add-dialog-footer-height: 70px !important;
110
+ $gantt-bigger-dialog-width: 550px !important;
111
+ $gantt-bigger-filter-dialog-width: 350px !important;
112
+ $gantt-dialog-bigger-input-field: 44px !default;
113
+ $gantt-dialog-bigger-input-padding-field: 20px 16px 6px 16px !important;
114
+ $gantt-bigger-dialog-input-field-height: 27px !important;
115
+ $gantt-bigger-dialog-input-icon: 26px !important;
116
+ $gantt-dialog-bigger-border-radius: 6px !important;
117
+ $gantt-bigger-dialog-tab-padding-left: 4px !important;
118
+ $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
119
+ $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
82
120
  $gantt-dialog-dependent-height: 153px !default;
83
121
  $gantt-dialog-resource-height: 196px !default;
84
122
  $gantt-dialog-rte-height: 241px !default;
@@ -11,6 +11,7 @@ $progress-handler-background: #222 !default;
11
11
  $holiday-label-color: rgba(0, 0, 0, .87) !default;
12
12
  $holiday-label-font-size: 12px !default;
13
13
  $weekend-background: #fafafa !default;
14
+ $connector-point-hover-outerline-color: #9fa8da !default;
14
15
  $event-marker-line-color: $accent !default;
15
16
  $event-marker-label-color: #fdbf64 !default;
16
17
  $event-marker-label-font-color: #212121 !default;
@@ -21,7 +22,7 @@ $event-marker-label-arrow-top: 60px !default;
21
22
  $connector-line-color: $primary !default;
22
23
  $connector-line-hover-color: $primary !default;
23
24
  $connector-false-line-color: $primary !default;
24
- $connector-point-hover-color: #333 !default;
25
+ $connector-point-hover-color: #005a9e !default;
25
26
  $connector-point-border-color: #fff !default;
26
27
  $connector-point-hover-bg-color: $grey-400 !default;
27
28
  $connector-point-hover-border-color: $primary !default;
@@ -76,9 +77,46 @@ $gantt-dialog-general-height: 241px !default;
76
77
  $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
77
78
  $gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
78
79
  $gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
79
- $gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
80
- $gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
81
- $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
80
+ $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
81
+ $gantt-bigger-tooltip-button-color: #000000;
82
+ $gantt-bigger-tooltip-dialog-color: #f3f3f3;
83
+ $gantt-bigger-tooltip-button-text-color: #FFFFFF;
84
+ $gantt-bigger-tooltip-disabled-button-color: #757575 !important;
85
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
86
+ $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
87
+ $gantt-bigger-dialog-close-button-left: 1px !important;
88
+ $gantt-bigger-dialog-close-button-size: 12px !important;
89
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
90
+ $gantt-bigger-dialog-header-padding: 16px 14px 17px 16px !important;
91
+ $gantt-bigger-add-dialog-content-height: 241px !important;
92
+ $gantt-bigger-event-arrow-color: #cae8ff;
93
+ $gantt-bigger-event-arrow-font-size: 12px !important;
94
+ $gantt-bigger-event-markers-border-radius: 4px !important;
95
+ $gantt-bigger-event-markers-height: 26px !important;
96
+ $gantt-bigger-event-arrow-bottom: 6px solid transparent;
97
+ $gantt-bigger-event-arrow-right: 6px solid transparent;
98
+ $gantt-bigger-event-arrow-top: 6px solid transparent;
99
+ $gantt-bigger-event-arrow-top-value: 73px !important;
100
+ $gantt-bigger-event-markers-top: 65px !important;
101
+ $gantt-bigger-event-markers-padding: 4px 12px 4px 9px !important;
102
+ $gantt-bigger-add-dialog-input-height: 78px !important;
103
+ $gantt-bigger-add-dialog-input-width: 250px !important;
104
+ $gantt-bigger-add-dialog-input-field-width: 175px !default;
105
+ $gantt-bigger-filter-dialog-footer-padding: 16px !important;
106
+ $gantt-bigger-add-dialog-footer-padding: 16px !important;
107
+ $gantt-bigger-filter-dialog-footer-height: 70px !important;
108
+ $gantt-bigger-filter-dialog-input-padding: 14px 0 0 !important;
109
+ $gantt-bigger-add-dialog-footer-height: 70px !important;
110
+ $gantt-bigger-dialog-width: 550px !important;
111
+ $gantt-bigger-filter-dialog-width: 350px !important;
112
+ $gantt-dialog-bigger-input-field: 44px !default;
113
+ $gantt-dialog-bigger-input-padding-field: 20px 16px 6px 16px !important;
114
+ $gantt-bigger-dialog-input-field-height: 27px !important;
115
+ $gantt-bigger-dialog-input-icon: 26px !important;
116
+ $gantt-dialog-bigger-border-radius: 6px !important;
117
+ $gantt-bigger-dialog-tab-padding-left: 4px !important;
118
+ $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
119
+ $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
82
120
  $gantt-dialog-dependent-height: 153px !default;
83
121
  $gantt-dialog-resource-height: 196px !default;
84
122
  $gantt-dialog-rte-height: 241px !default;
@@ -12,12 +12,13 @@ $progress-handler-background: $content-text-color !default;
12
12
  $holiday-label-color: $content-text-color-alt2 !default;
13
13
  $weekend-background: $content-bg-color-alt2 !default;
14
14
  $event-marker-line-color: $primary !default;
15
+ $connector-point-hover-outerline-color: #818cf8 !default;
15
16
  $event-marker-label-color: $warning-light !default;
16
17
  $event-marker-label-font-color: $warning !default;
17
18
  $connector-line-color: $primary !default;
18
19
  $connector-line-hover-color: $primary !default;
19
20
  $connector-false-line-color: $primary !default;
20
- $connector-point-hover-color: $icon-color !default;
21
+ $connector-point-hover-color: #4f46e5 !default;
21
22
  $connector-point-border-color: $content-bg-color !default;
22
23
  $connector-point-hover-bg-color: $icon-color-hover !default;
23
24
  $connector-point-hover-border-color: $content-bg-color !default;
@@ -113,9 +114,46 @@ $gantt-dialog-general-height: 240px !default;
113
114
  $gantt-dialog-edit-form-odd-padding: 12px 12px 0 19px !default;
114
115
  $gantt-dialog-edit-form-even-padding: 12px 19px 0 0 !default;
115
116
  $gantt-dialog-edit-form-scroll-padding: 12px 15px 0 0 !default;
116
- $gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
117
- $gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
118
- $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
117
+ $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
118
+ $gantt-bigger-tooltip-button-color: #000000;
119
+ $gantt-bigger-tooltip-dialog-color: #f9fafb;
120
+ $gantt-bigger-tooltip-button-text-color: #FFFFFF;
121
+ $gantt-bigger-tooltip-disabled-button-color: #9CA3Af !important;
122
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
123
+ $gantt-bigger-dialog-edit-form-even-padding: 16px 24px 0 8px !default;
124
+ $gantt-bigger-dialog-close-button-left: -2px !important;
125
+ $gantt-bigger-dialog-close-button-size: 16px !important;
126
+ $gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
127
+ $gantt-bigger-dialog-header-padding: 16px 4px 16px 24px !important;
128
+ $gantt-bigger-add-dialog-content-height: 242px !important;
129
+ $gantt-bigger-event-arrow-color: #FFEDD5;
130
+ $gantt-bigger-event-arrow-font-size: 12px !important;
131
+ $gantt-bigger-event-markers-border-radius: 4px !important;
132
+ $gantt-bigger-event-markers-height: 26px !important;
133
+ $gantt-bigger-event-arrow-bottom: 6px solid transparent;
134
+ $gantt-bigger-event-arrow-right: 6px solid transparent;
135
+ $gantt-bigger-event-arrow-top: 6px solid transparent;
136
+ $gantt-bigger-event-arrow-top-value: 43px !important;
137
+ $gantt-bigger-event-markers-top: 36px !important;
138
+ $gantt-bigger-event-markers-padding: 4px 8px 4px 8px !important;
139
+ $gantt-bigger-add-dialog-input-height: 75px !important;
140
+ $gantt-bigger-add-dialog-input-width: 250px !important;
141
+ $gantt-bigger-add-dialog-input-field-width: 175px !default;
142
+ $gantt-bigger-filter-dialog-footer-padding: 12px 24px 12px 12px !important;
143
+ $gantt-bigger-add-dialog-footer-padding: 12px 24px 12px 24px !important;
144
+ $gantt-bigger-filter-dialog-footer-height: 62px !important;
145
+ $gantt-bigger-add-dialog-footer-height: 70px !important;
146
+ $gantt-bigger-filter-dialog-input-padding: 24px 0 0 !important;
147
+ $gantt-bigger-dialog-width: 564px !important;
148
+ $gantt-bigger-filter-dialog-width: 319px !important;
149
+ $gantt-dialog-bigger-input-field: 38px !default;
150
+ $gantt-dialog-bigger-input-padding-field: 23px 24px 15px 24px !important;
151
+ $gantt-bigger-dialog-input-field-height: 36px !important;
152
+ $gantt-bigger-dialog-input-icon: 18px !important;
153
+ $gantt-dialog-bigger-border-radius: 6px !important;
154
+ $gantt-bigger-dialog-tab-padding-left: 12px !important;
155
+ $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
156
+ $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
119
157
  $gantt-dialog-dependent-height: 157px !default;
120
158
  $gantt-dialog-resource-height: 200px !default;
121
159
  $gantt-dialog-rte-height: 259px !default;