@syncfusion/ej2-react-querybuilder 19.2.55 → 19.3.44
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 +16 -0
- package/dist/ej2-react-querybuilder.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +962 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +962 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/material-dark.css +3 -3
- package/styles/query-builder/bootstrap5-dark.css +962 -0
- package/styles/query-builder/bootstrap5-dark.scss +1 -0
- package/styles/query-builder/bootstrap5.css +962 -0
- package/styles/query-builder/bootstrap5.scss +1 -0
- package/styles/query-builder/material-dark.css +3 -3
- package/styles/query-builder/tailwind-dark.css +9 -9
- package/styles/query-builder/tailwind.css +10 -10
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
### QueryBuilder
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- Provided Dropdown Tree component support in Complex data binding.
|
|
10
|
+
|
|
11
|
+
## 19.2.59 (2021-08-31)
|
|
12
|
+
|
|
13
|
+
### QueryBuilder
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Improvements in Header Template support.
|
|
18
|
+
|
|
19
|
+
## 19.2.51 (2021-08-03)
|
|
20
|
+
|
|
21
|
+
### QueryBuilder
|
|
22
|
+
|
|
7
23
|
#### Bug Fixes
|
|
8
24
|
|
|
9
25
|
- `#I337055` - The issue with Tooltip not destroyed while applying reset after validation been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-querybuilder.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.44
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-querybuilder@18.17.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-QyirLEVOB8PuB0dJuylnLnrhUaImqDSWfJD77eNrkwiWv6P3M3WVi0Vb/P2+kqKibA//wBWFSci+fz3b4HiU4Q==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.17.0.tgz",
|
|
23
|
+
"_shasum": "762d5a9eb23380a87a4f9306ebb9ddd425861d05",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-querybuilder@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-querybuilder": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-querybuilder": "19.3.44",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 QueryBuilder for React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.
|
|
66
|
+
"version": "19.3.44",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|