@syncfusion/ej2-querybuilder 33.2.5 → 33.2.6

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 : 33.2.5
3
+ * version : 33.2.6
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-querybuilder",
3
- "version": "33.2.5",
3
+ "version": "33.2.6",
4
4
  "description": "Essential JS 2 QueryBuilder",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -10,10 +10,10 @@
10
10
  "dependencies": {
11
11
  "@syncfusion/ej2-base": "~33.2.3",
12
12
  "@syncfusion/ej2-buttons": "~33.2.5",
13
- "@syncfusion/ej2-calendars": "~33.2.5",
14
- "@syncfusion/ej2-dropdowns": "~33.2.5",
13
+ "@syncfusion/ej2-calendars": "~33.2.6",
14
+ "@syncfusion/ej2-dropdowns": "~33.2.6",
15
15
  "@syncfusion/ej2-inputs": "~33.2.5",
16
- "@syncfusion/ej2-splitbuttons": "~33.2.3"
16
+ "@syncfusion/ej2-splitbuttons": "~33.2.6"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "keywords": [
@@ -5499,7 +5499,9 @@ var QueryBuilder = /** @class */ (function (_super) {
5499
5499
  if (this.headerTemplate && isRoot) {
5500
5500
  this.isRoot = true;
5501
5501
  }
5502
- this.clearQBTemplate();
5502
+ if (isNullOrUndefined(this.headerTemplate)) {
5503
+ this.clearQBTemplate();
5504
+ }
5503
5505
  this.reset();
5504
5506
  this.groupIdCounter = 1;
5505
5507
  this.ruleIdCounter = 0;