@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
|
@@ -147,8 +147,6 @@
|
|
|
147
147
|
}
|
|
148
148
|
/*! Material specific themes definition's */
|
|
149
149
|
/*! Vertical Tab */
|
|
150
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
151
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
152
150
|
@keyframes material-spinner-rotate {
|
|
153
151
|
0% {
|
|
154
152
|
transform: rotate(0);
|
|
@@ -165,7 +163,6 @@
|
|
|
165
163
|
transform: rotate(360deg);
|
|
166
164
|
}
|
|
167
165
|
}
|
|
168
|
-
/* stylelint-disable */
|
|
169
166
|
.e-gantt .e-add::before {
|
|
170
167
|
content: "\e805";
|
|
171
168
|
}
|
|
@@ -315,16 +312,16 @@
|
|
|
315
312
|
height: 242px !important;
|
|
316
313
|
}
|
|
317
314
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
318
|
-
height: 63px !important;
|
|
315
|
+
height: 63px !important;
|
|
319
316
|
}
|
|
320
317
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
321
|
-
padding: 16px 4px 16px 24px !important;
|
|
318
|
+
padding: 16px 4px 16px 24px !important;
|
|
322
319
|
}
|
|
323
320
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
324
321
|
left: -2px !important;
|
|
325
322
|
}
|
|
326
323
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
327
|
-
height: 68px !important;
|
|
324
|
+
height: 68px !important;
|
|
328
325
|
}
|
|
329
326
|
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
330
327
|
font-size: 16px !important;
|
|
@@ -357,7 +354,7 @@
|
|
|
357
354
|
width: 564px !important;
|
|
358
355
|
}
|
|
359
356
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
360
|
-
padding: 0 16px !important;
|
|
357
|
+
padding: 0 16px !important;
|
|
361
358
|
}
|
|
362
359
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
363
360
|
padding: 16px 8px 0 24px;
|
|
@@ -375,10 +372,10 @@
|
|
|
375
372
|
height: 75px !important;
|
|
376
373
|
}
|
|
377
374
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
378
|
-
border-bottom: 0 !important;
|
|
375
|
+
border-bottom: 0 !important;
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
381
|
-
border-radius: 0 !important;
|
|
378
|
+
border-radius: 0 !important;
|
|
382
379
|
}
|
|
383
380
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
384
381
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -386,28 +383,28 @@
|
|
|
386
383
|
}
|
|
387
384
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
388
385
|
border-radius: 50%;
|
|
389
|
-
height: auto !important;
|
|
386
|
+
height: auto !important;
|
|
390
387
|
width: auto;
|
|
391
388
|
}
|
|
392
389
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
393
390
|
margin-left: 12px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
396
|
-
font-size: 16px !important;
|
|
393
|
+
font-size: 16px !important;
|
|
397
394
|
}
|
|
398
395
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
399
396
|
min-height: 18px !important;
|
|
400
|
-
min-width: 35.82px !important;
|
|
397
|
+
min-width: 35.82px !important;
|
|
401
398
|
}
|
|
402
399
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
403
400
|
line-height: 24px;
|
|
404
|
-
padding: 6px 16px 6px 15px !important;
|
|
401
|
+
padding: 6px 16px 6px 15px !important;
|
|
405
402
|
}
|
|
406
403
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
407
|
-
padding: 6px 21px 6px 23px !important;
|
|
404
|
+
padding: 6px 21px 6px 23px !important;
|
|
408
405
|
}
|
|
409
406
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
410
|
-
font-size: 16px !important;
|
|
407
|
+
font-size: 16px !important;
|
|
411
408
|
}
|
|
412
409
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
413
410
|
font-size: 14px;
|
|
@@ -422,20 +419,20 @@
|
|
|
422
419
|
}
|
|
423
420
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
424
421
|
min-height: 18px !important;
|
|
425
|
-
min-width: 35.82px !important;
|
|
422
|
+
min-width: 35.82px !important;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
428
425
|
min-height: 18px !important;
|
|
429
|
-
min-width: 35.82px !important;
|
|
426
|
+
min-width: 35.82px !important;
|
|
430
427
|
}
|
|
431
428
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
432
429
|
height: 38px;
|
|
433
430
|
}
|
|
434
431
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
435
|
-
min-width: 36px !important;
|
|
432
|
+
min-width: 36px !important;
|
|
436
433
|
}
|
|
437
434
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
438
|
-
padding: 7px 0 !important;
|
|
435
|
+
padding: 7px 0 !important;
|
|
439
436
|
}
|
|
440
437
|
.e-bigger .e-predecessor-tooltip {
|
|
441
438
|
background-color: #000;
|
|
@@ -447,7 +444,7 @@
|
|
|
447
444
|
color: #9ca3af !important;
|
|
448
445
|
}
|
|
449
446
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
450
|
-
padding: 3px !important;
|
|
447
|
+
padding: 3px !important;
|
|
451
448
|
}
|
|
452
449
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
453
450
|
background-color: #000;
|
|
@@ -549,7 +546,7 @@
|
|
|
549
546
|
margin: 0;
|
|
550
547
|
}
|
|
551
548
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
552
|
-
overflow: hidden !important;
|
|
549
|
+
overflow: hidden !important;
|
|
553
550
|
}
|
|
554
551
|
.e-gantt .e-temp-content {
|
|
555
552
|
border-left: 1px solid;
|
|
@@ -576,19 +573,19 @@
|
|
|
576
573
|
height: 45px;
|
|
577
574
|
}
|
|
578
575
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
579
|
-
border-right-width: 0 !important;
|
|
576
|
+
border-right-width: 0 !important;
|
|
580
577
|
}
|
|
581
578
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
582
579
|
border-top-style: none;
|
|
583
580
|
border-top-width: 0;
|
|
584
|
-
padding-right: 0 !important;
|
|
581
|
+
padding-right: 0 !important;
|
|
585
582
|
}
|
|
586
583
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
587
584
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
588
|
-
height: 48px !important;
|
|
585
|
+
height: 48px !important;
|
|
589
586
|
}
|
|
590
587
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
591
|
-
overflow-x: scroll !important;
|
|
588
|
+
overflow-x: scroll !important;
|
|
592
589
|
}
|
|
593
590
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
594
591
|
width: calc(100% + 17px);
|
|
@@ -613,7 +610,7 @@
|
|
|
613
610
|
border-right: 0 solid;
|
|
614
611
|
}
|
|
615
612
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
616
|
-
-webkit-overflow-scrolling: touch;
|
|
613
|
+
-webkit-overflow-scrolling: touch;
|
|
617
614
|
overflow-x: scroll;
|
|
618
615
|
overflow-y: auto;
|
|
619
616
|
position: relative;
|
|
@@ -1183,7 +1180,7 @@
|
|
|
1183
1180
|
}
|
|
1184
1181
|
.e-gantt-dialog .e-richtexteditor {
|
|
1185
1182
|
border-bottom-width: 1px;
|
|
1186
|
-
height: 259px !important;
|
|
1183
|
+
height: 259px !important;
|
|
1187
1184
|
overflow: hidden;
|
|
1188
1185
|
}
|
|
1189
1186
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1195,11 +1192,11 @@
|
|
|
1195
1192
|
overflow: hidden;
|
|
1196
1193
|
}
|
|
1197
1194
|
.e-gantt-dialog > .e-dlg-content {
|
|
1198
|
-
padding: 0 !important;
|
|
1195
|
+
padding: 0 !important;
|
|
1199
1196
|
height: 291px;
|
|
1200
1197
|
}
|
|
1201
1198
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1202
|
-
border-bottom: 0 !important;
|
|
1199
|
+
border-bottom: 0 !important;
|
|
1203
1200
|
}
|
|
1204
1201
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1205
1202
|
border-radius: 6px;
|
|
@@ -1207,8 +1204,8 @@
|
|
|
1207
1204
|
}
|
|
1208
1205
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1209
1206
|
border-radius: 50%;
|
|
1210
|
-
height: auto !important;
|
|
1211
|
-
width: auto !important;
|
|
1207
|
+
height: auto !important;
|
|
1208
|
+
width: auto !important;
|
|
1212
1209
|
}
|
|
1213
1210
|
|
|
1214
1211
|
.e-icon-rowselect::before {
|
|
@@ -1216,9 +1213,9 @@
|
|
|
1216
1213
|
}
|
|
1217
1214
|
|
|
1218
1215
|
.e-ganttpopup {
|
|
1219
|
-
-moz-user-select: none;
|
|
1220
|
-
-ms-user-select: none;
|
|
1221
|
-
-webkit-user-select: none;
|
|
1216
|
+
-moz-user-select: none;
|
|
1217
|
+
-ms-user-select: none;
|
|
1218
|
+
-webkit-user-select: none;
|
|
1222
1219
|
font-weight: normal;
|
|
1223
1220
|
position: absolute;
|
|
1224
1221
|
user-select: none;
|
|
@@ -1372,7 +1369,7 @@
|
|
|
1372
1369
|
border-top-right-radius: 0px;
|
|
1373
1370
|
}
|
|
1374
1371
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1375
|
-
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1372
|
+
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1376
1373
|
}
|
|
1377
1374
|
.e-gantt .e-temp-content {
|
|
1378
1375
|
border-color: #4b5563;
|
|
@@ -1387,7 +1384,7 @@
|
|
|
1387
1384
|
border-color: #4b5563;
|
|
1388
1385
|
}
|
|
1389
1386
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1390
|
-
height: 45px !important;
|
|
1387
|
+
height: 45px !important;
|
|
1391
1388
|
}
|
|
1392
1389
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1393
1390
|
background: #6b7280;
|
|
@@ -1411,7 +1408,7 @@
|
|
|
1411
1408
|
line-height: 46px;
|
|
1412
1409
|
}
|
|
1413
1410
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1414
|
-
height: 46px !important;
|
|
1411
|
+
height: 46px !important;
|
|
1415
1412
|
}
|
|
1416
1413
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1417
1414
|
height: 24px;
|
|
@@ -1701,73 +1698,73 @@
|
|
|
1701
1698
|
color: transparent;
|
|
1702
1699
|
}
|
|
1703
1700
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1704
|
-
color: transparent !important;
|
|
1701
|
+
color: transparent !important;
|
|
1705
1702
|
}
|
|
1706
1703
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1707
|
-
border-color: #6b7280 !important;
|
|
1704
|
+
border-color: #6b7280 !important;
|
|
1708
1705
|
}
|
|
1709
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1710
|
-
border-left-color: #6b7280 !important;
|
|
1707
|
+
border-left-color: #6b7280 !important;
|
|
1711
1708
|
}
|
|
1712
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1713
|
-
border-right-color: #6b7280 !important;
|
|
1710
|
+
border-right-color: #6b7280 !important;
|
|
1714
1711
|
}
|
|
1715
1712
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1716
|
-
background: #0891b2 !important;
|
|
1717
|
-
border: #0891b2 !important;
|
|
1713
|
+
background: #0891b2 !important;
|
|
1714
|
+
border: #0891b2 !important;
|
|
1718
1715
|
}
|
|
1719
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1720
|
-
background-color: transparent !important;
|
|
1721
|
-
border: transparent !important;
|
|
1717
|
+
background-color: transparent !important;
|
|
1718
|
+
border: transparent !important;
|
|
1722
1719
|
}
|
|
1723
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1724
|
-
border-bottom-color: #0891b2 !important;
|
|
1721
|
+
border-bottom-color: #0891b2 !important;
|
|
1725
1722
|
}
|
|
1726
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1727
|
-
border-top-color: #0891b2 !important;
|
|
1724
|
+
border-top-color: #0891b2 !important;
|
|
1728
1725
|
}
|
|
1729
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1730
|
-
background-color: #6b7280 !important;
|
|
1731
|
-
border: #6b7280 !important;
|
|
1727
|
+
background-color: #6b7280 !important;
|
|
1728
|
+
border: #6b7280 !important;
|
|
1732
1729
|
}
|
|
1733
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1734
|
-
background-color: transparent !important;
|
|
1735
|
-
border: transparent !important;
|
|
1731
|
+
background-color: transparent !important;
|
|
1732
|
+
border: transparent !important;
|
|
1736
1733
|
}
|
|
1737
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1738
|
-
background: #22d3ee !important;
|
|
1739
|
-
border: #22d3ee !important;
|
|
1735
|
+
background: #22d3ee !important;
|
|
1736
|
+
border: #22d3ee !important;
|
|
1740
1737
|
}
|
|
1741
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1742
|
-
border-bottom-color: #22d3ee !important;
|
|
1739
|
+
border-bottom-color: #22d3ee !important;
|
|
1743
1740
|
}
|
|
1744
1741
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1745
|
-
border-top-color: #22d3ee !important;
|
|
1742
|
+
border-top-color: #22d3ee !important;
|
|
1746
1743
|
}
|
|
1747
1744
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1748
|
-
background: #81e6f5 !important;
|
|
1749
|
-
border: #81e6f5 !important;
|
|
1745
|
+
background: #81e6f5 !important;
|
|
1746
|
+
border: #81e6f5 !important;
|
|
1750
1747
|
}
|
|
1751
1748
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1752
|
-
border-bottom-color: #81e6f5 !important;
|
|
1749
|
+
border-bottom-color: #81e6f5 !important;
|
|
1753
1750
|
}
|
|
1754
1751
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1755
|
-
border-top-color: #81e6f5 !important;
|
|
1752
|
+
border-top-color: #81e6f5 !important;
|
|
1756
1753
|
}
|
|
1757
1754
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1758
|
-
border-color: #22d3ee !important;
|
|
1755
|
+
border-color: #22d3ee !important;
|
|
1759
1756
|
}
|
|
1760
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1761
|
-
border-left-color: #22d3ee !important;
|
|
1758
|
+
border-left-color: #22d3ee !important;
|
|
1762
1759
|
}
|
|
1763
1760
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1764
|
-
border-right-color: #22d3ee !important;
|
|
1761
|
+
border-right-color: #22d3ee !important;
|
|
1765
1762
|
}
|
|
1766
1763
|
.e-gantt .e-icons {
|
|
1767
1764
|
color: #d1d5db;
|
|
1768
1765
|
}
|
|
1769
1766
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1770
|
-
color: #9ca3af !important;
|
|
1767
|
+
color: #9ca3af !important;
|
|
1771
1768
|
}
|
|
1772
1769
|
|
|
1773
1770
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/tailwind-dark-definition.scss';
|
|
20
|
-
@import 'tailwind-dark-definition.scss';
|
|
21
|
-
@import 'icons/tailwind-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/tailwind-dark.scss';
|