@syncfusion/ej2-vue-querybuilder 22.2.11 → 23.1.38
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 +2 -34
- package/dist/ej2-vue-querybuilder.umd.min.js +2 -2
- package/dist/global/ej2-vue-querybuilder.min.js +3 -3
- package/package.json +9 -9
- package/src/query-builder/columns.directive.d.ts +3 -1
- package/src/query-builder/querybuilder.component.d.ts +3 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/query-builder/material-dark.css +0 -1
- package/styles/query-builder/material.css +0 -1
- package/styles/query-builder/material3-dark.css +0 -1
- package/styles/query-builder/material3-dark.scss +1 -1
- package/styles/query-builder/material3.css +0 -1
- package/styles/query-builder/material3.scss +1 -1
- package/styles/query-builder/tailwind-dark.css +0 -1
- package/styles/query-builder/tailwind.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,41 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
### QueryBuilder
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder.
|
|
18
|
-
|
|
19
|
-
## 22.2.8 (2023-08-08)
|
|
20
|
-
|
|
21
|
-
### QueryBuilder
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
|
|
26
|
-
|
|
27
|
-
## 22.1.38 (2023-07-11)
|
|
28
|
-
|
|
29
|
-
### QueryBuilder
|
|
30
|
-
|
|
31
|
-
#### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
|
|
34
|
-
|
|
35
|
-
## 22.1.37 (2023-07-04)
|
|
36
|
-
|
|
37
|
-
### QueryBuilder
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- `#I44054` - Resolved the issue where importing SQL queries containing special characters.
|
|
42
|
-
|
|
43
|
-
## 22.1.34 (2023-06-21)
|
|
11
|
+
## 23.1.36 (2023-09-15)
|
|
44
12
|
|
|
45
13
|
### QueryBuilder
|
|
46
14
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-querybuilder.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|