@syncfusion/ej2-querybuilder 23.2.4 → 23.2.7

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.2.4
3
+ * version : 23.2.7
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@23.1.44",
3
+ "_id": "@syncfusion/ej2-querybuilder@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-IcR74xiz/zdv6qCWLWz0dH0ZnXBJWeCUG9bxlzNFbuqI7OttNjX6RXKrAka7BrXosXcX5PZ0DANgALWyh0wuVQ==",
5
+ "_integrity": "sha512-QShQPKYcMRmx/uLBbdZIGcDer+cS7KR7ryqWrEOd6240Y/b/IT/iCTRqgl+Rgx2s+yDRVSwI4Cf3gvtkhykZOw==",
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-23.1.44.tgz",
27
- "_shasum": "9dc4dfd9b3ec3938216d3168cc519c83310192ba",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-23.2.4.tgz",
27
+ "_shasum": "f9547c67f74a0a2fb9cee784e62eeaf1c1d0d1ef",
28
28
  "_spec": "@syncfusion/ej2-querybuilder@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
30
30
  "author": {
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "bundleDependencies": false,
34
34
  "dependencies": {
35
- "@syncfusion/ej2-base": "~23.2.4",
36
- "@syncfusion/ej2-buttons": "~23.2.4",
37
- "@syncfusion/ej2-calendars": "~23.2.4",
38
- "@syncfusion/ej2-dropdowns": "~23.2.4",
35
+ "@syncfusion/ej2-base": "~23.2.6",
36
+ "@syncfusion/ej2-buttons": "~23.2.7",
37
+ "@syncfusion/ej2-calendars": "~23.2.7",
38
+ "@syncfusion/ej2-dropdowns": "~23.2.7",
39
39
  "@syncfusion/ej2-inputs": "~23.2.4",
40
40
  "@syncfusion/ej2-splitbuttons": "~23.2.4"
41
41
  },
@@ -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": "23.2.4",
69
+ "version": "23.2.7",
70
70
  "sideEffects": false,
71
71
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
72
72
  }
@@ -3297,6 +3297,7 @@ var QueryBuilder = /** @class */ (function (_super) {
3297
3297
  }
3298
3298
  this.rule = newProp.rule;
3299
3299
  newProp.rule = this.getRuleCollection(this.rule, false);
3300
+ this.setRules(this.rule);
3300
3301
  break;
3301
3302
  case 'width':
3302
3303
  this.width = newProp.width;