@syncfusion/ej2-vue-gantt 20.1.59 → 20.1.60
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/CHANGELOG.md +11 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/gantt/bootstrap-dark.css +3 -3
- package/styles/gantt/bootstrap.css +3 -3
- package/styles/gantt/bootstrap4.css +3 -3
- package/styles/gantt/bootstrap5-dark.css +5 -5
- package/styles/gantt/bootstrap5.css +5 -5
- package/styles/gantt/fabric-dark.css +3 -3
- package/styles/gantt/fabric.css +3 -3
- package/styles/gantt/fluent-dark.css +3 -3
- package/styles/gantt/fluent.css +3 -3
- package/styles/gantt/highcontrast-light.css +3 -3
- package/styles/gantt/highcontrast.css +3 -3
- package/styles/gantt/material-dark.css +3 -3
- package/styles/gantt/material.css +3 -3
- package/styles/gantt/tailwind-dark.css +5 -5
- package/styles/gantt/tailwind.css +5 -5
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@20.1.59",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-6qHfaTTeKm20pCgCDH3y/VVcRhCYXy3qD+eeGmPFCQAdKVsa2aRvzP2ulRUstGZgY/C649PBheUPZELIvsy1jQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.1.59.tgz",
|
|
23
|
+
"_shasum": "9714a460e298933ec0324dab1161ab9200078610",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.60",
|
|
35
|
+
"@syncfusion/ej2-gantt": "20.1.60",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~20.1.57"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "20.1.
|
|
66
|
+
"version": "20.1.60",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -307,6 +307,9 @@
|
|
|
307
307
|
border-color: #1a1a1a;
|
|
308
308
|
outline: 2px solid #75ACDB;
|
|
309
309
|
}
|
|
310
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
311
|
+
height: 242px !important;
|
|
312
|
+
}
|
|
310
313
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
311
314
|
height: 63px !important;
|
|
312
315
|
}
|
|
@@ -410,9 +413,6 @@
|
|
|
410
413
|
.e-bigger .e-dialog .e-dlg-header {
|
|
411
414
|
line-height: 28px;
|
|
412
415
|
}
|
|
413
|
-
.e-bigger .e-tab .e-content {
|
|
414
|
-
height: 242px !important;
|
|
415
|
-
}
|
|
416
416
|
.e-bigger .e-filter-popup {
|
|
417
417
|
width: 350px !important;
|
|
418
418
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -451,6 +451,9 @@
|
|
|
451
451
|
border-color: #fff;
|
|
452
452
|
outline: 2px solid #75acdb;
|
|
453
453
|
}
|
|
454
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
455
|
+
height: 242px !important;
|
|
456
|
+
}
|
|
454
457
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
455
458
|
height: 63px !important;
|
|
456
459
|
}
|
|
@@ -554,9 +557,6 @@
|
|
|
554
557
|
.e-bigger .e-dialog .e-dlg-header {
|
|
555
558
|
line-height: 28px;
|
|
556
559
|
}
|
|
557
|
-
.e-bigger .e-tab .e-content {
|
|
558
|
-
height: 242px !important;
|
|
559
|
-
}
|
|
560
560
|
.e-bigger .e-filter-popup {
|
|
561
561
|
width: 350px !important;
|
|
562
562
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -631,6 +631,9 @@
|
|
|
631
631
|
border-color: #fff;
|
|
632
632
|
outline: 2px solid #007bff;
|
|
633
633
|
}
|
|
634
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
635
|
+
height: 250px !important;
|
|
636
|
+
}
|
|
634
637
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
635
638
|
height: 63px !important;
|
|
636
639
|
}
|
|
@@ -737,9 +740,6 @@
|
|
|
737
740
|
.e-bigger .e-dialog .e-dlg-header {
|
|
738
741
|
line-height: 28px;
|
|
739
742
|
}
|
|
740
|
-
.e-bigger .e-tab .e-content {
|
|
741
|
-
height: 250px !important;
|
|
742
|
-
}
|
|
743
743
|
.e-bigger .e-filter-popup {
|
|
744
744
|
width: 350px !important;
|
|
745
745
|
}
|
|
@@ -347,13 +347,16 @@
|
|
|
347
347
|
border-color: #212529;
|
|
348
348
|
outline: 2px solid #79a7f7;
|
|
349
349
|
}
|
|
350
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
351
|
+
height: 250px !important;
|
|
352
|
+
}
|
|
350
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
354
|
height: 63px !important;
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
354
357
|
background-color: #000000;
|
|
355
358
|
border-color: #000000;
|
|
356
|
-
color: #
|
|
359
|
+
color: #fff;
|
|
357
360
|
font-size: 12px;
|
|
358
361
|
line-height: 18px;
|
|
359
362
|
padding: 0 8px 0 0;
|
|
@@ -361,7 +364,7 @@
|
|
|
361
364
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
362
365
|
background-color: #000000;
|
|
363
366
|
border-color: #000000;
|
|
364
|
-
color: #
|
|
367
|
+
color: #fff;
|
|
365
368
|
font-size: 12px;
|
|
366
369
|
line-height: 18px;
|
|
367
370
|
padding: 0 0 0 8px;
|
|
@@ -450,9 +453,6 @@
|
|
|
450
453
|
.e-bigger .e-dialog .e-dlg-header {
|
|
451
454
|
line-height: 28px;
|
|
452
455
|
}
|
|
453
|
-
.e-bigger .e-tab .e-content {
|
|
454
|
-
height: 250px !important;
|
|
455
|
-
}
|
|
456
456
|
.e-bigger .e-filter-popup {
|
|
457
457
|
width: 350px !important;
|
|
458
458
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -347,13 +347,16 @@
|
|
|
347
347
|
border-color: #fff;
|
|
348
348
|
outline: 2px solid #79a7f7;
|
|
349
349
|
}
|
|
350
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
351
|
+
height: 250px !important;
|
|
352
|
+
}
|
|
350
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
354
|
height: 63px !important;
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
354
357
|
background-color: #000000;
|
|
355
358
|
border-color: #000000;
|
|
356
|
-
color: #
|
|
359
|
+
color: #fff;
|
|
357
360
|
font-size: 12px;
|
|
358
361
|
line-height: 18px;
|
|
359
362
|
padding: 0 8px 0 0;
|
|
@@ -361,7 +364,7 @@
|
|
|
361
364
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
362
365
|
background-color: #000000;
|
|
363
366
|
border-color: #000000;
|
|
364
|
-
color: #
|
|
367
|
+
color: #fff;
|
|
365
368
|
font-size: 12px;
|
|
366
369
|
line-height: 18px;
|
|
367
370
|
padding: 0 0 0 8px;
|
|
@@ -450,9 +453,6 @@
|
|
|
450
453
|
.e-bigger .e-dialog .e-dlg-header {
|
|
451
454
|
line-height: 28px;
|
|
452
455
|
}
|
|
453
|
-
.e-bigger .e-tab .e-content {
|
|
454
|
-
height: 250px !important;
|
|
455
|
-
}
|
|
456
456
|
.e-bigger .e-filter-popup {
|
|
457
457
|
width: 350px !important;
|
|
458
458
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
border-color: #201f1f;
|
|
264
264
|
outline: 2px solid #b7e0ff;
|
|
265
265
|
}
|
|
266
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
267
|
+
height: 242px !important;
|
|
268
|
+
}
|
|
266
269
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
267
270
|
height: 63px !important;
|
|
268
271
|
}
|
|
@@ -366,9 +369,6 @@
|
|
|
366
369
|
.e-bigger .e-dialog .e-dlg-header {
|
|
367
370
|
line-height: 28px;
|
|
368
371
|
}
|
|
369
|
-
.e-bigger .e-tab .e-content {
|
|
370
|
-
height: 242px !important;
|
|
371
|
-
}
|
|
372
372
|
.e-bigger .e-filter-popup {
|
|
373
373
|
width: 350px !important;
|
|
374
374
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -261,6 +261,9 @@
|
|
|
261
261
|
border-color: #fff;
|
|
262
262
|
outline: 2px solid #b7e0ff;
|
|
263
263
|
}
|
|
264
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
265
|
+
height: 242px !important;
|
|
266
|
+
}
|
|
264
267
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
265
268
|
height: 63px !important;
|
|
266
269
|
}
|
|
@@ -364,9 +367,6 @@
|
|
|
364
367
|
.e-bigger .e-dialog .e-dlg-header {
|
|
365
368
|
line-height: 28px;
|
|
366
369
|
}
|
|
367
|
-
.e-bigger .e-tab .e-content {
|
|
368
|
-
height: 242px !important;
|
|
369
|
-
}
|
|
370
370
|
.e-bigger .e-filter-popup {
|
|
371
371
|
width: 350px !important;
|
|
372
372
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -326,6 +326,9 @@
|
|
|
326
326
|
border-color: #1b1a19;
|
|
327
327
|
outline: 2px solid #c7e0f4;
|
|
328
328
|
}
|
|
329
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
|
+
height: 254px !important;
|
|
331
|
+
}
|
|
329
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
330
333
|
height: 63px !important;
|
|
331
334
|
}
|
|
@@ -429,9 +432,6 @@
|
|
|
429
432
|
.e-bigger .e-dialog .e-dlg-header {
|
|
430
433
|
line-height: 28px;
|
|
431
434
|
}
|
|
432
|
-
.e-bigger .e-tab .e-content {
|
|
433
|
-
height: 254px !important;
|
|
434
|
-
}
|
|
435
435
|
.e-bigger .e-filter-popup {
|
|
436
436
|
width: 392px !important;
|
|
437
437
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -326,6 +326,9 @@
|
|
|
326
326
|
border-color: #fff;
|
|
327
327
|
outline: 2px solid #c7e0f4;
|
|
328
328
|
}
|
|
329
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
|
+
height: 254px !important;
|
|
331
|
+
}
|
|
329
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
330
333
|
height: 63px !important;
|
|
331
334
|
}
|
|
@@ -429,9 +432,6 @@
|
|
|
429
432
|
.e-bigger .e-dialog .e-dlg-header {
|
|
430
433
|
line-height: 28px;
|
|
431
434
|
}
|
|
432
|
-
.e-bigger .e-tab .e-content {
|
|
433
|
-
height: 254px !important;
|
|
434
|
-
}
|
|
435
435
|
.e-bigger .e-filter-popup {
|
|
436
436
|
width: 392px !important;
|
|
437
437
|
}
|
|
@@ -307,6 +307,9 @@
|
|
|
307
307
|
border-color: #1a1a1a;
|
|
308
308
|
outline: 2px solid #75ACDB;
|
|
309
309
|
}
|
|
310
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
311
|
+
height: 242px !important;
|
|
312
|
+
}
|
|
310
313
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
311
314
|
height: 63px !important;
|
|
312
315
|
}
|
|
@@ -410,9 +413,6 @@
|
|
|
410
413
|
.e-bigger .e-dialog .e-dlg-header {
|
|
411
414
|
line-height: 28px;
|
|
412
415
|
}
|
|
413
|
-
.e-bigger .e-tab .e-content {
|
|
414
|
-
height: 242px !important;
|
|
415
|
-
}
|
|
416
416
|
.e-bigger .e-filter-popup {
|
|
417
417
|
width: 350px !important;
|
|
418
418
|
}
|
|
@@ -451,6 +451,9 @@
|
|
|
451
451
|
border-color: #fff;
|
|
452
452
|
outline: 2px solid #75acdb;
|
|
453
453
|
}
|
|
454
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
455
|
+
height: 242px !important;
|
|
456
|
+
}
|
|
454
457
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
455
458
|
height: 63px !important;
|
|
456
459
|
}
|
|
@@ -554,9 +557,6 @@
|
|
|
554
557
|
.e-bigger .e-dialog .e-dlg-header {
|
|
555
558
|
line-height: 28px;
|
|
556
559
|
}
|
|
557
|
-
.e-bigger .e-tab .e-content {
|
|
558
|
-
height: 242px !important;
|
|
559
|
-
}
|
|
560
560
|
.e-bigger .e-filter-popup {
|
|
561
561
|
width: 350px !important;
|
|
562
562
|
}
|
|
@@ -631,6 +631,9 @@
|
|
|
631
631
|
border-color: #fff;
|
|
632
632
|
outline: 2px solid #007bff;
|
|
633
633
|
}
|
|
634
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
635
|
+
height: 250px !important;
|
|
636
|
+
}
|
|
634
637
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
635
638
|
height: 63px !important;
|
|
636
639
|
}
|
|
@@ -737,9 +740,6 @@
|
|
|
737
740
|
.e-bigger .e-dialog .e-dlg-header {
|
|
738
741
|
line-height: 28px;
|
|
739
742
|
}
|
|
740
|
-
.e-bigger .e-tab .e-content {
|
|
741
|
-
height: 250px !important;
|
|
742
|
-
}
|
|
743
743
|
.e-bigger .e-filter-popup {
|
|
744
744
|
width: 350px !important;
|
|
745
745
|
}
|
|
@@ -347,13 +347,16 @@
|
|
|
347
347
|
border-color: #212529;
|
|
348
348
|
outline: 2px solid #79a7f7;
|
|
349
349
|
}
|
|
350
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
351
|
+
height: 250px !important;
|
|
352
|
+
}
|
|
350
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
354
|
height: 63px !important;
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
354
357
|
background-color: #000000;
|
|
355
358
|
border-color: #000000;
|
|
356
|
-
color: #
|
|
359
|
+
color: #fff;
|
|
357
360
|
font-size: 12px;
|
|
358
361
|
line-height: 18px;
|
|
359
362
|
padding: 0 8px 0 0;
|
|
@@ -361,7 +364,7 @@
|
|
|
361
364
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
362
365
|
background-color: #000000;
|
|
363
366
|
border-color: #000000;
|
|
364
|
-
color: #
|
|
367
|
+
color: #fff;
|
|
365
368
|
font-size: 12px;
|
|
366
369
|
line-height: 18px;
|
|
367
370
|
padding: 0 0 0 8px;
|
|
@@ -450,9 +453,6 @@
|
|
|
450
453
|
.e-bigger .e-dialog .e-dlg-header {
|
|
451
454
|
line-height: 28px;
|
|
452
455
|
}
|
|
453
|
-
.e-bigger .e-tab .e-content {
|
|
454
|
-
height: 250px !important;
|
|
455
|
-
}
|
|
456
456
|
.e-bigger .e-filter-popup {
|
|
457
457
|
width: 350px !important;
|
|
458
458
|
}
|
|
@@ -347,13 +347,16 @@
|
|
|
347
347
|
border-color: #fff;
|
|
348
348
|
outline: 2px solid #79a7f7;
|
|
349
349
|
}
|
|
350
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
351
|
+
height: 250px !important;
|
|
352
|
+
}
|
|
350
353
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
354
|
height: 63px !important;
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
354
357
|
background-color: #000000;
|
|
355
358
|
border-color: #000000;
|
|
356
|
-
color: #
|
|
359
|
+
color: #fff;
|
|
357
360
|
font-size: 12px;
|
|
358
361
|
line-height: 18px;
|
|
359
362
|
padding: 0 8px 0 0;
|
|
@@ -361,7 +364,7 @@
|
|
|
361
364
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
362
365
|
background-color: #000000;
|
|
363
366
|
border-color: #000000;
|
|
364
|
-
color: #
|
|
367
|
+
color: #fff;
|
|
365
368
|
font-size: 12px;
|
|
366
369
|
line-height: 18px;
|
|
367
370
|
padding: 0 0 0 8px;
|
|
@@ -450,9 +453,6 @@
|
|
|
450
453
|
.e-bigger .e-dialog .e-dlg-header {
|
|
451
454
|
line-height: 28px;
|
|
452
455
|
}
|
|
453
|
-
.e-bigger .e-tab .e-content {
|
|
454
|
-
height: 250px !important;
|
|
455
|
-
}
|
|
456
456
|
.e-bigger .e-filter-popup {
|
|
457
457
|
width: 350px !important;
|
|
458
458
|
}
|
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
border-color: #201f1f;
|
|
264
264
|
outline: 2px solid #b7e0ff;
|
|
265
265
|
}
|
|
266
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
267
|
+
height: 242px !important;
|
|
268
|
+
}
|
|
266
269
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
267
270
|
height: 63px !important;
|
|
268
271
|
}
|
|
@@ -366,9 +369,6 @@
|
|
|
366
369
|
.e-bigger .e-dialog .e-dlg-header {
|
|
367
370
|
line-height: 28px;
|
|
368
371
|
}
|
|
369
|
-
.e-bigger .e-tab .e-content {
|
|
370
|
-
height: 242px !important;
|
|
371
|
-
}
|
|
372
372
|
.e-bigger .e-filter-popup {
|
|
373
373
|
width: 350px !important;
|
|
374
374
|
}
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -261,6 +261,9 @@
|
|
|
261
261
|
border-color: #fff;
|
|
262
262
|
outline: 2px solid #b7e0ff;
|
|
263
263
|
}
|
|
264
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
265
|
+
height: 242px !important;
|
|
266
|
+
}
|
|
264
267
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
265
268
|
height: 63px !important;
|
|
266
269
|
}
|
|
@@ -364,9 +367,6 @@
|
|
|
364
367
|
.e-bigger .e-dialog .e-dlg-header {
|
|
365
368
|
line-height: 28px;
|
|
366
369
|
}
|
|
367
|
-
.e-bigger .e-tab .e-content {
|
|
368
|
-
height: 242px !important;
|
|
369
|
-
}
|
|
370
370
|
.e-bigger .e-filter-popup {
|
|
371
371
|
width: 350px !important;
|
|
372
372
|
}
|
|
@@ -326,6 +326,9 @@
|
|
|
326
326
|
border-color: #1b1a19;
|
|
327
327
|
outline: 2px solid #c7e0f4;
|
|
328
328
|
}
|
|
329
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
|
+
height: 254px !important;
|
|
331
|
+
}
|
|
329
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
330
333
|
height: 63px !important;
|
|
331
334
|
}
|
|
@@ -429,9 +432,6 @@
|
|
|
429
432
|
.e-bigger .e-dialog .e-dlg-header {
|
|
430
433
|
line-height: 28px;
|
|
431
434
|
}
|
|
432
|
-
.e-bigger .e-tab .e-content {
|
|
433
|
-
height: 254px !important;
|
|
434
|
-
}
|
|
435
435
|
.e-bigger .e-filter-popup {
|
|
436
436
|
width: 392px !important;
|
|
437
437
|
}
|
package/styles/gantt/fluent.css
CHANGED
|
@@ -326,6 +326,9 @@
|
|
|
326
326
|
border-color: #fff;
|
|
327
327
|
outline: 2px solid #c7e0f4;
|
|
328
328
|
}
|
|
329
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
330
|
+
height: 254px !important;
|
|
331
|
+
}
|
|
329
332
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
330
333
|
height: 63px !important;
|
|
331
334
|
}
|
|
@@ -429,9 +432,6 @@
|
|
|
429
432
|
.e-bigger .e-dialog .e-dlg-header {
|
|
430
433
|
line-height: 28px;
|
|
431
434
|
}
|
|
432
|
-
.e-bigger .e-tab .e-content {
|
|
433
|
-
height: 254px !important;
|
|
434
|
-
}
|
|
435
435
|
.e-bigger .e-filter-popup {
|
|
436
436
|
width: 392px !important;
|
|
437
437
|
}
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
border-color: #000;
|
|
246
246
|
outline: 2px solid #e7f1ff;
|
|
247
247
|
}
|
|
248
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
249
|
+
height: 241px !important;
|
|
250
|
+
}
|
|
248
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
249
252
|
height: 63px !important;
|
|
250
253
|
}
|
|
@@ -348,9 +351,6 @@
|
|
|
348
351
|
.e-bigger .e-dialog .e-dlg-header {
|
|
349
352
|
line-height: 28px;
|
|
350
353
|
}
|
|
351
|
-
.e-bigger .e-tab .e-content {
|
|
352
|
-
height: 241px !important;
|
|
353
|
-
}
|
|
354
354
|
.e-bigger .e-filter-popup {
|
|
355
355
|
width: 307px !important;
|
|
356
356
|
}
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
border-color: #000;
|
|
345
345
|
outline: 2px solid #685708;
|
|
346
346
|
}
|
|
347
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
348
|
+
height: 241px !important;
|
|
349
|
+
}
|
|
347
350
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
348
351
|
height: 63px !important;
|
|
349
352
|
}
|
|
@@ -447,9 +450,6 @@
|
|
|
447
450
|
.e-bigger .e-dialog .e-dlg-header {
|
|
448
451
|
line-height: 28px;
|
|
449
452
|
}
|
|
450
|
-
.e-bigger .e-tab .e-content {
|
|
451
|
-
height: 241px !important;
|
|
452
|
-
}
|
|
453
453
|
.e-bigger .e-filter-popup {
|
|
454
454
|
width: 307px !important;
|
|
455
455
|
}
|
|
@@ -303,6 +303,9 @@
|
|
|
303
303
|
border-color: #303030;
|
|
304
304
|
outline: 2px solid #9fa8da;
|
|
305
305
|
}
|
|
306
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
307
|
+
height: 241px !important;
|
|
308
|
+
}
|
|
306
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
307
310
|
height: 63px !important;
|
|
308
311
|
}
|
|
@@ -412,9 +415,6 @@
|
|
|
412
415
|
.e-bigger .e-dialog .e-dlg-header {
|
|
413
416
|
line-height: 28px;
|
|
414
417
|
}
|
|
415
|
-
.e-bigger .e-tab .e-content {
|
|
416
|
-
height: 241px !important;
|
|
417
|
-
}
|
|
418
418
|
.e-bigger .e-filter-popup {
|
|
419
419
|
width: 350px !important;
|
|
420
420
|
}
|
|
@@ -343,6 +343,9 @@
|
|
|
343
343
|
border-color: #fff;
|
|
344
344
|
outline: 2px solid #9fa8da;
|
|
345
345
|
}
|
|
346
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
347
|
+
height: 241px !important;
|
|
348
|
+
}
|
|
346
349
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
347
350
|
height: 63px !important;
|
|
348
351
|
}
|
|
@@ -452,9 +455,6 @@
|
|
|
452
455
|
.e-bigger .e-dialog .e-dlg-header {
|
|
453
456
|
line-height: 28px;
|
|
454
457
|
}
|
|
455
|
-
.e-bigger .e-tab .e-content {
|
|
456
|
-
height: 241px !important;
|
|
457
|
-
}
|
|
458
458
|
.e-bigger .e-filter-popup {
|
|
459
459
|
width: 350px !important;
|
|
460
460
|
}
|
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #1f2937;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|
|
@@ -311,13 +311,16 @@
|
|
|
311
311
|
border-color: #fff;
|
|
312
312
|
outline: 2px solid #818cf8;
|
|
313
313
|
}
|
|
314
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
315
|
+
height: 242px !important;
|
|
316
|
+
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
318
|
height: 63px !important;
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
318
321
|
background-color: #000000;
|
|
319
322
|
border-color: #000000;
|
|
320
|
-
color: #
|
|
323
|
+
color: #fff;
|
|
321
324
|
font-size: 12px;
|
|
322
325
|
line-height: 18px;
|
|
323
326
|
padding: 0 8px 0 0;
|
|
@@ -325,7 +328,7 @@
|
|
|
325
328
|
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
326
329
|
background-color: #000000;
|
|
327
330
|
border-color: #000000;
|
|
328
|
-
color: #
|
|
331
|
+
color: #fff;
|
|
329
332
|
font-size: 12px;
|
|
330
333
|
line-height: 18px;
|
|
331
334
|
padding: 0 0 0 8px;
|
|
@@ -420,9 +423,6 @@
|
|
|
420
423
|
.e-bigger .e-dialog .e-dlg-header {
|
|
421
424
|
line-height: 28px;
|
|
422
425
|
}
|
|
423
|
-
.e-bigger .e-tab .e-content {
|
|
424
|
-
height: 242px !important;
|
|
425
|
-
}
|
|
426
426
|
.e-bigger .e-filter-popup {
|
|
427
427
|
width: 319px !important;
|
|
428
428
|
}
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
border-color: #000;
|
|
246
246
|
outline: 2px solid #e7f1ff;
|
|
247
247
|
}
|
|
248
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
249
|
+
height: 241px !important;
|
|
250
|
+
}
|
|
248
251
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
249
252
|
height: 63px !important;
|
|
250
253
|
}
|
|
@@ -348,9 +351,6 @@
|
|
|
348
351
|
.e-bigger .e-dialog .e-dlg-header {
|
|
349
352
|
line-height: 28px;
|
|
350
353
|
}
|
|
351
|
-
.e-bigger .e-tab .e-content {
|
|
352
|
-
height: 241px !important;
|
|
353
|
-
}
|
|
354
354
|
.e-bigger .e-filter-popup {
|
|
355
355
|
width: 307px !important;
|
|
356
356
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
border-color: #000;
|
|
345
345
|
outline: 2px solid #685708;
|
|
346
346
|
}
|
|
347
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
348
|
+
height: 241px !important;
|
|
349
|
+
}
|
|
347
350
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
348
351
|
height: 63px !important;
|
|
349
352
|
}
|
|
@@ -447,9 +450,6 @@
|
|
|
447
450
|
.e-bigger .e-dialog .e-dlg-header {
|
|
448
451
|
line-height: 28px;
|
|
449
452
|
}
|
|
450
|
-
.e-bigger .e-tab .e-content {
|
|
451
|
-
height: 241px !important;
|
|
452
|
-
}
|
|
453
453
|
.e-bigger .e-filter-popup {
|
|
454
454
|
width: 307px !important;
|
|
455
455
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -303,6 +303,9 @@
|
|
|
303
303
|
border-color: #303030;
|
|
304
304
|
outline: 2px solid #9fa8da;
|
|
305
305
|
}
|
|
306
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
307
|
+
height: 241px !important;
|
|
308
|
+
}
|
|
306
309
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
307
310
|
height: 63px !important;
|
|
308
311
|
}
|
|
@@ -412,9 +415,6 @@
|
|
|
412
415
|
.e-bigger .e-dialog .e-dlg-header {
|
|
413
416
|
line-height: 28px;
|
|
414
417
|
}
|
|
415
|
-
.e-bigger .e-tab .e-content {
|
|
416
|
-
height: 241px !important;
|
|
417
|
-
}
|
|
418
418
|
.e-bigger .e-filter-popup {
|
|
419
419
|
width: 350px !important;
|
|
420
420
|
}
|