@syncfusion/ej2-react-gantt 20.1.55 → 20.1.59
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.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/gantt/adddialogfields-directive.d.ts +3 -1
- package/src/gantt/columns-directive.d.ts +3 -1
- package/src/gantt/dayworkingtime-directive.d.ts +3 -1
- package/src/gantt/editdialogfields-directive.d.ts +3 -1
- package/src/gantt/eventmarkers-directive.d.ts +3 -1
- package/src/gantt/holidays-directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +262 -379
- package/styles/bootstrap.css +264 -387
- package/styles/bootstrap4.css +276 -433
- package/styles/bootstrap5-dark.css +264 -382
- package/styles/bootstrap5.css +264 -382
- package/styles/fabric-dark.css +262 -377
- package/styles/fabric.css +265 -380
- package/styles/fluent-dark.css +262 -378
- package/styles/fluent.css +262 -378
- package/styles/gantt/bootstrap-dark.css +262 -379
- package/styles/gantt/bootstrap.css +264 -387
- package/styles/gantt/bootstrap4.css +276 -433
- package/styles/gantt/bootstrap5-dark.css +264 -382
- package/styles/gantt/bootstrap5.css +264 -382
- package/styles/gantt/fabric-dark.css +262 -377
- package/styles/gantt/fabric.css +265 -380
- package/styles/gantt/fluent-dark.css +262 -378
- package/styles/gantt/fluent.css +262 -378
- package/styles/gantt/highcontrast-light.css +230 -364
- package/styles/gantt/highcontrast.css +265 -414
- package/styles/gantt/material-dark.css +266 -371
- package/styles/gantt/material.css +267 -373
- package/styles/gantt/tailwind-dark.css +264 -370
- package/styles/gantt/tailwind.css +264 -370
- package/styles/highcontrast-light.css +230 -364
- package/styles/highcontrast.css +265 -414
- package/styles/material-dark.css +266 -371
- package/styles/material.css +267 -373
- package/styles/tailwind-dark.css +264 -370
- package/styles/tailwind.css +264 -370
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,36 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#379229` - Pdf export is not working when using custom date format issue has been fixed.
|
|
10
|
+
- `#381109` - Issue when Zoom To Fit with unscheduled tasks has been fixed.
|
|
11
|
+
|
|
12
|
+
## 20.1.58 (2022-05-31)
|
|
13
|
+
|
|
14
|
+
### Gantt
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#380136` - End date is not updated when we update the resource unit via `updateRecordByID` method.
|
|
19
|
+
- `#378491` - Data is not displayed when we frequently move between different tabs has been fixed.
|
|
20
|
+
- `#379660` - Script error thrown when switching between tabs has been fixed.
|
|
21
|
+
|
|
22
|
+
## 20.1.56 (2022-05-17)
|
|
23
|
+
|
|
24
|
+
### Gantt
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
29
|
+
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
|
|
30
|
+
|
|
31
|
+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
|
|
32
|
+
|
|
33
|
+
## 20.1.55 (2022-05-12)
|
|
34
|
+
|
|
35
|
+
### Gantt
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
9
39
|
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
|
|
10
40
|
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
|
|
11
41
|
- `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.59
|
|
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-react-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-gantt@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@20.1.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-otNudzLTz940ByiOujhUApCHIqfM8tIH7XT7xZJXHZK1024kNdKRxUR0leQ3H4zsm9t0Tx4wgOf34haHdV98zA==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-20.1.58.tgz",
|
|
23
|
+
"_shasum": "0937843e51bf8f81269b28770f45bd83c03e653f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.57",
|
|
35
|
+
"@syncfusion/ej2-gantt": "20.1.59",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.1.59"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "20.1.
|
|
66
|
+
"version": "20.1.59",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -12,7 +12,9 @@ import { AddDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
|
|
|
12
12
|
* </GanttComponent>
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare class AddDialogFieldDirective extends ComplexBase<AddDialogFieldSettingsModel
|
|
15
|
+
export declare class AddDialogFieldDirective extends ComplexBase<AddDialogFieldSettingsModel & {
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
}, AddDialogFieldSettingsModel> {
|
|
16
18
|
static moduleName: string;
|
|
17
19
|
}
|
|
18
20
|
export declare class AddDialogFieldsDirective extends ComplexBase<{}, {}> {
|
|
@@ -16,7 +16,9 @@ export interface ColumnDirTypecast {
|
|
|
16
16
|
* </GanttComponent>
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
|
-
export declare class ColumnDirective extends ComplexBase<ColumnModel | ColumnDirTypecast
|
|
19
|
+
export declare class ColumnDirective extends ComplexBase<ColumnModel | ColumnDirTypecast & {
|
|
20
|
+
children?: React.ReactNode;
|
|
21
|
+
}, ColumnModel | ColumnDirTypecast> {
|
|
20
22
|
static moduleName: string;
|
|
21
23
|
}
|
|
22
24
|
export declare class ColumnsDirective extends ComplexBase<{}, {}> {
|
|
@@ -12,7 +12,9 @@ import { DayWorkingTimeModel } from '@syncfusion/ej2-gantt';
|
|
|
12
12
|
* </GanttComponent>
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeModel
|
|
15
|
+
export declare class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeModel & {
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
}, DayWorkingTimeModel> {
|
|
16
18
|
static moduleName: string;
|
|
17
19
|
}
|
|
18
20
|
export declare class DayWorkingTimeCollectionDirective extends ComplexBase<{}, {}> {
|
|
@@ -12,7 +12,9 @@ import { EditDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
|
|
|
12
12
|
* </GanttComponent>
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare class EditDialogFieldDirective extends ComplexBase<EditDialogFieldSettingsModel
|
|
15
|
+
export declare class EditDialogFieldDirective extends ComplexBase<EditDialogFieldSettingsModel & {
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
}, EditDialogFieldSettingsModel> {
|
|
16
18
|
static moduleName: string;
|
|
17
19
|
}
|
|
18
20
|
export declare class EditDialogFieldsDirective extends ComplexBase<{}, {}> {
|
|
@@ -11,7 +11,9 @@ import { EventMarkerModel } from '@syncfusion/ej2-gantt';
|
|
|
11
11
|
* </GanttComponent>
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
|
-
export declare class EventMarkerDirective extends ComplexBase<EventMarkerModel
|
|
14
|
+
export declare class EventMarkerDirective extends ComplexBase<EventMarkerModel & {
|
|
15
|
+
children?: React.ReactNode;
|
|
16
|
+
}, EventMarkerModel> {
|
|
15
17
|
static moduleName: string;
|
|
16
18
|
}
|
|
17
19
|
export declare class EventMarkersDirective extends ComplexBase<{}, {}> {
|
|
@@ -12,7 +12,9 @@ import { HolidayModel } from '@syncfusion/ej2-gantt';
|
|
|
12
12
|
* </GanttComponent>
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare class HolidayDirective extends ComplexBase<HolidayModel
|
|
15
|
+
export declare class HolidayDirective extends ComplexBase<HolidayModel & {
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
}, HolidayModel> {
|
|
16
18
|
static moduleName: string;
|
|
17
19
|
}
|
|
18
20
|
export declare class HolidaysDirective extends ComplexBase<{}, {}> {
|