@syncfusion/ej2-angular-gantt 20.2.44 → 20.2.45-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1336 -0
- package/dist/ej2-angular-gantt.umd.js +908 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/index.js +8 -0
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/schema.js +2 -0
- package/schematics/generators/gantt-daymarkers/schema.json +125 -0
- package/schematics/generators/gantt-default/index.d.ts +3 -0
- package/schematics/generators/gantt-default/index.js +8 -0
- package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-default/sample-details.js +7 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/gantt-default/schema.d.ts +3 -0
- package/schematics/generators/gantt-default/schema.js +2 -0
- package/schematics/generators/gantt-default/schema.json +125 -0
- package/schematics/generators/gantt-editing/index.d.ts +3 -0
- package/schematics/generators/gantt-editing/index.js +8 -0
- package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-editing/sample-details.js +7 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-editing/schema.d.ts +3 -0
- package/schematics/generators/gantt-editing/schema.js +2 -0
- package/schematics/generators/gantt-editing/schema.json +125 -0
- package/schematics/generators/gantt-localdata/index.d.ts +3 -0
- package/schematics/generators/gantt-localdata/index.js +8 -0
- package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-localdata/sample-details.js +7 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
- package/schematics/generators/gantt-localdata/schema.js +2 -0
- package/schematics/generators/gantt-localdata/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +0 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +0 -6
- package/src/gantt/gantt.component.d.ts +0 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +58 -61
- package/styles/bootstrap.css +58 -61
- package/styles/bootstrap4.css +58 -61
- package/styles/bootstrap5-dark.css +59 -65
- package/styles/bootstrap5.css +59 -65
- package/styles/fabric-dark.css +58 -61
- package/styles/fabric.css +58 -61
- package/styles/fluent-dark.css +58 -61
- package/styles/fluent.css +58 -61
- package/styles/gantt/bootstrap-dark.css +58 -61
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +58 -61
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +58 -61
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +59 -65
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +59 -65
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +58 -61
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +58 -61
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +58 -61
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +58 -61
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +58 -64
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +58 -64
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +61 -64
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +61 -64
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +60 -63
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +60 -63
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +58 -64
- package/styles/highcontrast.css +58 -64
- package/styles/material-dark.css +61 -64
- package/styles/material.css +61 -64
- package/styles/tailwind-dark.css +60 -63
- package/styles/tailwind.css +60 -63
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
- package/esm2020/src/gantt/gantt.component.mjs +0 -255
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
- package/styles/gantt/_bootstrap-definition.scss +0 -208
- package/styles/gantt/_bootstrap4-definition.scss +0 -210
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -212
- package/styles/gantt/_fabric-dark-definition.scss +0 -208
- package/styles/gantt/_fabric-definition.scss +0 -208
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -212
- package/styles/gantt/_fusionnew-definition.scss +0 -211
- package/styles/gantt/_highcontrast-definition.scss +0 -208
- package/styles/gantt/_highcontrast-light-definition.scss +0 -208
- package/styles/gantt/_layout.scss +0 -1354
- package/styles/gantt/_material-dark-definition.scss +0 -209
- package/styles/gantt/_material-definition.scss +0 -209
- package/styles/gantt/_material3-definition.scss +0 -212
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -212
- package/styles/gantt/_theme.scss +0 -702
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
}
|
|
165
165
|
/*! Material specific themes definition's */
|
|
166
166
|
/*! Vertical Tab */
|
|
167
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
168
167
|
@keyframes e-input-ripple {
|
|
169
168
|
100% {
|
|
170
169
|
opacity: 0;
|
|
@@ -179,7 +178,6 @@
|
|
|
179
178
|
transform: translate3d(0, 0, 0) scale(1);
|
|
180
179
|
}
|
|
181
180
|
}
|
|
182
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
183
181
|
@keyframes material-spinner-rotate {
|
|
184
182
|
0% {
|
|
185
183
|
transform: rotate(0deg);
|
|
@@ -197,7 +195,6 @@
|
|
|
197
195
|
}
|
|
198
196
|
}
|
|
199
197
|
/*! component's default definitions and variables */
|
|
200
|
-
/* stylelint-disable */
|
|
201
198
|
.e-gantt .e-add::before {
|
|
202
199
|
content: "\e7f9";
|
|
203
200
|
}
|
|
@@ -347,10 +344,10 @@
|
|
|
347
344
|
height: 241px !important;
|
|
348
345
|
}
|
|
349
346
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
350
|
-
height: 63px !important;
|
|
347
|
+
height: 63px !important;
|
|
351
348
|
}
|
|
352
349
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
353
|
-
padding: 16px 14px 17px 16px !important;
|
|
350
|
+
padding: 16px 14px 17px 16px !important;
|
|
354
351
|
}
|
|
355
352
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
356
353
|
left: 1px !important;
|
|
@@ -386,7 +383,7 @@
|
|
|
386
383
|
width: 550px !important;
|
|
387
384
|
}
|
|
388
385
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
389
|
-
padding: 0 16px !important;
|
|
386
|
+
padding: 0 16px !important;
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
392
389
|
padding: 16px 9px 0 16px;
|
|
@@ -404,10 +401,10 @@
|
|
|
404
401
|
height: 78px !important;
|
|
405
402
|
}
|
|
406
403
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
407
|
-
border-bottom: 0 !important;
|
|
404
|
+
border-bottom: 0 !important;
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
410
|
-
border-radius: 0 !important;
|
|
407
|
+
border-radius: 0 !important;
|
|
411
408
|
}
|
|
412
409
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
413
410
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -415,28 +412,28 @@
|
|
|
415
412
|
}
|
|
416
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
417
414
|
border-radius: 50%;
|
|
418
|
-
height: auto !important;
|
|
415
|
+
height: auto !important;
|
|
419
416
|
width: auto;
|
|
420
417
|
}
|
|
421
418
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
422
419
|
margin-left: 4px !important;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
425
|
-
font-size: 16px !important;
|
|
422
|
+
font-size: 16px !important;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
428
425
|
min-height: 26px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
426
|
+
min-width: 35.82px !important;
|
|
430
427
|
}
|
|
431
428
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
432
429
|
line-height: 24px;
|
|
433
|
-
padding: 6px 16px 6px 15px !important;
|
|
430
|
+
padding: 6px 16px 6px 15px !important;
|
|
434
431
|
}
|
|
435
432
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
436
|
-
padding: 6px 21px 6px 23px !important;
|
|
433
|
+
padding: 6px 21px 6px 23px !important;
|
|
437
434
|
}
|
|
438
435
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
439
|
-
font-size: 16px !important;
|
|
436
|
+
font-size: 16px !important;
|
|
440
437
|
}
|
|
441
438
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
442
439
|
font-size: 14px;
|
|
@@ -448,27 +445,27 @@
|
|
|
448
445
|
}
|
|
449
446
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
450
447
|
height: 27px !important;
|
|
451
|
-
padding: 5px 0 11px !important;
|
|
448
|
+
padding: 5px 0 11px !important;
|
|
452
449
|
}
|
|
453
450
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
454
451
|
min-height: 26px !important;
|
|
455
|
-
min-width: 35.82px !important;
|
|
452
|
+
min-width: 35.82px !important;
|
|
456
453
|
}
|
|
457
454
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
458
455
|
min-height: 26px !important;
|
|
459
|
-
min-width: 35.82px !important;
|
|
456
|
+
min-width: 35.82px !important;
|
|
460
457
|
}
|
|
461
458
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
462
459
|
height: 44px;
|
|
463
460
|
}
|
|
464
461
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
465
|
-
min-width: 36px !important;
|
|
462
|
+
min-width: 36px !important;
|
|
466
463
|
}
|
|
467
464
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
468
|
-
margin: 5px 0 6px !important;
|
|
465
|
+
margin: 5px 0 6px !important;
|
|
469
466
|
}
|
|
470
467
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
471
|
-
margin-right: 0 !important;
|
|
468
|
+
margin-right: 0 !important;
|
|
472
469
|
}
|
|
473
470
|
.e-bigger .e-predecessor-tooltip {
|
|
474
471
|
background-color: #000;
|
|
@@ -480,7 +477,7 @@
|
|
|
480
477
|
color: #757575 !important;
|
|
481
478
|
}
|
|
482
479
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
483
|
-
padding: 3px !important;
|
|
480
|
+
padding: 3px !important;
|
|
484
481
|
}
|
|
485
482
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
486
483
|
background-color: #000;
|
|
@@ -582,7 +579,7 @@
|
|
|
582
579
|
margin: 0;
|
|
583
580
|
}
|
|
584
581
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
585
|
-
overflow: hidden !important;
|
|
582
|
+
overflow: hidden !important;
|
|
586
583
|
}
|
|
587
584
|
.e-gantt .e-temp-content {
|
|
588
585
|
border-left: 1px solid;
|
|
@@ -609,19 +606,19 @@
|
|
|
609
606
|
height: 45px;
|
|
610
607
|
}
|
|
611
608
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
612
|
-
border-right-width: 0 !important;
|
|
609
|
+
border-right-width: 0 !important;
|
|
613
610
|
}
|
|
614
611
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
615
612
|
border-top-style: none;
|
|
616
613
|
border-top-width: 0;
|
|
617
|
-
padding-right: 0 !important;
|
|
614
|
+
padding-right: 0 !important;
|
|
618
615
|
}
|
|
619
616
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
620
617
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
621
|
-
height: 63px !important;
|
|
618
|
+
height: 63px !important;
|
|
622
619
|
}
|
|
623
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
624
|
-
overflow-x: scroll !important;
|
|
621
|
+
overflow-x: scroll !important;
|
|
625
622
|
}
|
|
626
623
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
627
624
|
width: calc(100% + 17px);
|
|
@@ -646,7 +643,7 @@
|
|
|
646
643
|
border-right: 0 solid;
|
|
647
644
|
}
|
|
648
645
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
649
|
-
-webkit-overflow-scrolling: touch;
|
|
646
|
+
-webkit-overflow-scrolling: touch;
|
|
650
647
|
overflow-x: scroll;
|
|
651
648
|
overflow-y: auto;
|
|
652
649
|
position: relative;
|
|
@@ -1213,7 +1210,7 @@
|
|
|
1213
1210
|
}
|
|
1214
1211
|
.e-gantt-dialog .e-richtexteditor {
|
|
1215
1212
|
border-bottom-width: 1px;
|
|
1216
|
-
height: 241px !important;
|
|
1213
|
+
height: 241px !important;
|
|
1217
1214
|
overflow: hidden;
|
|
1218
1215
|
}
|
|
1219
1216
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1225,10 +1222,10 @@
|
|
|
1225
1222
|
overflow: hidden;
|
|
1226
1223
|
}
|
|
1227
1224
|
.e-gantt-dialog > .e-dlg-content {
|
|
1228
|
-
padding: 0 !important;
|
|
1225
|
+
padding: 0 !important;
|
|
1229
1226
|
}
|
|
1230
1227
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1231
|
-
border-bottom: 0 !important;
|
|
1228
|
+
border-bottom: 0 !important;
|
|
1232
1229
|
}
|
|
1233
1230
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1234
1231
|
border-radius: 0px;
|
|
@@ -1236,8 +1233,8 @@
|
|
|
1236
1233
|
}
|
|
1237
1234
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1238
1235
|
border-radius: 50%;
|
|
1239
|
-
height: auto !important;
|
|
1240
|
-
width: auto !important;
|
|
1236
|
+
height: auto !important;
|
|
1237
|
+
width: auto !important;
|
|
1241
1238
|
}
|
|
1242
1239
|
|
|
1243
1240
|
.e-icon-rowselect::before {
|
|
@@ -1245,9 +1242,9 @@
|
|
|
1245
1242
|
}
|
|
1246
1243
|
|
|
1247
1244
|
.e-ganttpopup {
|
|
1248
|
-
-moz-user-select: none;
|
|
1249
|
-
-ms-user-select: none;
|
|
1250
|
-
-webkit-user-select: none;
|
|
1245
|
+
-moz-user-select: none;
|
|
1246
|
+
-ms-user-select: none;
|
|
1247
|
+
-webkit-user-select: none;
|
|
1251
1248
|
font-weight: normal;
|
|
1252
1249
|
position: absolute;
|
|
1253
1250
|
user-select: none;
|
|
@@ -1401,7 +1398,7 @@
|
|
|
1401
1398
|
border-top-right-radius: 0px;
|
|
1402
1399
|
}
|
|
1403
1400
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1404
|
-
box-shadow: 0 0 0 1px #9e9e9e inset !important;
|
|
1401
|
+
box-shadow: 0 0 0 1px #9e9e9e inset !important;
|
|
1405
1402
|
}
|
|
1406
1403
|
.e-gantt .e-temp-content {
|
|
1407
1404
|
border-color: #e0e0e0;
|
|
@@ -1416,7 +1413,7 @@
|
|
|
1416
1413
|
border-color: #e0e0e0;
|
|
1417
1414
|
}
|
|
1418
1415
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1419
|
-
height: 45px !important;
|
|
1416
|
+
height: 45px !important;
|
|
1420
1417
|
}
|
|
1421
1418
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1422
1419
|
background: rgba(63, 81, 181, 0.15);
|
|
@@ -1440,7 +1437,7 @@
|
|
|
1440
1437
|
line-height: 46px;
|
|
1441
1438
|
}
|
|
1442
1439
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1443
|
-
height: 46px !important;
|
|
1440
|
+
height: 46px !important;
|
|
1444
1441
|
}
|
|
1445
1442
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1446
1443
|
height: 32px;
|
|
@@ -1730,73 +1727,73 @@
|
|
|
1730
1727
|
color: transparent;
|
|
1731
1728
|
}
|
|
1732
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1733
|
-
color: transparent !important;
|
|
1730
|
+
color: transparent !important;
|
|
1734
1731
|
}
|
|
1735
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1736
|
-
border-color: #8A8A8A !important;
|
|
1733
|
+
border-color: #8A8A8A !important;
|
|
1737
1734
|
}
|
|
1738
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1739
|
-
border-left-color: #8A8A8A !important;
|
|
1736
|
+
border-left-color: #8A8A8A !important;
|
|
1740
1737
|
}
|
|
1741
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1742
|
-
border-right-color: #8A8A8A !important;
|
|
1739
|
+
border-right-color: #8A8A8A !important;
|
|
1743
1740
|
}
|
|
1744
1741
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1745
|
-
background: #D5D5D5 !important;
|
|
1746
|
-
border: #D5D5D5 !important;
|
|
1742
|
+
background: #D5D5D5 !important;
|
|
1743
|
+
border: #D5D5D5 !important;
|
|
1747
1744
|
}
|
|
1748
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1749
|
-
background-color: transparent !important;
|
|
1750
|
-
border: transparent !important;
|
|
1746
|
+
background-color: transparent !important;
|
|
1747
|
+
border: transparent !important;
|
|
1751
1748
|
}
|
|
1752
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1753
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1750
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1754
1751
|
}
|
|
1755
1752
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1756
|
-
border-top-color: #D5D5D5 !important;
|
|
1753
|
+
border-top-color: #D5D5D5 !important;
|
|
1757
1754
|
}
|
|
1758
1755
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1759
|
-
background-color: #8A8A8A !important;
|
|
1760
|
-
border: #8A8A8A !important;
|
|
1756
|
+
background-color: #8A8A8A !important;
|
|
1757
|
+
border: #8A8A8A !important;
|
|
1761
1758
|
}
|
|
1762
1759
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1763
|
-
background-color: transparent !important;
|
|
1764
|
-
border: transparent !important;
|
|
1760
|
+
background-color: transparent !important;
|
|
1761
|
+
border: transparent !important;
|
|
1765
1762
|
}
|
|
1766
1763
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1767
|
-
background: #3f51b5 !important;
|
|
1768
|
-
border: #3f51b5 !important;
|
|
1764
|
+
background: #3f51b5 !important;
|
|
1765
|
+
border: #3f51b5 !important;
|
|
1769
1766
|
}
|
|
1770
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1771
|
-
border-bottom-color: #3f51b5 !important;
|
|
1768
|
+
border-bottom-color: #3f51b5 !important;
|
|
1772
1769
|
}
|
|
1773
1770
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1774
|
-
border-top-color: #3f51b5 !important;
|
|
1771
|
+
border-top-color: #3f51b5 !important;
|
|
1775
1772
|
}
|
|
1776
1773
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1777
|
-
background: #8591d5 !important;
|
|
1778
|
-
border: #8591d5 !important;
|
|
1774
|
+
background: #8591d5 !important;
|
|
1775
|
+
border: #8591d5 !important;
|
|
1779
1776
|
}
|
|
1780
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1781
|
-
border-bottom-color: #8591d5 !important;
|
|
1778
|
+
border-bottom-color: #8591d5 !important;
|
|
1782
1779
|
}
|
|
1783
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1784
|
-
border-top-color: #8591d5 !important;
|
|
1781
|
+
border-top-color: #8591d5 !important;
|
|
1785
1782
|
}
|
|
1786
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1787
|
-
border-color: #3f51b5 !important;
|
|
1784
|
+
border-color: #3f51b5 !important;
|
|
1788
1785
|
}
|
|
1789
1786
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1790
|
-
border-left-color: #3f51b5 !important;
|
|
1787
|
+
border-left-color: #3f51b5 !important;
|
|
1791
1788
|
}
|
|
1792
1789
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1793
|
-
border-right-color: #3f51b5 !important;
|
|
1790
|
+
border-right-color: #3f51b5 !important;
|
|
1794
1791
|
}
|
|
1795
1792
|
.e-gantt .e-icons {
|
|
1796
1793
|
color: rgba(0, 0, 0, 0.87);
|
|
1797
1794
|
}
|
|
1798
1795
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1799
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
1796
|
+
color: rgba(0, 0, 0, 0.54) !important;
|
|
1800
1797
|
}
|
|
1801
1798
|
|
|
1802
1799
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/material-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/material-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/material-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/material-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/material-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/material-definition.scss';
|
|
20
|
-
@import 'material-definition.scss';
|
|
21
|
-
@import 'icons/material.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/material.scss';
|