You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →
Socket
Book a DemoInstallSign in
Socket

@syncfusion/ej2-react-querybuilder

Package Overview
Dependencies
Maintainers
4
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-querybuilder - npm Package Compare versions

Comparing version

to
17.2.29-beta

27

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 17.2.46 (2019-08-22)
### QueryBuilder

@@ -10,2 +12,27 @@

- Provided Null and Empty operator support.
## 17.2.36 (2019-07-24)
### QueryBuilder
#### Bug Fixes
- Date values are not properly filtered using DataManager.
## 17.2.35 (2019-07-17)
### QueryBuilder
#### Bug Fixes
- SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
- Condition is not updated properly in the root while using 'setRules' method.
## 17.2.28-beta (2019-06-27)
### QueryBuilder
#### New Features
- Provided localization support for 'AND/OR' conditions.

@@ -12,0 +39,0 @@

9

dist/ej2-react-querybuilder.umd.min.js

@@ -1,11 +0,2 @@

/*!
* filename: ej2-react-querybuilder.umd.min.js
* version : 17.2.28-beta
* Copyright Syncfusion Inc. 2001 - 2019. 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.immediateRender=!0,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

14

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-dyUtoxTuCy9GpOGiKz9xeyVW6LHRGpcI0Iq66MjtPIDEWcM8faGMFKjb4iKzQ+K3GwcH4ijnnHbHxv5BVQNDug==",
"_integrity": "sha512-V8DYpsf/32+aZ7zsKqk99EHdR948ym8rLsZfI95tZonRoh7jaaGOTThUfWVbwiYlD8l2uJ30ZxA9XvBKrMk/Pg==",
"_location": "/@syncfusion/ej2-react-querybuilder",

@@ -23,4 +23,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-17.1.50.tgz",
"_shasum": "9cdcc7ce893bf2f02ba6ece04647d8a6358b12f7",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-17.1.50.tgz",
"_shasum": "8e0acd3cf4c41bd7949dafd1433c6979244e811a",
"_spec": "@syncfusion/ej2-react-querybuilder@*",

@@ -36,5 +36,5 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.2.28-beta",
"@syncfusion/ej2-querybuilder": "17.2.28-beta",
"@syncfusion/ej2-react-base": "~17.2.28-beta"
"@syncfusion/ej2-base": "17.2.29-beta",
"@syncfusion/ej2-querybuilder": "17.2.29-beta",
"@syncfusion/ej2-react-base": "17.2.29-beta"
},

@@ -69,4 +69,4 @@ "deprecated": false,

},
"version": "17.2.28-beta",
"version": "17.2.29-beta",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet