@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.
@@ -29155,6 +29155,10 @@ var Filter$1 = /** @__PURE__ @class */ (function () {
29155
29155
  if (this.parent.treeGrid.filterSettings.type === 'Menu') {
29156
29156
  element.querySelector('.e-valid-input').focus();
29157
29157
  }
29158
+ if (this.parent.treeGrid.filterSettings.type === 'Excel') {
29159
+ var inputElement = document.querySelector('.e-searchinput');
29160
+ inputElement.focus();
29161
+ }
29158
29162
  };
29159
29163
  Filter$$1.prototype.removeEventListener = function () {
29160
29164
  if (this.parent.isDestroyed) {