@syncfusion/ej2-gantt 23.1.43 → 23.1.44

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.43
3
+ * version : 23.1.44
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-gantt@*",
3
- "_id": "@syncfusion/ej2-gantt@23.1.42",
3
+ "_id": "@syncfusion/ej2-gantt@23.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-g+CmUUPzrTLD37FpCq/HeZ9vBjf1374Ba/UuGN7b7bWnoeCY5TbntcWc6QmZxKqYhcIOisUGTDE6RpFsuv1cYg==",
5
+ "_integrity": "sha512-OKCIORPx/GFqlS7OrwywhdN05e5+C9+HuusKejUnEqgT4zx5VjWVcOx5b1Eu9I9BqSdYa3/t7qy0+lSgrsDGAA==",
6
6
  "_location": "/@syncfusion/ej2-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-gantt",
24
24
  "/@syncfusion/ej2-vue-gantt"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-23.1.42.tgz",
27
- "_shasum": "480266949e5700ba55acbac9e738143271aa21f4",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-23.1.43.tgz",
27
+ "_shasum": "fe01cd917622d29a5416e2a679ac25126277c956",
28
28
  "_spec": "@syncfusion/ej2-gantt@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
30
30
  "author": {
@@ -38,16 +38,16 @@
38
38
  "@syncfusion/ej2-base": "~23.1.41",
39
39
  "@syncfusion/ej2-buttons": "~23.1.43",
40
40
  "@syncfusion/ej2-calendars": "~23.1.41",
41
- "@syncfusion/ej2-data": "~23.1.43",
42
- "@syncfusion/ej2-dropdowns": "~23.1.43",
43
- "@syncfusion/ej2-grids": "~23.1.43",
41
+ "@syncfusion/ej2-data": "~23.1.44",
42
+ "@syncfusion/ej2-dropdowns": "~23.1.44",
43
+ "@syncfusion/ej2-grids": "~23.1.44",
44
44
  "@syncfusion/ej2-inputs": "~23.1.43",
45
45
  "@syncfusion/ej2-layouts": "~23.1.36",
46
46
  "@syncfusion/ej2-lists": "~23.1.43",
47
- "@syncfusion/ej2-navigations": "~23.1.43",
47
+ "@syncfusion/ej2-navigations": "~23.1.44",
48
48
  "@syncfusion/ej2-notifications": "~23.1.40",
49
- "@syncfusion/ej2-popups": "~23.1.43",
50
- "@syncfusion/ej2-richtexteditor": "~23.1.43",
49
+ "@syncfusion/ej2-popups": "~23.1.44",
50
+ "@syncfusion/ej2-richtexteditor": "~23.1.44",
51
51
  "@syncfusion/ej2-svg-base": "~23.1.36",
52
52
  "@syncfusion/ej2-treegrid": "~23.1.43"
53
53
  },
@@ -74,6 +74,6 @@
74
74
  "url": "git+https://github.com/syncfusion/ej2-gantt.git"
75
75
  },
76
76
  "typings": "index.d.ts",
77
- "version": "23.1.43",
77
+ "version": "23.1.44",
78
78
  "sideEffects": false
79
79
  }
@@ -355,6 +355,10 @@ var Filter = /** @class */ (function () {
355
355
  if (this.parent.treeGrid.filterSettings.type === 'Menu') {
356
356
  element.querySelector('.e-valid-input').focus();
357
357
  }
358
+ if (this.parent.treeGrid.filterSettings.type === 'Excel') {
359
+ var inputElement = document.querySelector('.e-searchinput');
360
+ inputElement.focus();
361
+ }
358
362
  };
359
363
  Filter.prototype.removeEventListener = function () {
360
364
  if (this.parent.isDestroyed) {