@syncfusion/ej2-angular-gantt 20.2.39-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 +29 -15
  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 -1298
  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
@@ -162,6 +162,8 @@
162
162
  /*! Horizontal Tab */
163
163
  /*! Bootstrap specific themes definition's */
164
164
  /*! Vertical Tab */
165
+ /* stylelint-disable property-no-vendor-prefix */
166
+ /* stylelint-disable property-no-vendor-prefix */
165
167
  @keyframes material-spinner-rotate {
166
168
  0% {
167
169
  transform: rotate(0);
@@ -178,6 +180,7 @@
178
180
  transform: rotate(360deg);
179
181
  }
180
182
  }
183
+ /* stylelint-disable */
181
184
  .e-gantt .e-add::before {
182
185
  content: "\e805";
183
186
  }
@@ -327,10 +330,10 @@
327
330
  height: 254px !important;
328
331
  }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
- height: 63px !important;
333
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
331
334
  }
332
335
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
333
- padding: 16px 4px 16px 28px !important;
336
+ padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
334
337
  }
335
338
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
336
339
  left: 8px !important;
@@ -366,7 +369,7 @@
366
369
  width: 580px !important;
367
370
  }
368
371
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
369
- padding: 0 16px !important;
372
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
370
373
  }
371
374
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
372
375
  padding: 16px 8px 0 28px;
@@ -384,10 +387,10 @@
384
387
  height: 84px !important;
385
388
  }
386
389
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
387
- border-bottom: 0 !important;
390
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
388
391
  }
389
392
  .e-bigger .e-gantt-dialog > .e-dlg-content {
390
- border-radius: 0 !important;
393
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
391
394
  }
392
395
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
393
396
  border-radius: 6px 6px 0px 0px;
@@ -395,28 +398,28 @@
395
398
  }
396
399
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
397
400
  border-radius: 50%;
398
- height: auto !important;
401
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
399
402
  width: auto;
400
403
  }
401
404
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
402
405
  margin-left: 16px !important;
403
406
  }
404
407
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
405
- font-size: 16px !important;
408
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
406
409
  }
407
410
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
408
411
  min-height: 35px !important;
409
- min-width: 35.82px !important;
412
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
410
413
  }
411
414
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
412
415
  line-height: 24px;
413
- padding: 6px 16px 6px 15px !important;
416
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
414
417
  }
415
418
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
416
- padding: 6px 21px 6px 23px !important;
419
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
417
420
  }
418
421
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
419
- font-size: 16px !important;
422
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
420
423
  }
421
424
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
422
425
  font-size: 14px;
@@ -431,17 +434,17 @@
431
434
  }
432
435
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
433
436
  min-height: 35px !important;
434
- min-width: 35.82px !important;
437
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
435
438
  }
436
439
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
437
440
  min-height: 35px !important;
438
- min-width: 35.82px !important;
441
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
439
442
  }
440
443
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
441
444
  height: 40px;
442
445
  }
443
446
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
444
- min-width: 36px !important;
447
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
445
448
  }
446
449
  .e-bigger .e-predecessor-tooltip {
447
450
  background-color: #000;
@@ -453,7 +456,7 @@
453
456
  color: #484644 !important;
454
457
  }
455
458
  .e-bigger .e-predecessor-tooltip .e-tip-content {
456
- padding: 3px !important;
459
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
457
460
  }
458
461
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
459
462
  background-color: #000;
@@ -555,7 +558,7 @@
555
558
  margin: 0;
556
559
  }
557
560
  .e-gantt .e-gantt-splitter .e-pane {
558
- overflow: hidden !important;
561
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
559
562
  }
560
563
  .e-gantt .e-temp-content {
561
564
  border-left: 1px solid;
@@ -582,19 +585,19 @@
582
585
  height: 45px;
583
586
  }
584
587
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
585
- border-right-width: 0 !important;
588
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
586
589
  }
587
590
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
588
591
  border-top-style: none;
589
592
  border-top-width: 0;
590
- padding-right: 0 !important;
593
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
591
594
  }
592
595
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
593
596
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
594
- height: 51px !important;
597
+ height: 51px !important; /* stylelint-disable-line declaration-no-important */
595
598
  }
596
599
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
597
- overflow-x: scroll !important;
600
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
598
601
  }
599
602
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
600
603
  width: calc(100% + 17px);
@@ -619,7 +622,7 @@
619
622
  border-right: 0 solid;
620
623
  }
621
624
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
622
- -webkit-overflow-scrolling: touch;
625
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
623
626
  overflow-x: scroll;
624
627
  overflow-y: auto;
625
628
  position: relative;
@@ -803,7 +806,7 @@
803
806
  .e-gantt .e-gantt-chart .e-indicator-span {
804
807
  display: inline-block;
805
808
  font-size: 13px;
806
- font-weight: 400;
809
+ font-weight: normal;
807
810
  overflow: hidden;
808
811
  position: absolute;
809
812
  text-overflow: ellipsis;
@@ -1187,7 +1190,7 @@
1187
1190
  }
1188
1191
  .e-gantt-dialog .e-richtexteditor {
1189
1192
  border-bottom-width: 0px;
1190
- height: 241px !important;
1193
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1191
1194
  overflow: hidden;
1192
1195
  }
1193
1196
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1196,12 +1199,13 @@
1196
1199
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1200
  border-bottom-width: 0px;
1198
1201
  height: 200px;
1202
+ overflow: hidden;
1199
1203
  }
1200
1204
  .e-gantt-dialog > .e-dlg-content {
1201
- padding: 0 !important;
1205
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1202
1206
  }
1203
1207
  .e-gantt-dialog .e-dlg-header-content {
1204
- border-bottom: 0 !important;
1208
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1205
1209
  }
1206
1210
  .e-gantt-dialog .e-dlg-header-content {
1207
1211
  border-radius: 3px 3px 0px 0px;
@@ -1209,8 +1213,8 @@
1209
1213
  }
1210
1214
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1211
1215
  border-radius: 50%;
1212
- height: auto !important;
1213
- width: auto !important;
1216
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1217
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1214
1218
  }
1215
1219
 
1216
1220
  .e-icon-rowselect::before {
@@ -1218,9 +1222,9 @@
1218
1222
  }
1219
1223
 
1220
1224
  .e-ganttpopup {
1221
- -moz-user-select: none;
1222
- -ms-user-select: none;
1223
- -webkit-user-select: none;
1225
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1226
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1227
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1224
1228
  font-weight: normal;
1225
1229
  position: absolute;
1226
1230
  user-select: none;
@@ -1374,7 +1378,7 @@
1374
1378
  border-top-right-radius: 0px;
1375
1379
  }
1376
1380
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1377
- box-shadow: 0 0 0 1px #a19f9d inset !important;
1381
+ box-shadow: 0 0 0 1px #a19f9d inset !important; /* stylelint-disable-line declaration-no-important */
1378
1382
  }
1379
1383
  .e-gantt .e-temp-content {
1380
1384
  border-color: #292827;
@@ -1389,7 +1393,7 @@
1389
1393
  border-color: #292827;
1390
1394
  }
1391
1395
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1392
- height: 45px !important;
1396
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1393
1397
  }
1394
1398
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1395
1399
  background: #292827;
@@ -1413,7 +1417,7 @@
1413
1417
  line-height: 46px;
1414
1418
  }
1415
1419
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1416
- height: 46px !important;
1420
+ height: 46px !important; /* stylelint-disable-line declaration-no-important */
1417
1421
  }
1418
1422
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1419
1423
  height: 26px;
@@ -1703,73 +1707,73 @@
1703
1707
  color: transparent;
1704
1708
  }
1705
1709
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1706
- color: transparent !important;
1710
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1707
1711
  }
1708
1712
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1709
- border-color: #323130 !important;
1713
+ border-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1710
1714
  }
1711
1715
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1712
- border-left-color: #323130 !important;
1716
+ border-left-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1713
1717
  }
1714
1718
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1715
- border-right-color: #323130 !important;
1719
+ border-right-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1716
1720
  }
1717
1721
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1718
- background: #005a9e !important;
1719
- border: #005a9e !important;
1722
+ background: #005a9e !important; /* stylelint-disable-line declaration-no-important */
1723
+ border: #005a9e !important; /* stylelint-disable-line declaration-no-important */
1720
1724
  }
1721
1725
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1722
- background-color: transparent !important;
1723
- border: transparent !important;
1726
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1727
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1724
1728
  }
1725
1729
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1726
- border-bottom-color: #005a9e !important;
1730
+ border-bottom-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
1727
1731
  }
1728
1732
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1729
- border-top-color: #005a9e !important;
1733
+ border-top-color: #005a9e !important; /* stylelint-disable-line declaration-no-important */
1730
1734
  }
1731
1735
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1732
- background-color: #323130 !important;
1733
- border: #323130 !important;
1736
+ background-color: #323130 !important; /* stylelint-disable-line declaration-no-important */
1737
+ border: #323130 !important; /* stylelint-disable-line declaration-no-important */
1734
1738
  }
1735
1739
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1736
- background-color: transparent !important;
1737
- border: transparent !important;
1740
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1741
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1738
1742
  }
1739
1743
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1740
- background: #0078d4 !important;
1741
- border: #0078d4 !important;
1744
+ background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1745
+ border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1742
1746
  }
1743
1747
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1744
- border-bottom-color: #0078d4 !important;
1748
+ border-bottom-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1745
1749
  }
1746
1750
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1747
- border-top-color: #0078d4 !important;
1751
+ border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1748
1752
  }
1749
1753
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1750
- background: #3baaff !important;
1751
- border: #3baaff !important;
1754
+ background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1755
+ border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1752
1756
  }
1753
1757
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1754
- border-bottom-color: #3baaff !important;
1758
+ border-bottom-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1755
1759
  }
1756
1760
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1757
- border-top-color: #3baaff !important;
1761
+ border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1758
1762
  }
1759
1763
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1760
- border-color: #0078d4 !important;
1764
+ border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1761
1765
  }
1762
1766
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1763
- border-left-color: #0078d4 !important;
1767
+ border-left-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1764
1768
  }
1765
1769
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1766
- border-right-color: #0078d4 !important;
1770
+ border-right-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1767
1771
  }
1768
1772
  .e-gantt .e-icons {
1769
1773
  color: #a19f9d;
1770
1774
  }
1771
1775
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1772
- color: #a19f9d !important;
1776
+ color: #a19f9d !important; /* stylelint-disable-line declaration-no-important */
1773
1777
  }
1774
1778
 
1775
1779
  .e-gantt-dialog .e-dlg-header {
package/styles/fluent.css CHANGED
@@ -162,6 +162,8 @@
162
162
  /*! Horizontal Tab */
163
163
  /*! Bootstrap specific themes definition's */
164
164
  /*! Vertical Tab */
165
+ /* stylelint-disable property-no-vendor-prefix */
166
+ /* stylelint-disable property-no-vendor-prefix */
165
167
  @keyframes material-spinner-rotate {
166
168
  0% {
167
169
  transform: rotate(0);
@@ -178,6 +180,7 @@
178
180
  transform: rotate(360deg);
179
181
  }
180
182
  }
183
+ /* stylelint-disable */
181
184
  .e-gantt .e-add::before {
182
185
  content: "\e805";
183
186
  }
@@ -327,10 +330,10 @@
327
330
  height: 254px !important;
328
331
  }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
- height: 63px !important;
333
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
331
334
  }
332
335
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
333
- padding: 16px 4px 16px 28px !important;
336
+ padding: 16px 4px 16px 28px !important; /* stylelint-disable-line declaration-no-important */
334
337
  }
335
338
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
336
339
  left: 8px !important;
@@ -366,7 +369,7 @@
366
369
  width: 580px !important;
367
370
  }
368
371
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
369
- padding: 0 16px !important;
372
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
370
373
  }
371
374
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
372
375
  padding: 16px 8px 0 28px;
@@ -384,10 +387,10 @@
384
387
  height: 84px !important;
385
388
  }
386
389
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
387
- border-bottom: 0 !important;
390
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
388
391
  }
389
392
  .e-bigger .e-gantt-dialog > .e-dlg-content {
390
- border-radius: 0 !important;
393
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
391
394
  }
392
395
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
393
396
  border-radius: 6px 6px 0px 0px;
@@ -395,28 +398,28 @@
395
398
  }
396
399
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
397
400
  border-radius: 50%;
398
- height: auto !important;
401
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
399
402
  width: auto;
400
403
  }
401
404
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
402
405
  margin-left: 16px !important;
403
406
  }
404
407
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
405
- font-size: 16px !important;
408
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
406
409
  }
407
410
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
408
411
  min-height: 35px !important;
409
- min-width: 35.82px !important;
412
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
410
413
  }
411
414
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
412
415
  line-height: 24px;
413
- padding: 6px 16px 6px 15px !important;
416
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
414
417
  }
415
418
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
416
- padding: 6px 21px 6px 23px !important;
419
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
417
420
  }
418
421
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
419
- font-size: 16px !important;
422
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
420
423
  }
421
424
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
422
425
  font-size: 14px;
@@ -431,17 +434,17 @@
431
434
  }
432
435
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
433
436
  min-height: 35px !important;
434
- min-width: 35.82px !important;
437
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
435
438
  }
436
439
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
437
440
  min-height: 35px !important;
438
- min-width: 35.82px !important;
441
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
439
442
  }
440
443
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
441
444
  height: 40px;
442
445
  }
443
446
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
444
- min-width: 36px !important;
447
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
445
448
  }
446
449
  .e-bigger .e-predecessor-tooltip {
447
450
  background-color: #000;
@@ -453,7 +456,7 @@
453
456
  color: #a19f9d !important;
454
457
  }
455
458
  .e-bigger .e-predecessor-tooltip .e-tip-content {
456
- padding: 3px !important;
459
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
457
460
  }
458
461
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
459
462
  background-color: #000;
@@ -555,7 +558,7 @@
555
558
  margin: 0;
556
559
  }
557
560
  .e-gantt .e-gantt-splitter .e-pane {
558
- overflow: hidden !important;
561
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
559
562
  }
560
563
  .e-gantt .e-temp-content {
561
564
  border-left: 1px solid;
@@ -582,19 +585,19 @@
582
585
  height: 45px;
583
586
  }
584
587
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
585
- border-right-width: 0 !important;
588
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
586
589
  }
587
590
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
588
591
  border-top-style: none;
589
592
  border-top-width: 0;
590
- padding-right: 0 !important;
593
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
591
594
  }
592
595
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
593
596
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
594
- height: 51px !important;
597
+ height: 51px !important; /* stylelint-disable-line declaration-no-important */
595
598
  }
596
599
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
597
- overflow-x: scroll !important;
600
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
598
601
  }
599
602
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
600
603
  width: calc(100% + 17px);
@@ -619,7 +622,7 @@
619
622
  border-right: 0 solid;
620
623
  }
621
624
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
622
- -webkit-overflow-scrolling: touch;
625
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
623
626
  overflow-x: scroll;
624
627
  overflow-y: auto;
625
628
  position: relative;
@@ -803,7 +806,7 @@
803
806
  .e-gantt .e-gantt-chart .e-indicator-span {
804
807
  display: inline-block;
805
808
  font-size: 13px;
806
- font-weight: 400;
809
+ font-weight: normal;
807
810
  overflow: hidden;
808
811
  position: absolute;
809
812
  text-overflow: ellipsis;
@@ -1187,7 +1190,7 @@
1187
1190
  }
1188
1191
  .e-gantt-dialog .e-richtexteditor {
1189
1192
  border-bottom-width: 0px;
1190
- height: 241px !important;
1193
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1191
1194
  overflow: hidden;
1192
1195
  }
1193
1196
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1196,12 +1199,13 @@
1196
1199
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1200
  border-bottom-width: 0px;
1198
1201
  height: 200px;
1202
+ overflow: hidden;
1199
1203
  }
1200
1204
  .e-gantt-dialog > .e-dlg-content {
1201
- padding: 0 !important;
1205
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1202
1206
  }
1203
1207
  .e-gantt-dialog .e-dlg-header-content {
1204
- border-bottom: 0 !important;
1208
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1205
1209
  }
1206
1210
  .e-gantt-dialog .e-dlg-header-content {
1207
1211
  border-radius: 3px 3px 0px 0px;
@@ -1209,8 +1213,8 @@
1209
1213
  }
1210
1214
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1211
1215
  border-radius: 50%;
1212
- height: auto !important;
1213
- width: auto !important;
1216
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1217
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1214
1218
  }
1215
1219
 
1216
1220
  .e-icon-rowselect::before {
@@ -1218,9 +1222,9 @@
1218
1222
  }
1219
1223
 
1220
1224
  .e-ganttpopup {
1221
- -moz-user-select: none;
1222
- -ms-user-select: none;
1223
- -webkit-user-select: none;
1225
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1226
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1227
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1224
1228
  font-weight: normal;
1225
1229
  position: absolute;
1226
1230
  user-select: none;
@@ -1374,7 +1378,7 @@
1374
1378
  border-top-right-radius: 0px;
1375
1379
  }
1376
1380
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1377
- box-shadow: 0 0 0 1px #605e5c inset !important;
1381
+ box-shadow: 0 0 0 1px #605e5c inset !important; /* stylelint-disable-line declaration-no-important */
1378
1382
  }
1379
1383
  .e-gantt .e-temp-content {
1380
1384
  border-color: #edebe9;
@@ -1389,7 +1393,7 @@
1389
1393
  border-color: #edebe9;
1390
1394
  }
1391
1395
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1392
- height: 45px !important;
1396
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1393
1397
  }
1394
1398
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1395
1399
  background: #edebe9;
@@ -1413,7 +1417,7 @@
1413
1417
  line-height: 46px;
1414
1418
  }
1415
1419
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1416
- height: 46px !important;
1420
+ height: 46px !important; /* stylelint-disable-line declaration-no-important */
1417
1421
  }
1418
1422
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1419
1423
  height: 26px;
@@ -1703,73 +1707,73 @@
1703
1707
  color: transparent;
1704
1708
  }
1705
1709
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1706
- color: transparent !important;
1710
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1707
1711
  }
1708
1712
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1709
- border-color: #e1dfdd !important;
1713
+ border-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
1710
1714
  }
1711
1715
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1712
- border-left-color: #e1dfdd !important;
1716
+ border-left-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
1713
1717
  }
1714
1718
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1715
- border-right-color: #e1dfdd !important;
1719
+ border-right-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
1716
1720
  }
1717
1721
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1718
- background: #c7e0f4 !important;
1719
- border: #c7e0f4 !important;
1722
+ background: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1723
+ border: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1720
1724
  }
1721
1725
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1722
- background-color: transparent !important;
1723
- border: transparent !important;
1726
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1727
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1724
1728
  }
1725
1729
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1726
- border-bottom-color: #c7e0f4 !important;
1730
+ border-bottom-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1727
1731
  }
1728
1732
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1729
- border-top-color: #c7e0f4 !important;
1733
+ border-top-color: #c7e0f4 !important; /* stylelint-disable-line declaration-no-important */
1730
1734
  }
1731
1735
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1732
- background-color: #e1dfdd !important;
1733
- border: #e1dfdd !important;
1736
+ background-color: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
1737
+ border: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
1734
1738
  }
1735
1739
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1736
- background-color: transparent !important;
1737
- border: transparent !important;
1740
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1741
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1738
1742
  }
1739
1743
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1740
- background: #0078d4 !important;
1741
- border: #0078d4 !important;
1744
+ background: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1745
+ border: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1742
1746
  }
1743
1747
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1744
- border-bottom-color: #0078d4 !important;
1748
+ border-bottom-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1745
1749
  }
1746
1750
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1747
- border-top-color: #0078d4 !important;
1751
+ border-top-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1748
1752
  }
1749
1753
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1750
- background: #3baaff !important;
1751
- border: #3baaff !important;
1754
+ background: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1755
+ border: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1752
1756
  }
1753
1757
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1754
- border-bottom-color: #3baaff !important;
1758
+ border-bottom-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1755
1759
  }
1756
1760
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1757
- border-top-color: #3baaff !important;
1761
+ border-top-color: #3baaff !important; /* stylelint-disable-line declaration-no-important */
1758
1762
  }
1759
1763
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1760
- border-color: #0078d4 !important;
1764
+ border-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1761
1765
  }
1762
1766
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1763
- border-left-color: #0078d4 !important;
1767
+ border-left-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1764
1768
  }
1765
1769
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1766
- border-right-color: #0078d4 !important;
1770
+ border-right-color: #0078d4 !important; /* stylelint-disable-line declaration-no-important */
1767
1771
  }
1768
1772
  .e-gantt .e-icons {
1769
1773
  color: #605e5c;
1770
1774
  }
1771
1775
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1772
- color: #605e5c !important;
1776
+ color: #605e5c !important; /* stylelint-disable-line declaration-no-important */
1773
1777
  }
1774
1778
 
1775
1779
  .e-gantt-dialog .e-dlg-header {
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';