@syncfusion/ej2-react-querybuilder 31.2.2 → 31.2.12

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/README.md CHANGED
@@ -13,7 +13,7 @@ The [React Query Builder](https://www.syncfusion.com/react-ui-components/react-q
13
13
  <p align="center">
14
14
  Trusted by the world's leading companies
15
15
  <a href="https://www.syncfusion.com">
16
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
16
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
17
17
  </a>
18
18
  </p>
19
19
 
@@ -99,6 +99,14 @@ Query Builder component is offered in the following list of frameworks.
99
99
  * Integration with data visualization controls: The Query Builder can be used in conjunction with data visualization controls like DataGrid and Charts to view the filtered data, providing a more comprehensive view of the data.
100
100
  * Easy to use: The Query Builder is easy to use and can be easily integrated into any project, making it a convenient and powerful tool for filtering data.
101
101
 
102
+ ## Resources
103
+
104
+ * [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
105
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
106
+ * [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
107
+ * [Road Map](https://www.syncfusion.com/products/roadmap/react)
108
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
109
+
102
110
  ## Support
103
111
 
104
112
  Product support is available through the following mediums.
@@ -115,7 +123,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
115
123
 
116
124
  ## License and copyright
117
125
 
118
- > 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+ [React UI components](https://www.syncfusion.com/react-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).
126
+ > 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 140+ [React UI components](https://www.syncfusion.com/react-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).
119
127
 
120
128
  > 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.
121
129
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.umd.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-querybuilder",
3
- "version": "31.2.2",
3
+ "version": "31.2.12",
4
4
  "description": "Essential JS 2 QueryBuilder for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -21,9 +21,9 @@
21
21
  "es2015": "dist/es6/ej2-react-querybuilder.es2015.js",
22
22
  "readme": "ReadMe.md",
23
23
  "dependencies": {
24
- "@syncfusion/ej2-base": "~31.2.2",
25
- "@syncfusion/ej2-react-base": "~31.2.2",
26
- "@syncfusion/ej2-querybuilder": "31.2.2"
24
+ "@syncfusion/ej2-base": "~31.2.12",
25
+ "@syncfusion/ej2-react-base": "~31.2.12",
26
+ "@syncfusion/ej2-querybuilder": "31.2.12"
27
27
  },
28
28
  "devDependencies": {},
29
29
  "sideEffects": false,