@syncfusion/ej2-react-querybuilder 19.3.53 → 19.4.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 -0
- package/dist/ej2-react-querybuilder.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/query-builder/bootstrap4.css +5 -0
- package/styles/query-builder/bootstrap5-dark.css +5 -0
- package/styles/query-builder/bootstrap5.css +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-querybuilder.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.38
|
|
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.18.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VTMqs1IeQujWPmwmuRan5UaXBcanKeCZZ4zpzP4PMUGfhuGEzJj1IavARRlFCoQA83U/bGj0yhNkXCcl+Asd3Q==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.18.0.tgz",
|
|
23
|
+
"_shasum": "cffb339069df971198bf7dda4cf2aab0defab112",
|
|
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.4.38",
|
|
35
|
+
"@syncfusion/ej2-querybuilder": "19.4.38",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.38"
|
|
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.4.38",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -69,6 +69,11 @@
|
|
|
69
69
|
background: transparent;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
73
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
74
|
+
background: #e9ecef;
|
|
75
|
+
}
|
|
76
|
+
|
|
72
77
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
73
78
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
74
79
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
background: transparent;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
+
background: #343a40;
|
|
71
|
+
}
|
|
72
|
+
|
|
68
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
69
74
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
70
75
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
background: transparent;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
+
background: #e9ecef;
|
|
71
|
+
}
|
|
72
|
+
|
|
68
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
69
74
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
70
75
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -69,6 +69,11 @@
|
|
|
69
69
|
background: transparent;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
73
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
74
|
+
background: #e9ecef;
|
|
75
|
+
}
|
|
76
|
+
|
|
72
77
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
73
78
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
74
79
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
background: transparent;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
+
background: #343a40;
|
|
71
|
+
}
|
|
72
|
+
|
|
68
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
69
74
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
70
75
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
background: transparent;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
+
background: #e9ecef;
|
|
71
|
+
}
|
|
72
|
+
|
|
68
73
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
69
74
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
70
75
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|