@syncfusion/ej2-angular-gantt 23.1.42-ngcc → 23.1.42

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 (130) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +71 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +255 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +734 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +734 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -0
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +1 -1
  29. package/styles/bootstrap.css +1 -1
  30. package/styles/bootstrap4.css +1 -1
  31. package/styles/bootstrap5-dark.css +1 -1
  32. package/styles/bootstrap5.css +1 -1
  33. package/styles/fabric-dark.css +1 -1
  34. package/styles/fabric.css +1 -1
  35. package/styles/fluent-dark.css +1 -1
  36. package/styles/fluent.css +1 -1
  37. package/styles/gantt/_all.scss +2 -0
  38. package/styles/gantt/_bootstrap-dark-definition.scss +215 -0
  39. package/styles/gantt/_bootstrap-definition.scss +215 -0
  40. package/styles/gantt/_bootstrap4-definition.scss +217 -0
  41. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  42. package/styles/gantt/_bootstrap5-definition.scss +219 -0
  43. package/styles/gantt/_fabric-dark-definition.scss +215 -0
  44. package/styles/gantt/_fabric-definition.scss +215 -0
  45. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  46. package/styles/gantt/_fluent-definition.scss +219 -0
  47. package/styles/gantt/_fusionnew-definition.scss +218 -0
  48. package/styles/gantt/_highcontrast-definition.scss +215 -0
  49. package/styles/gantt/_highcontrast-light-definition.scss +215 -0
  50. package/styles/gantt/_layout.scss +1743 -0
  51. package/styles/gantt/_material-dark-definition.scss +216 -0
  52. package/styles/gantt/_material-definition.scss +216 -0
  53. package/styles/gantt/_material3-dark-definition.scss +1 -0
  54. package/styles/gantt/_material3-definition.scss +220 -0
  55. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  56. package/styles/gantt/_tailwind-definition.scss +219 -0
  57. package/styles/gantt/_theme.scss +739 -0
  58. package/styles/gantt/bootstrap-dark.css +1 -1
  59. package/styles/gantt/bootstrap-dark.scss +22 -1
  60. package/styles/gantt/bootstrap.css +1 -1
  61. package/styles/gantt/bootstrap.scss +22 -1
  62. package/styles/gantt/bootstrap4.css +1 -1
  63. package/styles/gantt/bootstrap4.scss +22 -1
  64. package/styles/gantt/bootstrap5-dark.css +1 -1
  65. package/styles/gantt/bootstrap5-dark.scss +22 -1
  66. package/styles/gantt/bootstrap5.css +1 -1
  67. package/styles/gantt/bootstrap5.scss +22 -1
  68. package/styles/gantt/fabric-dark.css +1 -1
  69. package/styles/gantt/fabric-dark.scss +22 -1
  70. package/styles/gantt/fabric.css +1 -1
  71. package/styles/gantt/fabric.scss +22 -1
  72. package/styles/gantt/fluent-dark.css +1 -1
  73. package/styles/gantt/fluent-dark.scss +22 -1
  74. package/styles/gantt/fluent.css +1 -1
  75. package/styles/gantt/fluent.scss +22 -1
  76. package/styles/gantt/highcontrast-light.css +1 -1
  77. package/styles/gantt/highcontrast-light.scss +21 -1
  78. package/styles/gantt/highcontrast.css +1 -1
  79. package/styles/gantt/highcontrast.scss +22 -1
  80. package/styles/gantt/icons/_bootstrap-dark.scss +128 -0
  81. package/styles/gantt/icons/_bootstrap.scss +128 -0
  82. package/styles/gantt/icons/_bootstrap4.scss +128 -0
  83. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  84. package/styles/gantt/icons/_bootstrap5.scss +128 -0
  85. package/styles/gantt/icons/_fabric-dark.scss +128 -0
  86. package/styles/gantt/icons/_fabric.scss +128 -0
  87. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  88. package/styles/gantt/icons/_fluent.scss +128 -0
  89. package/styles/gantt/icons/_fusionnew.scss +124 -0
  90. package/styles/gantt/icons/_highcontrast.scss +128 -0
  91. package/styles/gantt/icons/_material-dark.scss +128 -0
  92. package/styles/gantt/icons/_material.scss +128 -0
  93. package/styles/gantt/icons/_material3-dark.scss +1 -0
  94. package/styles/gantt/icons/_material3.scss +128 -0
  95. package/styles/gantt/icons/_tailwind-dark.scss +128 -0
  96. package/styles/gantt/icons/_tailwind.scss +128 -0
  97. package/styles/gantt/material-dark.css +1 -1
  98. package/styles/gantt/material-dark.scss +22 -1
  99. package/styles/gantt/material.css +1 -1
  100. package/styles/gantt/material.scss +22 -1
  101. package/styles/gantt/material3-dark.css +1 -1
  102. package/styles/gantt/material3-dark.scss +22 -1
  103. package/styles/gantt/material3.css +1 -1
  104. package/styles/gantt/material3.scss +22 -1
  105. package/styles/gantt/tailwind-dark.css +1 -1
  106. package/styles/gantt/tailwind-dark.scss +22 -1
  107. package/styles/gantt/tailwind.css +1 -1
  108. package/styles/gantt/tailwind.scss +22 -1
  109. package/styles/highcontrast-light.css +1 -1
  110. package/styles/highcontrast.css +1 -1
  111. package/styles/material-dark.css +1 -1
  112. package/styles/material.css +1 -1
  113. package/styles/material3-dark.css +1 -1
  114. package/styles/material3-dark.scss +1 -0
  115. package/styles/material3.css +1 -1
  116. package/styles/material3.scss +1 -0
  117. package/styles/tailwind-dark.css +1 -1
  118. package/styles/tailwind.css +1 -1
  119. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  120. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  121. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  122. package/@syncfusion/ej2-angular-gantt.js +0 -764
  123. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  124. package/CHANGELOG.md +0 -2051
  125. package/dist/ej2-angular-gantt.umd.js +0 -925
  126. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  127. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  128. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  129. package/ej2-angular-gantt.metadata.json +0 -1
  130. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1743 @@
1
+ @include export-module('gantt-layout') {
2
+
3
+ .e-bigger {
4
+ .e-gantt {
5
+ @if ($theme-name == 'material-dark'){
6
+ .e-grid{
7
+ .e-row{
8
+ .e-input-group{
9
+ margin: 0 !important; /* stylelint-disable-line declaration-no-important */
10
+ }
11
+ }
12
+ }
13
+ }
14
+ @if ($skin-name== 'Material3-dark' or $skin-name == 'Material3'){
15
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{
16
+ font-size: 18px;
17
+ }}
18
+ .e-gantt-chart {
19
+ .e-timeline-header-container {
20
+ height: $gantt-bigger-header-border-height;
21
+ }
22
+
23
+ .e-timeline-top-header-cell {
24
+ height: $gantt-bigger-timeline-top-header-cell-height;
25
+ }
26
+
27
+ .e-event-markers {
28
+ .e-span-label {
29
+ border-radius: $gantt-bigger-event-markers-border-radius;
30
+ font-size: $gantt-bigger-event-arrow-font-size;
31
+ height: $gantt-bigger-event-markers-height;
32
+ padding: $gantt-bigger-event-markers-padding;
33
+ top: $gantt-bigger-event-markers-top;
34
+ }
35
+
36
+ .e-gantt-right-arrow {
37
+ border-bottom: $gantt-bigger-event-arrow-bottom;
38
+ border-right: $gantt-bigger-event-arrow-right;
39
+ border-right-color: $gantt-bigger-event-arrow-color;
40
+ border-top: $gantt-bigger-event-arrow-top;
41
+ top: $gantt-bigger-event-arrow-top-value;
42
+ }
43
+ }
44
+
45
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name =='Material3') {
46
+ .e-left-resize-gripper::before,
47
+ .e-right-resize-gripper::before {
48
+ content: '\e888';
49
+ }
50
+ }
51
+ @else {
52
+ .e-left-resize-gripper::before,
53
+ .e-right-resize-gripper::before {
54
+ content: '\e92c';
55
+ }
56
+ }
57
+
58
+ .e-connectorpoint-right,
59
+ .e-connectorpoint-left,
60
+ .e-right-connectorpoint-outer-div,
61
+ .e-left-connectorpoint-outer-div {
62
+ border-radius: 50%;
63
+ display: inline-block;
64
+ position: absolute;
65
+ }
66
+
67
+ .e-connectorpoint-left-hover,
68
+ .e-connectorpoint-right-hover {
69
+ border-style: solid;
70
+ border-width: 1px;
71
+ box-sizing: content-box;
72
+ cursor: pointer;
73
+ display: inline-block;
74
+ }
75
+
76
+ .e-connectorpoint-left-hover,
77
+ .e-connectorpoint-right-hover {
78
+ background-color: $connector-point-hover-color;
79
+ border-color: $connector-point-border-color;
80
+ position: relative;
81
+ }
82
+
83
+ .e-connectorpoint-left-hover:hover,
84
+ .e-connectorpoint-right-hover:hover {
85
+ background-color: $connector-point-hover-color;
86
+ border-color: $connector-point-border-color;
87
+ outline: 2px solid $connector-point-hover-outerline-color;
88
+ }
89
+ .e-connectorpoint-left-hover::after,
90
+ .e-connectorpoint-right-hover::after{
91
+ content: '';
92
+ position: absolute;
93
+ width: 30px;
94
+ height: 40px;
95
+ top: -10px;
96
+ }
97
+ .e-connectorpoint-allow-block {
98
+ cursor: no-drop;
99
+ }
100
+ }
101
+
102
+ .e-tab .e-content {
103
+ height: $gantt-bigger-add-dialog-content-height;
104
+ }
105
+
106
+ .e-gantt-tree-grid-pane {
107
+ .e-columnheader {
108
+ .e-headercell {
109
+ height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
110
+ }
111
+ }
112
+ }
113
+ .e-gantt-dialog .e-tab .e-tab-header {
114
+ padding-left: $gantt-dialog-tab-padding-left;
115
+
116
+ @if ($skin-name == 'FluentUI') {
117
+ .e-indicator {
118
+ display: block;
119
+ bottom: 0;
120
+ height: 3px;
121
+ }
122
+ }
123
+ @else {
124
+ .e-indicator {
125
+ display: block;
126
+ @if ($skin-name == 'Material3') {
127
+ border-top-left-radius: 4px;
128
+ border-top-right-radius: 4px;
129
+ }
130
+ }
131
+ }
132
+ }
133
+ .e-dialog {
134
+ .e-dlg-header-content {
135
+ padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
136
+
137
+ .e-btn.e-dlg-closeicon-btn {
138
+ left: $gantt-bigger-dialog-close-button-left;
139
+ }
140
+ }
141
+ @if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
142
+ .e-dlg-content {
143
+ margin-bottom: 0;
144
+ }
145
+ }
146
+ @if ($skin-name == 'tailwind') {
147
+ .e-dlg-header-content {
148
+ height: 68px !important; /* stylelint-disable-line declaration-no-important */
149
+ }
150
+ }
151
+
152
+ .e-btn .e-btn-icon.e-icon-dlg-close {
153
+ font-size: $gantt-bigger-dialog-close-button-size;
154
+ @if ($skin-name == 'Material3') {
155
+ width: $gantt-bigger-dialog-close-button-size;
156
+ }
157
+ }
158
+
159
+ .e-footer-content {
160
+ height: $gantt-bigger-filter-dialog-footer-height;
161
+ padding: $gantt-bigger-filter-dialog-footer-padding;
162
+
163
+ .e-btn {
164
+ margin-left: 12px;
165
+ }
166
+ }
167
+
168
+ .e-dlg-header {
169
+ line-height: 28px;
170
+ }
171
+ }
172
+
173
+ .e-grid .e-flmenu-valuediv {
174
+ padding: $gantt-bigger-filter-dialog-input-padding;
175
+ }
176
+
177
+ .e-filter-popup {
178
+ .e-dlg-content {
179
+ border-radius: $gantt-dialog-bigger-border-radius;
180
+ padding: $gantt-dialog-bigger-input-padding-field;
181
+ }
182
+ }
183
+
184
+ .e-grid .e-columnmenu {
185
+ @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
186
+ top: 35px;
187
+ }
188
+ @else if $skin-name == 'fluent-dark' {
189
+ top: 38px;
190
+ }
191
+ @else {
192
+ top: $bigger-column-menu-size;
193
+ }
194
+ }
195
+ }
196
+
197
+ .e-gantt-dialog {
198
+ .e-dialog {
199
+ border-radius: 6px;
200
+ //width: $gantt-bigger-dialog-width;
201
+ }
202
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
203
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
204
+ }
205
+
206
+ .e-edit-form-column:nth-child(odd) {
207
+ padding: $gantt-bigger-dialog-edit-form-odd-padding;
208
+ }
209
+
210
+ .e-edit-form-column:nth-child(even) {
211
+ padding: $gantt-bigger-dialog-edit-form-even-padding;
212
+ }
213
+
214
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
215
+ padding: $gantt-bigger-dialog-edit-form-scroll-padding;
216
+ }
217
+
218
+ .e-edit-form-row {
219
+ height: $gantt-bigger-add-dialog-content-height;
220
+ }
221
+
222
+ .e-edit-form-column {
223
+ height: $gantt-bigger-add-dialog-input-height;
224
+ }
225
+
226
+ .e-dlg-header-content {
227
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
228
+ }
229
+
230
+ > .e-dlg-content {
231
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
232
+ }
233
+
234
+ .e-dlg-header-content {
235
+ border-radius: $gantt-bigger-dialog-border-radius;
236
+ padding-bottom: $gantt-dialog-padding-bottom;
237
+ @if ($skin-name == 'bootstrap-dark') {
238
+ .e-btn.e-dlg-closeicon-btn {
239
+ border-radius: 50%;
240
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
241
+ width: auto;
242
+ box-shadow: none;
243
+ }
244
+ }
245
+ @else{
246
+ .e-btn.e-dlg-closeicon-btn {
247
+ border-radius: 50%;
248
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
249
+ width: auto;
250
+ @if ($skin-name=='Material3') {
251
+ line-height: 0px;
252
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
253
+ }
254
+ @if ($skin-name == 'FluentUI') {
255
+ margin-right: 6px;
256
+ }
257
+ }
258
+ }
259
+ }
260
+
261
+ .e-tab {
262
+ .e-tab-header .e-toolbar-item.e-active {
263
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
264
+ }
265
+ }
266
+
267
+ @if ($skin-name == 'bootstrap4') {
268
+ .e-icon-dlg-close {
269
+ color: $gantt-bigger-dialog-icon-color;
270
+ }
271
+ }
272
+
273
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
274
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
275
+ }
276
+
277
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
278
+ min-height: $gantt-bigger-dialog-input-icon;
279
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
280
+ }
281
+
282
+ .e-btn.e-flat {
283
+ line-height: 24px;
284
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
285
+ }
286
+
287
+ .e-btn.e-primary {
288
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
289
+ }
290
+
291
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
292
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
293
+ }
294
+
295
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
296
+ font-size: 14px;
297
+ line-height: 22px;
298
+ }
299
+
300
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
301
+ font-size: 14px;
302
+ line-height: 22px;
303
+ }
304
+
305
+ .e-float-input.e-control-wrapper input {
306
+ height: $gantt-bigger-dialog-input-field-height;
307
+
308
+ @if ($skin-name == 'material') {
309
+ padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
310
+ }
311
+ }
312
+
313
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
314
+ min-height: $gantt-bigger-dialog-input-icon;
315
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
316
+ }
317
+
318
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
319
+ min-height: $gantt-bigger-dialog-input-icon;
320
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
321
+ }
322
+
323
+ .e-input-group.e-control-wrapper {
324
+ height: $gantt-dialog-bigger-input-field;
325
+ }
326
+
327
+ .e-input-group-icon.e-date-icon {
328
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
329
+ }
330
+
331
+ @if ($skin-name == 'material') {
332
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
333
+ margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
334
+ }
335
+
336
+ .e-input-group.e-control-wrapper .e-input-group-icon {
337
+ margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
338
+ }
339
+ }
340
+
341
+ @if ($skin-name == 'tailwind') {
342
+ .e-input-group.e-control-wrapper .e-input-group-icon {
343
+ padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
344
+ }
345
+ }
346
+ }
347
+
348
+ .e-predecessor-tooltip {
349
+ .e-arrow-tip-outer.e-tip-bottom {
350
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
351
+ @if ($skin-name == 'FluentUI')
352
+ {
353
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
354
+ }
355
+ @else if ($skin-name == 'highcontrast'){
356
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
357
+ }
358
+ }
359
+
360
+ .e-arrow-tip-inner.e-tip-bottom {
361
+ color: $gantt-bigger-tooltip-button-color;
362
+ }
363
+
364
+ .e-left-btn:disabled {
365
+ color: $gantt-bigger-tooltip-disabled-button-color;
366
+ }
367
+
368
+ .e-right-btn:disabled {
369
+ color: $gantt-bigger-tooltip-disabled-button-color;
370
+ }
371
+
372
+ .e-tip-content {
373
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
374
+ }
375
+
376
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
377
+ background-color: $gantt-bigger-tooltip-button-color;
378
+ border-color: $gantt-bigger-tooltip-button-color;
379
+ color: $gantt-bigger-tooltip-button-text-color;
380
+ font-size: 12px;
381
+ line-height: 18px;
382
+ padding: 0 8px 0 0;
383
+ }
384
+
385
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
386
+ background-color: $gantt-bigger-tooltip-button-color;
387
+ border-color: $gantt-bigger-tooltip-button-color;
388
+ color: $gantt-bigger-tooltip-button-text-color;
389
+ font-size: 12px;
390
+ line-height: 18px;
391
+ padding: 0 0 0 8px;
392
+ }
393
+ }
394
+
395
+ .e-predecessor-dialog {
396
+ background-color: $gantt-bigger-tooltip-dialog-color;
397
+
398
+ .e-dlg-content {
399
+ background-color: $gantt-bigger-tooltip-dialog-color;
400
+ padding: $gantt-bigger-predecessor-dialog-padding;
401
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
402
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
403
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
404
+ color: $gantt-bigger-tooltip-dialog-text-color;
405
+ @if ($skin-name == 'FluentUI') {
406
+ margin-bottom: 0;
407
+ }
408
+ }
409
+ }
410
+ }
411
+ .e-blazor-gantt-tooltip{
412
+ .e-tip-content{
413
+ overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
414
+ white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
415
+ word-break: unset !important; /* stylelint-disable-line declaration-no-important */
416
+ }
417
+ }
418
+ @if ($skin-name == 'Material3-dark' or $skin-name == 'Material3'){
419
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{
420
+ font-size: 16px;
421
+ }}
422
+
423
+ .e-gantt-tooltip{
424
+ .e-tip-content{
425
+ text-align: left !important; /* stylelint-disable-line declaration-no-important */
426
+ }
427
+ }
428
+ .e-gantt.e-gantt-rtl{
429
+ .e-connector-line-right-arrow {
430
+ border-left: none !important; /* stylelint-disable-line declaration-no-important */
431
+ border-right-color: $connector-line-hover-color;
432
+ }
433
+ .e-connector-line-left-arrow{
434
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
435
+ border-left-color: $connector-line-hover-color;
436
+ }
437
+ .e-gantt-chart{
438
+ .e-timeline-header-container{
439
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
440
+ border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
441
+ border-left-color: $gantt-header-border-color !important; /* stylelint-disable-line declaration-no-important */
442
+ }
443
+ .e-timeline-top-header-cell{
444
+ .e-gantt-top-cell-text {
445
+ padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
446
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
447
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
448
+ }
449
+ }
450
+ .e-progress-resize-gripper {
451
+ .e-progressbar-handler-element {
452
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
453
+ }
454
+ .e-progressbar-handler-after{
455
+ right: 1px !important; /* stylelint-disable-line declaration-no-important */
456
+ }
457
+ }
458
+ .e-connectorpoint-right {
459
+ margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
460
+ }
461
+ .e-event-markers{
462
+ .e-gantt-right-arrow{
463
+ border-left: 5px solid;
464
+ border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
465
+ }
466
+ }
467
+ .e-holiday {
468
+ .e-span {
469
+ transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
470
+ }
471
+ }
472
+ .e-left-label-container {
473
+ padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
474
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
475
+ }
476
+ .e-right-label-container {
477
+ margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
478
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
479
+ }
480
+ }
481
+ }
482
+ .e-gantt-rtl{
483
+ .e-gantt-tooltip-label{
484
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
485
+ }
486
+ .e-tip-content{
487
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
488
+ }
489
+ }
490
+ .e-gantt-dialog.e-rtl{
491
+ .e-dlg-closeicon-btn{
492
+ padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
493
+ }
494
+ }
495
+
496
+ #{&}.e-gantt {
497
+ display: block;
498
+ width: 100%;
499
+
500
+ .e-cloneproperties {
501
+ padding: $gantt-bigger-clone-padding;
502
+ }
503
+
504
+ & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
505
+ left: -5px;
506
+ position: relative;
507
+ }
508
+
509
+ .e-cloneproperties {
510
+ border-style: solid;
511
+ border-width: $gantt-border-size;
512
+ box-shadow: $gantt-group-clone-box-shadow;
513
+ font-size: $gantt-header-font-size;
514
+ font-weight: $gantt-drag-clone-font-weight;
515
+ opacity: $gantt-drag-clone-opacity;
516
+ overflow: hidden;
517
+ padding: $gantt-clone-padding;
518
+ text-align: $gantt-group-clone-text-align;
519
+ user-select: none;
520
+ vertical-align: middle;
521
+ white-space: nowrap;
522
+ z-index: 100;
523
+ }
524
+
525
+ .e-cloneproperties.e-draganddrop {
526
+ border-spacing: 0;
527
+ font-size: $gantt-header-font-size;
528
+ font-weight: normal;
529
+ overflow: visible;
530
+ }
531
+
532
+ .e-cloneproperties .e-bothganttlines {
533
+ border-width: 1px 0 0 1px;
534
+ }
535
+
536
+ .e-draganddrop {
537
+ border-width: 0 1px 1px;
538
+ font-weight: normal;
539
+ padding: 0;
540
+ }
541
+
542
+ .e-draganddrop .e-rowcell {
543
+ opacity: .95;
544
+ }
545
+
546
+ .e-cloneproperties.e-draganddrop table {
547
+ border-spacing: 0;
548
+ }
549
+
550
+ .e-icons.e-errorelem {
551
+ display: inline-block;
552
+ padding-left: 10px;
553
+ vertical-align: middle;
554
+ }
555
+
556
+ .e-errorelem::before {
557
+ color: $error-elem-color;
558
+ content: '\e22a';
559
+ transform: rotate(180deg);
560
+ }
561
+
562
+ & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
563
+ & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
564
+ border-bottom: 0;
565
+ border-right: 1px solid $gantt-cell-border-color;
566
+ border-top: 1px solid $gantt-cell-border-color;
567
+ }
568
+
569
+ .e-gantt-toolbar {
570
+ border-bottom-left-radius: 0;
571
+ border-bottom-right-radius: 0;
572
+ border-style: solid;
573
+ border-width: 1px 1px 0;
574
+ }
575
+
576
+ .e-flmenu-valuediv {
577
+ padding-top: $gantt-filter-menu-value-div-padding;
578
+ }
579
+
580
+ .e-gantt-splitter {
581
+ .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
582
+ margin: 0;
583
+ }
584
+
585
+ .e-pane {
586
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
587
+ }
588
+ }
589
+
590
+ .e-temp-content {
591
+ border-left: 1px solid;
592
+ }
593
+
594
+ .e-tab {
595
+ border: 0;
596
+
597
+ .e-tab-header .e-toolbar-item.e-active {
598
+ border-color: transparent;
599
+ }
600
+ }
601
+
602
+ .e-gantt-tree-grid-pane {
603
+ .e-grid {
604
+ border-width: 0;
605
+ }
606
+
607
+ .e-grid.e-gridhover tr[role = 'row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
608
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
609
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
610
+ .e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
611
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
612
+ background-color: transparent;
613
+ }
614
+
615
+ .e-gantt-temp-header {
616
+ border-bottom-style: solid;
617
+ border-bottom-width: 1px;
618
+ height: 45px;
619
+ }
620
+
621
+ .e-headercontent {
622
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
623
+ }
624
+
625
+ .e-gridheader {
626
+ border-top-style: none;
627
+ border-top-width: 0;
628
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
629
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
630
+ }
631
+
632
+ .e-columnheader,
633
+ .e-headercell {
634
+ height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
635
+ }
636
+
637
+ .e-gridcontent .e-content {
638
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
639
+ }
640
+
641
+ .e-gridcontent .e-gantt-frozen {
642
+ overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
643
+ }
644
+
645
+ .e-gridcontent .e-content.e-gantt-scroll-padding {
646
+ width: calc(100% + 17px);
647
+ }
648
+
649
+ .e-ganttnotes-info {
650
+ text-align: center;
651
+ }
652
+
653
+ .e-icons.e-notes-info {
654
+ display: inline-block;
655
+ font-size: 18px;
656
+ height: 15px;
657
+ line-height: 10px;
658
+ vertical-align: middle;
659
+ }
660
+
661
+ .e-grid .e-gantt-resource-parent .e-rowdragdrop{
662
+ pointer-events: none;
663
+ }
664
+ }
665
+
666
+ .e-gantt-chart {
667
+ height: 100%;
668
+ overflow: hidden;
669
+ position: relative;
670
+ width: 100%;
671
+
672
+ .e-chart-empty-row {
673
+ border: .5px solid;
674
+ position: absolute;
675
+ background-color: $gantt-empty-taskbar-background-color;
676
+ border-color: $gantt-empty-taskbar-border-color;
677
+ }
678
+
679
+ .e-chart-root-container {
680
+ border-right: 0 solid;
681
+
682
+ .e-content {
683
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
684
+ overflow-x: scroll;
685
+ overflow-y: auto;
686
+ position: relative;
687
+ }
688
+
689
+ .e-nonworking-day-container {
690
+ position: absolute;
691
+ }
692
+
693
+ .e-event-markers-container {
694
+ position: absolute;
695
+ }
696
+
697
+ .e-holiday-container {
698
+ height: 100%;
699
+ position: absolute;
700
+ }
701
+
702
+ .e-weekend-container {
703
+ height: 100%;
704
+ position: absolute;
705
+ }
706
+ }
707
+
708
+ .e-timeline-header-container {
709
+ border-bottom-style: solid;
710
+ border-right: 1px solid;
711
+ overflow: hidden;
712
+ position: relative;
713
+ z-index: 6;
714
+ }
715
+
716
+ .e-timeline-header-table-container > thead > tr > th {
717
+ border-left: 0;
718
+ }
719
+
720
+ .e-timeline-header-table-container {
721
+ border-collapse: collapse;
722
+ border-spacing: 0;
723
+ border-width: 0;
724
+ box-sizing: border-box;
725
+ margin: 0;
726
+ padding: 0;
727
+ }
728
+
729
+ .e-timeline-header-table-body {
730
+ border-collapse: collapse;
731
+ box-sizing: border-box;
732
+ display: inline-block;
733
+ transform: scale(1);
734
+ white-space: nowrap;
735
+ }
736
+
737
+ .e-timeline-header-table-body > tr {
738
+ display: inline-flex;
739
+ }
740
+
741
+ .e-timeline-top-header-cell,
742
+ .e-timeline-single-header-cell {
743
+ border-spacing: 0;
744
+ border-style: solid;
745
+ border-top: 0;
746
+ border-width: 1px;
747
+ box-sizing: border-box;
748
+ display: inline-flex;
749
+ font-size: $gantt-timeline-top-headercell-font-size;
750
+ font-weight: $gantt-timeline-top-headercell-font-weight;
751
+ margin: 0;
752
+ padding: 0;
753
+ position: static;
754
+ text-align: center;
755
+ user-select: none;
756
+ white-space: nowrap;
757
+
758
+ .e-header-cell-label {
759
+ box-sizing: border-box;
760
+ margin: auto;
761
+ overflow: hidden;
762
+ position: static;
763
+ text-overflow: ellipsis;
764
+ white-space: nowrap;
765
+ }
766
+
767
+ .e-gantt-top-cell-text {
768
+ padding-left: 11px;
769
+ text-align: left;
770
+ }
771
+ }
772
+
773
+ .e-gantt-grid-lines {
774
+ border-bottom-style: solid;
775
+ border-bottom-width: 1px;
776
+ border-collapse: collapse;
777
+ border-spacing: 0;
778
+ box-sizing: border-box;
779
+ }
780
+
781
+ .e-zero-spacing {
782
+ border-spacing: .25px;
783
+ }
784
+
785
+ .e-chart-row:first-child .e-chart-row-border {
786
+ //border-width: 0;
787
+ border-top: 0;
788
+ }
789
+
790
+ .e-chart-row {
791
+ .e-chart-row-border {
792
+ border-collapse: separate;
793
+ border-style: solid;
794
+ border-width: 1px 0 0;
795
+ }
796
+
797
+ .e-chart-row-cell {
798
+ font-size: 0;
799
+ padding: 0;
800
+ }
801
+
802
+ .e-chart-row-border.e-lastrow {
803
+ border-bottom-width: 1px;
804
+ }
805
+
806
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
807
+ line-height: normal;
808
+ }
809
+ }
810
+
811
+ .e-line-container-cell {
812
+ border-right-style: solid;
813
+ border-right-width: 1px;
814
+ height: 100%;
815
+ position: absolute;
816
+ }
817
+
818
+ .e-taskbar-main-container {
819
+ cursor: move;
820
+ display: inline-block;
821
+ position: absolute;
822
+ vertical-align: middle;
823
+ z-index: 3;
824
+ }
825
+
826
+ .e-taskbar-main-container:hover{
827
+ z-index: 4;
828
+ }
829
+
830
+ .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
831
+ z-index: 4;
832
+ }
833
+
834
+ .e-left-label-container.e-left-label-temp-container {
835
+ align-items: center;
836
+ display: inline-flex;
837
+ justify-content: flex-end;
838
+ overflow: hidden;
839
+ text-overflow: ellipsis;
840
+ white-space: nowrap;
841
+ }
842
+
843
+ .e-right-label-container.e-right-label-temp-container {
844
+ align-items: center;
845
+ display: inline-flex;
846
+ float: left;
847
+ outline: none;
848
+ overflow: hidden;
849
+ position: absolute;
850
+ text-overflow: ellipsis;
851
+ white-space: nowrap;
852
+ }
853
+
854
+ .e-left-label-container {
855
+ display: inline-block;
856
+ }
857
+
858
+ .e-left-label-inner-div,
859
+ .e-right-label-container {
860
+ overflow: hidden;
861
+ }
862
+
863
+ .e-left-label-inner-div {
864
+ align-items: center;
865
+ display: inline-flex;
866
+ justify-content: flex-end;
867
+ width: 100%;
868
+ }
869
+
870
+ .e-label {
871
+ margin: 3px;
872
+ overflow: hidden;
873
+ text-overflow: ellipsis;
874
+ white-space: nowrap;
875
+ }
876
+
877
+ .e-right-label-container {
878
+ background-color: transparent;
879
+ display: inline-block;
880
+ margin: 0;
881
+ position: absolute;
882
+ }
883
+
884
+ .e-right-label-inner-div {
885
+ align-items: center;
886
+ display: inline-flex;
887
+ float: left;
888
+ outline: none;
889
+ overflow: hidden;
890
+ }
891
+
892
+ .e-indicator-span {
893
+ display: inline-block;
894
+ font-size: 13px;
895
+ font-weight: normal;
896
+ overflow: hidden;
897
+ position: absolute;
898
+ text-overflow: ellipsis;
899
+ }
900
+
901
+ .e-gantt-child-taskbar,
902
+ .e-gantt-parent-taskbar,
903
+ .e-gantt-child-progressbar,
904
+ .e-gantt-parent-progressbar,
905
+ .e-gantt-milestone,
906
+ .e-gantt-parent-milestone,
907
+ .e-gantt-manualparent-milestone {
908
+ display: inline-block;
909
+ width: 100%;
910
+ }
911
+
912
+ .e-gantt-milestone{
913
+ @if $skin-name =='Material3'{
914
+ border: 1px;
915
+ border-style: solid;
916
+ }
917
+ }
918
+
919
+ .e-manualparent-main-container {
920
+ background-color: transparent;
921
+ cursor: move;
922
+ margin-top: -5px;
923
+ position: absolute;
924
+ }
925
+
926
+ .e-gantt-manualparent-taskbar {
927
+ margin-top: 3px;
928
+ }
929
+
930
+ .e-gantt-split-container-line {
931
+ @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
932
+ border-color: $gantt-active-background-color;
933
+ }
934
+ @else {
935
+ @if $skin-name =='Material3'{
936
+ border-color: $gantt-split-container-line-border-color;
937
+ }
938
+ @else{
939
+ border-color: inherit;
940
+ }
941
+ }
942
+ @if $skin-name =='Material3' or $skin-name =='Material3-dark'{
943
+ border-top-style: dashed;
944
+ border-top-width: 2px;
945
+ }
946
+ @else{
947
+ border-top-style: dotted;
948
+ border-top-width: 2px;
949
+ }
950
+ height: 0;
951
+ left: 2px;
952
+ pointer-events: none;
953
+ position: absolute;
954
+ top: 50%;
955
+ width: 99.5%;
956
+ }
957
+
958
+ .e-gantt-child-taskbar-inner-div,
959
+ .e-gantt-parent-taskbar-inner-div {
960
+ border-spacing: 0;
961
+ box-sizing: border-box;
962
+ margin: auto;
963
+ overflow: hidden;
964
+ padding: 0;
965
+ z-index: 3;
966
+ }
967
+
968
+ .e-gantt-parent-progressbar-inner-div {
969
+ z-index: 3;
970
+ }
971
+
972
+ .e-gantt-child-progressbar-inner-div,
973
+ .e-gantt-parent-progressbar-inner-div {
974
+ box-sizing: border-box;
975
+ text-align: right;
976
+ }
977
+
978
+ .e-chart-scroll-container,
979
+ .e-chart-rows-container {
980
+ user-select: none;
981
+ }
982
+
983
+ .e-chart-rows-container {
984
+ line-height: initial;
985
+ }
986
+
987
+ .e-masked-tbody {
988
+ table-layout: fixed;
989
+ width: 100%;
990
+ }
991
+
992
+ .e-div-background {
993
+ border-color: $gantt-masked-table-background-color;
994
+ border-right-style: solid;
995
+ border-right-width: 1px;
996
+ height: 100%;
997
+ position: absolute;
998
+ }
999
+
1000
+ .e-innerHTML {
1001
+ height: 16px;
1002
+ width: 16px;
1003
+ left: 14px;
1004
+ }
1005
+
1006
+ .e-innerHTML1 {
1007
+ height: 16px;
1008
+ width: 16px;
1009
+ left: 30px;
1010
+ }
1011
+
1012
+ .e-innerHTML2 {
1013
+ height: 16px;
1014
+ width: 16px;
1015
+ left: 60px;
1016
+ }
1017
+
1018
+ .e-timelineHeader {
1019
+ height: 16px;
1020
+ width: 82px;
1021
+ left: 20px;
1022
+ }
1023
+
1024
+ .e-maskcell01 {
1025
+ height: 12px;
1026
+ width: 88px;
1027
+ left: 14px;
1028
+ border-radius: 0;
1029
+ }
1030
+
1031
+ .e-maskcell02 {
1032
+ height: 18px;
1033
+ width: 410px;
1034
+ border-radius: 0;
1035
+ }
1036
+
1037
+ .e-maskcell03 {
1038
+ height: 12px;
1039
+ width: 88px;
1040
+ left: 14px;
1041
+ border-radius: 0;
1042
+ }
1043
+
1044
+ .e-maskcell04 {
1045
+ height: 18px;
1046
+ width: 208px;
1047
+ border-radius: 0;
1048
+ }
1049
+
1050
+ .e-maskcell05 {
1051
+ height: 12px;
1052
+ width: 108px;
1053
+ left: 64px;
1054
+ border-radius: 0;
1055
+ }
1056
+
1057
+ .e-maskcell06 {
1058
+ height: 18px;
1059
+ width: 195px;
1060
+ left: 192px;
1061
+ border-radius: 0;
1062
+ }
1063
+
1064
+ .e-maskcell07 {
1065
+ height: 18px;
1066
+ width: 156px;
1067
+ left: 388px;
1068
+ border-radius: 0;
1069
+ }
1070
+
1071
+ .e-taskbar-left-resizer,
1072
+ .e-taskbar-right-resizer {
1073
+ display: inline-block;
1074
+ position: absolute;
1075
+ top: 0;
1076
+ width: 10px;
1077
+ z-index: 4;
1078
+ }
1079
+
1080
+ .e-child-progress-resizer {
1081
+ display: inline-block;
1082
+ height: 15px;
1083
+ position: absolute;
1084
+ top: 0;
1085
+ width: 20px;
1086
+ z-index: 5;
1087
+ }
1088
+
1089
+ .e-progress-resize-gripper {
1090
+ cursor: col-resize;
1091
+
1092
+ .e-progressbar-handler {
1093
+ border-width: 1px;
1094
+ box-sizing: content-box;
1095
+ cursor: col-resize;
1096
+ height: 2px;
1097
+ position: absolute;
1098
+ top: 7px;
1099
+ }
1100
+
1101
+ .e-progressbar-handler-element {
1102
+ border-bottom-style: solid;
1103
+ border-bottom-width: 8px;
1104
+ border-left: 7px solid transparent;
1105
+ border-right: 7px solid transparent;
1106
+ cursor: col-resize;
1107
+ height: 0;
1108
+ left: 1px;
1109
+ position: absolute;
1110
+ top: -7px;
1111
+ width: 0;
1112
+ }
1113
+
1114
+ .e-progressbar-handler-after {
1115
+ border-bottom-style: solid;
1116
+ border-bottom-width: 8px;
1117
+ border-left: 6px solid transparent;
1118
+ border-right: 6px solid transparent;
1119
+ cursor: col-resize;
1120
+ height: 0;
1121
+ left: 2px;
1122
+ position: absolute;
1123
+ top: -7px;
1124
+ width: 0;
1125
+ }
1126
+ }
1127
+
1128
+ .e-baseline-bar {
1129
+ border-radius: 2px;
1130
+ box-sizing: border-box;
1131
+ position: absolute;
1132
+ z-index: 2;
1133
+ }
1134
+
1135
+ .e-milestone-top,
1136
+ .e-parent-milestone-top,
1137
+ .e-manualparent-milestone-top {
1138
+ border-style: none solid solid;
1139
+ border-top: 0;
1140
+ }
1141
+
1142
+ .e-milestone-top,
1143
+ .e-milestone-bottom,
1144
+ .e-parent-milestone-top,
1145
+ .e-parent-milestone-bottom,
1146
+ .e-manualparent-milestone-top,
1147
+ .e-manualparent-milestone-bottom {
1148
+ border-left-color: transparent;
1149
+ border-right-color: transparent;
1150
+ }
1151
+
1152
+ .e-milestone-bottom,
1153
+ .e-parent-milestone-bottom,
1154
+ .e-manualparent-milestone-bottom {
1155
+ border-bottom: 0;
1156
+ border-style: solid solid none;
1157
+ }
1158
+
1159
+ .e-baseline-gantt-milestone-container {
1160
+ position: absolute;
1161
+ z-index: 2;
1162
+ @if $skin-name =='Material3'{
1163
+ border: 2px;
1164
+ border-color: $gantt-baseline-color;
1165
+ border-style: solid;
1166
+ }
1167
+ }
1168
+
1169
+ .e-task-label {
1170
+ display: inline;
1171
+ font-weight: normal;
1172
+ margin-left: 8px;
1173
+ margin-right: 15px;
1174
+ overflow: hidden;
1175
+ text-overflow: ellipsis;
1176
+ vertical-align: middle;
1177
+ white-space: nowrap;
1178
+ }
1179
+
1180
+ .e-task-table {
1181
+ overflow: hidden;
1182
+ border-collapse: separate;
1183
+ }
1184
+
1185
+ .e-left-resize-gripper,
1186
+ .e-right-resize-gripper {
1187
+ align-items: center;
1188
+ cursor: ew-resize;
1189
+ display: inline-flex;
1190
+ }
1191
+
1192
+ .e-holiday {
1193
+ display: inline-block;
1194
+ position: absolute;
1195
+
1196
+ .e-span {
1197
+ position: absolute;
1198
+ transform: rotate(-90deg);
1199
+ white-space: nowrap;
1200
+ width: 0;
1201
+ }
1202
+ }
1203
+
1204
+ .e-weekend {
1205
+ display: inline-block;
1206
+ position: absolute;
1207
+ z-index: 0;
1208
+ }
1209
+
1210
+ .e-rangecontainer {
1211
+
1212
+ .e-leftarc {
1213
+ border-bottom-left-radius: $gantt-range-container-arc-radius;
1214
+ border-top-left-radius: $gantt-range-container-arc-radius;
1215
+ position: absolute;
1216
+ }
1217
+
1218
+ .e-rightarc {
1219
+ border-bottom-right-radius: $gantt-range-container-arc-radius;
1220
+ border-top-right-radius: $gantt-range-container-arc-radius;
1221
+ position: absolute;
1222
+ }
1223
+ }
1224
+
1225
+ .e-event-markers {
1226
+ border-left: 1px dashed;
1227
+ position: absolute;
1228
+ width: 1px;
1229
+ z-index: 4;
1230
+
1231
+ .e-span-label {
1232
+ border-radius: 3px;
1233
+ font-weight: 500;
1234
+ height: $event-marker-label-height;
1235
+ line-height: $event-marker-line-height;
1236
+ padding: $event-marker-label-padding;
1237
+ position: absolute;
1238
+ top: 50px;
1239
+ white-space: nowrap;
1240
+ width: auto;
1241
+ z-index: 2;
1242
+ }
1243
+
1244
+ .e-gantt-right-arrow {
1245
+ border-bottom: 5px solid transparent;
1246
+ border-right: 5px solid;
1247
+ border-top: 5px solid transparent;
1248
+ height: 0;
1249
+ position: absolute;
1250
+ top: $event-marker-label-arrow-top;
1251
+ width: 0;
1252
+ }
1253
+ }
1254
+
1255
+ .e-gantt-unscheduled-taskbar {
1256
+ border-radius: 0;
1257
+ border-style: none;
1258
+ display: inline-block;
1259
+ }
1260
+
1261
+ .e-connector-line-right-arrow {
1262
+ border-left-style: solid;
1263
+ border-left-width: 10px;
1264
+ }
1265
+
1266
+ .e-connector-line-left-arrow {
1267
+ border-right-style: solid;
1268
+ border-right-width: 10px;
1269
+ }
1270
+
1271
+ .e-connector-line-right-arrow,
1272
+ .e-connector-line-left-arrow {
1273
+ border-bottom: 5px solid transparent;
1274
+ border-top: 5px solid transparent;
1275
+ }
1276
+
1277
+ .e-connector-line-container {
1278
+ z-index: 5;
1279
+ }
1280
+
1281
+ .e-connector-line-z-index {
1282
+ z-index: 1;
1283
+ }
1284
+
1285
+ .e-connector-line-hover {
1286
+ outline: 1px solid;
1287
+ }
1288
+
1289
+ .e-critical-connector-line-hover {
1290
+ outline: 1px solid;
1291
+ }
1292
+
1293
+ .e-connector-line-hover-z-index {
1294
+ z-index: 100;
1295
+ }
1296
+
1297
+ .e-connectortouchpoint {
1298
+ background-color: transparent;
1299
+ display: block;
1300
+ position: absolute;
1301
+ z-index: 5;
1302
+ }
1303
+
1304
+ .e-connectorpoint-right,
1305
+ .e-connectorpoint-left,
1306
+ .e-right-connectorpoint-outer-div,
1307
+ .e-left-connectorpoint-outer-div {
1308
+ border-radius: 50%;
1309
+ display: inline-block;
1310
+ position: absolute;
1311
+ }
1312
+
1313
+ .e-connectorpoint-left-hover,
1314
+ .e-connectorpoint-right-hover {
1315
+ border-style: solid;
1316
+ border-width: 1px;
1317
+ box-sizing: content-box;
1318
+ cursor: pointer;
1319
+ display: inline-block;
1320
+ }
1321
+
1322
+ .e-connectorpoint-allow-block {
1323
+ cursor: no-drop;
1324
+ }
1325
+
1326
+ .e-gantt-manualparenttaskbar-left,
1327
+ .e-gantt-manualparenttaskbar-right {
1328
+ background-color: $gantt-manualparent-background-color;
1329
+ border-color: $gantt-manualparent-background-color;
1330
+ border-radius: 50%;
1331
+ display: inline-block;
1332
+ height: 10px;
1333
+ margin: -1px;
1334
+ position: absolute;
1335
+ width: 10px;
1336
+ }
1337
+
1338
+ .e-manualparent-milestone-top,
1339
+ .e-manualparent-milestone-bottom {
1340
+ border-bottom-color: $gantt-manualparent-background-color;
1341
+ }
1342
+
1343
+ .e-gantt-manualparenttaskbar-right {
1344
+ cursor: e-resize;
1345
+ margin-left: -8px;
1346
+ }
1347
+
1348
+ .e-gantt-manualparenttaskbar-left {
1349
+ margin-left: 0;
1350
+ }
1351
+
1352
+ .e-gantt-manualparenttaskbar {
1353
+ background: $gantt-manualparent-background-color;
1354
+ margin-top: 3px;
1355
+ position: absolute;
1356
+ }
1357
+
1358
+ .e-icon {
1359
+ font-family: 'e-icons';
1360
+ font-size: 13px;
1361
+ font-style: normal;
1362
+ font-variant: normal;
1363
+ font-weight: normal;
1364
+ line-height: 1;
1365
+ text-transform: none;
1366
+ vertical-align: middle;
1367
+ }
1368
+
1369
+ .e-active-container {
1370
+ outline: 1px solid;
1371
+ outline-offset: 2px;
1372
+ }
1373
+ }
1374
+ }
1375
+
1376
+ .e-gantt-dialog .e-tab .e-tab-header {
1377
+ padding-left: $gantt-dialog-tab-padding-left;
1378
+
1379
+ @if ($skin-name == 'FluentUI'){
1380
+ .e-indicator {
1381
+ display: block;
1382
+ bottom: 1px;
1383
+ height: 3px;
1384
+ }
1385
+ }
1386
+ @else{
1387
+ .e-indicator {
1388
+ display: block;
1389
+ }
1390
+ }
1391
+
1392
+ .e-toolbar-item .e-tab-wrap {
1393
+ border-style: solid;
1394
+ border-width: $gantt-tab-header-border-width;
1395
+ }
1396
+ }
1397
+
1398
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1399
+ border: 0;
1400
+ }
1401
+
1402
+ .e-gantt-dialog {
1403
+ border: 0;
1404
+
1405
+ .e-gridform .e-table {
1406
+ border-spacing: 0;
1407
+ }
1408
+
1409
+ .e-item {
1410
+ height: $gantt-dialog-general-height;
1411
+ }
1412
+
1413
+ .e-dependent-div {
1414
+ border-bottom-width: $gantt-depedent-div-border-bottom;
1415
+ }
1416
+
1417
+ .e-icon-dlg-close {
1418
+ opacity: initial;
1419
+ }
1420
+
1421
+ .e-toolbar {
1422
+ border-top-width: 0;
1423
+ }
1424
+
1425
+ .e-resource-div {
1426
+ border-bottom-width: $gantt-resource-div-border-bottom;
1427
+
1428
+ .e-gridheader {
1429
+ border-top-width: 0;
1430
+ }
1431
+ }
1432
+
1433
+ .e-edit-form-row {
1434
+ height: $gantt-dialog-general-height;
1435
+ overflow-y: auto;
1436
+ }
1437
+
1438
+ .e-edit-form-column:nth-child(odd) {
1439
+ float: left;
1440
+ padding: $gantt-dialog-edit-form-odd-padding;
1441
+ width: 50%;
1442
+ }
1443
+
1444
+ .e-edit-form-column:nth-child(even) {
1445
+ float: left;
1446
+ padding: $gantt-dialog-edit-form-even-padding;
1447
+ width: 50%;
1448
+ }
1449
+
1450
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1451
+ padding: $gantt-dialog-edit-form-scroll-padding;
1452
+ }
1453
+
1454
+ .e-edit-form-column {
1455
+ height: 75px;
1456
+ }
1457
+
1458
+ .e-dependent-div .e-content {
1459
+ height: $gantt-dialog-dependent-height;
1460
+ }
1461
+
1462
+ .e-resource-div .e-content {
1463
+ height: $gantt-dialog-resource-height;
1464
+ }
1465
+
1466
+ .e-richtexteditor {
1467
+ border-bottom-width: $gantt-richtext-border-bottom;
1468
+ height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
1469
+ overflow: hidden;
1470
+ }
1471
+
1472
+ .e-richtexteditor.e-rte-tb-expand {
1473
+ border-top: 0;
1474
+ }
1475
+
1476
+ .e-richtexteditor .e-rte-content {
1477
+ border-bottom-width: $gantt-richtext-content-border-bottom;
1478
+ height: $gantt-dialog-rte-content-height;
1479
+ overflow: hidden;
1480
+ }
1481
+
1482
+ > .e-dlg-content {
1483
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1484
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1485
+ height: 291px;
1486
+ }
1487
+ }
1488
+
1489
+ .e-dlg-header-content {
1490
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1491
+ }
1492
+
1493
+ .e-dlg-header-content {
1494
+ border-radius: $gantt-dialog-border-radius;
1495
+ padding-bottom: $gantt-dialog-padding-bottom;
1496
+
1497
+ @if ($skin-name == 'bootstrap-dark'){
1498
+ .e-btn.e-dlg-closeicon-btn {
1499
+ border-radius: 50%;
1500
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1501
+ width: auto;
1502
+ box-shadow: none;
1503
+ }
1504
+ }
1505
+ @else{
1506
+ .e-btn.e-dlg-closeicon-btn {
1507
+ border-radius: 50%;
1508
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1509
+ width: auto;
1510
+ }
1511
+ }
1512
+ }
1513
+ }
1514
+
1515
+ .e-ganttpopup {
1516
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1517
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1518
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1519
+ font-weight: normal;
1520
+ position: absolute;
1521
+ user-select: none;
1522
+ z-index: 99999;
1523
+
1524
+ .e-rowselect {
1525
+ line-height: 18px;
1526
+ text-indent: 7%;
1527
+ }
1528
+
1529
+ span {
1530
+ border: 1px solid transparent;
1531
+ cursor: pointer;
1532
+ display: inline-block;
1533
+ height: 26px;
1534
+ padding: 4px;
1535
+ width: 26px;
1536
+ }
1537
+
1538
+ .e-content {
1539
+ border-radius: 4px;
1540
+ border-style: solid;
1541
+ border-width: 1px;
1542
+ font-size: 14px;
1543
+ padding: 4px;
1544
+ }
1545
+
1546
+ .e-tail::after,
1547
+ .e-tail::before,
1548
+ .e-ganttpopup {
1549
+ border: 10px solid transparent;
1550
+ content: '';
1551
+ height: 0;
1552
+ left: 8px;
1553
+ position: absolute;
1554
+ width: 0;
1555
+ }
1556
+
1557
+ .e-downtail::after {
1558
+ top: 34px;
1559
+ }
1560
+ }
1561
+
1562
+ .e-gantt-tooltip.e-tooltip-wrap {
1563
+ opacity: 1;
1564
+ }
1565
+
1566
+ .e-gantt-tooltip {
1567
+ visibility: hidden;
1568
+ }
1569
+
1570
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1571
+ content: '';
1572
+ }
1573
+
1574
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1575
+ font-size: $gantt-bigger-label-font-size;
1576
+ }
1577
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div{
1578
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1579
+ }
1580
+ .e-bigger .e-timeline-single-header-cell {
1581
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1582
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1583
+ }
1584
+
1585
+ .e-gantt-tooltip-label {
1586
+ padding-bottom: 2px;
1587
+ padding-right: 2px;
1588
+ text-align: left;
1589
+ }
1590
+
1591
+ .e-gantt.e-device {
1592
+ .e-edit-form-column {
1593
+ &:nth-child(odd),
1594
+ &:nth-child(even) {
1595
+ float: none;
1596
+ padding: $gantt-dialog-edit-form-odd-padding;
1597
+ width: 100%;
1598
+ }
1599
+ }
1600
+
1601
+ .e-edit-form-row {
1602
+ height: auto;
1603
+ }
1604
+
1605
+ .e-adaptive-searchbar {
1606
+ padding: 5px 10px;
1607
+ width: 90%;
1608
+ }
1609
+
1610
+ .e-backarrowspan {
1611
+ font-size: 16px;
1612
+ padding: 5px 10px;
1613
+ }
1614
+
1615
+ .e-gantt-dialog {
1616
+ max-height: none;
1617
+
1618
+ .e-dlg-closeicon-btn {
1619
+ float: left;
1620
+ left: -4px;
1621
+ }
1622
+
1623
+ .e-icon-dlg-close {
1624
+ font-size: 16px;
1625
+ }
1626
+
1627
+ .e-dlg-header {
1628
+ display: inline-block;
1629
+ }
1630
+ }
1631
+
1632
+ .e-toolbar-item {
1633
+ padding: 7px;
1634
+ }
1635
+
1636
+ .e-toolbar .e-icons {
1637
+ font-size: 18px;
1638
+ }
1639
+
1640
+ .e-gridheader .e-icons {
1641
+ font-size: 12px;
1642
+ }
1643
+
1644
+ // .e-right-resize-gripper,
1645
+ // .e-left-resize-gripper {
1646
+ // border: 7px solid;
1647
+ // z-index: -1;
1648
+
1649
+ // &::before {
1650
+ // font-size: 14px;
1651
+ // margin-left: -7px;
1652
+ // }
1653
+ // }
1654
+
1655
+ .e-dependent-div .e-content {
1656
+ height: 100%;
1657
+ }
1658
+
1659
+ .e-resource-div .e-content {
1660
+ height: 100%;
1661
+ }
1662
+
1663
+ .e-richtexteditor {
1664
+ height: 100%;
1665
+
1666
+ .e-rte-content {
1667
+ height: 100%;
1668
+ }
1669
+ }
1670
+ }
1671
+
1672
+ .e-predecessor-tooltip {
1673
+ background-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1674
+ border-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1675
+ visibility: hidden;
1676
+
1677
+ .e-arrow-tip-outer.e-tip-bottom {
1678
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
1679
+ @if ($skin-name == 'FluentUI')
1680
+ {
1681
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
1682
+ }
1683
+ @else if ($skin-name == 'highcontrast'){
1684
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
1685
+ }
1686
+ }
1687
+
1688
+ .e-arrow-tip-inner.e-tip-bottom {
1689
+ color: $gantt-bigger-tooltip-button-color;
1690
+ }
1691
+
1692
+ .e-left-btn:disabled {
1693
+ color: $gantt-bigger-tooltip-disabled-button-color;
1694
+ }
1695
+
1696
+ .e-right-btn:disabled {
1697
+ color: $gantt-bigger-tooltip-disabled-button-color;
1698
+ }
1699
+
1700
+ .e-tip-content {
1701
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1702
+ }
1703
+
1704
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1705
+ background-color: $gantt-bigger-tooltip-button-color;
1706
+ border-color: $gantt-bigger-tooltip-button-color;
1707
+ color: $gantt-bigger-tooltip-button-text-color;
1708
+ font-size: 12px;
1709
+ line-height: 18px;
1710
+ padding: 0 8px 0 0;
1711
+ }
1712
+
1713
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1714
+ background-color: $gantt-bigger-tooltip-button-color;
1715
+ border-color: $gantt-bigger-tooltip-button-color;
1716
+ color: $gantt-bigger-tooltip-button-text-color;
1717
+ font-size: 12px;
1718
+ line-height: 18px;
1719
+ padding: 0 0 0 8px;
1720
+ }
1721
+ }
1722
+
1723
+ .e-predecessor-dialog {
1724
+ background-color: $gantt-bigger-tooltip-dialog-color;
1725
+
1726
+ .e-dlg-content {
1727
+ background-color: $gantt-bigger-tooltip-dialog-color;
1728
+ padding: $gantt-bigger-predecessor-dialog-padding;
1729
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
1730
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
1731
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
1732
+ color: $gantt-bigger-tooltip-dialog-text-color;
1733
+ @if ($skin-name == 'FluentUI') {
1734
+ margin-bottom: 0;
1735
+ }
1736
+ }
1737
+ }
1738
+ .e-gantt-chart-resize-indicator{
1739
+ height: 100%;
1740
+ position: absolute;
1741
+ z-index: 1;
1742
+ }
1743
+ }