@syncfusion/ej2-angular-querybuilder 32.2.9 → 33.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.
package/CHANGELOG.md
CHANGED
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
### QueryBuilder
|
|
6
6
|
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I802697` - Fixed the issue When cloning the first group, the getValidRules method returns incorrect rule data.
|
|
10
|
-
|
|
11
|
-
## 32.1.19 (2025-12-16)
|
|
12
|
-
|
|
13
|
-
### QueryBuilder
|
|
14
|
-
|
|
15
7
|
- `#I80058` - Issue with "String type between values not update properly in query builder rules" has been fixed.
|
|
16
8
|
|
|
17
9
|
## 28.1.33 (2024-12-12)
|
|
@@ -779,39 +771,7 @@ The Query Builder component is a graphical user interface that allows users to c
|
|
|
779
771
|
|
|
780
772
|
- **Template**: Supports templates and it is applicable for all input components.
|
|
781
773
|
|
|
782
|
-
- **Queries**: Queries supports JSON/SQL rules.##
|
|
783
|
-
|
|
784
|
-
### QueryBuilder
|
|
785
|
-
|
|
786
|
-
#### Bug Fixes
|
|
787
|
-
|
|
788
|
-
`#I809049` - Fixed a memory leak issue caused by the window resize handler and corrected improper event destroy in the QueryBuilder.
|
|
789
|
-
|
|
790
|
-
## 32.2.4 (2026-02-11)
|
|
791
|
-
|
|
792
|
-
### QueryBuilder
|
|
793
|
-
|
|
794
|
-
#### Bug Fixes
|
|
795
|
-
|
|
796
|
-
`#I802697` - Fixed the issue where Clone Group was inserting cloned rules into the parent group instead of creating a new root-level sibling group.
|
|
797
|
-
|
|
798
|
-
## 32.1.25 (2026-01-27)
|
|
799
|
-
|
|
800
|
-
### QueryBuilder
|
|
801
|
-
|
|
802
|
-
#### Bug Fixes
|
|
803
|
-
|
|
804
|
-
`#I802697` - Fixed duplicate rules appearing when cloning nested groups in QueryBuilder.
|
|
805
|
-
|
|
806
|
-
## 32.1.21 (2025-12-30)
|
|
807
|
-
|
|
808
|
-
### QueryBuilder
|
|
809
|
-
|
|
810
|
-
#### Bug Fixes
|
|
811
|
-
|
|
812
|
-
`#I792871` - Fixed the validation error `popup` positioning issue within a custom scrollable element in QueryBuilder.
|
|
813
|
-
|
|
814
|
-
## 18.2.47 (2020-07-28)
|
|
774
|
+
- **Queries**: Queries supports JSON/SQL rules.## 18.2.47 (2020-07-28)
|
|
815
775
|
|
|
816
776
|
### QueryBuilder
|
|
817
777
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-querybuilder": "
|
|
9
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.44",
|
|
11
|
+
"@syncfusion/ej2-querybuilder": "33.1.44"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-querybuilder";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
3
|
export declare const moduleName = "QueryBuilderModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^33.1.44';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~33.1.44';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-querybuilder';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'QueryBuilderModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-querybuilder';
|
|
2
|
+
export const pkgVer = '^33.1.44';
|
|
3
|
+
export const moduleName = 'QueryBuilderModule';
|
|
4
|
+
export const themeVer = '~33.1.44';
|