@syncfusion/ej2-angular-gantt 20.2.45 → 20.2.46-ngcc

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 (165) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +1346 -0
  6. package/dist/ej2-angular-gantt.umd.js +908 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +30 -0
  15. package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
  16. package/schematics/generators/gantt-daymarkers/index.js +8 -0
  17. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
  18. package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
  19. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  20. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  21. package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
  22. package/schematics/generators/gantt-daymarkers/schema.js +2 -0
  23. package/schematics/generators/gantt-daymarkers/schema.json +125 -0
  24. package/schematics/generators/gantt-default/index.d.ts +3 -0
  25. package/schematics/generators/gantt-default/index.js +8 -0
  26. package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/gantt-default/sample-details.js +7 -0
  28. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  29. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/gantt-default/schema.d.ts +3 -0
  31. package/schematics/generators/gantt-default/schema.js +2 -0
  32. package/schematics/generators/gantt-default/schema.json +125 -0
  33. package/schematics/generators/gantt-editing/index.d.ts +3 -0
  34. package/schematics/generators/gantt-editing/index.js +8 -0
  35. package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
  36. package/schematics/generators/gantt-editing/sample-details.js +7 -0
  37. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  38. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/gantt-editing/schema.d.ts +3 -0
  40. package/schematics/generators/gantt-editing/schema.js +2 -0
  41. package/schematics/generators/gantt-editing/schema.json +125 -0
  42. package/schematics/generators/gantt-localdata/index.d.ts +3 -0
  43. package/schematics/generators/gantt-localdata/index.js +8 -0
  44. package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
  45. package/schematics/generators/gantt-localdata/sample-details.js +7 -0
  46. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  47. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  48. package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
  49. package/schematics/generators/gantt-localdata/schema.js +2 -0
  50. package/schematics/generators/gantt-localdata/schema.json +125 -0
  51. package/schematics/ng-add/index.d.ts +3 -0
  52. package/schematics/ng-add/index.js +9 -0
  53. package/schematics/ng-add/schema.d.ts +13 -0
  54. package/schematics/ng-add/schema.js +2 -0
  55. package/schematics/ng-add/schema.json +34 -0
  56. package/schematics/tsconfig.json +25 -0
  57. package/schematics/utils/lib-details.d.ts +4 -0
  58. package/schematics/utils/lib-details.js +6 -0
  59. package/schematics/utils/lib-details.ts +2 -2
  60. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  61. package/src/gantt/columns.directive.d.ts +0 -5
  62. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  63. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  64. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  65. package/src/gantt/gantt-all.module.d.ts +0 -6
  66. package/src/gantt/gantt.component.d.ts +0 -3
  67. package/src/gantt/gantt.module.d.ts +0 -12
  68. package/src/gantt/holidays.directive.d.ts +0 -5
  69. package/styles/bootstrap-dark.css +58 -61
  70. package/styles/bootstrap.css +58 -61
  71. package/styles/bootstrap4.css +58 -61
  72. package/styles/bootstrap5-dark.css +59 -65
  73. package/styles/bootstrap5.css +59 -65
  74. package/styles/fabric-dark.css +58 -61
  75. package/styles/fabric.css +58 -61
  76. package/styles/fluent-dark.css +58 -61
  77. package/styles/fluent.css +58 -61
  78. package/styles/gantt/bootstrap-dark.css +58 -61
  79. package/styles/gantt/bootstrap-dark.scss +1 -22
  80. package/styles/gantt/bootstrap.css +58 -61
  81. package/styles/gantt/bootstrap.scss +1 -22
  82. package/styles/gantt/bootstrap4.css +58 -61
  83. package/styles/gantt/bootstrap4.scss +1 -22
  84. package/styles/gantt/bootstrap5-dark.css +59 -65
  85. package/styles/gantt/bootstrap5-dark.scss +1 -22
  86. package/styles/gantt/bootstrap5.css +59 -65
  87. package/styles/gantt/bootstrap5.scss +1 -22
  88. package/styles/gantt/fabric-dark.css +58 -61
  89. package/styles/gantt/fabric-dark.scss +1 -22
  90. package/styles/gantt/fabric.css +58 -61
  91. package/styles/gantt/fabric.scss +1 -22
  92. package/styles/gantt/fluent-dark.css +58 -61
  93. package/styles/gantt/fluent-dark.scss +1 -22
  94. package/styles/gantt/fluent.css +58 -61
  95. package/styles/gantt/fluent.scss +1 -22
  96. package/styles/gantt/highcontrast-light.css +58 -64
  97. package/styles/gantt/highcontrast-light.scss +1 -21
  98. package/styles/gantt/highcontrast.css +58 -64
  99. package/styles/gantt/highcontrast.scss +1 -22
  100. package/styles/gantt/material-dark.css +61 -64
  101. package/styles/gantt/material-dark.scss +1 -22
  102. package/styles/gantt/material.css +61 -64
  103. package/styles/gantt/material.scss +1 -22
  104. package/styles/gantt/tailwind-dark.css +60 -63
  105. package/styles/gantt/tailwind-dark.scss +1 -22
  106. package/styles/gantt/tailwind.css +60 -63
  107. package/styles/gantt/tailwind.scss +1 -22
  108. package/styles/highcontrast-light.css +58 -64
  109. package/styles/highcontrast.css +58 -64
  110. package/styles/material-dark.css +61 -64
  111. package/styles/material.css +61 -64
  112. package/styles/tailwind-dark.css +60 -63
  113. package/styles/tailwind.css +60 -63
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  116. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  117. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  118. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  119. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  120. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  121. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  122. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  123. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  124. package/esm2020/src/index.mjs +0 -11
  125. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  126. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  127. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  128. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  129. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  130. package/styles/gantt/_all.scss +0 -2
  131. package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
  132. package/styles/gantt/_bootstrap-definition.scss +0 -208
  133. package/styles/gantt/_bootstrap4-definition.scss +0 -210
  134. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  135. package/styles/gantt/_bootstrap5-definition.scss +0 -212
  136. package/styles/gantt/_fabric-dark-definition.scss +0 -208
  137. package/styles/gantt/_fabric-definition.scss +0 -208
  138. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  139. package/styles/gantt/_fluent-definition.scss +0 -212
  140. package/styles/gantt/_fusionnew-definition.scss +0 -211
  141. package/styles/gantt/_highcontrast-definition.scss +0 -208
  142. package/styles/gantt/_highcontrast-light-definition.scss +0 -208
  143. package/styles/gantt/_layout.scss +0 -1354
  144. package/styles/gantt/_material-dark-definition.scss +0 -209
  145. package/styles/gantt/_material-definition.scss +0 -209
  146. package/styles/gantt/_material3-definition.scss +0 -212
  147. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  148. package/styles/gantt/_tailwind-definition.scss +0 -212
  149. package/styles/gantt/_theme.scss +0 -702
  150. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  151. package/styles/gantt/icons/_bootstrap.scss +0 -124
  152. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  153. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  154. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  155. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  156. package/styles/gantt/icons/_fabric.scss +0 -124
  157. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  158. package/styles/gantt/icons/_fluent.scss +0 -124
  159. package/styles/gantt/icons/_fusionnew.scss +0 -120
  160. package/styles/gantt/icons/_highcontrast.scss +0 -124
  161. package/styles/gantt/icons/_material-dark.scss +0 -124
  162. package/styles/gantt/icons/_material.scss +0 -124
  163. package/styles/gantt/icons/_material3.scss +0 -124
  164. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  165. package/styles/gantt/icons/_tailwind.scss +0 -124
@@ -1,1354 +0,0 @@
1
- @include export-module('gantt-layout') {
2
-
3
- .e-bigger {
4
- .e-gantt {
5
- .e-gantt-chart {
6
- .e-timeline-header-container {
7
- height: $gantt-bigger-header-border-height;
8
- }
9
-
10
- .e-timeline-top-header-cell {
11
- height: $gantt-bigger-timeline-top-header-cell-height;
12
- }
13
-
14
- .e-event-markers {
15
- .e-span-label {
16
- border-radius: $gantt-bigger-event-markers-border-radius;
17
- font-size: $gantt-bigger-event-arrow-font-size;
18
- height: $gantt-bigger-event-markers-height;
19
- padding: $gantt-bigger-event-markers-padding;
20
- top: $gantt-bigger-event-markers-top;
21
- }
22
-
23
- .e-gantt-right-arrow {
24
- border-bottom: $gantt-bigger-event-arrow-bottom;
25
- border-right: $gantt-bigger-event-arrow-right;
26
- border-right-color: $gantt-bigger-event-arrow-color;
27
- border-top: $gantt-bigger-event-arrow-top;
28
- top: $gantt-bigger-event-arrow-top-value;
29
- }
30
- }
31
-
32
- @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
33
- .e-left-resize-gripper::before,
34
- .e-right-resize-gripper::before {
35
- content: '\e888';
36
- }
37
- }
38
- @else {
39
- .e-left-resize-gripper::before,
40
- .e-right-resize-gripper::before {
41
- content: '\e92c';
42
- }
43
- }
44
-
45
- .e-connectorpoint-right,
46
- .e-connectorpoint-left,
47
- .e-right-connectorpoint-outer-div,
48
- .e-left-connectorpoint-outer-div {
49
- border-radius: 50%;
50
- display: inline-block;
51
- position: absolute;
52
- }
53
-
54
- .e-connectorpoint-left-hover,
55
- .e-connectorpoint-right-hover {
56
- border-style: solid;
57
- border-width: 1px;
58
- box-sizing: content-box;
59
- cursor: pointer;
60
- display: inline-block;
61
- }
62
-
63
- .e-connectorpoint-left-hover,
64
- .e-connectorpoint-right-hover {
65
- background-color: $connector-point-hover-color;
66
- border-color: $connector-point-border-color;
67
- }
68
-
69
- .e-connectorpoint-left-hover:hover,
70
- .e-connectorpoint-right-hover:hover {
71
- background-color: $connector-point-hover-color;
72
- border-color: $connector-point-border-color;
73
- outline: 2px solid $connector-point-hover-outerline-color;
74
- }
75
- }
76
-
77
- .e-tab .e-content {
78
- height: $gantt-bigger-add-dialog-content-height;
79
- }
80
-
81
- .e-gantt-tree-grid-pane {
82
- .e-columnheader {
83
- .e-headercell {
84
- height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
85
- }
86
- }
87
- }
88
-
89
- .e-dialog {
90
- .e-dlg-header-content {
91
- padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
92
-
93
- .e-btn.e-dlg-closeicon-btn {
94
- left: $gantt-bigger-dialog-close-button-left;
95
- }
96
- }
97
-
98
- @if ($skin-name == 'tailwind') {
99
- .e-dlg-header-content {
100
- height: 68px !important; /* stylelint-disable-line declaration-no-important */
101
- }
102
- }
103
-
104
- .e-btn .e-btn-icon.e-icon-dlg-close {
105
- font-size: $gantt-bigger-dialog-close-button-size;
106
- }
107
-
108
- .e-footer-content {
109
- height: $gantt-bigger-filter-dialog-footer-height;
110
- padding: $gantt-bigger-filter-dialog-footer-padding;
111
-
112
- .e-btn {
113
- margin-left: 12px;
114
- }
115
- }
116
-
117
- .e-dlg-header {
118
- line-height: 28px;
119
- }
120
- }
121
-
122
- .e-filter-popup {
123
- width: $gantt-bigger-filter-dialog-width;
124
- }
125
-
126
- .e-grid .e-flmenu-valuediv {
127
- padding: $gantt-bigger-filter-dialog-input-padding;
128
- }
129
-
130
- .e-filter-popup {
131
- .e-dlg-content {
132
- border-radius: $gantt-dialog-bigger-border-radius;
133
- padding: $gantt-dialog-bigger-input-padding-field;
134
- }
135
- }
136
- }
137
-
138
- .e-columnmenu {
139
- @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
140
- top: 35px;
141
- }
142
- @else if $skin-name == 'fluent-dark' {
143
- top: 38px;
144
- }
145
- @else {
146
- top: $bigger-column-menu-size;
147
- }
148
- }
149
-
150
- .e-gantt-dialog {
151
- border-radius: 6px;
152
- width: $gantt-bigger-dialog-width;
153
-
154
- .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
155
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
156
- }
157
-
158
- .e-edit-form-column:nth-child(odd) {
159
- padding: $gantt-bigger-dialog-edit-form-odd-padding;
160
- }
161
-
162
- .e-edit-form-column:nth-child(even) {
163
- padding: $gantt-bigger-dialog-edit-form-even-padding;
164
- }
165
-
166
- .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
167
- padding: $gantt-bigger-dialog-edit-form-scroll-padding;
168
- }
169
-
170
- .e-edit-form-row {
171
- height: $gantt-bigger-add-dialog-content-height;
172
- }
173
-
174
- .e-edit-form-column {
175
- height: $gantt-bigger-add-dialog-input-height;
176
- }
177
-
178
- .e-dlg-header-content {
179
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
180
- }
181
-
182
- > .e-dlg-content {
183
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
184
- }
185
-
186
- .e-dlg-header-content {
187
- border-radius: $gantt-bigger-dialog-border-radius;
188
- padding-bottom: $gantt-dialog-padding-bottom;
189
-
190
- .e-btn.e-dlg-closeicon-btn {
191
- border-radius: 50%;
192
- height: auto !important; /* stylelint-disable-line declaration-no-important */
193
- width: auto;
194
- }
195
- }
196
-
197
- .e-tab {
198
- .e-tab-header .e-toolbar-item.e-active {
199
- margin-left: $gantt-bigger-dialog-tab-padding-left;
200
- }
201
- }
202
-
203
- @if ($skin-name == 'bootstrap4') {
204
- .e-icon-dlg-close {
205
- color: $gantt-bigger-dialog-icon-color;
206
- }
207
- }
208
-
209
- .e-control-wrapper .e-input-group-icon.e-date-icon {
210
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
211
- }
212
-
213
- .e-control-wrapper .e-input-group-icon.e-date-icon {
214
- min-height: $gantt-bigger-dialog-input-icon;
215
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
216
- }
217
-
218
- .e-btn.e-flat {
219
- line-height: 24px;
220
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
221
- }
222
-
223
- .e-btn.e-primary {
224
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
225
- }
226
-
227
- .e-datetime-wrapper .e-time-icon.e-icons::before {
228
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
229
- }
230
-
231
- .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
232
- font-size: 14px;
233
- line-height: 22px;
234
- }
235
-
236
- .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
237
- font-size: 14px;
238
- line-height: 22px;
239
- }
240
-
241
- .e-float-input.e-control-wrapper input {
242
- height: $gantt-bigger-dialog-input-field-height;
243
-
244
- @if ($skin-name == 'material') {
245
- padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
246
- }
247
- }
248
-
249
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
250
- min-height: $gantt-bigger-dialog-input-icon;
251
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
252
- }
253
-
254
- .e-control-wrapper .e-input-group-icon.e-time-icon {
255
- min-height: $gantt-bigger-dialog-input-icon;
256
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
257
- }
258
-
259
- .e-input-group.e-control-wrapper {
260
- height: $gantt-dialog-bigger-input-field;
261
- }
262
-
263
- .e-input-group-icon.e-date-icon {
264
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
265
- }
266
-
267
- @if ($skin-name == 'material') {
268
- .e-datetime-wrapper .e-input-group-icon.e-time-icon {
269
- margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
270
- }
271
-
272
- .e-input-group.e-control-wrapper .e-input-group-icon {
273
- margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
274
- }
275
- }
276
-
277
- @if ($skin-name == 'tailwind') {
278
- .e-input-group.e-control-wrapper .e-input-group-icon {
279
- padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
280
- }
281
- }
282
- }
283
-
284
- .e-predecessor-tooltip {
285
- background-color: $gantt-bigger-tooltip-button-color;
286
-
287
- .e-left-btn:disabled {
288
- color: $gantt-bigger-tooltip-disabled-button-color;
289
- }
290
-
291
- .e-right-btn:disabled {
292
- color: $gantt-bigger-tooltip-disabled-button-color;
293
- }
294
-
295
- .e-tip-content {
296
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
297
- }
298
-
299
- .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
300
- background-color: $gantt-bigger-tooltip-button-color;
301
- border-color: $gantt-bigger-tooltip-button-color;
302
- color: $gantt-bigger-tooltip-button-text-color;
303
- font-size: 12px;
304
- line-height: 18px;
305
- padding: 0 8px 0 0;
306
- }
307
-
308
- .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
309
- background-color: $gantt-bigger-tooltip-button-color;
310
- border-color: $gantt-bigger-tooltip-button-color;
311
- color: $gantt-bigger-tooltip-button-text-color;
312
- font-size: 12px;
313
- line-height: 18px;
314
- padding: 0 0 0 8px;
315
- }
316
- }
317
-
318
- .e-predecessor-dialog {
319
- background-color: $gantt-bigger-tooltip-dialog-color;
320
-
321
- .e-dlg-content {
322
- background-color: $gantt-bigger-tooltip-dialog-color;
323
- padding: $gantt-bigger-predecessor-dialog-padding;
324
- }
325
- }
326
- }
327
-
328
- #{&}.e-gantt {
329
- display: block;
330
- width: 100%;
331
-
332
- .e-cloneproperties {
333
- padding: $gantt-bigger-clone-padding;
334
- }
335
-
336
- & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
337
- left: -5px;
338
- position: relative;
339
- }
340
-
341
- .e-cloneproperties {
342
- border-style: solid;
343
- border-width: $gantt-border-size;
344
- box-shadow: $gantt-group-clone-box-shadow;
345
- font-size: $gantt-header-font-size;
346
- font-weight: $gantt-drag-clone-font-weight;
347
- opacity: $gantt-drag-clone-opacity;
348
- overflow: hidden;
349
- padding: $gantt-clone-padding;
350
- text-align: $gantt-group-clone-text-align;
351
- user-select: none;
352
- vertical-align: middle;
353
- white-space: nowrap;
354
- z-index: 100;
355
- }
356
-
357
- .e-cloneproperties.e-draganddrop {
358
- border-spacing: 0;
359
- font-size: $gantt-header-font-size;
360
- font-weight: normal;
361
- overflow: visible;
362
- }
363
-
364
- .e-cloneproperties .e-bothganttlines {
365
- border-width: 1px 0 0 1px;
366
- }
367
-
368
- .e-draganddrop {
369
- border-width: 0 1px 1px;
370
- font-weight: normal;
371
- padding: 0;
372
- }
373
-
374
- .e-draganddrop .e-rowcell {
375
- opacity: .95;
376
- }
377
-
378
- .e-cloneproperties.e-draganddrop table {
379
- border-spacing: 0;
380
- }
381
-
382
- .e-icons.e-errorelem {
383
- display: inline-block;
384
- padding-left: 10px;
385
- vertical-align: middle;
386
- }
387
-
388
- .e-errorelem::before {
389
- color: $error-elem-color;
390
- content: '\e22a';
391
- transform: rotate(180deg);
392
- }
393
-
394
- & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
395
- & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
396
- border-bottom: 0;
397
- border-right: 1px solid $gantt-cell-border-color;
398
- border-top: 1px solid $gantt-cell-border-color;
399
- }
400
-
401
- .e-gantt-toolbar {
402
- border-bottom-left-radius: 0;
403
- border-bottom-right-radius: 0;
404
- border-style: solid;
405
- border-width: 1px 1px 0;
406
- }
407
-
408
- .e-flmenu-valuediv {
409
- padding-top: $gantt-filter-menu-value-div-padding;
410
- }
411
-
412
- .e-gantt-splitter {
413
- .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
414
- margin: 0;
415
- }
416
-
417
- .e-pane {
418
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
419
- }
420
- }
421
-
422
- .e-temp-content {
423
- border-left: 1px solid;
424
- }
425
-
426
- .e-tab {
427
- border: 0;
428
-
429
- .e-tab-header .e-toolbar-item.e-active {
430
- border-color: transparent;
431
- }
432
- }
433
-
434
- .e-gantt-tree-grid-pane {
435
- .e-grid {
436
- border-width: 0;
437
- }
438
-
439
- .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),
440
- .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
441
- .e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
442
- .e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
443
- .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
444
- background-color: transparent;
445
- }
446
-
447
- .e-gantt-temp-header {
448
- border-bottom-style: solid;
449
- border-bottom-width: 1px;
450
- height: 45px;
451
- }
452
-
453
- .e-headercontent {
454
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
455
- }
456
-
457
- .e-gridheader {
458
- border-top-style: none;
459
- border-top-width: 0;
460
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
461
- }
462
-
463
- .e-columnheader,
464
- .e-headercell {
465
- height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
466
- }
467
-
468
- .e-gridcontent .e-content {
469
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
470
- }
471
-
472
- .e-gridcontent .e-content.e-gantt-scroll-padding {
473
- width: calc(100% + 17px);
474
- }
475
-
476
- .e-ganttnotes-info {
477
- text-align: center;
478
- }
479
-
480
- .e-icons.e-notes-info {
481
- display: inline-block;
482
- font-size: 18px;
483
- height: 15px;
484
- line-height: 10px;
485
- vertical-align: middle;
486
- }
487
- }
488
-
489
- .e-gantt-chart {
490
- height: 100%;
491
- overflow: hidden;
492
- position: relative;
493
- width: 100%;
494
-
495
- .e-chart-root-container {
496
- border-right: 0 solid;
497
-
498
- .e-content {
499
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
500
- overflow-x: scroll;
501
- overflow-y: auto;
502
- position: relative;
503
- }
504
-
505
- .e-nonworking-day-container {
506
- position: absolute;
507
- }
508
-
509
- .e-event-markers-container {
510
- position: absolute;
511
- }
512
-
513
- .e-holiday-container {
514
- height: 100%;
515
- position: absolute;
516
- }
517
-
518
- .e-weekend-container {
519
- height: 100%;
520
- position: absolute;
521
- }
522
- }
523
-
524
- .e-timeline-header-container {
525
- border-bottom-style: solid;
526
- border-right: 1px solid;
527
- overflow: hidden;
528
- position: relative;
529
- z-index: 6;
530
- }
531
-
532
- .e-timeline-header-table-container > thead > tr > th {
533
- border-left: 0;
534
- }
535
-
536
- .e-timeline-header-table-container {
537
- border-collapse: collapse;
538
- border-spacing: 0;
539
- border-width: 0;
540
- box-sizing: border-box;
541
- margin: 0;
542
- padding: 0;
543
- }
544
-
545
- .e-timeline-header-table-body {
546
- border-collapse: collapse;
547
- box-sizing: border-box;
548
- display: inline-block;
549
- transform: scale(1);
550
- white-space: nowrap;
551
- }
552
-
553
- .e-timeline-header-table-body > tr {
554
- display: inline-flex;
555
- }
556
-
557
- .e-timeline-top-header-cell,
558
- .e-timeline-single-header-cell {
559
- border-spacing: 0;
560
- border-style: solid;
561
- border-top: 0;
562
- border-width: 1px;
563
- box-sizing: border-box;
564
- display: inline-flex;
565
- font-size: $gantt-timeline-top-headercell-font-size;
566
- font-weight: $gantt-timeline-top-headercell-font-weight;
567
- margin: 0;
568
- padding: 0;
569
- position: static;
570
- text-align: center;
571
- user-select: none;
572
- white-space: nowrap;
573
-
574
- .e-header-cell-label {
575
- box-sizing: border-box;
576
- margin: auto;
577
- overflow: hidden;
578
- position: static;
579
- text-overflow: ellipsis;
580
- white-space: nowrap;
581
- }
582
-
583
- .e-gantt-top-cell-text {
584
- padding-left: 11px;
585
- text-align: left;
586
- }
587
- }
588
-
589
- .e-gantt-grid-lines {
590
- border-bottom-style: solid;
591
- border-bottom-width: 1px;
592
- border-collapse: collapse;
593
- border-spacing: 0;
594
- box-sizing: border-box;
595
- }
596
-
597
- .e-zero-spacing {
598
- border-spacing: 0;
599
- }
600
-
601
- .e-chart-row:first-child .e-chart-row-border {
602
- //border-width: 0;
603
- border-top-color: transparent;
604
- }
605
-
606
- .e-chart-row {
607
- .e-chart-row-border {
608
- border-collapse: separate;
609
- border-style: solid;
610
- border-width: 1px 0 0;
611
- }
612
-
613
- .e-chart-row-cell {
614
- font-size: 0;
615
- padding: 0;
616
- }
617
-
618
- .e-chart-row-border.e-lastrow {
619
- border-bottom-width: 1px;
620
- }
621
-
622
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
623
- line-height: normal;
624
- }
625
- }
626
-
627
- .e-line-container-cell {
628
- border-right-style: solid;
629
- border-right-width: 1px;
630
- height: 100%;
631
- position: absolute;
632
- }
633
-
634
- .e-taskbar-main-container {
635
- cursor: move;
636
- display: inline-block;
637
- position: absolute;
638
- vertical-align: middle;
639
- z-index: 3;
640
- }
641
-
642
- .e-left-label-container.e-left-label-temp-container {
643
- align-items: center;
644
- display: inline-flex;
645
- justify-content: flex-end;
646
- overflow: hidden;
647
- text-overflow: ellipsis;
648
- white-space: nowrap;
649
- }
650
-
651
- .e-right-label-container.e-right-label-temp-container {
652
- align-items: center;
653
- display: inline-flex;
654
- float: left;
655
- outline: none;
656
- overflow: hidden;
657
- position: absolute;
658
- text-overflow: ellipsis;
659
- white-space: nowrap;
660
- }
661
-
662
- .e-left-label-container {
663
- display: inline-block;
664
- }
665
-
666
- .e-left-label-inner-div,
667
- .e-right-label-container {
668
- overflow: hidden;
669
- }
670
-
671
- .e-left-label-inner-div {
672
- align-items: center;
673
- display: inline-flex;
674
- justify-content: flex-end;
675
- width: 100%;
676
- }
677
-
678
- .e-label {
679
- margin: 3px;
680
- overflow: hidden;
681
- text-overflow: ellipsis;
682
- white-space: nowrap;
683
- }
684
-
685
- .e-right-label-container {
686
- background-color: transparent;
687
- display: inline-block;
688
- margin: 0;
689
- position: absolute;
690
- }
691
-
692
- .e-right-label-inner-div {
693
- align-items: center;
694
- display: inline-flex;
695
- float: left;
696
- outline: none;
697
- overflow: hidden;
698
- }
699
-
700
- .e-indicator-span {
701
- display: inline-block;
702
- font-size: 13px;
703
- font-weight: normal;
704
- overflow: hidden;
705
- position: absolute;
706
- text-overflow: ellipsis;
707
- }
708
-
709
- .e-gantt-child-taskbar,
710
- .e-gantt-parent-taskbar,
711
- .e-gantt-child-progressbar,
712
- .e-gantt-parent-progressbar,
713
- .e-gantt-milestone,
714
- .e-gantt-parent-milestone,
715
- .e-gantt-manualparent-milestone {
716
- display: inline-block;
717
- width: 100%;
718
- }
719
-
720
- .e-manualparent-main-container {
721
- background-color: transparent;
722
- cursor: move;
723
- margin-top: -5px;
724
- position: absolute;
725
- }
726
-
727
- .e-gantt-manualparent-taskbar {
728
- margin-top: 3px;
729
- }
730
-
731
- .e-gantt-split-container-line {
732
- @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
733
- border-color: $gantt-active-background-color;
734
- }
735
- @else {
736
- border-color: inherit;
737
- }
738
- border-top-style: dotted;
739
- border-top-width: 2px;
740
- height: 0;
741
- left: 2px;
742
- pointer-events: none;
743
- position: absolute;
744
- top: 50%;
745
- width: 98%;
746
- }
747
-
748
- .e-gantt-child-taskbar-inner-div,
749
- .e-gantt-parent-taskbar-inner-div {
750
- border-spacing: 0;
751
- box-sizing: border-box;
752
- margin: auto;
753
- overflow: hidden;
754
- padding: 0;
755
- z-index: 3;
756
- }
757
-
758
- .e-gantt-parent-progressbar-inner-div {
759
- z-index: 3;
760
- }
761
-
762
- .e-gantt-child-progressbar-inner-div,
763
- .e-gantt-parent-progressbar-inner-div {
764
- box-sizing: border-box;
765
- text-align: right;
766
- }
767
-
768
- .e-chart-scroll-container,
769
- .e-chart-rows-container {
770
- user-select: none;
771
- }
772
-
773
- .e-chart-rows-container {
774
- line-height: initial;
775
- }
776
-
777
- .e-taskbar-left-resizer,
778
- .e-taskbar-right-resizer {
779
- display: inline-block;
780
- position: absolute;
781
- top: 0;
782
- width: 10px;
783
- z-index: 4;
784
- }
785
-
786
- .e-child-progress-resizer {
787
- display: inline-block;
788
- height: 15px;
789
- position: absolute;
790
- top: 0;
791
- width: 20px;
792
- z-index: 5;
793
- }
794
-
795
- .e-progress-resize-gripper {
796
- cursor: col-resize;
797
-
798
- .e-progressbar-handler {
799
- border-width: 1px;
800
- box-sizing: content-box;
801
- cursor: col-resize;
802
- height: 2px;
803
- position: absolute;
804
- top: 7px;
805
- }
806
-
807
- .e-progressbar-handler-element {
808
- border-bottom-style: solid;
809
- border-bottom-width: 8px;
810
- border-left: 7px solid transparent;
811
- border-right: 7px solid transparent;
812
- cursor: col-resize;
813
- height: 0;
814
- left: 0;
815
- position: absolute;
816
- top: -7px;
817
- width: 0;
818
- }
819
-
820
- .e-progressbar-handler-after {
821
- border-bottom-style: solid;
822
- border-bottom-width: 8px;
823
- border-left: 6px solid transparent;
824
- border-right: 6px solid transparent;
825
- cursor: col-resize;
826
- height: 0;
827
- left: 1px;
828
- position: absolute;
829
- top: -7px;
830
- width: 0;
831
- }
832
- }
833
-
834
- .e-baseline-bar {
835
- border-radius: 2px;
836
- box-sizing: border-box;
837
- position: absolute;
838
- z-index: 2;
839
- }
840
-
841
- .e-milestone-top,
842
- .e-parent-milestone-top,
843
- .e-manualparent-milestone-top {
844
- border-style: none solid solid;
845
- border-top: 0;
846
- }
847
-
848
- .e-milestone-top,
849
- .e-milestone-bottom,
850
- .e-parent-milestone-top,
851
- .e-parent-milestone-bottom,
852
- .e-manualparent-milestone-top,
853
- .e-manualparent-milestone-bottom {
854
- border-left-color: transparent;
855
- border-right-color: transparent;
856
- }
857
-
858
- .e-milestone-bottom,
859
- .e-parent-milestone-bottom,
860
- .e-manualparent-milestone-bottom {
861
- border-bottom: 0;
862
- border-style: solid solid none;
863
- }
864
-
865
- .e-baseline-gantt-milestone-container {
866
- position: absolute;
867
- z-index: 2;
868
- }
869
-
870
- .e-task-label {
871
- display: inline;
872
- font-weight: normal;
873
- margin-left: 8px;
874
- margin-right: 15px;
875
- overflow: hidden;
876
- text-overflow: ellipsis;
877
- vertical-align: middle;
878
- white-space: nowrap;
879
- }
880
-
881
- .e-task-table {
882
- overflow: hidden;
883
- }
884
-
885
- .e-left-resize-gripper,
886
- .e-right-resize-gripper {
887
- align-items: center;
888
- cursor: ew-resize;
889
- display: inline-flex;
890
- }
891
-
892
- .e-holiday {
893
- display: inline-block;
894
- position: absolute;
895
-
896
- .e-span {
897
- position: absolute;
898
- transform: rotate(-90deg);
899
- white-space: nowrap;
900
- width: 0;
901
- }
902
- }
903
-
904
- .e-weekend {
905
- display: inline-block;
906
- position: absolute;
907
- z-index: 0;
908
- }
909
-
910
- .e-rangecontainer {
911
-
912
- .e-leftarc {
913
- border-bottom-left-radius: $gantt-range-container-arc-radius;
914
- border-top-left-radius: $gantt-range-container-arc-radius;
915
- position: absolute;
916
- }
917
-
918
- .e-rightarc {
919
- border-bottom-right-radius: $gantt-range-container-arc-radius;
920
- border-top-right-radius: $gantt-range-container-arc-radius;
921
- position: absolute;
922
- }
923
- }
924
-
925
- .e-event-markers {
926
- border-left: 1px dashed;
927
- position: absolute;
928
- width: 1px;
929
- z-index: 2;
930
-
931
- .e-span-label {
932
- border-radius: 3px;
933
- font-weight: 500;
934
- height: $event-marker-label-height;
935
- left: 5px;
936
- line-height: $event-marker-line-height;
937
- padding: $event-marker-label-padding;
938
- position: absolute;
939
- top: 50px;
940
- white-space: nowrap;
941
- width: auto;
942
- z-index: 2;
943
- }
944
-
945
- .e-gantt-right-arrow {
946
- border-bottom: 5px solid transparent;
947
- border-right: 5px solid;
948
- border-top: 5px solid transparent;
949
- height: 0;
950
- position: absolute;
951
- top: $event-marker-label-arrow-top;
952
- width: 0;
953
- }
954
- }
955
-
956
- .e-gantt-unscheduled-taskbar {
957
- border-radius: 0;
958
- border-style: none;
959
- display: inline-block;
960
- }
961
-
962
- .e-connector-line-right-arrow {
963
- border-left-style: solid;
964
- border-left-width: 10px;
965
- }
966
-
967
- .e-connector-line-left-arrow {
968
- border-right-style: solid;
969
- border-right-width: 10px;
970
- }
971
-
972
- .e-connector-line-right-arrow,
973
- .e-connector-line-left-arrow {
974
- border-bottom: 5px solid transparent;
975
- border-top: 5px solid transparent;
976
- }
977
-
978
- .e-connector-line-container {
979
- z-index: 5;
980
- }
981
-
982
- .e-connector-line-z-index {
983
- z-index: 1;
984
- }
985
-
986
- .e-connector-line-hover {
987
- outline: 1px solid;
988
- }
989
-
990
- .e-critical-connector-line-hover {
991
- outline: 1px solid;
992
- }
993
-
994
- .e-connector-line-hover-z-index {
995
- z-index: 100;
996
- }
997
-
998
- .e-connectortouchpoint {
999
- background-color: transparent;
1000
- display: block;
1001
- position: absolute;
1002
- z-index: 5;
1003
- }
1004
-
1005
- .e-connectorpoint-right,
1006
- .e-connectorpoint-left,
1007
- .e-right-connectorpoint-outer-div,
1008
- .e-left-connectorpoint-outer-div {
1009
- border-radius: 50%;
1010
- display: inline-block;
1011
- position: absolute;
1012
- }
1013
-
1014
- .e-connectorpoint-left-hover,
1015
- .e-connectorpoint-right-hover {
1016
- border-style: solid;
1017
- border-width: 1px;
1018
- box-sizing: content-box;
1019
- cursor: pointer;
1020
- display: inline-block;
1021
- }
1022
-
1023
- .e-connectorpoint-allow-block {
1024
- cursor: no-drop;
1025
- }
1026
-
1027
- .e-gantt-manualparenttaskbar-left,
1028
- .e-gantt-manualparenttaskbar-right {
1029
- background-color: $gantt-manualparent-background-color;
1030
- border-color: $gantt-manualparent-background-color;
1031
- border-radius: 50%;
1032
- display: inline-block;
1033
- height: 10px;
1034
- margin: -1px;
1035
- position: absolute;
1036
- width: 10px;
1037
- }
1038
-
1039
- .e-manualparent-milestone-top,
1040
- .e-manualparent-milestone-bottom {
1041
- border-bottom-color: $gantt-manualparent-background-color;
1042
- }
1043
-
1044
- .e-gantt-manualparenttaskbar-right {
1045
- cursor: e-resize;
1046
- margin-left: -8px;
1047
- }
1048
-
1049
- .e-gantt-manualparenttaskbar-left {
1050
- margin-left: 0;
1051
- }
1052
-
1053
- .e-gantt-manualparenttaskbar {
1054
- background: $gantt-manualparent-background-color;
1055
- margin-top: 3px;
1056
- position: absolute;
1057
- }
1058
-
1059
- .e-icon {
1060
- font-family: 'e-icons';
1061
- font-size: 13px;
1062
- font-style: normal;
1063
- font-variant: normal;
1064
- font-weight: normal;
1065
- line-height: 1;
1066
- text-transform: none;
1067
- vertical-align: middle;
1068
- }
1069
-
1070
- .e-active-container {
1071
- outline: 1px solid;
1072
- outline-offset: 2px;
1073
- }
1074
- }
1075
- }
1076
-
1077
- .e-gantt-dialog .e-tab .e-tab-header {
1078
- padding-left: $gantt-dialog-tab-padding-left;
1079
-
1080
- .e-indicator {
1081
- display: block;
1082
- }
1083
-
1084
- .e-toolbar-item .e-tab-wrap {
1085
- border-style: solid;
1086
- border-width: $gantt-tab-header-border-width;
1087
- }
1088
- }
1089
-
1090
- .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1091
- border: 0;
1092
- }
1093
-
1094
- .e-gantt-dialog {
1095
- border: 0;
1096
-
1097
- .e-gridform .e-table {
1098
- border-spacing: 0;
1099
- }
1100
-
1101
- .e-item {
1102
- height: $gantt-dialog-general-height;
1103
- }
1104
-
1105
- .e-dependent-div {
1106
- border-bottom-width: $gantt-depedent-div-border-bottom;
1107
- }
1108
-
1109
- .e-icon-dlg-close {
1110
- opacity: initial;
1111
- }
1112
-
1113
- .e-toolbar {
1114
- border-top-width: 0;
1115
- }
1116
-
1117
- .e-resource-div {
1118
- border-bottom-width: $gantt-resource-div-border-bottom;
1119
-
1120
- .e-gridheader {
1121
- border-top-width: 0;
1122
- }
1123
- }
1124
-
1125
- .e-edit-form-row {
1126
- height: $gantt-dialog-general-height;
1127
- overflow-y: auto;
1128
- }
1129
-
1130
- .e-edit-form-column:nth-child(odd) {
1131
- float: left;
1132
- padding: $gantt-dialog-edit-form-odd-padding;
1133
- width: 50%;
1134
- }
1135
-
1136
- .e-edit-form-column:nth-child(even) {
1137
- float: left;
1138
- padding: $gantt-dialog-edit-form-even-padding;
1139
- width: 50%;
1140
- }
1141
-
1142
- .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1143
- padding: $gantt-dialog-edit-form-scroll-padding;
1144
- }
1145
-
1146
- .e-edit-form-column {
1147
- height: 75px;
1148
- }
1149
-
1150
- .e-dependent-div .e-content {
1151
- height: $gantt-dialog-dependent-height;
1152
- }
1153
-
1154
- .e-resource-div .e-content {
1155
- height: $gantt-dialog-resource-height;
1156
- }
1157
-
1158
- .e-richtexteditor {
1159
- border-bottom-width: $gantt-richtext-border-bottom;
1160
- height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
1161
- overflow: hidden;
1162
- }
1163
-
1164
- .e-richtexteditor.e-rte-tb-expand {
1165
- border-top: 0;
1166
- }
1167
-
1168
- .e-richtexteditor .e-rte-content {
1169
- border-bottom-width: $gantt-richtext-content-border-bottom;
1170
- height: $gantt-dialog-rte-content-height;
1171
- overflow: hidden;
1172
- }
1173
-
1174
- > .e-dlg-content {
1175
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1176
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1177
- height: 291px;
1178
- }
1179
- }
1180
-
1181
- .e-dlg-header-content {
1182
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1183
- }
1184
-
1185
- .e-dlg-header-content {
1186
- border-radius: $gantt-dialog-border-radius;
1187
- padding-bottom: $gantt-dialog-padding-bottom;
1188
-
1189
- .e-btn.e-dlg-closeicon-btn {
1190
- border-radius: 50%;
1191
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1192
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1193
- }
1194
- }
1195
- }
1196
-
1197
- .e-icon-rowselect::before {
1198
- content: '\e930';
1199
- }
1200
-
1201
- .e-ganttpopup {
1202
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1203
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1204
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1205
- font-weight: normal;
1206
- position: absolute;
1207
- user-select: none;
1208
- z-index: 99999;
1209
-
1210
- .e-rowselect {
1211
- line-height: 18px;
1212
- text-indent: 7%;
1213
- }
1214
-
1215
- span {
1216
- border: 1px solid transparent;
1217
- cursor: pointer;
1218
- display: inline-block;
1219
- height: 26px;
1220
- padding: 4px;
1221
- width: 26px;
1222
- }
1223
-
1224
- .e-content {
1225
- border-radius: 4px;
1226
- border-style: solid;
1227
- border-width: 1px;
1228
- font-size: 14px;
1229
- padding: 4px;
1230
- }
1231
-
1232
- .e-tail::after,
1233
- .e-tail::before,
1234
- .e-ganttpopup {
1235
- border: 10px solid transparent;
1236
- content: '';
1237
- height: 0;
1238
- left: 8px;
1239
- position: absolute;
1240
- width: 0;
1241
- }
1242
-
1243
- .e-downtail::after {
1244
- top: 34px;
1245
- }
1246
- }
1247
-
1248
- .e-gantt-tooltip.e-tooltip-wrap {
1249
- opacity: 1;
1250
- }
1251
-
1252
- .e-gantt-tooltip {
1253
- visibility: hidden;
1254
- }
1255
-
1256
- .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1257
- content: '';
1258
- }
1259
-
1260
- .e-bigger .e-gantt .e-gantt-chart .e-label {
1261
- font-size: $gantt-bigger-label-font-size;
1262
- }
1263
-
1264
- .e-gantt-tooltip-label {
1265
- padding-bottom: 2px;
1266
- padding-right: 2px;
1267
- text-align: left;
1268
- }
1269
-
1270
- .e-gantt.e-device {
1271
- .e-edit-form-column {
1272
- &:nth-child(odd),
1273
- &:nth-child(even) {
1274
- float: none;
1275
- padding: $gantt-dialog-edit-form-odd-padding;
1276
- width: 100%;
1277
- }
1278
- }
1279
-
1280
- .e-edit-form-row {
1281
- height: auto;
1282
- }
1283
-
1284
- .e-adaptive-searchbar {
1285
- padding: 5px 10px;
1286
- width: 90%;
1287
- }
1288
-
1289
- .e-backarrowspan {
1290
- font-size: 16px;
1291
- padding: 5px 10px;
1292
- }
1293
-
1294
- .e-gantt-dialog {
1295
- max-height: none;
1296
-
1297
- .e-dlg-closeicon-btn {
1298
- float: left;
1299
- left: -4px;
1300
- }
1301
-
1302
- .e-icon-dlg-close {
1303
- font-size: 16px;
1304
- }
1305
-
1306
- .e-dlg-header {
1307
- display: inline-block;
1308
- }
1309
- }
1310
-
1311
- .e-toolbar-item {
1312
- padding: 7px;
1313
- }
1314
-
1315
- .e-toolbar .e-icons {
1316
- font-size: 18px;
1317
- }
1318
-
1319
- .e-gridheader .e-icons {
1320
- font-size: 12px;
1321
- }
1322
-
1323
- .e-right-resize-gripper,
1324
- .e-left-resize-gripper {
1325
- border: 7px solid;
1326
- z-index: -1;
1327
-
1328
- &::before {
1329
- font-size: 14px;
1330
- margin-left: -7px;
1331
- }
1332
- }
1333
-
1334
- .e-dependent-div .e-content {
1335
- height: 100%;
1336
- }
1337
-
1338
- .e-resource-div .e-content {
1339
- height: 100%;
1340
- }
1341
-
1342
- .e-richtexteditor {
1343
- height: 100%;
1344
-
1345
- .e-rte-content {
1346
- height: 100%;
1347
- }
1348
- }
1349
- }
1350
-
1351
- .e-predecessor-tooltip {
1352
- visibility: hidden;
1353
- }
1354
- }