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

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/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 +68 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +248 -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 +724 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.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 -1
  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/src/index.d.ts +1 -1
  29. package/styles/bootstrap-dark.css +63 -59
  30. package/styles/bootstrap.css +63 -59
  31. package/styles/bootstrap4.css +63 -59
  32. package/styles/bootstrap5-dark.css +67 -60
  33. package/styles/bootstrap5.css +67 -60
  34. package/styles/fabric-dark.css +63 -59
  35. package/styles/fabric.css +63 -59
  36. package/styles/fluent-dark.css +63 -59
  37. package/styles/fluent.css +63 -59
  38. package/styles/gantt/_all.scss +2 -0
  39. package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
  40. package/styles/gantt/_bootstrap-definition.scss +208 -0
  41. package/styles/gantt/_bootstrap4-definition.scss +210 -0
  42. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  43. package/styles/gantt/_bootstrap5-definition.scss +212 -0
  44. package/styles/gantt/_fabric-dark-definition.scss +208 -0
  45. package/styles/gantt/_fabric-definition.scss +208 -0
  46. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  47. package/styles/gantt/_fluent-definition.scss +212 -0
  48. package/styles/gantt/_fusionnew-definition.scss +211 -0
  49. package/styles/gantt/_highcontrast-definition.scss +208 -0
  50. package/styles/gantt/_highcontrast-light-definition.scss +208 -0
  51. package/styles/gantt/_layout.scss +1355 -0
  52. package/styles/gantt/_material-dark-definition.scss +209 -0
  53. package/styles/gantt/_material-definition.scss +209 -0
  54. package/styles/gantt/_material3-definition.scss +212 -0
  55. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  56. package/styles/gantt/_tailwind-definition.scss +212 -0
  57. package/styles/gantt/_theme.scss +702 -0
  58. package/styles/gantt/bootstrap-dark.css +63 -59
  59. package/styles/gantt/bootstrap-dark.scss +22 -1
  60. package/styles/gantt/bootstrap.css +63 -59
  61. package/styles/gantt/bootstrap.scss +22 -1
  62. package/styles/gantt/bootstrap4.css +63 -59
  63. package/styles/gantt/bootstrap4.scss +22 -1
  64. package/styles/gantt/bootstrap5-dark.css +67 -60
  65. package/styles/gantt/bootstrap5-dark.scss +22 -1
  66. package/styles/gantt/bootstrap5.css +67 -60
  67. package/styles/gantt/bootstrap5.scss +22 -1
  68. package/styles/gantt/fabric-dark.css +63 -59
  69. package/styles/gantt/fabric-dark.scss +22 -1
  70. package/styles/gantt/fabric.css +63 -59
  71. package/styles/gantt/fabric.scss +22 -1
  72. package/styles/gantt/fluent-dark.css +63 -59
  73. package/styles/gantt/fluent-dark.scss +22 -1
  74. package/styles/gantt/fluent.css +63 -59
  75. package/styles/gantt/fluent.scss +22 -1
  76. package/styles/gantt/highcontrast-light.css +66 -59
  77. package/styles/gantt/highcontrast-light.scss +21 -1
  78. package/styles/gantt/highcontrast.css +66 -59
  79. package/styles/gantt/highcontrast.scss +22 -1
  80. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  83. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  84. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  85. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  86. package/styles/gantt/icons/_fabric.scss +124 -0
  87. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  88. package/styles/gantt/icons/_fluent.scss +124 -0
  89. package/styles/gantt/icons/_fusionnew.scss +120 -0
  90. package/styles/gantt/icons/_highcontrast.scss +124 -0
  91. package/styles/gantt/icons/_material-dark.scss +124 -0
  92. package/styles/gantt/icons/_material.scss +124 -0
  93. package/styles/gantt/icons/_material3.scss +124 -0
  94. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  95. package/styles/gantt/icons/_tailwind.scss +124 -0
  96. package/styles/gantt/material-dark.css +66 -62
  97. package/styles/gantt/material-dark.scss +22 -1
  98. package/styles/gantt/material.css +66 -62
  99. package/styles/gantt/material.scss +22 -1
  100. package/styles/gantt/tailwind-dark.css +65 -61
  101. package/styles/gantt/tailwind-dark.scss +22 -1
  102. package/styles/gantt/tailwind.css +65 -61
  103. package/styles/gantt/tailwind.scss +22 -1
  104. package/styles/highcontrast-light.css +66 -59
  105. package/styles/highcontrast.css +66 -59
  106. package/styles/material-dark.css +66 -62
  107. package/styles/material.css +66 -62
  108. package/styles/tailwind-dark.css +65 -61
  109. package/styles/tailwind.css +65 -61
  110. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  111. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  112. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  113. package/@syncfusion/ej2-angular-gantt.js +0 -764
  114. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  115. package/CHANGELOG.md +0 -1314
  116. package/dist/ej2-angular-gantt.umd.js +0 -908
  117. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  118. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  119. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  120. package/ej2-angular-gantt.metadata.json +0 -1
  121. package/postinstall/tagchange.js +0 -18
  122. package/schematics/collection.json +0 -30
  123. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  124. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  125. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  126. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  127. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  128. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  129. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  130. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  131. package/schematics/generators/gantt-daymarkers/schema.json +0 -125
  132. package/schematics/generators/gantt-default/index.d.ts +0 -3
  133. package/schematics/generators/gantt-default/index.js +0 -8
  134. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  135. package/schematics/generators/gantt-default/sample-details.js +0 -7
  136. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  137. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  138. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  139. package/schematics/generators/gantt-default/schema.js +0 -2
  140. package/schematics/generators/gantt-default/schema.json +0 -125
  141. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  142. package/schematics/generators/gantt-editing/index.js +0 -8
  143. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  144. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  145. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  146. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  147. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  148. package/schematics/generators/gantt-editing/schema.js +0 -2
  149. package/schematics/generators/gantt-editing/schema.json +0 -125
  150. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  151. package/schematics/generators/gantt-localdata/index.js +0 -8
  152. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  153. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  154. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  155. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  156. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  157. package/schematics/generators/gantt-localdata/schema.js +0 -2
  158. package/schematics/generators/gantt-localdata/schema.json +0 -125
  159. package/schematics/ng-add/index.d.ts +0 -3
  160. package/schematics/ng-add/index.js +0 -9
  161. package/schematics/ng-add/schema.d.ts +0 -13
  162. package/schematics/ng-add/schema.js +0 -2
  163. package/schematics/ng-add/schema.json +0 -34
  164. package/schematics/tsconfig.json +0 -25
  165. package/schematics/utils/lib-details.d.ts +0 -4
  166. package/schematics/utils/lib-details.js +0 -6
@@ -164,6 +164,7 @@
164
164
  }
165
165
  /*! Material specific themes definition's */
166
166
  /*! Vertical Tab */
167
+ /* stylelint-disable property-no-vendor-prefix */
167
168
  @keyframes e-input-ripple {
168
169
  100% {
169
170
  opacity: 0;
@@ -178,6 +179,7 @@
178
179
  transform: translate3d(0, 0, 0) scale(1);
179
180
  }
180
181
  }
182
+ /* stylelint-disable property-no-vendor-prefix */
181
183
  @keyframes material-spinner-rotate {
182
184
  0% {
183
185
  transform: rotate(0deg);
@@ -195,6 +197,7 @@
195
197
  }
196
198
  }
197
199
  /*! component's default definitions and variables */
200
+ /* stylelint-disable */
198
201
  .e-gantt .e-add::before {
199
202
  content: "\e7f9";
200
203
  }
@@ -344,10 +347,10 @@
344
347
  height: 241px !important;
345
348
  }
346
349
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
347
- height: 63px !important;
350
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
348
351
  }
349
352
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
350
- padding: 16px 14px 17px 16px !important;
353
+ padding: 16px 14px 17px 16px !important; /* stylelint-disable-line declaration-no-important */
351
354
  }
352
355
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
353
356
  left: 1px !important;
@@ -383,7 +386,7 @@
383
386
  width: 550px !important;
384
387
  }
385
388
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
386
- padding: 0 16px !important;
389
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
387
390
  }
388
391
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
389
392
  padding: 16px 9px 0 16px;
@@ -401,10 +404,10 @@
401
404
  height: 78px !important;
402
405
  }
403
406
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
404
- border-bottom: 0 !important;
407
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
405
408
  }
406
409
  .e-bigger .e-gantt-dialog > .e-dlg-content {
407
- border-radius: 0 !important;
410
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
408
411
  }
409
412
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
410
413
  border-radius: 6px 6px 0px 0px;
@@ -412,28 +415,28 @@
412
415
  }
413
416
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
414
417
  border-radius: 50%;
415
- height: auto !important;
418
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
416
419
  width: auto;
417
420
  }
418
421
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
419
422
  margin-left: 4px !important;
420
423
  }
421
424
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
422
- font-size: 16px !important;
425
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
423
426
  }
424
427
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
425
428
  min-height: 26px !important;
426
- min-width: 35.82px !important;
429
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
427
430
  }
428
431
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
429
432
  line-height: 24px;
430
- padding: 6px 16px 6px 15px !important;
433
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
431
434
  }
432
435
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
433
- padding: 6px 21px 6px 23px !important;
436
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
434
437
  }
435
438
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
436
- font-size: 16px !important;
439
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
437
440
  }
438
441
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
439
442
  font-size: 14px;
@@ -445,27 +448,27 @@
445
448
  }
446
449
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
447
450
  height: 27px !important;
448
- padding: 5px 0 11px !important;
451
+ padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
449
452
  }
450
453
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
451
454
  min-height: 26px !important;
452
- min-width: 35.82px !important;
455
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
453
456
  }
454
457
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
455
458
  min-height: 26px !important;
456
- min-width: 35.82px !important;
459
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
457
460
  }
458
461
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
459
462
  height: 44px;
460
463
  }
461
464
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
462
- min-width: 36px !important;
465
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
463
466
  }
464
467
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
465
- margin: 5px 0 6px !important;
468
+ margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
466
469
  }
467
470
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
468
- margin-right: 0 !important;
471
+ margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
469
472
  }
470
473
  .e-bigger .e-predecessor-tooltip {
471
474
  background-color: #000;
@@ -477,7 +480,7 @@
477
480
  color: #757575 !important;
478
481
  }
479
482
  .e-bigger .e-predecessor-tooltip .e-tip-content {
480
- padding: 3px !important;
483
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
481
484
  }
482
485
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
483
486
  background-color: #000;
@@ -579,7 +582,7 @@
579
582
  margin: 0;
580
583
  }
581
584
  .e-gantt .e-gantt-splitter .e-pane {
582
- overflow: hidden !important;
585
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
583
586
  }
584
587
  .e-gantt .e-temp-content {
585
588
  border-left: 1px solid;
@@ -606,19 +609,19 @@
606
609
  height: 45px;
607
610
  }
608
611
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
609
- border-right-width: 0 !important;
612
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
610
613
  }
611
614
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
612
615
  border-top-style: none;
613
616
  border-top-width: 0;
614
- padding-right: 0 !important;
617
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
615
618
  }
616
619
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
617
620
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
618
- height: 63px !important;
621
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
619
622
  }
620
623
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
621
- overflow-x: scroll !important;
624
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
622
625
  }
623
626
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
624
627
  width: calc(100% + 17px);
@@ -643,7 +646,7 @@
643
646
  border-right: 0 solid;
644
647
  }
645
648
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
646
- -webkit-overflow-scrolling: touch;
649
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
647
650
  overflow-x: scroll;
648
651
  overflow-y: auto;
649
652
  position: relative;
@@ -827,7 +830,7 @@
827
830
  .e-gantt .e-gantt-chart .e-indicator-span {
828
831
  display: inline-block;
829
832
  font-size: 13px;
830
- font-weight: 400;
833
+ font-weight: normal;
831
834
  overflow: hidden;
832
835
  position: absolute;
833
836
  text-overflow: ellipsis;
@@ -1211,7 +1214,7 @@
1211
1214
  }
1212
1215
  .e-gantt-dialog .e-richtexteditor {
1213
1216
  border-bottom-width: 1px;
1214
- height: 241px !important;
1217
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1215
1218
  overflow: hidden;
1216
1219
  }
1217
1220
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1220,12 +1223,13 @@
1220
1223
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1221
1224
  border-bottom-width: 0px;
1222
1225
  height: 198px;
1226
+ overflow: hidden;
1223
1227
  }
1224
1228
  .e-gantt-dialog > .e-dlg-content {
1225
- padding: 0 !important;
1229
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1226
1230
  }
1227
1231
  .e-gantt-dialog .e-dlg-header-content {
1228
- border-bottom: 0 !important;
1232
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1229
1233
  }
1230
1234
  .e-gantt-dialog .e-dlg-header-content {
1231
1235
  border-radius: 0px;
@@ -1233,8 +1237,8 @@
1233
1237
  }
1234
1238
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1235
1239
  border-radius: 50%;
1236
- height: auto !important;
1237
- width: auto !important;
1240
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1241
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1238
1242
  }
1239
1243
 
1240
1244
  .e-icon-rowselect::before {
@@ -1242,9 +1246,9 @@
1242
1246
  }
1243
1247
 
1244
1248
  .e-ganttpopup {
1245
- -moz-user-select: none;
1246
- -ms-user-select: none;
1247
- -webkit-user-select: none;
1249
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1250
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1251
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1248
1252
  font-weight: normal;
1249
1253
  position: absolute;
1250
1254
  user-select: none;
@@ -1398,7 +1402,7 @@
1398
1402
  border-top-right-radius: 0px;
1399
1403
  }
1400
1404
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1401
- box-shadow: 0 0 0 1px #9e9e9e inset !important;
1405
+ box-shadow: 0 0 0 1px #9e9e9e inset !important; /* stylelint-disable-line declaration-no-important */
1402
1406
  }
1403
1407
  .e-gantt .e-temp-content {
1404
1408
  border-color: #e0e0e0;
@@ -1413,7 +1417,7 @@
1413
1417
  border-color: #e0e0e0;
1414
1418
  }
1415
1419
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1416
- height: 45px !important;
1420
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1417
1421
  }
1418
1422
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1419
1423
  background: rgba(63, 81, 181, 0.15);
@@ -1437,7 +1441,7 @@
1437
1441
  line-height: 46px;
1438
1442
  }
1439
1443
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1440
- height: 46px !important;
1444
+ height: 46px !important; /* stylelint-disable-line declaration-no-important */
1441
1445
  }
1442
1446
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1443
1447
  height: 32px;
@@ -1727,73 +1731,73 @@
1727
1731
  color: transparent;
1728
1732
  }
1729
1733
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1730
- color: transparent !important;
1734
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1731
1735
  }
1732
1736
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1733
- border-color: #8A8A8A !important;
1737
+ border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1734
1738
  }
1735
1739
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1736
- border-left-color: #8A8A8A !important;
1740
+ border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1737
1741
  }
1738
1742
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1739
- border-right-color: #8A8A8A !important;
1743
+ border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1740
1744
  }
1741
1745
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1742
- background: #D5D5D5 !important;
1743
- border: #D5D5D5 !important;
1746
+ background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1747
+ border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1744
1748
  }
1745
1749
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1746
- background-color: transparent !important;
1747
- border: transparent !important;
1750
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1751
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1748
1752
  }
1749
1753
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1750
- border-bottom-color: #D5D5D5 !important;
1754
+ border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1751
1755
  }
1752
1756
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1753
- border-top-color: #D5D5D5 !important;
1757
+ border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1754
1758
  }
1755
1759
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1756
- background-color: #8A8A8A !important;
1757
- border: #8A8A8A !important;
1760
+ background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1761
+ border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1758
1762
  }
1759
1763
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1760
- background-color: transparent !important;
1761
- border: transparent !important;
1764
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1765
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1762
1766
  }
1763
1767
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1764
- background: #3f51b5 !important;
1765
- border: #3f51b5 !important;
1768
+ background: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1769
+ border: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1766
1770
  }
1767
1771
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1768
- border-bottom-color: #3f51b5 !important;
1772
+ border-bottom-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1769
1773
  }
1770
1774
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1771
- border-top-color: #3f51b5 !important;
1775
+ border-top-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1772
1776
  }
1773
1777
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1774
- background: #8591d5 !important;
1775
- border: #8591d5 !important;
1778
+ background: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1779
+ border: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1776
1780
  }
1777
1781
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1778
- border-bottom-color: #8591d5 !important;
1782
+ border-bottom-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1779
1783
  }
1780
1784
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1781
- border-top-color: #8591d5 !important;
1785
+ border-top-color: #8591d5 !important; /* stylelint-disable-line declaration-no-important */
1782
1786
  }
1783
1787
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1784
- border-color: #3f51b5 !important;
1788
+ border-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1785
1789
  }
1786
1790
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1787
- border-left-color: #3f51b5 !important;
1791
+ border-left-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1788
1792
  }
1789
1793
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1790
- border-right-color: #3f51b5 !important;
1794
+ border-right-color: #3f51b5 !important; /* stylelint-disable-line declaration-no-important */
1791
1795
  }
1792
1796
  .e-gantt .e-icons {
1793
1797
  color: rgba(0, 0, 0, 0.87);
1794
1798
  }
1795
1799
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1796
- color: rgba(0, 0, 0, 0.54) !important;
1800
+ color: rgba(0, 0, 0, 0.54) !important; /* stylelint-disable-line declaration-no-important */
1797
1801
  }
1798
1802
 
1799
1803
  .e-gantt-dialog .e-dlg-header {