@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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.43
3
+ * version : 24.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-querybuilder@*",
3
- "_id": "@syncfusion/ej2-querybuilder@24.1.41",
3
+ "_id": "@syncfusion/ej2-querybuilder@24.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-uh2ZZrNsgQTIzHQ7MhtlQ5FaOoR/mdzxs9uHI6ZIlNSzVSkifZ6EZyGqU2FC4n+REW7omIJN/8X0O2SHGt3GQw==",
5
+ "_integrity": "sha512-K+jJLnmyfqTGcOJ77i3KB0oMNYVcLUMhQnbu4rH+/veGZPSxmK+ZrL+ekHeSv68yt89QAuFvFEplBgTMrKgEWA==",
6
6
  "_location": "/@syncfusion/ej2-querybuilder",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-querybuilder",
24
24
  "/@syncfusion/ej2-vue-querybuilder"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.1.41.tgz",
27
- "_shasum": "670a8ab18778360df7d1c656bee7e0e281183e27",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.1.43.tgz",
27
+ "_shasum": "0733a9e410306bf334fd32159098a3c5a8c01d10",
28
28
  "_spec": "@syncfusion/ej2-querybuilder@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
30
30
  "author": {
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "@syncfusion/ej2-base": "~24.1.42",
36
36
  "@syncfusion/ej2-buttons": "~24.1.41",
37
- "@syncfusion/ej2-calendars": "~24.1.43",
38
- "@syncfusion/ej2-dropdowns": "~24.1.43",
37
+ "@syncfusion/ej2-calendars": "~24.1.44",
38
+ "@syncfusion/ej2-dropdowns": "~24.1.44",
39
39
  "@syncfusion/ej2-inputs": "~24.1.41",
40
- "@syncfusion/ej2-splitbuttons": "~24.1.41"
40
+ "@syncfusion/ej2-splitbuttons": "~24.1.44"
41
41
  },
42
42
  "deprecated": false,
43
43
  "description": "Essential JS 2 QueryBuilder",
@@ -66,7 +66,7 @@
66
66
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/querybuilder"
67
67
  },
68
68
  "typings": "index.d.ts",
69
- "version": "24.1.43",
69
+ "version": "24.1.44",
70
70
  "sideEffects": false,
71
71
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
72
72
  }
@@ -4414,7 +4414,7 @@ var QueryBuilder = /** @class */ (function (_super) {
4414
4414
  dropDownObj.readonly = this.isReadonly;
4415
4415
  }
4416
4416
  else if (elem[i].classList.contains('e-dropdowntree')) {
4417
- var dropDownTreeObj = getInstance(elem[i], DropDownTree);
4417
+ var dropDownTreeObj = getComponent(elem[i], 'dropdowntree');
4418
4418
  dropDownTreeObj.readonly = this.isReadonly;
4419
4419
  }
4420
4420
  else if (elem[i].classList.contains('e-numerictextbox')) {