@syncfusion/ej2-react-gantt 23.1.44 → 23.2.4
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 +15 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/gantt/gantt.component.d.ts +2 -2
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/gantt/bootstrap-dark.css +5 -0
- package/styles/gantt/bootstrap5-dark.css +2 -1
- package/styles/gantt/bootstrap5.css +2 -1
- package/styles/gantt/fabric-dark.css +5 -0
- package/styles/gantt/fluent-dark.css +2 -1
- package/styles/gantt/fluent.css +2 -1
- package/styles/gantt/highcontrast.css +5 -0
- package/styles/gantt/tailwind-dark.css +2 -1
- package/styles/gantt/tailwind.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
|
|
10
|
+
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
11
|
+
- `#I514452` - Baseline does not render by changing date issue has been fixed.
|
|
12
|
+
|
|
13
|
+
- `#I517359` - Columns does not update while changing columns values by Gantt instance issue has been fixed.
|
|
14
|
+
- `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
|
|
15
|
+
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
16
|
+
|
|
17
|
+
## 23.1.44 (2023-11-07)
|
|
18
|
+
|
|
19
|
+
### GanttChart
|
|
20
|
+
|
|
7
21
|
- `#I513332` - Excel filter only takes one character at a time issue has been fixed.
|
|
22
|
+
- `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
|
|
8
23
|
|
|
9
24
|
#### Bug Fixes
|
|
10
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
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.
|
|
3
|
+
* version : 23.2.4
|
|
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.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-L7AEbeHy7ZwsqRUeFfzYUpWwVk88TUvmfmwHUowpgK1Y6tYdzLI6TyRl00P7eI5B/hQOlk0nNshP5jx0b+CKmg==",
|
|
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.44.tgz",
|
|
23
|
+
"_shasum": "19f5a87cd3ae79323e26d33812f279ac46be5a88",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.
|
|
35
|
-
"@syncfusion/ej2-gantt": "23.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-gantt": "23.2.4",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for React",
|
|
@@ -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.
|
|
58
|
+
"version": "23.2.4",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -17,7 +17,7 @@ export interface GanttTypecast {
|
|
|
17
17
|
export declare class GanttComponent extends Gantt {
|
|
18
18
|
state: Readonly<{
|
|
19
19
|
children?: React.ReactNode | React.ReactNode[];
|
|
20
|
-
}> & Readonly<GanttModel
|
|
20
|
+
}> & Readonly<GanttModel | DefaultHtmlAttributes | GanttTypecast>;
|
|
21
21
|
setState: any;
|
|
22
22
|
private getDefaultAttributes;
|
|
23
23
|
initRenderCalled: boolean;
|
|
@@ -30,7 +30,7 @@ export declare class GanttComponent extends Gantt {
|
|
|
30
30
|
private immediateRender;
|
|
31
31
|
props: Readonly<{
|
|
32
32
|
children?: React.ReactNode | React.ReactNode[];
|
|
33
|
-
}> & Readonly<GanttModel
|
|
33
|
+
}> & Readonly<GanttModel | DefaultHtmlAttributes | GanttTypecast>;
|
|
34
34
|
forceUpdate: (callBack?: () => any) => void;
|
|
35
35
|
context: Object;
|
|
36
36
|
portals: any;
|
|
@@ -142,6 +142,11 @@
|
|
|
142
142
|
width: 40px;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
146
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
147
|
+
color: #fff;
|
|
148
|
+
}
|
|
149
|
+
|
|
145
150
|
/* stylelint-disable property-no-vendor-prefix */
|
|
146
151
|
/* stylelint-disable property-no-vendor-prefix */
|
|
147
152
|
@keyframes material-spinner-rotate {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -170,7 +170,8 @@
|
|
|
170
170
|
width: 24px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
173
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
174
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
174
175
|
color: #212529;
|
|
175
176
|
height: 100%;
|
|
176
177
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -98,6 +98,11 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
102
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
103
|
+
color: #fff;
|
|
104
|
+
}
|
|
105
|
+
|
|
101
106
|
/* stylelint-disable property-no-vendor-prefix */
|
|
102
107
|
/* stylelint-disable property-no-vendor-prefix */
|
|
103
108
|
@keyframes material-spinner-rotate {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #f3f2f1;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #201f1e;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
|
@@ -142,6 +142,11 @@
|
|
|
142
142
|
width: 40px;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
146
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
147
|
+
color: #fff;
|
|
148
|
+
}
|
|
149
|
+
|
|
145
150
|
/* stylelint-disable property-no-vendor-prefix */
|
|
146
151
|
/* stylelint-disable property-no-vendor-prefix */
|
|
147
152
|
@keyframes material-spinner-rotate {
|
|
@@ -170,7 +170,8 @@
|
|
|
170
170
|
width: 24px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
173
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
174
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
174
175
|
color: #212529;
|
|
175
176
|
height: 100%;
|
|
176
177
|
}
|
|
@@ -98,6 +98,11 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
102
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
103
|
+
color: #fff;
|
|
104
|
+
}
|
|
105
|
+
|
|
101
106
|
/* stylelint-disable property-no-vendor-prefix */
|
|
102
107
|
/* stylelint-disable property-no-vendor-prefix */
|
|
103
108
|
@keyframes material-spinner-rotate {
|
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #f3f2f1;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
package/styles/gantt/fluent.css
CHANGED
|
@@ -150,7 +150,8 @@
|
|
|
150
150
|
width: 24px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
153
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
154
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
154
155
|
color: #201f1e;
|
|
155
156
|
height: 100%;
|
|
156
157
|
}
|
|
@@ -177,6 +177,11 @@
|
|
|
177
177
|
width: 30px;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
181
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
182
|
+
color: #fff;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
/*! Fabric theme definition's */
|
|
181
186
|
/*! component's theme wise override definitions and variables */
|
|
182
187
|
/*! Horizontal Tab */
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
width: 28px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
121
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
122
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
122
123
|
color: #111827;
|
|
123
124
|
height: 100%;
|
|
124
125
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -177,6 +177,11 @@
|
|
|
177
177
|
width: 30px;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
181
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
182
|
+
color: #fff;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
/*! Fabric theme definition's */
|
|
181
186
|
/*! component's theme wise override definitions and variables */
|
|
182
187
|
/*! Horizontal Tab */
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
width: 28px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
121
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
122
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
122
123
|
color: #111827;
|
|
123
124
|
height: 100%;
|
|
124
125
|
}
|