@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.44-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 (166) 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 +1326 -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 +13 -27
  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 +1 -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/src/index.d.ts +1 -1
  70. package/styles/bootstrap-dark.css +60 -64
  71. package/styles/bootstrap.css +60 -64
  72. package/styles/bootstrap4.css +60 -64
  73. package/styles/bootstrap5-dark.css +61 -68
  74. package/styles/bootstrap5.css +61 -68
  75. package/styles/fabric-dark.css +60 -64
  76. package/styles/fabric.css +60 -64
  77. package/styles/fluent-dark.css +60 -64
  78. package/styles/fluent.css +60 -64
  79. package/styles/gantt/bootstrap-dark.css +60 -64
  80. package/styles/gantt/bootstrap-dark.scss +1 -22
  81. package/styles/gantt/bootstrap.css +60 -64
  82. package/styles/gantt/bootstrap.scss +1 -22
  83. package/styles/gantt/bootstrap4.css +60 -64
  84. package/styles/gantt/bootstrap4.scss +1 -22
  85. package/styles/gantt/bootstrap5-dark.css +61 -68
  86. package/styles/gantt/bootstrap5-dark.scss +1 -22
  87. package/styles/gantt/bootstrap5.css +61 -68
  88. package/styles/gantt/bootstrap5.scss +1 -22
  89. package/styles/gantt/fabric-dark.css +60 -64
  90. package/styles/gantt/fabric-dark.scss +1 -22
  91. package/styles/gantt/fabric.css +60 -64
  92. package/styles/gantt/fabric.scss +1 -22
  93. package/styles/gantt/fluent-dark.css +60 -64
  94. package/styles/gantt/fluent-dark.scss +1 -22
  95. package/styles/gantt/fluent.css +60 -64
  96. package/styles/gantt/fluent.scss +1 -22
  97. package/styles/gantt/highcontrast-light.css +60 -67
  98. package/styles/gantt/highcontrast-light.scss +1 -21
  99. package/styles/gantt/highcontrast.css +60 -67
  100. package/styles/gantt/highcontrast.scss +1 -22
  101. package/styles/gantt/material-dark.css +63 -67
  102. package/styles/gantt/material-dark.scss +1 -22
  103. package/styles/gantt/material.css +63 -67
  104. package/styles/gantt/material.scss +1 -22
  105. package/styles/gantt/tailwind-dark.css +62 -66
  106. package/styles/gantt/tailwind-dark.scss +1 -22
  107. package/styles/gantt/tailwind.css +62 -66
  108. package/styles/gantt/tailwind.scss +1 -22
  109. package/styles/highcontrast-light.css +60 -67
  110. package/styles/highcontrast.css +60 -67
  111. package/styles/material-dark.css +63 -67
  112. package/styles/material.css +63 -67
  113. package/styles/tailwind-dark.css +62 -66
  114. package/styles/tailwind.css +62 -66
  115. package/esm2020/public_api.mjs +0 -3
  116. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  117. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  118. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  119. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  120. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  121. package/esm2020/src/gantt/gantt-all.module.mjs +0 -68
  122. package/esm2020/src/gantt/gantt.component.mjs +0 -248
  123. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  124. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  125. package/esm2020/src/index.mjs +0 -11
  126. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  127. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -724
  128. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  129. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -724
  130. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  131. package/styles/gantt/_all.scss +0 -2
  132. package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
  133. package/styles/gantt/_bootstrap-definition.scss +0 -208
  134. package/styles/gantt/_bootstrap4-definition.scss +0 -210
  135. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  136. package/styles/gantt/_bootstrap5-definition.scss +0 -212
  137. package/styles/gantt/_fabric-dark-definition.scss +0 -208
  138. package/styles/gantt/_fabric-definition.scss +0 -208
  139. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  140. package/styles/gantt/_fluent-definition.scss +0 -212
  141. package/styles/gantt/_fusionnew-definition.scss +0 -211
  142. package/styles/gantt/_highcontrast-definition.scss +0 -208
  143. package/styles/gantt/_highcontrast-light-definition.scss +0 -208
  144. package/styles/gantt/_layout.scss +0 -1355
  145. package/styles/gantt/_material-dark-definition.scss +0 -209
  146. package/styles/gantt/_material-definition.scss +0 -209
  147. package/styles/gantt/_material3-definition.scss +0 -212
  148. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  149. package/styles/gantt/_tailwind-definition.scss +0 -212
  150. package/styles/gantt/_theme.scss +0 -702
  151. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  152. package/styles/gantt/icons/_bootstrap.scss +0 -124
  153. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  154. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  155. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  156. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  157. package/styles/gantt/icons/_fabric.scss +0 -124
  158. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  159. package/styles/gantt/icons/_fluent.scss +0 -124
  160. package/styles/gantt/icons/_fusionnew.scss +0 -120
  161. package/styles/gantt/icons/_highcontrast.scss +0 -124
  162. package/styles/gantt/icons/_material-dark.scss +0 -124
  163. package/styles/gantt/icons/_material.scss +0 -124
  164. package/styles/gantt/icons/_material3.scss +0 -124
  165. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  166. package/styles/gantt/icons/_tailwind.scss +0 -124
package/styles/fabric.css CHANGED
@@ -97,8 +97,6 @@
97
97
  /*! Horizontal Tab */
98
98
  /*! Fabric specific themes definition's */
99
99
  /*! Vertical Tab */
100
- /* stylelint-disable property-no-vendor-prefix */
101
- /* stylelint-disable property-no-vendor-prefix */
102
100
  @keyframes material-spinner-rotate {
103
101
  0% {
104
102
  transform: rotate(0);
@@ -115,7 +113,6 @@
115
113
  transform: rotate(360deg);
116
114
  }
117
115
  }
118
- /* stylelint-disable */
119
116
  .e-gantt .e-add::before {
120
117
  content: "\e7d5";
121
118
  }
@@ -265,10 +262,10 @@
265
262
  height: 242px !important;
266
263
  }
267
264
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
268
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
265
+ height: 63px !important;
269
266
  }
270
267
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
271
- padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
268
+ padding: 16px 4px 16px 16px !important;
272
269
  }
273
270
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
274
271
  left: 0 !important;
@@ -304,7 +301,7 @@
304
301
  width: 556px !important;
305
302
  }
306
303
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
307
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
304
+ padding: 0 16px !important;
308
305
  }
309
306
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
310
307
  padding: 16px 12px 0 16px;
@@ -322,10 +319,10 @@
322
319
  height: 76px !important;
323
320
  }
324
321
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
325
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
322
+ border-bottom: 0 !important;
326
323
  }
327
324
  .e-bigger .e-gantt-dialog > .e-dlg-content {
328
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
325
+ border-radius: 0 !important;
329
326
  }
330
327
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
331
328
  border-radius: 6px 6px 0px 0px;
@@ -333,28 +330,28 @@
333
330
  }
334
331
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
335
332
  border-radius: 50%;
336
- height: auto !important; /* stylelint-disable-line declaration-no-important */
333
+ height: auto !important;
337
334
  width: auto;
338
335
  }
339
336
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
340
337
  margin-left: 5px !important;
341
338
  }
342
339
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
343
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
340
+ font-size: 16px !important;
344
341
  }
345
342
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
346
343
  min-height: 35px !important;
347
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
344
+ min-width: 35.82px !important;
348
345
  }
349
346
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
350
347
  line-height: 24px;
351
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
348
+ padding: 6px 16px 6px 15px !important;
352
349
  }
353
350
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
354
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
351
+ padding: 6px 21px 6px 23px !important;
355
352
  }
356
353
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
357
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
354
+ font-size: 16px !important;
358
355
  }
359
356
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
360
357
  font-size: 14px;
@@ -369,17 +366,17 @@
369
366
  }
370
367
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
371
368
  min-height: 35px !important;
372
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
369
+ min-width: 35.82px !important;
373
370
  }
374
371
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
375
372
  min-height: 35px !important;
376
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
373
+ min-width: 35.82px !important;
377
374
  }
378
375
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
379
376
  height: 36px;
380
377
  }
381
378
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
382
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
379
+ min-width: 36px !important;
383
380
  }
384
381
  .e-bigger .e-predecessor-tooltip {
385
382
  background-color: #000;
@@ -391,7 +388,7 @@
391
388
  color: #a6a6a6 !important;
392
389
  }
393
390
  .e-bigger .e-predecessor-tooltip .e-tip-content {
394
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
391
+ padding: 3px !important;
395
392
  }
396
393
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
397
394
  background-color: #000;
@@ -493,7 +490,7 @@
493
490
  margin: 0;
494
491
  }
495
492
  .e-gantt .e-gantt-splitter .e-pane {
496
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
493
+ overflow: hidden !important;
497
494
  }
498
495
  .e-gantt .e-temp-content {
499
496
  border-left: 1px solid;
@@ -520,19 +517,19 @@
520
517
  height: 45px;
521
518
  }
522
519
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
523
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
520
+ border-right-width: 0 !important;
524
521
  }
525
522
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
526
523
  border-top-style: none;
527
524
  border-top-width: 0;
528
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
525
+ padding-right: 0 !important;
529
526
  }
530
527
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
531
528
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
532
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
529
+ height: 63px !important;
533
530
  }
534
531
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
535
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
532
+ overflow-x: scroll !important;
536
533
  }
537
534
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
538
535
  width: calc(100% + 17px);
@@ -557,7 +554,7 @@
557
554
  border-right: 0 solid;
558
555
  }
559
556
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
560
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
557
+ -webkit-overflow-scrolling: touch;
561
558
  overflow-x: scroll;
562
559
  overflow-y: auto;
563
560
  position: relative;
@@ -578,14 +575,13 @@
578
575
  }
579
576
  .e-gantt .e-gantt-chart .e-timeline-header-container {
580
577
  border-bottom-style: solid;
581
- border-right-width: 0;
578
+ border-right: 1px solid;
582
579
  overflow: hidden;
583
580
  position: relative;
584
581
  z-index: 6;
585
582
  }
586
583
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
587
584
  border-left: 0;
588
- padding: 0 3px;
589
585
  }
590
586
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
591
587
  border-collapse: collapse;
@@ -637,7 +633,7 @@
637
633
  }
638
634
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
639
635
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
640
- padding-left: 8px;
636
+ padding-left: 11px;
641
637
  text-align: left;
642
638
  }
643
639
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -1125,7 +1121,7 @@
1125
1121
  }
1126
1122
  .e-gantt-dialog .e-richtexteditor {
1127
1123
  border-bottom-width: 1px;
1128
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1124
+ height: 241px !important;
1129
1125
  overflow: hidden;
1130
1126
  }
1131
1127
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1137,10 +1133,10 @@
1137
1133
  overflow: hidden;
1138
1134
  }
1139
1135
  .e-gantt-dialog > .e-dlg-content {
1140
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1136
+ padding: 0 !important;
1141
1137
  }
1142
1138
  .e-gantt-dialog .e-dlg-header-content {
1143
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1139
+ border-bottom: 0 !important;
1144
1140
  }
1145
1141
  .e-gantt-dialog .e-dlg-header-content {
1146
1142
  border-radius: 0px;
@@ -1148,8 +1144,8 @@
1148
1144
  }
1149
1145
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1150
1146
  border-radius: 50%;
1151
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1152
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1147
+ height: auto !important;
1148
+ width: auto !important;
1153
1149
  }
1154
1150
 
1155
1151
  .e-icon-rowselect::before {
@@ -1157,9 +1153,9 @@
1157
1153
  }
1158
1154
 
1159
1155
  .e-ganttpopup {
1160
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1161
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1162
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1156
+ -moz-user-select: none;
1157
+ -ms-user-select: none;
1158
+ -webkit-user-select: none;
1163
1159
  font-weight: normal;
1164
1160
  position: absolute;
1165
1161
  user-select: none;
@@ -1313,7 +1309,7 @@
1313
1309
  border-top-right-radius: 0px;
1314
1310
  }
1315
1311
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1316
- box-shadow: 0 0 0 1px #666 inset !important; /* stylelint-disable-line declaration-no-important */
1312
+ box-shadow: 0 0 0 1px #666 inset !important;
1317
1313
  }
1318
1314
  .e-gantt .e-temp-content {
1319
1315
  border-color: #eaeaea;
@@ -1328,7 +1324,7 @@
1328
1324
  border-color: #eaeaea;
1329
1325
  }
1330
1326
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1331
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1327
+ height: 45px !important;
1332
1328
  }
1333
1329
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1334
1330
  background: rgb(209, 235, 255);
@@ -1352,7 +1348,7 @@
1352
1348
  line-height: 46px;
1353
1349
  }
1354
1350
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1355
- height: 46px !important; /* stylelint-disable-line declaration-no-important */
1351
+ height: 46px !important;
1356
1352
  }
1357
1353
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1358
1354
  height: 32px;
@@ -1642,73 +1638,73 @@
1642
1638
  color: transparent;
1643
1639
  }
1644
1640
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1645
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1641
+ color: transparent !important;
1646
1642
  }
1647
1643
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1648
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1644
+ border-color: #8A8A8A !important;
1649
1645
  }
1650
1646
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1651
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1647
+ border-left-color: #8A8A8A !important;
1652
1648
  }
1653
1649
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1654
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1650
+ border-right-color: #8A8A8A !important;
1655
1651
  }
1656
1652
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1657
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1658
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1653
+ background: #D5D5D5 !important;
1654
+ border: #D5D5D5 !important;
1659
1655
  }
1660
1656
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1661
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1662
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1657
+ background-color: transparent !important;
1658
+ border: transparent !important;
1663
1659
  }
1664
1660
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1665
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1661
+ border-bottom-color: #D5D5D5 !important;
1666
1662
  }
1667
1663
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1668
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1664
+ border-top-color: #D5D5D5 !important;
1669
1665
  }
1670
1666
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1671
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1672
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1667
+ background-color: #8A8A8A !important;
1668
+ border: #8A8A8A !important;
1673
1669
  }
1674
1670
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1675
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1676
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1671
+ background-color: transparent !important;
1672
+ border: transparent !important;
1677
1673
  }
1678
1674
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1679
- background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1680
- border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1675
+ background: #005ba3 !important;
1676
+ border: #005ba3 !important;
1681
1677
  }
1682
1678
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1683
- border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1679
+ border-bottom-color: #005ba3 !important;
1684
1680
  }
1685
1681
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1686
- border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1682
+ border-top-color: #005ba3 !important;
1687
1683
  }
1688
1684
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1689
- background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1690
- border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1685
+ background: #3daaff !important;
1686
+ border: #3daaff !important;
1691
1687
  }
1692
1688
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1693
- border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1689
+ border-bottom-color: #3daaff !important;
1694
1690
  }
1695
1691
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1696
- border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
1692
+ border-top-color: #3daaff !important;
1697
1693
  }
1698
1694
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1699
- border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1695
+ border-color: #005ba3 !important;
1700
1696
  }
1701
1697
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1702
- border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1698
+ border-left-color: #005ba3 !important;
1703
1699
  }
1704
1700
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1705
- border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
1701
+ border-right-color: #005ba3 !important;
1706
1702
  }
1707
1703
  .e-gantt .e-icons {
1708
1704
  color: rgba(0, 0, 0, 0.87);
1709
1705
  }
1710
1706
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1711
- color: #666 !important; /* stylelint-disable-line declaration-no-important */
1707
+ color: #666 !important;
1712
1708
  }
1713
1709
 
1714
1710
  .e-gantt-dialog .e-dlg-header {