@syncfusion/ej2-angular-gantt 20.2.43 → 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 +13 -27
- 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 +60 -64
- package/styles/bootstrap.css +60 -64
- package/styles/bootstrap4.css +60 -64
- package/styles/bootstrap5-dark.css +61 -68
- package/styles/bootstrap5.css +61 -68
- package/styles/fabric-dark.css +60 -64
- package/styles/fabric.css +60 -64
- package/styles/fluent-dark.css +60 -64
- package/styles/fluent.css +60 -64
- package/styles/gantt/bootstrap-dark.css +60 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +60 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +60 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +61 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +61 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +60 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +60 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +60 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +60 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +60 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +60 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +63 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +63 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +62 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +62 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +60 -67
- package/styles/highcontrast.css +60 -67
- package/styles/material-dark.css +63 -67
- package/styles/material.css +63 -67
- package/styles/tailwind-dark.css +62 -66
- package/styles/tailwind.css +62 -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 -1355
- 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
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
-
}
|
|
86
83
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
87
84
|
color: #4f4f4f;
|
|
88
85
|
font-family: inherit;
|
|
@@ -175,8 +172,6 @@
|
|
|
175
172
|
width: 30px;
|
|
176
173
|
}
|
|
177
174
|
|
|
178
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
179
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
180
175
|
@keyframes material-spinner-rotate {
|
|
181
176
|
0% {
|
|
182
177
|
transform: rotate(0);
|
|
@@ -193,7 +188,6 @@
|
|
|
193
188
|
transform: rotate(360deg);
|
|
194
189
|
}
|
|
195
190
|
}
|
|
196
|
-
/* stylelint-disable */
|
|
197
191
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
198
192
|
height: 64px;
|
|
199
193
|
}
|
|
@@ -249,10 +243,10 @@
|
|
|
249
243
|
height: 241px !important;
|
|
250
244
|
}
|
|
251
245
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
252
|
-
height: 63px !important;
|
|
246
|
+
height: 63px !important;
|
|
253
247
|
}
|
|
254
248
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
255
|
-
padding: 16px 4px 12px 18px !important;
|
|
249
|
+
padding: 16px 4px 12px 18px !important;
|
|
256
250
|
}
|
|
257
251
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
258
252
|
left: 2px !important;
|
|
@@ -288,7 +282,7 @@
|
|
|
288
282
|
width: 554px !important;
|
|
289
283
|
}
|
|
290
284
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
291
|
-
padding: 0 16px !important;
|
|
285
|
+
padding: 0 16px !important;
|
|
292
286
|
}
|
|
293
287
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
294
288
|
padding: 16px 9px 0 18px;
|
|
@@ -306,10 +300,10 @@
|
|
|
306
300
|
height: 78px !important;
|
|
307
301
|
}
|
|
308
302
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
309
|
-
border-bottom: 0 !important;
|
|
303
|
+
border-bottom: 0 !important;
|
|
310
304
|
}
|
|
311
305
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
312
|
-
border-radius: 0 !important;
|
|
306
|
+
border-radius: 0 !important;
|
|
313
307
|
}
|
|
314
308
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
315
309
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -317,28 +311,28 @@
|
|
|
317
311
|
}
|
|
318
312
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
319
313
|
border-radius: 50%;
|
|
320
|
-
height: auto !important;
|
|
314
|
+
height: auto !important;
|
|
321
315
|
width: auto;
|
|
322
316
|
}
|
|
323
317
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
324
318
|
margin-left: 6px !important;
|
|
325
319
|
}
|
|
326
320
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
327
|
-
font-size: 16px !important;
|
|
321
|
+
font-size: 16px !important;
|
|
328
322
|
}
|
|
329
323
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
330
324
|
min-height: 38px !important;
|
|
331
|
-
min-width: 35.82px !important;
|
|
325
|
+
min-width: 35.82px !important;
|
|
332
326
|
}
|
|
333
327
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
334
328
|
line-height: 24px;
|
|
335
|
-
padding: 6px 16px 6px 15px !important;
|
|
329
|
+
padding: 6px 16px 6px 15px !important;
|
|
336
330
|
}
|
|
337
331
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
338
|
-
padding: 6px 21px 6px 23px !important;
|
|
332
|
+
padding: 6px 21px 6px 23px !important;
|
|
339
333
|
}
|
|
340
334
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
341
|
-
font-size: 16px !important;
|
|
335
|
+
font-size: 16px !important;
|
|
342
336
|
}
|
|
343
337
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
344
338
|
font-size: 14px;
|
|
@@ -353,17 +347,17 @@
|
|
|
353
347
|
}
|
|
354
348
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
355
349
|
min-height: 38px !important;
|
|
356
|
-
min-width: 35.82px !important;
|
|
350
|
+
min-width: 35.82px !important;
|
|
357
351
|
}
|
|
358
352
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
359
353
|
min-height: 38px !important;
|
|
360
|
-
min-width: 35.82px !important;
|
|
354
|
+
min-width: 35.82px !important;
|
|
361
355
|
}
|
|
362
356
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
363
357
|
height: 40px;
|
|
364
358
|
}
|
|
365
359
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
366
|
-
min-width: 36px !important;
|
|
360
|
+
min-width: 36px !important;
|
|
367
361
|
}
|
|
368
362
|
.e-bigger .e-predecessor-tooltip {
|
|
369
363
|
background-color: #000;
|
|
@@ -375,7 +369,7 @@
|
|
|
375
369
|
color: #757575 !important;
|
|
376
370
|
}
|
|
377
371
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
378
|
-
padding: 3px !important;
|
|
372
|
+
padding: 3px !important;
|
|
379
373
|
}
|
|
380
374
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
381
375
|
background-color: #000;
|
|
@@ -477,7 +471,7 @@
|
|
|
477
471
|
margin: 0;
|
|
478
472
|
}
|
|
479
473
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
480
|
-
overflow: hidden !important;
|
|
474
|
+
overflow: hidden !important;
|
|
481
475
|
}
|
|
482
476
|
.e-gantt .e-temp-content {
|
|
483
477
|
border-left: 1px solid;
|
|
@@ -504,19 +498,19 @@
|
|
|
504
498
|
height: 45px;
|
|
505
499
|
}
|
|
506
500
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
507
|
-
border-right-width: 0 !important;
|
|
501
|
+
border-right-width: 0 !important;
|
|
508
502
|
}
|
|
509
503
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
510
504
|
border-top-style: none;
|
|
511
505
|
border-top-width: 0;
|
|
512
|
-
padding-right: 0 !important;
|
|
506
|
+
padding-right: 0 !important;
|
|
513
507
|
}
|
|
514
508
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
515
509
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
516
|
-
height: 63px !important;
|
|
510
|
+
height: 63px !important;
|
|
517
511
|
}
|
|
518
512
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
519
|
-
overflow-x: scroll !important;
|
|
513
|
+
overflow-x: scroll !important;
|
|
520
514
|
}
|
|
521
515
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
522
516
|
width: calc(100% + 17px);
|
|
@@ -541,7 +535,7 @@
|
|
|
541
535
|
border-right: 0 solid;
|
|
542
536
|
}
|
|
543
537
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
544
|
-
-webkit-overflow-scrolling: touch;
|
|
538
|
+
-webkit-overflow-scrolling: touch;
|
|
545
539
|
overflow-x: scroll;
|
|
546
540
|
overflow-y: auto;
|
|
547
541
|
position: relative;
|
|
@@ -562,14 +556,13 @@
|
|
|
562
556
|
}
|
|
563
557
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
564
558
|
border-bottom-style: solid;
|
|
565
|
-
border-right
|
|
559
|
+
border-right: 1px solid;
|
|
566
560
|
overflow: hidden;
|
|
567
561
|
position: relative;
|
|
568
562
|
z-index: 6;
|
|
569
563
|
}
|
|
570
564
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
571
565
|
border-left: 0;
|
|
572
|
-
padding: 0 3px;
|
|
573
566
|
}
|
|
574
567
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
575
568
|
border-collapse: collapse;
|
|
@@ -621,7 +614,7 @@
|
|
|
621
614
|
}
|
|
622
615
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
623
616
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
624
|
-
padding-left:
|
|
617
|
+
padding-left: 11px;
|
|
625
618
|
text-align: left;
|
|
626
619
|
}
|
|
627
620
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1109,7 +1102,7 @@
|
|
|
1109
1102
|
}
|
|
1110
1103
|
.e-gantt-dialog .e-richtexteditor {
|
|
1111
1104
|
border-bottom-width: 1px;
|
|
1112
|
-
height: 241px !important;
|
|
1105
|
+
height: 241px !important;
|
|
1113
1106
|
overflow: hidden;
|
|
1114
1107
|
}
|
|
1115
1108
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1121,10 +1114,10 @@
|
|
|
1121
1114
|
overflow: hidden;
|
|
1122
1115
|
}
|
|
1123
1116
|
.e-gantt-dialog > .e-dlg-content {
|
|
1124
|
-
padding: 0 !important;
|
|
1117
|
+
padding: 0 !important;
|
|
1125
1118
|
}
|
|
1126
1119
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1127
|
-
border-bottom: 0 !important;
|
|
1120
|
+
border-bottom: 0 !important;
|
|
1128
1121
|
}
|
|
1129
1122
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1130
1123
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1132,8 +1125,8 @@
|
|
|
1132
1125
|
}
|
|
1133
1126
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1134
1127
|
border-radius: 50%;
|
|
1135
|
-
height: auto !important;
|
|
1136
|
-
width: auto !important;
|
|
1128
|
+
height: auto !important;
|
|
1129
|
+
width: auto !important;
|
|
1137
1130
|
}
|
|
1138
1131
|
|
|
1139
1132
|
.e-icon-rowselect::before {
|
|
@@ -1141,9 +1134,9 @@
|
|
|
1141
1134
|
}
|
|
1142
1135
|
|
|
1143
1136
|
.e-ganttpopup {
|
|
1144
|
-
-moz-user-select: none;
|
|
1145
|
-
-ms-user-select: none;
|
|
1146
|
-
-webkit-user-select: none;
|
|
1137
|
+
-moz-user-select: none;
|
|
1138
|
+
-ms-user-select: none;
|
|
1139
|
+
-webkit-user-select: none;
|
|
1147
1140
|
font-weight: normal;
|
|
1148
1141
|
position: absolute;
|
|
1149
1142
|
user-select: none;
|
|
@@ -1297,7 +1290,7 @@
|
|
|
1297
1290
|
border-top-right-radius: 0px;
|
|
1298
1291
|
}
|
|
1299
1292
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1300
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1293
|
+
box-shadow: 0 0 0 1px white inset !important;
|
|
1301
1294
|
}
|
|
1302
1295
|
.e-gantt .e-temp-content {
|
|
1303
1296
|
border-color: #757575;
|
|
@@ -1312,7 +1305,7 @@
|
|
|
1312
1305
|
border-color: #757575;
|
|
1313
1306
|
}
|
|
1314
1307
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1315
|
-
height: 45px !important;
|
|
1308
|
+
height: 45px !important;
|
|
1316
1309
|
}
|
|
1317
1310
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1318
1311
|
background: #400074;
|
|
@@ -1336,7 +1329,7 @@
|
|
|
1336
1329
|
line-height: 46px;
|
|
1337
1330
|
}
|
|
1338
1331
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1339
|
-
height: 46px !important;
|
|
1332
|
+
height: 46px !important;
|
|
1340
1333
|
}
|
|
1341
1334
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1342
1335
|
height: 32px;
|
|
@@ -1626,73 +1619,73 @@
|
|
|
1626
1619
|
color: transparent;
|
|
1627
1620
|
}
|
|
1628
1621
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1629
|
-
color: transparent !important;
|
|
1622
|
+
color: transparent !important;
|
|
1630
1623
|
}
|
|
1631
1624
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1632
|
-
border-color: #8A8A8A !important;
|
|
1625
|
+
border-color: #8A8A8A !important;
|
|
1633
1626
|
}
|
|
1634
1627
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1635
|
-
border-left-color: #8A8A8A !important;
|
|
1628
|
+
border-left-color: #8A8A8A !important;
|
|
1636
1629
|
}
|
|
1637
1630
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1638
|
-
border-right-color: #8A8A8A !important;
|
|
1631
|
+
border-right-color: #8A8A8A !important;
|
|
1639
1632
|
}
|
|
1640
1633
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1641
|
-
background: #D5D5D5 !important;
|
|
1642
|
-
border: #D5D5D5 !important;
|
|
1634
|
+
background: #D5D5D5 !important;
|
|
1635
|
+
border: #D5D5D5 !important;
|
|
1643
1636
|
}
|
|
1644
1637
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1645
|
-
background-color: transparent !important;
|
|
1646
|
-
border: transparent !important;
|
|
1638
|
+
background-color: transparent !important;
|
|
1639
|
+
border: transparent !important;
|
|
1647
1640
|
}
|
|
1648
1641
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1649
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1642
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1650
1643
|
}
|
|
1651
1644
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1652
|
-
border-top-color: #D5D5D5 !important;
|
|
1645
|
+
border-top-color: #D5D5D5 !important;
|
|
1653
1646
|
}
|
|
1654
1647
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1655
|
-
background-color: #8A8A8A !important;
|
|
1656
|
-
border: #8A8A8A !important;
|
|
1648
|
+
background-color: #8A8A8A !important;
|
|
1649
|
+
border: #8A8A8A !important;
|
|
1657
1650
|
}
|
|
1658
1651
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1659
|
-
background-color: transparent !important;
|
|
1660
|
-
border: transparent !important;
|
|
1652
|
+
background-color: transparent !important;
|
|
1653
|
+
border: transparent !important;
|
|
1661
1654
|
}
|
|
1662
1655
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1663
|
-
background: #6e06f1 !important;
|
|
1664
|
-
border: #6e06f1 !important;
|
|
1656
|
+
background: #6e06f1 !important;
|
|
1657
|
+
border: #6e06f1 !important;
|
|
1665
1658
|
}
|
|
1666
1659
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1667
|
-
border-bottom-color: #6e06f1 !important;
|
|
1660
|
+
border-bottom-color: #6e06f1 !important;
|
|
1668
1661
|
}
|
|
1669
1662
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1670
|
-
border-top-color: #6e06f1 !important;
|
|
1663
|
+
border-top-color: #6e06f1 !important;
|
|
1671
1664
|
}
|
|
1672
1665
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1673
|
-
background: #6f07e0 !important;
|
|
1674
|
-
border: #6f07e0 !important;
|
|
1666
|
+
background: #6f07e0 !important;
|
|
1667
|
+
border: #6f07e0 !important;
|
|
1675
1668
|
}
|
|
1676
1669
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1677
|
-
border-bottom-color: #6f07e0 !important;
|
|
1670
|
+
border-bottom-color: #6f07e0 !important;
|
|
1678
1671
|
}
|
|
1679
1672
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1680
|
-
border-top-color: #6f07e0 !important;
|
|
1673
|
+
border-top-color: #6f07e0 !important;
|
|
1681
1674
|
}
|
|
1682
1675
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1683
|
-
border-color: #6e06f1 !important;
|
|
1676
|
+
border-color: #6e06f1 !important;
|
|
1684
1677
|
}
|
|
1685
1678
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1686
|
-
border-left-color: #6e06f1 !important;
|
|
1679
|
+
border-left-color: #6e06f1 !important;
|
|
1687
1680
|
}
|
|
1688
1681
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1689
|
-
border-right-color: #6e06f1 !important;
|
|
1682
|
+
border-right-color: #6e06f1 !important;
|
|
1690
1683
|
}
|
|
1691
1684
|
.e-gantt .e-icons {
|
|
1692
1685
|
color: rgba(0, 0, 0, 0.87);
|
|
1693
1686
|
}
|
|
1694
1687
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1695
|
-
color: #000 !important;
|
|
1688
|
+
color: #000 !important;
|
|
1696
1689
|
}
|
|
1697
1690
|
|
|
1698
1691
|
.e-gantt-dialog .e-dlg-header {
|