@syncfusion/ej2-react-querybuilder
Advanced tools
Comparing version
@@ -5,2 +5,43 @@ # Changelog | ||
### QueryBuilder | ||
#### Breaking Changes | ||
- The following events are renamed. | ||
| Existing Event Name| New Event Name | | ||
|------|-------------| | ||
|beforeConditionChange|beforeChange| | ||
|beforeFieldChange|beforeChange| | ||
|beforeOperatorChange|beforeChange| | ||
|beforeValueChange|beforeChange| | ||
|conditionChanged|change| | ||
|fieldChanged|change| | ||
|operatorChanged|change| | ||
|valueChanged|change| | ||
|groupDelete|change| | ||
|groupInsert|change| | ||
|ruleDelete|change| | ||
|ruleInsert|change| | ||
#### Bug Fixes | ||
- Between Operator produces incorrect SQL is fixed. | ||
## 16.4.54 (2019-02-19) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- 'Add Group' option is not disabled while setting groupInsert as false is fixed. | ||
## 16.4.52 (2019-02-05) | ||
### QueryBuilder | ||
#### New Features | ||
- Provided `Summary view` support. | ||
## 16.4.44 (2018-12-24) | ||
@@ -7,0 +48,0 @@ |
@@ -22,2 +22,3 @@ { | ||
}, | ||
"eventInterfaces": ["ChangeEventArgs"], | ||
"components": [ | ||
@@ -24,0 +25,0 @@ { |
/*! | ||
* filename: ej2-react-querybuilder.umd.min.js | ||
* version : 17.1.1-beta | ||
* version : 17.1.32-beta | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,13 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
/*! | ||
* filename: ej2-react-querybuilder.umd.min.js | ||
* version : 16.4.42 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-querybuilder")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-querybuilder"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Querybuilder)}(this,function(e,t,n,r){"use strict";var o=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)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(t.ComplexBase),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(t.ComplexBase),c=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)}}(),s=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return n.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.QueryBuilder);t.applyMixins(s,[t.ComponentBase,n.PureComponent]),e.ColumnDirective=i,e.ColumnsDirective=u,e.QueryBuilderComponent=s,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-react-querybuilder.umd.min.js.map |
{ | ||
"name": "@syncfusion/ej2-react-querybuilder", | ||
"version": "17.1.1-beta", | ||
"version": "17.1.32-beta", | ||
"description": "Essential JS 2 QueryBuilder for React", | ||
@@ -31,18 +31,8 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-querybuilder": "17.1.1-beta" | ||
"@syncfusion/ej2-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-querybuilder": "17.1.32-beta" | ||
}, | ||
"devDependencies": { | ||
"awesome-typescript-loader": "^3.1.3", | ||
"source-map-loader": "^0.2.1", | ||
"@types/chai": "^3.4.28", | ||
"@types/es6-promise": "0.0.28", | ||
"@types/jasmine": "^2.2.29", | ||
"@types/jasmine-ajax": "^3.1.27", | ||
"@types/react": "^15.0.24", | ||
"@types/react-dom": "^15.5.0", | ||
"@types/requirejs": "^2.1.26" | ||
}, | ||
"devDependencies": {}, | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
332050
3.16%0
-100%9257
3.63%+ Added
- Removed