@syncfusion/ej2-angular-querybuilder 27.2.5 → 28.1.33
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 +0 -67
- package/README.md +7 -7
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/query-builder/bds.css +1 -0
- package/styles/query-builder/bds.scss +1 -0
- package/styles/query-builder/tailwind3.css +1 -0
- package/styles/query-builder/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,73 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#I655498` - Issue with "date type value is not update properly while using the `setMongoQuery` method of query builder" has been fixed.
|
|
10
|
-
- `#I80058` - Issue with "String type between values not update properly in query builder rules" has been fixed.
|
|
11
|
-
|
|
12
|
-
## 27.2.3 (2024-11-21)
|
|
13
|
-
|
|
14
|
-
### QueryBuilder
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#I349006` - Issue with "Multi select component not render for complex data binding sample for In/notIn operators" has been fixed.
|
|
19
|
-
- `#I650981` - Issue with "The value template is not destroyed when two dropdownlist popups are opened back to back in the query builder" has been fixed.
|
|
20
|
-
|
|
21
|
-
## 27.1.58 (2024-11-05)
|
|
22
|
-
|
|
23
|
-
### QueryBuilder
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- Issue with "Validation message appears for valid field in query builder" has been fixed.
|
|
28
|
-
|
|
29
|
-
## 27.1.57 (2024-10-29)
|
|
30
|
-
|
|
31
|
-
### QueryBuilder
|
|
32
|
-
|
|
33
|
-
#### Bug Fixes
|
|
34
|
-
|
|
35
|
-
- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.
|
|
36
|
-
|
|
37
|
-
## 27.1.55 (2024-10-22)
|
|
38
|
-
|
|
39
|
-
### QueryBuilder
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- Issue with "Script error thrown while clicking on svg element within the query builder" has been fixed.
|
|
44
|
-
|
|
45
|
-
## 27.1.53 (2024-10-15)
|
|
46
|
-
|
|
47
|
-
### QueryBuilder
|
|
48
|
-
|
|
49
|
-
- `#I639409` - Issue with "Custom operator not working properly in QueryBuilder While dynamically change locale property" has been fixed.
|
|
50
|
-
|
|
51
|
-
#### Bug Fixes
|
|
52
|
-
|
|
53
|
-
## 27.1.52 (2024-10-08)
|
|
54
|
-
|
|
55
|
-
### QueryBuilder
|
|
56
|
-
|
|
57
|
-
#### Bug Fixes
|
|
58
|
-
|
|
59
|
-
- `#I594200` - Issue with "Script error thrown while adding the new condition in complex data binding sample with template in angular" has been fixed.
|
|
60
|
-
|
|
61
|
-
## 27.1.50 (2024-09-24)
|
|
62
|
-
|
|
63
|
-
### QueryBuilder
|
|
64
|
-
|
|
65
|
-
#### Bug Fixes
|
|
66
|
-
|
|
67
|
-
- `#I898205` - Issue with While setting rule value as an empty string the rule was not created in QueryBuilder has been fixed.
|
|
68
|
-
- `#I594200` - Issue with Script error thrown while filtering the field items of complex data binding in angular has been fixed.
|
|
69
|
-
|
|
70
|
-
## 27.1.48 (2024-09-18)
|
|
71
|
-
|
|
72
|
-
### QueryBuilder
|
|
73
|
-
|
|
74
|
-
#### Bug Fixes
|
|
75
|
-
|
|
76
9
|
- Issue with condition not proper while getting sql from rules has been fixed.
|
|
77
10
|
- `#I594200` - Issue with "Template is not rendered properly when we use fieldMode as dropdowntree in the complex data binding query builder" has been fixed.
|
|
78
11
|
|
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ ng new my-app
|
|
|
33
33
|
cd my-app
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
### Adding Syncfusion Angular Query Builder package
|
|
36
|
+
### Adding Syncfusion<sup>®</sup> Angular Query Builder package
|
|
37
37
|
|
|
38
|
-
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the angular query builder package, use the following command.
|
|
38
|
+
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the angular query builder package, use the following command.
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
ng add @syncfusion/ej2-angular-querybuilder
|
|
@@ -45,13 +45,13 @@ The above command does the below configuration to your Angular app.
|
|
|
45
45
|
|
|
46
46
|
* Adds `@syncfusion/ej2-angular-querybuilder` package and its peer dependencies to your `package.json` file.
|
|
47
47
|
* Imports the `QueryBuilderModule` in your application module `app.module.ts`.
|
|
48
|
-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
|
|
48
|
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
|
|
49
49
|
|
|
50
|
-
This makes it easy to add the Syncfusion Angular Query Builder module to your project and start using it in your application.
|
|
50
|
+
This makes it easy to add the Syncfusion<sup>®</sup> Angular Query Builder module to your project and start using it in your application.
|
|
51
51
|
|
|
52
|
-
### Add Syncfusion Angular Query Builder component
|
|
52
|
+
### Add Syncfusion<sup>®</sup> Angular Query Builder component
|
|
53
53
|
|
|
54
|
-
In **src/app/app.component.ts**, use `<ejs-querybuilder>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Query Builder component.
|
|
54
|
+
In **src/app/app.component.ts**, use `<ejs-querybuilder>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Query Builder component.
|
|
55
55
|
|
|
56
56
|
```typescript
|
|
57
57
|
import { Component, OnInit } from '@angular/core';
|
|
@@ -131,7 +131,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
131
131
|
|
|
132
132
|
## License and copyright
|
|
133
133
|
|
|
134
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
134
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
135
135
|
|
|
136
136
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
137
137
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-querybuilder@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-querybuilder@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-eUk3qlQ8tCrMO84MJsvSshDHJkRBifAu3/ttF8HEilLlbSGe1y1ZMCLaZeeZxVTjkipQFA4Fgq9JJRCkHQOTmQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-26.1.35.tgz",
|
|
23
|
+
"_shasum": "c03be8a70783f48733dff4277c82a817c1e7d0ee",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-querybuilder@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-querybuilder": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~28.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
|
36
|
+
"@syncfusion/ej2-querybuilder": "28.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"schematics": "./schematics/collection.json",
|
|
75
75
|
"sideEffects": false,
|
|
76
76
|
"typings": "syncfusion-ej2-angular-querybuilder.d.ts",
|
|
77
|
-
"version": "
|
|
77
|
+
"version": "28.1.33"
|
|
78
78
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-querybuilder";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^26.1.35";
|
|
3
3
|
export declare const moduleName = "QueryBuilderModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~26.1.35";
|
|
@@ -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 = '^28.1.33';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~28.1.33';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/bds-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-querybuilder/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/bds.css';
|
package/styles/bds.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'query-builder/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/query-builder/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-querybuilder/styles/query-builder/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/query-builder/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-querybuilder/styles/query-builder/tailwind3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/tailwind3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-querybuilder/styles/tailwind3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-querybuilder/styles/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'query-builder/tailwind3.scss';
|