@syncfusion/ej2-angular-gantt 32.2.8 → 32.2.9-1987473

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,13 +4,26 @@
4
4
 
5
5
  ### GanttChart
6
6
 
7
+ #### Bug fix
8
+
9
+ - `I816571` - The issue where the `rowSelected` event returned an incorrect target element while selecting rows on Grid side in iPad Safari has been resolved.
10
+
11
+ #### Bug fixes
12
+
13
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14
+
15
+ ## 32.2.8 (2025-12-22)
16
+
17
+ ### GanttChart
18
+
7
19
  #### Bug fixes
8
20
 
9
21
  - `#I814670` - Fixed an issue where, after performing `zoomToFit` with virtualization, vertical scrolling caused the chart to jump to the selected row instead of scrolling down.
10
22
  - `#I816171` - Fixed an issue where the baseline tooltip displayed incorrect values after applying a filter.
11
23
  - `#I813079` - Fixed an issue where the spinner remained visible after dynamically clearing filters via an external button or checkbox click.
12
24
 
13
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25
+ - `#I814670` - Fixed an issue where, after performing `zoomToFit` with virtualization, vertical scrolling caused the chart to jump to the selected row instead of scrolling down.
26
+ - `#I813079` - Fixed an issue where the spinner remained visible after dynamically clearing filters via an external button or checkbox click.
14
27
 
15
28
  ## 32.2.7 (2026-02-24)
16
29
 
package/package.json CHANGED
@@ -1,15 +1,61 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "32.2.8",
4
- "description": "Essential JS 2 Gantt Component for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
2
+ "_from": "@syncfusion/ej2-angular-gantt@32.2.9",
3
+ "_id": "@syncfusion/ej2-angular-gantt@32.2.9",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-0ILDI/Eja0fCyaumQwwB2SaxYxPvfiJ3ngXeEKLMaZ5DF08d8BZFYqPNSHiyliKefDJxWlmBYF2kQDUaPnGv+g==",
6
+ "_location": "/@syncfusion/ej2-angular-gantt",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-gantt@32.2.9",
12
+ "name": "@syncfusion/ej2-angular-gantt",
13
+ "escapedName": "@syncfusion%2fej2-angular-gantt",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "32.2.9",
16
+ "saveSpec": null,
17
+ "fetchSpec": "32.2.9"
18
+ },
19
+ "_requiredBy": [
20
+ "#USER",
21
+ "/"
22
+ ],
23
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-32.2.9.tgz",
24
+ "_shasum": "70778e360618d24c38b8608323f23964220146b4",
25
+ "_spec": "@syncfusion/ej2-angular-gantt@32.2.9",
26
+ "_where": "D:\\New folder\\temp\\custom-packages",
27
+ "author": {
28
+ "name": "Syncfusion Inc."
29
+ },
30
+ "bugs": {
31
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
32
+ },
33
+ "bundleDependencies": false,
8
34
  "dependencies": {
9
- "@syncfusion/ej2-base": "~32.2.6",
10
35
  "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-gantt": "32.2.8"
36
+ "@syncfusion/ej2-base": "~32.2.9",
37
+ "@syncfusion/ej2-gantt": "32.2.9-1987473"
38
+ },
39
+ "deprecated": false,
40
+ "description": "Essential JS 2 Gantt Component for Angular",
41
+ "es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
42
+ "esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
43
+ "exports": {
44
+ "./package.json": {
45
+ "default": "./package.json"
46
+ },
47
+ ".": {
48
+ "types": "./syncfusion-ej2-angular-gantt.d.ts",
49
+ "esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs",
50
+ "es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs",
51
+ "es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
52
+ "node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
53
+ "default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs"
54
+ }
12
55
  },
56
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
57
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
58
+ "homepage": "https://www.syncfusion.com/angular-components",
13
59
  "keywords": [
14
60
  "angular",
15
61
  "angular-gantt",
@@ -30,29 +76,15 @@
30
76
  "gantt-chart-component",
31
77
  "gantt-chart-control"
32
78
  ],
79
+ "license": "SEE LICENSE IN license",
80
+ "module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
81
+ "name": "@syncfusion/ej2-angular-gantt",
33
82
  "repository": {
34
83
  "type": "git",
35
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
84
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
36
85
  },
86
+ "schematics": "./schematics/collection.json",
37
87
  "sideEffects": false,
38
- "module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
39
- "es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
40
- "esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
41
- "fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
42
- "fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
43
88
  "typings": "syncfusion-ej2-angular-gantt.d.ts",
44
- "exports": {
45
- "./package.json": {
46
- "default": "./package.json"
47
- },
48
- ".": {
49
- "types": "./syncfusion-ej2-angular-gantt.d.ts",
50
- "esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs",
51
- "es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs",
52
- "es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
53
- "node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
54
- "default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs"
55
- }
56
- },
57
- "homepage": "https://www.syncfusion.com/angular-components"
58
- }
89
+ "version": "32.2.9-1987473"
90
+ }
@@ -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 = '^32.2.8';
4
+ exports.pkgVer = '^32.2.9';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~32.2.8';
6
+ exports.themeVer = '~32.2.9';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^32.2.8';
2
+ export const pkgVer = '^32.2.9';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~32.2.8';
4
+ export const themeVer = '~32.2.9';