@syncfusion/ej2-angular-querybuilder 33.1.46 → 33.1.49
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,9 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### QueryBuilder
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
`#I821297` - Fixed an issue where the Query Builder field selector switched from a DropDownList to a plain input after removing another Query Builder.
|
|
7
|
+
- `#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.
|
|
10
8
|
|
|
11
9
|
## 33.1.44 (2026-03-16)
|
|
12
10
|
|
|
@@ -779,7 +777,15 @@ The Query Builder component is a graphical user interface that allows users to c
|
|
|
779
777
|
|
|
780
778
|
- **Template**: Supports templates and it is applicable for all input components.
|
|
781
779
|
|
|
782
|
-
- **Queries**: Queries supports JSON/SQL rules.##
|
|
780
|
+
- **Queries**: Queries supports JSON/SQL rules.## 33.1.46 (2026-03-31)
|
|
781
|
+
|
|
782
|
+
### QueryBuilder
|
|
783
|
+
|
|
784
|
+
#### Bug Fixes
|
|
785
|
+
|
|
786
|
+
`#I821297` - Fixed an issue where the Query Builder field selector switched from a DropDownList to a plain input after removing another Query Builder.
|
|
787
|
+
|
|
788
|
+
## 18.2.47 (2020-07-28)
|
|
783
789
|
|
|
784
790
|
### QueryBuilder
|
|
785
791
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.49",
|
|
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.1.45",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
-
"@syncfusion/ej2-querybuilder": "33.1.
|
|
11
|
+
"@syncfusion/ej2-querybuilder": "33.1.49"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^33.1.49';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.49';
|