@syncfusion/ej2-querybuilder 24.1.43 → 24.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.
@@ -4405,7 +4405,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
4405
4405
  dropDownObj.readonly = this.isReadonly;
4406
4406
  }
4407
4407
  else if (elem[i].classList.contains('e-dropdowntree')) {
4408
- var dropDownTreeObj = getInstance(elem[i], DropDownTree);
4408
+ var dropDownTreeObj = getComponent(elem[i], 'dropdowntree');
4409
4409
  dropDownTreeObj.readonly = this.isReadonly;
4410
4410
  }
4411
4411
  else if (elem[i].classList.contains('e-numerictextbox')) {