@syncfusion/ej2-angular-querybuilder 33.2.3 → 33.2.4
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.
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
### QueryBuilder
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I832976` - Fixed an issue where dragging a group between root-level conditions caused it to revert to its original position.
|
|
8
10
|
|
|
9
11
|
## 33.1.44 (2026-03-16)
|
|
10
12
|
|
|
@@ -777,7 +779,13 @@ The Query Builder component is a graphical user interface that allows users to c
|
|
|
777
779
|
|
|
778
780
|
- **Template**: Supports templates and it is applicable for all input components.
|
|
779
781
|
|
|
780
|
-
- **Queries**: Queries supports JSON/SQL rules.## 33.1.
|
|
782
|
+
- **Queries**: Queries supports JSON/SQL rules.## 33.1.49 (2026-04-14)
|
|
783
|
+
|
|
784
|
+
### QueryBuilder
|
|
785
|
+
|
|
786
|
+
- `#I830102` - Fixed an issue where cloning a group after unmounting and remounting the Query Builder resulted in an incorrect rule count and improper rule nesting.
|
|
787
|
+
|
|
788
|
+
## 33.1.46 (2026-03-31)
|
|
781
789
|
|
|
782
790
|
### QueryBuilder
|
|
783
791
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.4",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.2.3",
|
|
11
|
-
"@syncfusion/ej2-querybuilder": "33.2.
|
|
11
|
+
"@syncfusion/ej2-querybuilder": "33.2.4"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-querybuilder';
|
|
4
|
-
exports.pkgVer = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.4';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.4';
|