@syncfusion/ej2-angular-gantt 20.2.39 → 20.2.44-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1326 -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 +1 -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/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +61 -64
- package/styles/bootstrap.css +61 -64
- package/styles/bootstrap4.css +61 -64
- package/styles/bootstrap5-dark.css +62 -68
- package/styles/bootstrap5.css +62 -68
- package/styles/fabric-dark.css +61 -64
- package/styles/fabric.css +61 -64
- package/styles/fluent-dark.css +61 -64
- package/styles/fluent.css +61 -64
- package/styles/gantt/bootstrap-dark.css +61 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +61 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +61 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +62 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +62 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +61 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +61 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +61 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +61 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +61 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +61 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +64 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +64 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +63 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +63 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +61 -67
- package/styles/highcontrast.css +61 -67
- package/styles/material-dark.css +64 -67
- package/styles/material.css +64 -67
- package/styles/tailwind-dark.css +63 -66
- package/styles/tailwind.css +63 -66
- 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 -68
- package/esm2020/src/gantt/gantt.component.mjs +0 -248
- 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 -724
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -724
- 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
|
@@ -133,14 +133,12 @@
|
|
|
133
133
|
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
137
136
|
@keyframes e-input-ripple {
|
|
138
137
|
100% {
|
|
139
138
|
opacity: 0;
|
|
140
139
|
transform: scale(4);
|
|
141
140
|
}
|
|
142
141
|
}
|
|
143
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
144
142
|
@keyframes material-spinner-rotate {
|
|
145
143
|
0% {
|
|
146
144
|
transform: rotate(0deg);
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
transform: rotate(360deg);
|
|
158
156
|
}
|
|
159
157
|
}
|
|
160
|
-
/* stylelint-disable */
|
|
161
158
|
.e-gantt .e-add::before {
|
|
162
159
|
content: "\e7f9";
|
|
163
160
|
}
|
|
@@ -307,10 +304,10 @@
|
|
|
307
304
|
height: 241px !important;
|
|
308
305
|
}
|
|
309
306
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
310
|
-
height: 63px !important;
|
|
307
|
+
height: 63px !important;
|
|
311
308
|
}
|
|
312
309
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
313
|
-
padding: 16px 4px 17px 16px !important;
|
|
310
|
+
padding: 16px 4px 17px 16px !important;
|
|
314
311
|
}
|
|
315
312
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
316
313
|
left: 1px !important;
|
|
@@ -346,7 +343,7 @@
|
|
|
346
343
|
width: 550px !important;
|
|
347
344
|
}
|
|
348
345
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
349
|
-
padding: 0 16px !important;
|
|
346
|
+
padding: 0 16px !important;
|
|
350
347
|
}
|
|
351
348
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
352
349
|
padding: 16px 9px 0 16px;
|
|
@@ -364,10 +361,10 @@
|
|
|
364
361
|
height: 78px !important;
|
|
365
362
|
}
|
|
366
363
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
367
|
-
border-bottom: 0 !important;
|
|
364
|
+
border-bottom: 0 !important;
|
|
368
365
|
}
|
|
369
366
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
370
|
-
border-radius: 0 !important;
|
|
367
|
+
border-radius: 0 !important;
|
|
371
368
|
}
|
|
372
369
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
373
370
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -375,28 +372,28 @@
|
|
|
375
372
|
}
|
|
376
373
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
377
374
|
border-radius: 50%;
|
|
378
|
-
height: auto !important;
|
|
375
|
+
height: auto !important;
|
|
379
376
|
width: auto;
|
|
380
377
|
}
|
|
381
378
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
382
379
|
margin-left: 4px !important;
|
|
383
380
|
}
|
|
384
381
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
385
|
-
font-size: 16px !important;
|
|
382
|
+
font-size: 16px !important;
|
|
386
383
|
}
|
|
387
384
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
388
385
|
min-height: 26px !important;
|
|
389
|
-
min-width: 35.82px !important;
|
|
386
|
+
min-width: 35.82px !important;
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
392
389
|
line-height: 24px;
|
|
393
|
-
padding: 6px 16px 6px 15px !important;
|
|
390
|
+
padding: 6px 16px 6px 15px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
396
|
-
padding: 6px 21px 6px 23px !important;
|
|
393
|
+
padding: 6px 21px 6px 23px !important;
|
|
397
394
|
}
|
|
398
395
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
399
|
-
font-size: 16px !important;
|
|
396
|
+
font-size: 16px !important;
|
|
400
397
|
}
|
|
401
398
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
402
399
|
font-size: 14px;
|
|
@@ -408,27 +405,27 @@
|
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input {
|
|
410
407
|
height: 27px !important;
|
|
411
|
-
padding: 5px 0 11px !important;
|
|
408
|
+
padding: 5px 0 11px !important;
|
|
412
409
|
}
|
|
413
410
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
414
411
|
min-height: 26px !important;
|
|
415
|
-
min-width: 35.82px !important;
|
|
412
|
+
min-width: 35.82px !important;
|
|
416
413
|
}
|
|
417
414
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
418
415
|
min-height: 26px !important;
|
|
419
|
-
min-width: 35.82px !important;
|
|
416
|
+
min-width: 35.82px !important;
|
|
420
417
|
}
|
|
421
418
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
422
419
|
height: 44px;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
425
|
-
min-width: 36px !important;
|
|
422
|
+
min-width: 36px !important;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
428
|
-
margin: 5px 0 6px !important;
|
|
425
|
+
margin: 5px 0 6px !important;
|
|
429
426
|
}
|
|
430
427
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
431
|
-
margin-right: 0 !important;
|
|
428
|
+
margin-right: 0 !important;
|
|
432
429
|
}
|
|
433
430
|
.e-bigger .e-predecessor-tooltip {
|
|
434
431
|
background-color: #000;
|
|
@@ -440,7 +437,7 @@
|
|
|
440
437
|
color: #757575 !important;
|
|
441
438
|
}
|
|
442
439
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
443
|
-
padding: 3px !important;
|
|
440
|
+
padding: 3px !important;
|
|
444
441
|
}
|
|
445
442
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
446
443
|
background-color: #000;
|
|
@@ -542,7 +539,7 @@
|
|
|
542
539
|
margin: 0;
|
|
543
540
|
}
|
|
544
541
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
545
|
-
overflow: hidden !important;
|
|
542
|
+
overflow: hidden !important;
|
|
546
543
|
}
|
|
547
544
|
.e-gantt .e-temp-content {
|
|
548
545
|
border-left: 1px solid;
|
|
@@ -569,19 +566,19 @@
|
|
|
569
566
|
height: 45px;
|
|
570
567
|
}
|
|
571
568
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
572
|
-
border-right-width: 0 !important;
|
|
569
|
+
border-right-width: 0 !important;
|
|
573
570
|
}
|
|
574
571
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
575
572
|
border-top-style: none;
|
|
576
573
|
border-top-width: 0;
|
|
577
|
-
padding-right: 0 !important;
|
|
574
|
+
padding-right: 0 !important;
|
|
578
575
|
}
|
|
579
576
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
580
577
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
581
|
-
height: 63px !important;
|
|
578
|
+
height: 63px !important;
|
|
582
579
|
}
|
|
583
580
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
584
|
-
overflow-x: scroll !important;
|
|
581
|
+
overflow-x: scroll !important;
|
|
585
582
|
}
|
|
586
583
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
587
584
|
width: calc(100% + 17px);
|
|
@@ -606,7 +603,7 @@
|
|
|
606
603
|
border-right: 0 solid;
|
|
607
604
|
}
|
|
608
605
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
609
|
-
-webkit-overflow-scrolling: touch;
|
|
606
|
+
-webkit-overflow-scrolling: touch;
|
|
610
607
|
overflow-x: scroll;
|
|
611
608
|
overflow-y: auto;
|
|
612
609
|
position: relative;
|
|
@@ -627,14 +624,13 @@
|
|
|
627
624
|
}
|
|
628
625
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
629
626
|
border-bottom-style: solid;
|
|
630
|
-
border-right
|
|
627
|
+
border-right: 1px solid;
|
|
631
628
|
overflow: hidden;
|
|
632
629
|
position: relative;
|
|
633
630
|
z-index: 6;
|
|
634
631
|
}
|
|
635
632
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
636
633
|
border-left: 0;
|
|
637
|
-
padding: 0 3px;
|
|
638
634
|
}
|
|
639
635
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
640
636
|
border-collapse: collapse;
|
|
@@ -686,7 +682,7 @@
|
|
|
686
682
|
}
|
|
687
683
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
688
684
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
689
|
-
padding-left:
|
|
685
|
+
padding-left: 11px;
|
|
690
686
|
text-align: left;
|
|
691
687
|
}
|
|
692
688
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1174,7 +1170,7 @@
|
|
|
1174
1170
|
}
|
|
1175
1171
|
.e-gantt-dialog .e-richtexteditor {
|
|
1176
1172
|
border-bottom-width: 1px;
|
|
1177
|
-
height: 241px !important;
|
|
1173
|
+
height: 241px !important;
|
|
1178
1174
|
overflow: hidden;
|
|
1179
1175
|
}
|
|
1180
1176
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1183,12 +1179,13 @@
|
|
|
1183
1179
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1184
1180
|
border-bottom-width: 0px;
|
|
1185
1181
|
height: 198px;
|
|
1182
|
+
overflow: hidden;
|
|
1186
1183
|
}
|
|
1187
1184
|
.e-gantt-dialog > .e-dlg-content {
|
|
1188
|
-
padding: 0 !important;
|
|
1185
|
+
padding: 0 !important;
|
|
1189
1186
|
}
|
|
1190
1187
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1191
|
-
border-bottom: 0 !important;
|
|
1188
|
+
border-bottom: 0 !important;
|
|
1192
1189
|
}
|
|
1193
1190
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1194
1191
|
border-radius: 0px;
|
|
@@ -1196,8 +1193,8 @@
|
|
|
1196
1193
|
}
|
|
1197
1194
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1198
1195
|
border-radius: 50%;
|
|
1199
|
-
height: auto !important;
|
|
1200
|
-
width: auto !important;
|
|
1196
|
+
height: auto !important;
|
|
1197
|
+
width: auto !important;
|
|
1201
1198
|
}
|
|
1202
1199
|
|
|
1203
1200
|
.e-icon-rowselect::before {
|
|
@@ -1205,9 +1202,9 @@
|
|
|
1205
1202
|
}
|
|
1206
1203
|
|
|
1207
1204
|
.e-ganttpopup {
|
|
1208
|
-
-moz-user-select: none;
|
|
1209
|
-
-ms-user-select: none;
|
|
1210
|
-
-webkit-user-select: none;
|
|
1205
|
+
-moz-user-select: none;
|
|
1206
|
+
-ms-user-select: none;
|
|
1207
|
+
-webkit-user-select: none;
|
|
1211
1208
|
font-weight: normal;
|
|
1212
1209
|
position: absolute;
|
|
1213
1210
|
user-select: none;
|
|
@@ -1361,7 +1358,7 @@
|
|
|
1361
1358
|
border-top-right-radius: 0px;
|
|
1362
1359
|
}
|
|
1363
1360
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1364
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
|
|
1361
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
|
|
1365
1362
|
}
|
|
1366
1363
|
.e-gantt .e-temp-content {
|
|
1367
1364
|
border-color: #616161;
|
|
@@ -1376,7 +1373,7 @@
|
|
|
1376
1373
|
border-color: #616161;
|
|
1377
1374
|
}
|
|
1378
1375
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1379
|
-
height: 45px !important;
|
|
1376
|
+
height: 45px !important;
|
|
1380
1377
|
}
|
|
1381
1378
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1382
1379
|
background: rgba(255, 255, 255, 0.28);
|
|
@@ -1400,7 +1397,7 @@
|
|
|
1400
1397
|
line-height: 46px;
|
|
1401
1398
|
}
|
|
1402
1399
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1403
|
-
height: 46px !important;
|
|
1400
|
+
height: 46px !important;
|
|
1404
1401
|
}
|
|
1405
1402
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1406
1403
|
height: 32px;
|
|
@@ -1690,73 +1687,73 @@
|
|
|
1690
1687
|
color: transparent;
|
|
1691
1688
|
}
|
|
1692
1689
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1693
|
-
color: transparent !important;
|
|
1690
|
+
color: transparent !important;
|
|
1694
1691
|
}
|
|
1695
1692
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1696
|
-
border-color: #8A8A8A !important;
|
|
1693
|
+
border-color: #8A8A8A !important;
|
|
1697
1694
|
}
|
|
1698
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1699
|
-
border-left-color: #8A8A8A !important;
|
|
1696
|
+
border-left-color: #8A8A8A !important;
|
|
1700
1697
|
}
|
|
1701
1698
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1702
|
-
border-right-color: #8A8A8A !important;
|
|
1699
|
+
border-right-color: #8A8A8A !important;
|
|
1703
1700
|
}
|
|
1704
1701
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1705
|
-
background: #D5D5D5 !important;
|
|
1706
|
-
border: #D5D5D5 !important;
|
|
1702
|
+
background: #D5D5D5 !important;
|
|
1703
|
+
border: #D5D5D5 !important;
|
|
1707
1704
|
}
|
|
1708
1705
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1709
|
-
background-color: transparent !important;
|
|
1710
|
-
border: transparent !important;
|
|
1706
|
+
background-color: transparent !important;
|
|
1707
|
+
border: transparent !important;
|
|
1711
1708
|
}
|
|
1712
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1713
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1710
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1714
1711
|
}
|
|
1715
1712
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1716
|
-
border-top-color: #D5D5D5 !important;
|
|
1713
|
+
border-top-color: #D5D5D5 !important;
|
|
1717
1714
|
}
|
|
1718
1715
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1719
|
-
background-color: #8A8A8A !important;
|
|
1720
|
-
border: #8A8A8A !important;
|
|
1716
|
+
background-color: #8A8A8A !important;
|
|
1717
|
+
border: #8A8A8A !important;
|
|
1721
1718
|
}
|
|
1722
1719
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1723
|
-
background-color: transparent !important;
|
|
1724
|
-
border: transparent !important;
|
|
1720
|
+
background-color: transparent !important;
|
|
1721
|
+
border: transparent !important;
|
|
1725
1722
|
}
|
|
1726
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1727
|
-
background: #7280ce !important;
|
|
1728
|
-
border: #7280ce !important;
|
|
1724
|
+
background: #7280ce !important;
|
|
1725
|
+
border: #7280ce !important;
|
|
1729
1726
|
}
|
|
1730
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1731
|
-
border-bottom-color: #7280ce !important;
|
|
1728
|
+
border-bottom-color: #7280ce !important;
|
|
1732
1729
|
}
|
|
1733
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1734
|
-
border-top-color: #7280ce !important;
|
|
1731
|
+
border-top-color: #7280ce !important;
|
|
1735
1732
|
}
|
|
1736
1733
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1737
|
-
background: #8591d5 !important;
|
|
1738
|
-
border: #8591d5 !important;
|
|
1734
|
+
background: #8591d5 !important;
|
|
1735
|
+
border: #8591d5 !important;
|
|
1739
1736
|
}
|
|
1740
1737
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1741
|
-
border-bottom-color: #8591d5 !important;
|
|
1738
|
+
border-bottom-color: #8591d5 !important;
|
|
1742
1739
|
}
|
|
1743
1740
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1744
|
-
border-top-color: #8591d5 !important;
|
|
1741
|
+
border-top-color: #8591d5 !important;
|
|
1745
1742
|
}
|
|
1746
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1747
|
-
border-color: #7280ce !important;
|
|
1744
|
+
border-color: #7280ce !important;
|
|
1748
1745
|
}
|
|
1749
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1750
|
-
border-left-color: #7280ce !important;
|
|
1747
|
+
border-left-color: #7280ce !important;
|
|
1751
1748
|
}
|
|
1752
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1753
|
-
border-right-color: #7280ce !important;
|
|
1750
|
+
border-right-color: #7280ce !important;
|
|
1754
1751
|
}
|
|
1755
1752
|
.e-gantt .e-icons {
|
|
1756
1753
|
color: #fff;
|
|
1757
1754
|
}
|
|
1758
1755
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1759
|
-
color: rgba(255, 255, 255, 0.7) !important;
|
|
1756
|
+
color: rgba(255, 255, 255, 0.7) !important;
|
|
1760
1757
|
}
|
|
1761
1758
|
|
|
1762
1759
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/material-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/material-dark-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/material-dark-definition.scss';
|
|
20
|
-
@import 'material-dark-definition.scss';
|
|
21
|
-
@import 'icons/material-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/material-dark.scss';
|