@syncfusion/ej2-react-querybuilder 21.2.4 → 22.1.37

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/ej2-react-querybuilder.min.js +1 -1
  3. package/dist/ej2-react-querybuilder.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +1 -1
  6. package/styles/bootstrap.css +1 -1
  7. package/styles/bootstrap4.css +1 -1
  8. package/styles/bootstrap5-dark.css +1 -1
  9. package/styles/bootstrap5.css +1 -1
  10. package/styles/fluent-dark.css +1 -1
  11. package/styles/fluent.css +1 -1
  12. package/styles/material-dark.css +1 -1
  13. package/styles/material.css +1 -1
  14. package/styles/material3-dark.css +821 -0
  15. package/styles/material3-dark.scss +2 -0
  16. package/styles/material3.css +877 -0
  17. package/styles/material3.scss +2 -0
  18. package/styles/query-builder/bootstrap-dark.css +1 -1
  19. package/styles/query-builder/bootstrap.css +1 -1
  20. package/styles/query-builder/bootstrap4.css +1 -1
  21. package/styles/query-builder/bootstrap5-dark.css +1 -1
  22. package/styles/query-builder/bootstrap5.css +1 -1
  23. package/styles/query-builder/fluent-dark.css +1 -1
  24. package/styles/query-builder/fluent.css +1 -1
  25. package/styles/query-builder/material-dark.css +1 -1
  26. package/styles/query-builder/material.css +1 -1
  27. package/styles/query-builder/material3-dark.css +821 -0
  28. package/styles/query-builder/material3-dark.scss +2 -0
  29. package/styles/query-builder/material3.css +877 -0
  30. package/styles/query-builder/material3.scss +2 -0
  31. package/styles/query-builder/tailwind-dark.css +1 -1
  32. package/styles/query-builder/tailwind.css +1 -1
  33. package/styles/tailwind-dark.css +1 -1
  34. package/styles/tailwind.css +1 -1
package/CHANGELOG.md CHANGED
@@ -6,18 +6,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
9
+ - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
10
10
 
11
- ## 21.1.37 (2023-03-29)
11
+ ## 22.1.34 (2023-06-21)
12
12
 
13
13
  ### QueryBuilder
14
14
 
15
15
  #### Bug Fixes
16
16
 
17
+ - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
17
18
  - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
18
19
 
19
- ## 21.1.35 (2023-03-23)
20
-
21
20
  ### QueryBuilder
22
21
 
23
22
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.min.js
3
- * version : 21.2.4
3
+ * version : 22.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 21.2.4
3
+ * version : 22.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-querybuilder@*",
3
- "_id": "@syncfusion/ej2-react-querybuilder@21.2.3",
3
+ "_id": "@syncfusion/ej2-react-querybuilder@22.1.34",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-BIvae3GQNdq18nAX6x27Fi0RYcqThtCI08/roTsmsTSUSfpLFpzPhyFiTDFKAY33FPukhLsa/JJvQ7xIxo7chg==",
5
+ "_integrity": "sha512-CkGf3sA8ukBzp6o9QJqX0oNrUjTtBcTXEya/d9ltnH+e1gvfLMoYkSHU47YyWSQJyH69NwlsNXkT0+R9xfZ9dw==",
6
6
  "_location": "/@syncfusion/ej2-react-querybuilder",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-21.2.3.tgz",
23
- "_shasum": "2733ad5e9c482f2b36c6f329e4fc83521625c1dd",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-22.1.34.tgz",
23
+ "_shasum": "2de19d0aa80ceb081c5c16df35495201475cfca5",
24
24
  "_spec": "@syncfusion/ej2-react-querybuilder@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.2.3",
35
- "@syncfusion/ej2-querybuilder": "21.2.4",
36
- "@syncfusion/ej2-react-base": "~21.2.3"
34
+ "@syncfusion/ej2-base": "~22.1.34",
35
+ "@syncfusion/ej2-querybuilder": "22.1.37",
36
+ "@syncfusion/ej2-react-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 QueryBuilder for React",
@@ -56,6 +56,6 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
58
58
  },
59
- "version": "21.2.4",
59
+ "version": "22.1.37",
60
60
  "sideEffects": false
61
61
  }
@@ -182,7 +182,7 @@
182
182
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
183
183
  border-bottom-left-radius: 0;
184
184
  border-top-left-radius: 0;
185
- border-top-right-radius: 4px;
185
+ border-top-right-radius: 0;
186
186
  }
187
187
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
188
188
  border-bottom-right-radius: 4px;
@@ -180,7 +180,7 @@
180
180
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
181
181
  border-bottom-left-radius: 0;
182
182
  border-top-left-radius: 0;
183
- border-top-right-radius: 4px;
183
+ border-top-right-radius: 0;
184
184
  }
185
185
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
186
186
  border-bottom-right-radius: 4px;
@@ -260,7 +260,7 @@
260
260
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
261
261
  border-bottom-left-radius: 0;
262
262
  border-top-left-radius: 0;
263
- border-top-right-radius: 4px;
263
+ border-top-right-radius: 0;
264
264
  }
265
265
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
266
266
  border-bottom-right-radius: 4px;
@@ -230,7 +230,7 @@
230
230
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
231
231
  border-bottom-left-radius: 0;
232
232
  border-top-left-radius: 0;
233
- border-top-right-radius: 4px;
233
+ border-top-right-radius: 0;
234
234
  }
235
235
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
236
236
  border-bottom-right-radius: 4px;
@@ -230,7 +230,7 @@
230
230
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
231
231
  border-bottom-left-radius: 0;
232
232
  border-top-left-radius: 0;
233
- border-top-right-radius: 4px;
233
+ border-top-right-radius: 0;
234
234
  }
235
235
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
236
236
  border-bottom-right-radius: 4px;
@@ -210,7 +210,7 @@
210
210
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
211
211
  border-bottom-left-radius: 0;
212
212
  border-top-left-radius: 0;
213
- border-top-right-radius: 4px;
213
+ border-top-right-radius: 0;
214
214
  }
215
215
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
216
216
  border-bottom-right-radius: 4px;
package/styles/fluent.css CHANGED
@@ -210,7 +210,7 @@
210
210
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
211
211
  border-bottom-left-radius: 0;
212
212
  border-top-left-radius: 0;
213
- border-top-right-radius: 4px;
213
+ border-top-right-radius: 0;
214
214
  }
215
215
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
216
216
  border-bottom-right-radius: 4px;
@@ -156,7 +156,7 @@
156
156
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
157
157
  border-bottom-left-radius: 0;
158
158
  border-top-left-radius: 0;
159
- border-top-right-radius: 2px;
159
+ border-top-right-radius: 0;
160
160
  }
161
161
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
162
162
  border-bottom-right-radius: 2px;
@@ -181,7 +181,7 @@
181
181
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
182
182
  border-bottom-left-radius: 0;
183
183
  border-top-left-radius: 0;
184
- border-top-right-radius: 2px;
184
+ border-top-right-radius: 0;
185
185
  }
186
186
  .e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
187
187
  border-bottom-right-radius: 2px;