@syncfusion/ej2-react-gantt 23.1.44 → 23.2.5

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 CHANGED
@@ -4,7 +4,33 @@
4
4
 
5
5
  ### GanttChart
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I520118` - Console error occurs other than self reference data issue has been fixed.
10
+ - `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
11
+ - `#I520146` - Timeline render in advance the project start date while resizing taskbar issue has been fixed.
12
+ - `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
13
+
14
+ ## 23.2.4 (2023-11-20)
15
+
16
+ ### GanttChart
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I517359` - Columns does not update while changing columns value by Gantt instance issue has been fixed.
21
+ - `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
22
+ - `#I514452` - Baseline does not render by changing date issue has been fixed.
23
+
24
+ - `#I517359` - Columns does not update while changing columns values by Gantt instance issue has been fixed.
25
+ - `#I514463` - PDF exported with blank pages and dislocated connected lines issue has been fixed.
26
+ - `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
27
+
28
+ ## 23.1.44 (2023-11-07)
29
+
30
+ ### GanttChart
31
+
7
32
  - `#I513332` - Excel filter only takes one character at a time issue has been fixed.
33
+ - `#I517515` - Custom toolbar template not renders after toolbar click action in Gantt issue has been fixed.
8
34
 
9
35
  #### Bug Fixes
10
36
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 23.1.44
3
+ * version : 23.2.5
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.44
3
+ * version : 23.2.5
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.43",
3
+ "_id": "@syncfusion/ej2-react-gantt@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ssz75Uo/u79ToGIGuwVYUpAIfqAlNnqlq53WZEUMJfxCzPcTLPg8qvc64somNkVIobeTH+WpZoRCXAmONndjAQ==",
5
+ "_integrity": "sha512-nsthYSlnYNNPrabbHtMnEKFpw+4TNPg3EOjEFEVn1OUjLsEtKKCWZ41yTLkU84wsjXCbjvfU5qIL1ToHE99gug==",
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.43.tgz",
23
- "_shasum": "f0b0cdb4037c6fea675edb21a8b17a3c85ccac36",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-23.2.4.tgz",
23
+ "_shasum": "7feda63edf40ddf6c1f81686aba2dd0cb75bb85f",
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.1.41",
35
- "@syncfusion/ej2-gantt": "23.1.44",
36
- "@syncfusion/ej2-react-base": "~23.1.43"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-gantt": "23.2.5",
36
+ "@syncfusion/ej2-react-base": "~23.2.5"
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.1.44",
58
+ "version": "23.2.5",
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 & DefaultHtmlAttributes | GanttTypecast>;
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 & DefaultHtmlAttributes | GanttTypecast>;
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 {
@@ -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: #fff;
175
176
  height: 100%;
176
177
  }
@@ -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/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: #fff;
175
176
  height: 100%;
176
177
  }
@@ -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
  }
@@ -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: #fff;
123
124
  height: 100%;
124
125
  }
@@ -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
  }
@@ -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: #fff;
123
124
  height: 100%;
124
125
  }
@@ -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
  }