@syncfusion/ej2-vue-querybuilder 20.1.55 → 20.1.59
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 +8 -0
- package/dist/ej2-vue-querybuilder.umd.min.js +1 -1
- package/dist/global/ej2-vue-querybuilder.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +31 -214
- package/styles/bootstrap.css +31 -214
- package/styles/bootstrap4.css +32 -221
- package/styles/bootstrap5-dark.css +32 -213
- package/styles/bootstrap5.css +32 -213
- package/styles/fabric-dark.css +31 -210
- package/styles/fabric.css +31 -210
- package/styles/fluent-dark.css +31 -212
- package/styles/fluent.css +31 -212
- package/styles/highcontrast-light.css +32 -252
- package/styles/highcontrast.css +32 -252
- package/styles/material-dark.css +27 -199
- package/styles/material.css +27 -199
- package/styles/query-builder/bootstrap-dark.css +31 -214
- package/styles/query-builder/bootstrap.css +31 -214
- package/styles/query-builder/bootstrap4.css +32 -221
- package/styles/query-builder/bootstrap5-dark.css +32 -213
- package/styles/query-builder/bootstrap5.css +32 -213
- package/styles/query-builder/fabric-dark.css +31 -210
- package/styles/query-builder/fabric.css +31 -210
- package/styles/query-builder/fluent-dark.css +31 -212
- package/styles/query-builder/fluent.css +31 -212
- package/styles/query-builder/highcontrast-light.css +32 -252
- package/styles/query-builder/highcontrast.css +32 -252
- package/styles/query-builder/material-dark.css +27 -199
- package/styles/query-builder/material.css +27 -199
- package/styles/query-builder/tailwind-dark.css +28 -200
- package/styles/query-builder/tailwind.css +28 -200
- package/styles/tailwind-dark.css +28 -200
- package/styles/tailwind.css +28 -200
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `I379818` - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.
|
|
10
|
+
|
|
11
|
+
## 20.1.55 (2022-05-12)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `I375944` - Issue with Null value is not available in IN operator of query builder has been fixed.
|
|
10
18
|
|
|
11
19
|
## 20.1.51 (2022-04-26)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-querybuilder.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.59
|
|
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
|