@syncfusion/ej2-react-gantt 23.1.39 → 23.1.42
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 +30 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +33 -3
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/gantt/bootstrap-dark.css +1 -1
- package/styles/gantt/bootstrap.css +1 -1
- package/styles/gantt/bootstrap4.css +33 -3
- package/styles/gantt/bootstrap5-dark.css +1 -1
- package/styles/gantt/bootstrap5.css +1 -1
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/fabric.css +1 -1
- package/styles/gantt/fluent-dark.css +1 -1
- package/styles/gantt/fluent.css +1 -1
- package/styles/gantt/highcontrast-light.css +1 -1
- package/styles/gantt/highcontrast.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/material.css +1 -1
- package/styles/gantt/material3-dark.css +1 -1
- package/styles/gantt/material3.css +1 -1
- package/styles/gantt/tailwind-dark.css +1 -1
- package/styles/gantt/tailwind.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,37 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
|
|
10
|
+
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
|
|
11
|
+
- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
|
|
12
|
+
- `#I512556` - Background color issue with dependency connector line has been fixed.
|
|
13
|
+
- `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
|
|
14
|
+
|
|
15
|
+
- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
|
|
16
|
+
- `#I512556` - Background color issue with dependency connector line has been fixed.
|
|
17
|
+
|
|
18
|
+
## 23.1.41 (2023-10-17)
|
|
19
|
+
|
|
20
|
+
### GanttChart
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
25
|
+
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
26
|
+
- `#I482456` - Critical path tasks not validated after drag and drop issue has been fixed.
|
|
27
|
+
|
|
28
|
+
- `#I494495` - Script error occurs when trying to edit after sorting in presence of validation message issue has been fixed.
|
|
29
|
+
- `#I508721` - Baseline date does not render properly for milestone task issue has been fixed.
|
|
30
|
+
- `#I482456` - Critical path tasks not validated after drag and drop issue has been fixed.
|
|
31
|
+
|
|
32
|
+
## 23.1.39 (2023-10-04)
|
|
33
|
+
|
|
34
|
+
### GanttChart
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#I502041` - Error throw while adding the record issue has been fixed.
|
|
39
|
+
- `#I493515` - Style is not applied to the second segment issue has been fixed.
|
|
10
40
|
|
|
11
41
|
## 23.1.38 (2023-09-26)
|
|
12
42
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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-react-gantt.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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-react-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-gantt@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@23.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-tK6YEb6WIz0ZNNDkvQISv7sNzhYi5+zDaF3+n9tc+YT9bDEMGApba0U9twtEHgvtQPLx4c4PAhoC0Z/k5z6S0A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-23.1.41.tgz",
|
|
23
|
+
"_shasum": "1a2e6b2b9f5b95773acded94ca209b71b8d9431c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-gantt": "23.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.41",
|
|
35
|
+
"@syncfusion/ej2-gantt": "23.1.42",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "23.1.
|
|
58
|
+
"version": "23.1.42",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -354,13 +354,24 @@
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
357
|
-
font-size:
|
|
357
|
+
font-size: 12px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
361
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
362
|
+
font-size: 14px;
|
|
358
363
|
}
|
|
359
364
|
|
|
360
|
-
.e-
|
|
365
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
366
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
361
367
|
font-size: 10px;
|
|
362
368
|
}
|
|
363
369
|
|
|
370
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
371
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
372
|
+
font-size: 12px;
|
|
373
|
+
}
|
|
374
|
+
|
|
364
375
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
365
376
|
font-size: 14px;
|
|
366
377
|
line-height: 34px;
|
|
@@ -402,6 +413,25 @@
|
|
|
402
413
|
border-right-width: 0;
|
|
403
414
|
}
|
|
404
415
|
|
|
416
|
+
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
417
|
+
font-size: 12px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
421
|
+
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
422
|
+
font-size: 14px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
426
|
+
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
427
|
+
font-size: 10px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
431
|
+
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
432
|
+
font-size: 12px;
|
|
433
|
+
}
|
|
434
|
+
|
|
405
435
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
406
436
|
border-left-width: 0;
|
|
407
437
|
border-radius: 4px 0 0 4px;
|
|
@@ -1122,7 +1152,7 @@
|
|
|
1122
1152
|
box-sizing: border-box;
|
|
1123
1153
|
}
|
|
1124
1154
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
1125
|
-
border-spacing: 0
|
|
1155
|
+
border-spacing: 0;
|
|
1126
1156
|
}
|
|
1127
1157
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
1128
1158
|
border-top: 0;
|
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -354,13 +354,24 @@
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
357
|
-
font-size:
|
|
357
|
+
font-size: 12px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
361
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
362
|
+
font-size: 14px;
|
|
358
363
|
}
|
|
359
364
|
|
|
360
|
-
.e-
|
|
365
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
366
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
361
367
|
font-size: 10px;
|
|
362
368
|
}
|
|
363
369
|
|
|
370
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
371
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
372
|
+
font-size: 12px;
|
|
373
|
+
}
|
|
374
|
+
|
|
364
375
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
365
376
|
font-size: 14px;
|
|
366
377
|
line-height: 34px;
|
|
@@ -402,6 +413,25 @@
|
|
|
402
413
|
border-right-width: 0;
|
|
403
414
|
}
|
|
404
415
|
|
|
416
|
+
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
417
|
+
font-size: 12px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
421
|
+
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
422
|
+
font-size: 14px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
426
|
+
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
427
|
+
font-size: 10px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
431
|
+
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
432
|
+
font-size: 12px;
|
|
433
|
+
}
|
|
434
|
+
|
|
405
435
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
406
436
|
border-left-width: 0;
|
|
407
437
|
border-radius: 4px 0 0 4px;
|
|
@@ -1122,7 +1152,7 @@
|
|
|
1122
1152
|
box-sizing: border-box;
|
|
1123
1153
|
}
|
|
1124
1154
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
1125
|
-
border-spacing: 0
|
|
1155
|
+
border-spacing: 0;
|
|
1126
1156
|
}
|
|
1127
1157
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
1128
1158
|
border-top: 0;
|
package/styles/gantt/fabric.css
CHANGED
package/styles/gantt/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED