@syncfusion/ej2-angular-querybuilder 29.2.5 → 29.2.8
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
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I723782` - Enhanced the query builder to display in a vertical orientation on tablet devices, similar to the mobile device mode.
|
|
10
|
+
- `#I720928` - Resolved an issue where a setRulesFromSql fails on Valid SQL Syntax Without Parentheses in LIKE Clause.
|
|
11
|
+
|
|
12
|
+
## 29.2.5 (2025-05-21)
|
|
13
|
+
|
|
14
|
+
### QueryBuilder
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
9
18
|
- `#I717768` - Resolved an issue where a child group was incorrectly converted to a condition when the parent group's condition was changed to "OR".
|
|
10
19
|
- `#I720928` - Resolved an issue where a setRulesFromSql fails on Valid SQL Syntax Without Parentheses in LIKE Clause.
|
|
11
20
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
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": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-29.2.4.tgz",
|
|
23
|
-
"_shasum": "b566d1fba7205a4e311bc9db2e6358e05932ae73",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-querybuilder@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
3
|
+
"version": "29.2.8",
|
|
4
|
+
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
9
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
-
"@syncfusion/ej2-
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
11
|
+
"@syncfusion/ej2-querybuilder": "29.2.8"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"ng",
|
|
16
|
+
"ej2 ng query builder",
|
|
17
|
+
"ng query builder",
|
|
18
|
+
"angular query builder",
|
|
19
|
+
"syncfusion angular query designer",
|
|
20
|
+
"angular filter"
|
|
21
|
+
],
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
25
|
+
},
|
|
26
|
+
"sideEffects": false,
|
|
27
|
+
"module": "fesm2015/syncfusion-ej2-angular-querybuilder.mjs",
|
|
40
28
|
"es2020": "fesm2020/syncfusion-ej2-angular-querybuilder.mjs",
|
|
41
29
|
"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",
|
|
42
33
|
"exports": {
|
|
43
34
|
"./package.json": {
|
|
44
35
|
"default": "./package.json"
|
|
@@ -52,27 +43,5 @@
|
|
|
52
43
|
"default": "./fesm2020/syncfusion-ej2-angular-querybuilder.mjs"
|
|
53
44
|
}
|
|
54
45
|
},
|
|
55
|
-
"
|
|
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": "29.2.5"
|
|
46
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
78
47
|
}
|
|
@@ -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 = '^29.2.
|
|
4
|
+
exports.pkgVer = '^29.2.8';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~29.2.
|
|
6
|
+
exports.themeVer = '~29.2.8';
|