@syncfusion/ej2-react-querybuilder 20.2.50 → 20.3.47
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 +4 -37
- package/dist/ej2-react-querybuilder.min.js +10 -0
- package/dist/ej2-react-querybuilder.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +2 -0
- package/styles/bootstrap.css +2 -0
- package/styles/bootstrap4.css +2 -0
- package/styles/bootstrap5-dark.css +2 -0
- package/styles/bootstrap5.css +2 -0
- package/styles/fabric-dark.css +2 -0
- package/styles/fabric.css +2 -0
- package/styles/fluent-dark.css +2 -0
- package/styles/fluent.css +2 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +2 -0
- package/styles/material.css +2 -0
- package/styles/query-builder/bootstrap-dark.css +2 -0
- package/styles/query-builder/bootstrap.css +2 -0
- package/styles/query-builder/bootstrap4.css +2 -0
- package/styles/query-builder/bootstrap5-dark.css +2 -0
- package/styles/query-builder/bootstrap5.css +2 -0
- package/styles/query-builder/fabric-dark.css +2 -0
- package/styles/query-builder/fabric.css +2 -0
- package/styles/query-builder/fluent-dark.css +2 -0
- package/styles/query-builder/fluent.css +2 -0
- package/styles/query-builder/highcontrast-light.css +5 -0
- package/styles/query-builder/highcontrast.css +5 -0
- package/styles/query-builder/material-dark.css +2 -0
- package/styles/query-builder/material.css +2 -0
- package/styles/query-builder/tailwind-dark.css +2 -0
- package/styles/query-builder/tailwind.css +2 -0
- package/styles/tailwind-dark.css +2 -0
- package/styles/tailwind.css +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,50 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I391922` - Issue with Show Buttons option in query builder has been fixed.
|
|
9
10
|
- `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
|
|
10
|
-
|
|
11
|
-
## 20.2.48 (2022-09-06)
|
|
12
|
-
|
|
13
|
-
### QueryBuilder
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
11
|
- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
|
|
18
|
-
|
|
19
|
-
## 20.2.46 (2022-08-30)
|
|
20
|
-
|
|
21
|
-
### QueryBuilder
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed.
|
|
26
|
-
|
|
27
|
-
## 20.2.43 (2022-08-08)
|
|
12
|
+
- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
|
|
28
13
|
|
|
29
14
|
### QueryBuilder
|
|
30
15
|
|
|
31
16
|
#### Bug Fixes
|
|
32
17
|
|
|
33
|
-
- `#
|
|
34
|
-
|
|
35
|
-
## 20.2.40 (2022-07-26)
|
|
36
|
-
|
|
37
|
-
### QueryBuilder
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
|
|
42
|
-
- `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
|
|
43
|
-
|
|
44
|
-
## 20.2.36 (2022-06-30)
|
|
45
|
-
|
|
46
|
-
### QueryBuilder
|
|
47
|
-
|
|
48
|
-
#### Bug Fixes
|
|
49
|
-
|
|
50
|
-
- Issue with Dynamically changing the columns with complex data source of query builder has been fixed.
|
|
51
|
-
|
|
52
|
-
- `I379818` - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.
|
|
18
|
+
- `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
|
|
19
|
+
- `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
|
|
53
20
|
|
|
54
21
|
## 19.3.45 (2021-10-12)
|
|
55
22
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-react-querybuilder.min.js
|
|
3
|
+
* version : 20.3.47
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionQuerybuilder","SyncfusionReactBase","React"],t):"object"==typeof exports?exports.SyncfusionReactQuerybuilder=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactQuerybuilder=t(e.SyncfusionQuerybuilder,e.SyncfusionReactBase,e.React)}(this,function(e,t,n){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";var r=n(4);n.d(t,"a",function(){return r.a}),n.d(t,"b",function(){return r.b});var o=n(5);n.d(t,"c",function(){return o.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);n.d(t,"ColumnDirective",function(){return r.a}),n.d(t,"ColumnsDirective",function(){return r.b}),n.d(t,"QueryBuilderComponent",function(){return r.c});var o=n(0);n.n(o);for(var u in o)["ColumnDirective","ColumnsDirective","QueryBuilderComponent","default"].indexOf(u)<0&&function(e){n.d(t,e,function(){return o[e]})}(u)},function(e,t,n){"use strict";n.d(t,"a",function(){return u}),n.d(t,"b",function(){return i});var r=n(1),o=(n.n(r),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(r.ComplexBase),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(r.ComplexBase)},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var r=n(6),o=(n.n(r),n(0)),u=(n.n(o),n(1)),i=(n.n(u),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n.immediateRender=!1,n.portals=[],n}return i(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(o.QueryBuilder);n.i(u.applyMixins)(c,[u.ComponentBase,r.Component])},function(e,t){e.exports=n}])});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-querybuilder.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
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.19.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-B1PdqjywBtu35lnm3ZcDILJnUt+nnUGPxFPqXiHVsRiEv+irhjZYhc0GAT13eaBTFKQwo+N5p1MNhVaSjf5irw==",
|
|
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.19.1.tgz",
|
|
23
|
+
"_shasum": "e8e0163f2ff5382bbe760a118a4de5df6b71a199",
|
|
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": "~20.
|
|
35
|
-
"@syncfusion/ej2-querybuilder": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-querybuilder": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.3.47"
|
|
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": "20.
|
|
66
|
+
"version": "20.3.47",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #4f4f4f;
|
|
85
88
|
font-family: inherit;
|
|
@@ -172,6 +175,8 @@
|
|
|
172
175
|
width: 30px;
|
|
173
176
|
}
|
|
174
177
|
|
|
178
|
+
/* stylelint-disable-line no-empty-source */
|
|
179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
180
|
@keyframes material-spinner-rotate {
|
|
176
181
|
0% {
|
|
177
182
|
transform: rotate(0);
|
package/styles/highcontrast.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #fff;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #969696;
|
|
85
88
|
font-family: inherit;
|
|
@@ -174,6 +177,8 @@
|
|
|
174
177
|
width: 30px;
|
|
175
178
|
}
|
|
176
179
|
|
|
180
|
+
/* stylelint-disable-line no-empty-source */
|
|
181
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
177
182
|
@keyframes material-spinner-rotate {
|
|
178
183
|
0% {
|
|
179
184
|
transform: rotate(0);
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #4f4f4f;
|
|
85
88
|
font-family: inherit;
|
|
@@ -172,6 +175,8 @@
|
|
|
172
175
|
width: 30px;
|
|
173
176
|
}
|
|
174
177
|
|
|
178
|
+
/* stylelint-disable-line no-empty-source */
|
|
179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
180
|
@keyframes material-spinner-rotate {
|
|
176
181
|
0% {
|
|
177
182
|
transform: rotate(0);
|
|
@@ -80,6 +80,9 @@
|
|
|
80
80
|
color: #fff;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
+
}
|
|
83
86
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
87
|
color: #969696;
|
|
85
88
|
font-family: inherit;
|
|
@@ -174,6 +177,8 @@
|
|
|
174
177
|
width: 30px;
|
|
175
178
|
}
|
|
176
179
|
|
|
180
|
+
/* stylelint-disable-line no-empty-source */
|
|
181
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
177
182
|
@keyframes material-spinner-rotate {
|
|
178
183
|
0% {
|
|
179
184
|
transform: rotate(0);
|
package/styles/tailwind-dark.css
CHANGED