@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
@@ -81,6 +81,9 @@
81
81
  color: #fff;
82
82
  top: 12px;
83
83
  }
84
+ .e-multiselect .e-multi-select-wrapper input {
85
+ /* stylelint-disable property-no-vendor-prefix */
86
+ }
84
87
  .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
85
88
  color: #969696;
86
89
  font-family: inherit;
@@ -180,6 +183,8 @@
180
183
  /*! Horizontal Tab */
181
184
  /*! HighContrast specific themes definition's */
182
185
  /*! Vertical Tab */
186
+ /* stylelint-disable property-no-vendor-prefix */
187
+ /* stylelint-disable property-no-vendor-prefix */
183
188
  @keyframes material-spinner-rotate {
184
189
  0% {
185
190
  transform: rotate(0);
@@ -196,6 +201,7 @@
196
201
  transform: rotate(360deg);
197
202
  }
198
203
  }
204
+ /* stylelint-disable */
199
205
  .e-gantt .e-add::before {
200
206
  content: "\e7d5";
201
207
  }
@@ -345,10 +351,10 @@
345
351
  height: 241px !important;
346
352
  }
347
353
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
348
- height: 63px !important;
354
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
349
355
  }
350
356
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
351
- padding: 16px 4px 12px 18px !important;
357
+ padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
352
358
  }
353
359
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
354
360
  left: 2px !important;
@@ -384,7 +390,7 @@
384
390
  width: 554px !important;
385
391
  }
386
392
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
387
- padding: 0 16px !important;
393
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
388
394
  }
389
395
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
390
396
  padding: 16px 9px 0 18px;
@@ -402,10 +408,10 @@
402
408
  height: 78px !important;
403
409
  }
404
410
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
405
- border-bottom: 0 !important;
411
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
406
412
  }
407
413
  .e-bigger .e-gantt-dialog > .e-dlg-content {
408
- border-radius: 0 !important;
414
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
409
415
  }
410
416
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
411
417
  border-radius: 6px 6px 0px 0px;
@@ -413,28 +419,28 @@
413
419
  }
414
420
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
415
421
  border-radius: 50%;
416
- height: auto !important;
422
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
417
423
  width: auto;
418
424
  }
419
425
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
420
426
  margin-left: 6px !important;
421
427
  }
422
428
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
423
- font-size: 16px !important;
429
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
424
430
  }
425
431
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
426
432
  min-height: 38px !important;
427
- min-width: 35.82px !important;
433
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
428
434
  }
429
435
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
430
436
  line-height: 24px;
431
- padding: 6px 16px 6px 15px !important;
437
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
432
438
  }
433
439
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
434
- padding: 6px 21px 6px 23px !important;
440
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
435
441
  }
436
442
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
437
- font-size: 16px !important;
443
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
438
444
  }
439
445
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
440
446
  font-size: 14px;
@@ -449,17 +455,17 @@
449
455
  }
450
456
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
451
457
  min-height: 38px !important;
452
- min-width: 35.82px !important;
458
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
453
459
  }
454
460
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
455
461
  min-height: 38px !important;
456
- min-width: 35.82px !important;
462
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
457
463
  }
458
464
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
459
465
  height: 40px;
460
466
  }
461
467
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
462
- min-width: 36px !important;
468
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
463
469
  }
464
470
  .e-bigger .e-predecessor-tooltip {
465
471
  background-color: #000;
@@ -471,7 +477,7 @@
471
477
  color: #757575 !important;
472
478
  }
473
479
  .e-bigger .e-predecessor-tooltip .e-tip-content {
474
- padding: 3px !important;
480
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
475
481
  }
476
482
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
477
483
  background-color: #000;
@@ -573,7 +579,7 @@
573
579
  margin: 0;
574
580
  }
575
581
  .e-gantt .e-gantt-splitter .e-pane {
576
- overflow: hidden !important;
582
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
577
583
  }
578
584
  .e-gantt .e-temp-content {
579
585
  border-left: 1px solid;
@@ -600,19 +606,19 @@
600
606
  height: 45px;
601
607
  }
602
608
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
603
- border-right-width: 0 !important;
609
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
604
610
  }
605
611
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
606
612
  border-top-style: none;
607
613
  border-top-width: 0;
608
- padding-right: 0 !important;
614
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
609
615
  }
610
616
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
611
617
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
612
- height: 63px !important;
618
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
613
619
  }
614
620
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
615
- overflow-x: scroll !important;
621
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
616
622
  }
617
623
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
618
624
  width: calc(100% + 17px);
@@ -637,7 +643,7 @@
637
643
  border-right: 0 solid;
638
644
  }
639
645
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
640
- -webkit-overflow-scrolling: touch;
646
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
641
647
  overflow-x: scroll;
642
648
  overflow-y: auto;
643
649
  position: relative;
@@ -821,7 +827,7 @@
821
827
  .e-gantt .e-gantt-chart .e-indicator-span {
822
828
  display: inline-block;
823
829
  font-size: 13px;
824
- font-weight: 400;
830
+ font-weight: normal;
825
831
  overflow: hidden;
826
832
  position: absolute;
827
833
  text-overflow: ellipsis;
@@ -1205,7 +1211,7 @@
1205
1211
  }
1206
1212
  .e-gantt-dialog .e-richtexteditor {
1207
1213
  border-bottom-width: 1px;
1208
- height: 241px !important;
1214
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1209
1215
  overflow: hidden;
1210
1216
  }
1211
1217
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1214,12 +1220,13 @@
1214
1220
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1215
1221
  border-bottom-width: 0px;
1216
1222
  height: 200px;
1223
+ overflow: hidden;
1217
1224
  }
1218
1225
  .e-gantt-dialog > .e-dlg-content {
1219
- padding: 0 !important;
1226
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1220
1227
  }
1221
1228
  .e-gantt-dialog .e-dlg-header-content {
1222
- border-bottom: 0 !important;
1229
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1223
1230
  }
1224
1231
  .e-gantt-dialog .e-dlg-header-content {
1225
1232
  border-radius: 0px;
@@ -1227,8 +1234,8 @@
1227
1234
  }
1228
1235
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1229
1236
  border-radius: 50%;
1230
- height: auto !important;
1231
- width: auto !important;
1237
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1238
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1232
1239
  }
1233
1240
 
1234
1241
  .e-icon-rowselect::before {
@@ -1236,9 +1243,9 @@
1236
1243
  }
1237
1244
 
1238
1245
  .e-ganttpopup {
1239
- -moz-user-select: none;
1240
- -ms-user-select: none;
1241
- -webkit-user-select: none;
1246
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1247
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1248
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1242
1249
  font-weight: normal;
1243
1250
  position: absolute;
1244
1251
  user-select: none;
@@ -1392,7 +1399,7 @@
1392
1399
  border-top-right-radius: 0px;
1393
1400
  }
1394
1401
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1395
- box-shadow: 0 0 0 1px white inset !important;
1402
+ box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
1396
1403
  }
1397
1404
  .e-gantt .e-temp-content {
1398
1405
  border-color: #969696;
@@ -1407,7 +1414,7 @@
1407
1414
  border-color: #969696;
1408
1415
  }
1409
1416
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1410
- height: 45px !important;
1417
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1411
1418
  }
1412
1419
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1413
1420
  background: rgba(255, 217, 57, 0.7);
@@ -1431,7 +1438,7 @@
1431
1438
  line-height: 46px;
1432
1439
  }
1433
1440
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1434
- height: 46px !important;
1441
+ height: 46px !important; /* stylelint-disable-line declaration-no-important */
1435
1442
  }
1436
1443
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1437
1444
  height: 32px;
@@ -1721,73 +1728,73 @@
1721
1728
  color: transparent;
1722
1729
  }
1723
1730
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1724
- color: transparent !important;
1731
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1725
1732
  }
1726
1733
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1727
- border-color: #8A8A8A !important;
1734
+ border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1728
1735
  }
1729
1736
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1730
- border-left-color: #8A8A8A !important;
1737
+ border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1731
1738
  }
1732
1739
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1733
- border-right-color: #8A8A8A !important;
1740
+ border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1734
1741
  }
1735
1742
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1736
- background: #D5D5D5 !important;
1737
- border: #D5D5D5 !important;
1743
+ background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1744
+ border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1738
1745
  }
1739
1746
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1740
- background-color: transparent !important;
1741
- border: transparent !important;
1747
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1748
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1742
1749
  }
1743
1750
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1744
- border-bottom-color: #D5D5D5 !important;
1751
+ border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1745
1752
  }
1746
1753
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1747
- border-top-color: #D5D5D5 !important;
1754
+ border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1748
1755
  }
1749
1756
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1750
- background-color: #8A8A8A !important;
1751
- border: #8A8A8A !important;
1757
+ background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1758
+ border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1752
1759
  }
1753
1760
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1754
- background-color: transparent !important;
1755
- border: transparent !important;
1761
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1762
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1756
1763
  }
1757
1764
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1758
- background: #3e047d !important;
1759
- border: #3e047d !important;
1765
+ background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1766
+ border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1760
1767
  }
1761
1768
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1762
- border-bottom-color: #3e047d !important;
1769
+ border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1763
1770
  }
1764
1771
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1765
- border-top-color: #3e047d !important;
1772
+ border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1766
1773
  }
1767
1774
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1768
- background: #a662fb !important;
1769
- border: #a662fb !important;
1775
+ background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1776
+ border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1770
1777
  }
1771
1778
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1772
- border-bottom-color: #a662fb !important;
1779
+ border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1773
1780
  }
1774
1781
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1775
- border-top-color: #a662fb !important;
1782
+ border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1776
1783
  }
1777
1784
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1778
- border-color: #3e047d !important;
1785
+ border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1779
1786
  }
1780
1787
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1781
- border-left-color: #3e047d !important;
1788
+ border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1782
1789
  }
1783
1790
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1784
- border-right-color: #3e047d !important;
1791
+ border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1785
1792
  }
1786
1793
  .e-gantt .e-icons {
1787
1794
  color: #fff;
1788
1795
  }
1789
1796
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1790
- color: #fff !important;
1797
+ color: #fff !important; /* stylelint-disable-line declaration-no-important */
1791
1798
  }
1792
1799
 
1793
1800
  .e-gantt-dialog .e-dlg-header {
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'ej2-grids/styles/grid/highcontrast-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/highcontrast-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
7
+ @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/highcontrast-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
14
+ @import 'ej2-inputs/styles/input/highcontrast-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/highcontrast-definition.scss';
20
+ @import 'highcontrast-definition.scss';
21
+ @import 'icons/highcontrast.scss';
22
+ @import 'all.scss';
@@ -0,0 +1,124 @@
1
+ @include export-module('gantt-bootstrap-dark-icons') {
2
+ #{&}.e-gantt {
3
+ .e-add::before {
4
+ content: '\e823';
5
+ }
6
+
7
+ .e-critical-path::before {
8
+ content: '\e93a';
9
+ }
10
+
11
+ .e-edit::before {
12
+ content: '\e944';
13
+ }
14
+
15
+ .e-delete::before {
16
+ content: '\e84e';
17
+ }
18
+
19
+ .e-cancel::before {
20
+ content: '\e842';
21
+ }
22
+
23
+ .e-save::before {
24
+ content: '\e964';
25
+ }
26
+
27
+ .e-update::before {
28
+ content: '\e735';
29
+ }
30
+
31
+ .e-search-icon::before {
32
+ content: '\e961';
33
+ }
34
+
35
+ .e-cancel-icon::before {
36
+ content: '\e842';
37
+ }
38
+
39
+ .e-notes-info::before {
40
+ content: '\1F6C8';
41
+ }
42
+
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\ebc7';
46
+ }
47
+
48
+ .e-expandall::before {
49
+ content: '\e558';
50
+ }
51
+
52
+ .e-collapseall::before {
53
+ content: '\e557';
54
+ }
55
+
56
+ .e-prevtimespan::before {
57
+ content: '\e85b';
58
+ }
59
+
60
+ .e-nexttimespan::before {
61
+ content: '\e85f';
62
+ }
63
+
64
+ .e-zoomin::before {
65
+ content: '\e349';
66
+ }
67
+
68
+ .e-zoomout::before {
69
+ content: '\e351';
70
+ }
71
+
72
+ .e-zoomtofit::before {
73
+ content: '\e657';
74
+ }
75
+
76
+ .e-add-above::before {
77
+ content: '\e658';
78
+ }
79
+
80
+ .e-add-below::before {
81
+ content: '\e659';
82
+ }
83
+
84
+ .e-indent::before {
85
+ content: '\e33f';
86
+ }
87
+
88
+ .e-outdent::before {
89
+ content: '\e35d';
90
+ }
91
+
92
+ .e-csvexport::before {
93
+ content: '\e241';
94
+ }
95
+
96
+ .e-excelexport::before {
97
+ content: '\e242';
98
+ }
99
+
100
+ .e-pdfexport::before {
101
+ content: '\e240';
102
+ }
103
+ }
104
+
105
+ #{&}.e-gantt.e-device {
106
+ .e-backarrowspan::before,
107
+ .e-icon-dlg-close::before {
108
+ content: '\e85b';
109
+ }
110
+
111
+ .e-left-resize-gripper::before,
112
+ .e-right-resize-gripper::before {
113
+ content: '\e903';
114
+ }
115
+ }
116
+
117
+ .e-gantt-tooltip-arrow-left::before {
118
+ content: '\e85b';
119
+ }
120
+
121
+ .e-gantt-tooltip-arrow-right::before {
122
+ content: '\e85f';
123
+ }
124
+ }
@@ -0,0 +1,124 @@
1
+ @include export-module('gantt-bootstrap-icons') {
2
+ #{&}.e-gantt {
3
+ .e-add::before {
4
+ content: '\e823';
5
+ }
6
+
7
+ .e-critical-path::before {
8
+ content: '\e93a';
9
+ }
10
+
11
+ .e-edit::before {
12
+ content: '\e944';
13
+ }
14
+
15
+ .e-delete::before {
16
+ content: '\e84e';
17
+ }
18
+
19
+ .e-cancel::before {
20
+ content: '\e842';
21
+ }
22
+
23
+ .e-save::before {
24
+ content: '\e964';
25
+ }
26
+
27
+ .e-update::before {
28
+ content: '\e735';
29
+ }
30
+
31
+ .e-search-icon::before {
32
+ content: '\e961';
33
+ }
34
+
35
+ .e-cancel-icon::before {
36
+ content: '\e842';
37
+ }
38
+
39
+ .e-notes-info::before {
40
+ content: '\1F6C8';
41
+ }
42
+
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\ebc7';
46
+ }
47
+
48
+ .e-expandall::before {
49
+ content: '\e558';
50
+ }
51
+
52
+ .e-collapseall::before {
53
+ content: '\e557';
54
+ }
55
+
56
+ .e-prevtimespan::before {
57
+ content: '\e85b';
58
+ }
59
+
60
+ .e-nexttimespan::before {
61
+ content: '\e85f';
62
+ }
63
+
64
+ .e-zoomin::before {
65
+ content: '\e349';
66
+ }
67
+
68
+ .e-zoomout::before {
69
+ content: '\e351';
70
+ }
71
+
72
+ .e-zoomtofit::before {
73
+ content: '\e657';
74
+ }
75
+
76
+ .e-csvexport::before {
77
+ content: '\e241';
78
+ }
79
+
80
+ .e-excelexport::before {
81
+ content: '\e242';
82
+ }
83
+
84
+ .e-pdfexport::before {
85
+ content: '\e240';
86
+ }
87
+
88
+ .e-indent::before {
89
+ content: '\e33f';
90
+ }
91
+
92
+ .e-outdent::before {
93
+ content: '\e35d';
94
+ }
95
+
96
+ .e-add-above::before {
97
+ content: '\e658';
98
+ }
99
+
100
+ .e-add-below::before {
101
+ content: '\e659';
102
+ }
103
+ }
104
+
105
+ #{&}.e-gantt.e-device {
106
+ .e-backarrowspan::before,
107
+ .e-icon-dlg-close::before {
108
+ content: '\e85b';
109
+ }
110
+
111
+ .e-left-resize-gripper::before,
112
+ .e-right-resize-gripper::before {
113
+ content: '\e903';
114
+ }
115
+ }
116
+
117
+ .e-gantt-tooltip-arrow-left::before {
118
+ content: '\e85b';
119
+ }
120
+
121
+ .e-gantt-tooltip-arrow-right::before {
122
+ content: '\e85f';
123
+ }
124
+ }