@syncfusion/ej2-angular-querybuilder 30.2.6 → 31.1.17
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,31 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
### QueryBuilder
|
|
6
6
|
|
|
7
|
-
- `#I753541` - The issue with the dropdown list positioning in QueryBuilder, which caused overflow in the React sample, has been resolved.
|
|
8
|
-
|
|
9
|
-
## 30.1.42 (2025-07-29)
|
|
10
|
-
|
|
11
|
-
### QueryBuilder
|
|
12
|
-
|
|
13
|
-
- `#F68215` - Resolved the issue of an unwanted group header item appearing in the mobile mode dropdownlist of the query builder.
|
|
14
|
-
|
|
15
|
-
## 30.1.40 (2025-07-15)
|
|
16
|
-
|
|
17
|
-
### QueryBuilder
|
|
18
|
-
|
|
19
|
-
- `#I739645` - The issue where "Validation message is not removed properly once the multi select value renders in QueryBuilder" has been resolved.
|
|
20
|
-
|
|
21
|
-
## 30.1.39 (2025-07-08)
|
|
22
|
-
|
|
23
|
-
### QueryBuilder
|
|
24
|
-
|
|
25
|
-
- `#I731152`, `#F197031` - The issue where "Rule values were not updated properly when the operator was changed in string type columns" has been resolved.
|
|
26
|
-
- `#I735162` - Resolved the issue where the "NOT" operator did not update correctly when using the setRules method in the separator sample.
|
|
27
|
-
|
|
28
|
-
## 30.1.37 (2025-06-25)
|
|
29
|
-
|
|
30
|
-
### QueryBuilder
|
|
31
|
-
|
|
32
7
|
- `#I80058` - Issue with "String type between values not update properly in query builder rules" has been fixed.
|
|
33
8
|
|
|
34
9
|
## 28.1.33 (2024-12-12)
|
package/package.json
CHANGED
|
@@ -1,35 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"@syncfusion/ej2-querybuilder"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-querybuilder@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-querybuilder@28.2.0",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-Vx/tBO+Z7AVb5ZRaxS3AWH8q8MIZdQ0MItW3FP/zOT6kpiFDPeNN0PTXIqdxdTg/BkLTbdVLTWVBfjLbBeoCHQ==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-querybuilder",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-querybuilder@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-querybuilder",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
12
18
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"ng",
|
|
16
|
-
"ej2 ng query builder",
|
|
17
|
-
"ng query builder",
|
|
18
|
-
"angular query builder",
|
|
19
|
-
"syncfusion angular query designer",
|
|
20
|
-
"angular filter"
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
21
|
],
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-28.2.0.tgz",
|
|
23
|
+
"_shasum": "047b782fe5b85099086f297d7d7a0dcee9b6f827",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-querybuilder@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
25
28
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
35
|
+
"@syncfusion/ej2-base": "~31.1.17",
|
|
36
|
+
"@syncfusion/ej2-querybuilder": "31.1.17"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
28
40
|
"es2020": "fesm2020/syncfusion-ej2-angular-querybuilder.mjs",
|
|
29
41
|
"esm2020": "esm2020/syncfusion-ej2-angular-querybuilder.mjs",
|
|
30
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-querybuilder.mjs",
|
|
31
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-querybuilder.mjs",
|
|
32
|
-
"typings": "syncfusion-ej2-angular-querybuilder.d.ts",
|
|
33
42
|
"exports": {
|
|
34
43
|
"./package.json": {
|
|
35
44
|
"default": "./package.json"
|
|
@@ -43,5 +52,27 @@
|
|
|
43
52
|
"default": "./fesm2020/syncfusion-ej2-angular-querybuilder.mjs"
|
|
44
53
|
}
|
|
45
54
|
},
|
|
46
|
-
"
|
|
55
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-querybuilder.mjs",
|
|
56
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-querybuilder.mjs",
|
|
57
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
+
"keywords": [
|
|
59
|
+
"angular",
|
|
60
|
+
"ng",
|
|
61
|
+
"ej2 ng query builder",
|
|
62
|
+
"ng query builder",
|
|
63
|
+
"angular query builder",
|
|
64
|
+
"syncfusion angular query designer",
|
|
65
|
+
"angular filter"
|
|
66
|
+
],
|
|
67
|
+
"license": "SEE LICENSE IN license",
|
|
68
|
+
"module": "fesm2015/syncfusion-ej2-angular-querybuilder.mjs",
|
|
69
|
+
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
70
|
+
"repository": {
|
|
71
|
+
"type": "git",
|
|
72
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
73
|
+
},
|
|
74
|
+
"schematics": "./schematics/collection.json",
|
|
75
|
+
"sideEffects": false,
|
|
76
|
+
"typings": "syncfusion-ej2-angular-querybuilder.d.ts",
|
|
77
|
+
"version": "31.1.17"
|
|
47
78
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-querybuilder";
|
|
2
|
-
export declare const pkgVer = "^30.
|
|
2
|
+
export declare const pkgVer = "^30.2.4";
|
|
3
3
|
export declare const moduleName = "QueryBuilderModule";
|
|
4
|
-
export declare const themeVer = "~30.
|
|
4
|
+
export declare const themeVer = "~30.2.4";
|
|
@@ -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 = '^31.1.17';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~31.1.17';
|