@syncfusion/ej2-angular-gantt 20.1.56 → 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 +35 -2
- package/dist/ej2-angular-gantt.umd.js +1 -1
- package/dist/ej2-angular-gantt.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,44 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
9
|
+
- `#367483` - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
|
|
10
|
+
- `#384296` - Unable to draw dependency when progress mapping is disabled issue has been been fixed.
|
|
11
|
+
- `#381374` - Editing milestone duration varies the start date issue has been been fixed.
|
|
11
12
|
|
|
12
13
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
13
14
|
|
|
15
|
+
## 20.1.59 (2022-06-07)
|
|
16
|
+
|
|
17
|
+
### Gantt
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
22
|
+
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
23
|
+
- `#382884` - work value calculation issue for parent task has been fixed.
|
|
24
|
+
|
|
25
|
+
## 20.1.58 (2022-05-31)
|
|
26
|
+
|
|
27
|
+
### Gantt
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
32
|
+
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
33
|
+
- `#379660` - Script error thrown when switching between tabs has been fixed.
|
|
34
|
+
|
|
35
|
+
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
36
|
+
- `#379660` - Script error thrown when switching between tabs has been fixed.
|
|
37
|
+
|
|
38
|
+
## 20.1.56 (2022-05-17)
|
|
39
|
+
|
|
40
|
+
### Gantt
|
|
41
|
+
|
|
42
|
+
#### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
45
|
+
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
46
|
+
|
|
14
47
|
## 20.1.55 (2022-05-12)
|
|
15
48
|
|
|
16
49
|
### Gantt
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.60
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.60
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@20.1.59",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-msgUH9vPfJkHv8GfjEvRUpDrnqjfbTfxWcaymWocJ/u0IPHIpKjZzhnZ2TeS6GA8Sh+/yRvC0QW4YL7m2KBuvQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-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-angular-gantt/-/ej2-angular-gantt-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-20.1.59.tgz",
|
|
23
|
+
"_shasum": "b3c8f0479cdfb04bf93cbc9b4f2c2999d8d92b54",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.1.55",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
36
|
-
"@syncfusion/ej2-gantt": "20.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.60",
|
|
36
|
+
"@syncfusion/ej2-gantt": "20.1.60"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"schematics": "./schematics/collection.json",
|
|
68
68
|
"sideEffects": false,
|
|
69
69
|
"typings": "ej2-angular-gantt.d.ts",
|
|
70
|
-
"version": "20.1.
|
|
70
|
+
"version": "20.1.60"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-gantt";
|
|
2
|
-
export declare const pkgVer = "^20.1.
|
|
2
|
+
export declare const pkgVer = "^20.1.59";
|
|
3
3
|
export declare const moduleName = "GanttModule";
|
|
4
|
-
export declare const themeVer = "~20.1.
|
|
4
|
+
export declare const themeVer = "~20.1.59";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
|
4
|
-
exports.pkgVer = '^20.1.
|
|
4
|
+
exports.pkgVer = '^20.1.59';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~20.1.
|
|
6
|
+
exports.themeVer = '~20.1.59';
|
|
@@ -242,26 +242,228 @@
|
|
|
242
242
|
content: "\e903";
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
246
|
+
content: "\e85b";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
250
|
+
content: "\e85f";
|
|
251
|
+
}
|
|
252
|
+
|
|
245
253
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
246
254
|
height: 64px;
|
|
247
255
|
}
|
|
248
256
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
249
257
|
height: 32px;
|
|
250
258
|
}
|
|
259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
260
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
261
|
+
padding-left: 10px;
|
|
262
|
+
padding-right: 10px;
|
|
263
|
+
width: 30px;
|
|
264
|
+
}
|
|
265
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
266
|
+
border-radius: 4px !important;
|
|
267
|
+
font-size: 12px !important;
|
|
268
|
+
height: 26px !important;
|
|
269
|
+
padding: 4px 11px 4px 9px !important;
|
|
270
|
+
top: 65px !important;
|
|
271
|
+
}
|
|
272
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
273
|
+
border-bottom: 6px solid transparent;
|
|
274
|
+
border-right: 6px solid transparent;
|
|
275
|
+
border-right-color: #cae8ff;
|
|
276
|
+
border-top: 6px solid transparent;
|
|
277
|
+
top: 73px !important;
|
|
278
|
+
}
|
|
279
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
280
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
281
|
+
content: "\e92c";
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
285
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
286
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
287
|
+
border-radius: 50%;
|
|
288
|
+
display: inline-block;
|
|
289
|
+
position: absolute;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
292
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
293
|
+
border-style: solid;
|
|
294
|
+
border-width: 1px;
|
|
295
|
+
box-sizing: content-box;
|
|
296
|
+
cursor: pointer;
|
|
297
|
+
display: inline-block;
|
|
298
|
+
}
|
|
299
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
300
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
301
|
+
background-color: #21527d;
|
|
302
|
+
border-color: #1a1a1a;
|
|
303
|
+
}
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
305
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
306
|
+
background-color: #21527d;
|
|
307
|
+
border-color: #1a1a1a;
|
|
308
|
+
outline: 2px solid #75ACDB;
|
|
309
|
+
}
|
|
310
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
311
|
+
height: 242px !important;
|
|
312
|
+
}
|
|
251
313
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
252
314
|
height: 63px !important;
|
|
253
315
|
}
|
|
316
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
317
|
+
background-color: #000000;
|
|
318
|
+
border-color: #000000;
|
|
319
|
+
color: #F9FAFB;
|
|
320
|
+
font-size: 12px;
|
|
321
|
+
line-height: 18px;
|
|
322
|
+
padding: 0 8px 0 0;
|
|
323
|
+
}
|
|
324
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
325
|
+
background-color: #000000;
|
|
326
|
+
border-color: #000000;
|
|
327
|
+
color: #F9FAFB;
|
|
328
|
+
font-size: 12px;
|
|
329
|
+
line-height: 18px;
|
|
330
|
+
padding: 0 0 0 8px;
|
|
331
|
+
}
|
|
332
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
333
|
+
padding: 3px !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
336
|
+
padding: 16px 0 0 !important;
|
|
337
|
+
}
|
|
338
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
339
|
+
padding: 0 16px !important;
|
|
340
|
+
}
|
|
254
341
|
.e-bigger .e-columnmenu {
|
|
255
342
|
top: 40px;
|
|
256
343
|
}
|
|
344
|
+
.e-bigger .e-gantt-dialog {
|
|
345
|
+
border-radius: 6px;
|
|
346
|
+
width: 556px !important;
|
|
347
|
+
}
|
|
257
348
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
258
|
-
padding: 16px
|
|
349
|
+
padding: 16px 12px 0 16px;
|
|
259
350
|
}
|
|
260
351
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
261
|
-
padding: 16px
|
|
352
|
+
padding: 16px 16px 0 12px;
|
|
262
353
|
}
|
|
263
354
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
264
|
-
padding: 16px 18px 0
|
|
355
|
+
padding: 16px 18px 0 9px;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
358
|
+
height: 242px !important;
|
|
359
|
+
}
|
|
360
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
361
|
+
height: 76px !important;
|
|
362
|
+
}
|
|
363
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
364
|
+
border-bottom: 0 !important;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
367
|
+
border-radius: 0 !important;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
370
|
+
border-radius: 6px 6px 0px 0px;
|
|
371
|
+
padding-bottom: 20px;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
374
|
+
border-radius: 50%;
|
|
375
|
+
height: auto !important;
|
|
376
|
+
width: auto !important;
|
|
377
|
+
}
|
|
378
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
379
|
+
margin-left: 5px !important;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
382
|
+
font-size: 16px !important;
|
|
383
|
+
}
|
|
384
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
385
|
+
width: 250px !important;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-tooltip {
|
|
388
|
+
background-color: #000000;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-dialog {
|
|
391
|
+
background-color: #f5f5f5;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
394
|
+
background-color: #f5f5f5;
|
|
395
|
+
padding: 10px 9px 9px 14px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
398
|
+
padding: 16px 4px 16px 16px !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
401
|
+
left: 0 !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
404
|
+
font-size: 12px !important;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
407
|
+
height: 70px !important;
|
|
408
|
+
padding: 16px !important;
|
|
409
|
+
}
|
|
410
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
411
|
+
margin-left: 12px;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
414
|
+
line-height: 28px;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-filter-popup {
|
|
417
|
+
width: 350px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-dlg-content {
|
|
420
|
+
border-radius: 6px !important;
|
|
421
|
+
padding: 32px 16px 16px !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
424
|
+
font-size: 14px;
|
|
425
|
+
line-height: 22px;
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
428
|
+
font-size: 14px;
|
|
429
|
+
line-height: 22px;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
432
|
+
height: 34px !important;
|
|
433
|
+
}
|
|
434
|
+
.e-bigger .e-left-btn:disabled {
|
|
435
|
+
color: #adadad !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-right-btn:disabled {
|
|
438
|
+
color: #adadad !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
441
|
+
min-width: 36px !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-height: 35px !important;
|
|
445
|
+
min-width: 35.82px !important;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
448
|
+
min-height: 35px !important;
|
|
449
|
+
min-width: 35.82px !important;
|
|
450
|
+
}
|
|
451
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
452
|
+
min-height: 35px !important;
|
|
453
|
+
min-width: 35.82px !important;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
456
|
+
height: 36px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
459
|
+
font-size: 16px !important;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-btn.e-flat {
|
|
462
|
+
line-height: 24px;
|
|
463
|
+
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-btn.e-primary {
|
|
466
|
+
padding: 6px 21px 6px 23px !important;
|
|
265
467
|
}
|
|
266
468
|
|
|
267
469
|
.e-gantt {
|
|
@@ -416,9 +618,11 @@
|
|
|
416
618
|
position: absolute;
|
|
417
619
|
}
|
|
418
620
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
621
|
+
height: 100%;
|
|
419
622
|
position: absolute;
|
|
420
623
|
}
|
|
421
624
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
625
|
+
height: 100%;
|
|
422
626
|
position: absolute;
|
|
423
627
|
}
|
|
424
628
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -667,37 +871,35 @@
|
|
|
667
871
|
cursor: col-resize;
|
|
668
872
|
}
|
|
669
873
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
670
|
-
border-style: solid;
|
|
671
874
|
border-width: 1px;
|
|
672
875
|
box-sizing: content-box;
|
|
673
876
|
cursor: col-resize;
|
|
674
877
|
height: 2px;
|
|
675
878
|
position: absolute;
|
|
676
879
|
top: 7px;
|
|
677
|
-
width: 12px;
|
|
678
880
|
}
|
|
679
881
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
680
882
|
border-bottom-style: solid;
|
|
681
|
-
border-bottom-width:
|
|
883
|
+
border-bottom-width: 8px;
|
|
682
884
|
border-left: 7px solid transparent;
|
|
683
885
|
border-right: 7px solid transparent;
|
|
684
886
|
cursor: col-resize;
|
|
685
887
|
height: 0;
|
|
686
|
-
left:
|
|
888
|
+
left: 0;
|
|
687
889
|
position: absolute;
|
|
688
890
|
top: -7px;
|
|
689
891
|
width: 0;
|
|
690
892
|
}
|
|
691
893
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
692
894
|
border-bottom-style: solid;
|
|
693
|
-
border-bottom-width:
|
|
895
|
+
border-bottom-width: 8px;
|
|
694
896
|
border-left: 6px solid transparent;
|
|
695
897
|
border-right: 6px solid transparent;
|
|
696
898
|
cursor: col-resize;
|
|
697
899
|
height: 0;
|
|
698
|
-
left:
|
|
900
|
+
left: 1px;
|
|
699
901
|
position: absolute;
|
|
700
|
-
top: -
|
|
902
|
+
top: -7px;
|
|
701
903
|
width: 0;
|
|
702
904
|
}
|
|
703
905
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1124,6 +1326,10 @@
|
|
|
1124
1326
|
height: 100%;
|
|
1125
1327
|
}
|
|
1126
1328
|
|
|
1329
|
+
.e-predecessor-tooltip {
|
|
1330
|
+
visibility: hidden;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1127
1333
|
/*! Gantt theme */
|
|
1128
1334
|
.e-gantt .e-gantt-splitter {
|
|
1129
1335
|
border-color: #484848;
|
|
@@ -1341,7 +1547,7 @@
|
|
|
1341
1547
|
}
|
|
1342
1548
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1343
1549
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1344
|
-
background-color: #
|
|
1550
|
+
background-color: #21527d;
|
|
1345
1551
|
border-color: #1a1a1a;
|
|
1346
1552
|
}
|
|
1347
1553
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|