@syncfusion/ej2-react-querybuilder 20.3.59 → 20.4.40

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 CHANGED
@@ -6,27 +6,21 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I404520` - Provided Localization support SQL query builder operators.
10
9
  - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
10
+ - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
11
11
 
12
- ## 20.3.50 (2022-10-18)
12
+ ## 20.4.38 (2022-12-21)
13
13
 
14
14
  ### QueryBuilder
15
15
 
16
16
  #### Bug Fixes
17
17
 
18
+ - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
19
+ - `#I404520` - Provided Localization support SQL query builder operators.
20
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
18
21
  - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
19
-
20
- ## 20.3.49 (2022-10-11)
21
-
22
- ### QueryBuilder
23
-
24
- #### Bug Fixes
25
-
26
22
  - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed
27
23
 
28
- ## 20.3.47 (2022-09-29)
29
-
30
24
  ### QueryBuilder
31
25
 
32
26
  #### Bug Fixes
package/README.md CHANGED
@@ -1,65 +1,124 @@
1
- # ej2-react-querybuilder
1
+ # React Query Builder Component (React Filter Component)
2
2
 
3
- The [React Query Builder](https://www.syncfusion.com/react-ui-components/react-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm) is a rich and responsive UI for filtering large amounts of data by creating or editing conditions that can be combined with data visualization controls like DataGrid and Charts to view the filtered data. It outputs structured JSON filters that can be easily parsed to create SQL queries. It allows you to create conditions and group them using AND/OR logic.
3
+ The [React Query Builder](https://www.syncfusion.com/react-ui-components/react-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm) component is a rich and responsive UI for filtering large amounts of data by creating or editing conditions that can be combined with data visualization controls like DataGrid and Charts to view the filtered data. It outputs structured JSON that can be easily parsed to create SQL queries. It allows you to create conditions and group them using AND/OR logic.
4
4
 
5
- ![QueryBuilder](https://ej2.syncfusion.com/products/images/querybuilder/readme.gif)
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/react/documentation/query-builder/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm#/bootstrap5/query-builder/default">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/react-components/react-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm">Learn more</a>
9
+ </p>
6
10
 
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
11
+ ![React Query Builder Component](https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-query-builder.png)
8
12
 
9
- > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
13
+ <p align="center">
14
+ Trusted by the world's leading companies
15
+ <a href="https://www.syncfusion.com">
16
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
+ </a>
18
+ </p>
10
19
 
11
20
  ## Setup
12
21
 
13
- To install `QueryBuilder` and its dependent packages, use the following command
22
+ ### Create a React application
14
23
 
15
- ```sh
16
- npm install @syncfusion/ej2-react-querybuilder
24
+ You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app use the following command.
25
+
26
+ ```bash
27
+ npx create-react-app my-app --template typescript
28
+ cd my-app
29
+ npm start
17
30
  ```
18
31
 
19
- ## Components included
32
+ ### Adding Syncfusion React Query Builder package
20
33
 
21
- Following list of components are available in the package.
34
+ All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react query builder package, use the following command.
22
35
 
23
- * QueryBuilder - `QueryBuilder` Query Builder component is a graphical user interface that allows users to create and edit filters. It outputs a structured JSON of filters that can be easily parsed to create SQL. It is integrated with Data Manager to communicate with data sources and returns the desired result based on the provided filter. It supports data binding, templates, validation, and horizontal and vertical orientation.
36
+ ```bash
37
+ npm install @syncfusion/ej2-react-querybuilder --save
38
+ ```
24
39
 
25
- * [Getting Started](https://ej2.syncfusion.com/react/documentation/querybuilder/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
26
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm#/material/querybuilder/default)
27
- * [Product Page](https://www.syncfusion.com/react-ui-components/react-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
40
+ ### Adding CSS references for Query Builder
28
41
 
29
- ## Supported Frameworks
42
+ Add CSS references needed for a react query builder in **src/App.css** from the **../node_modules/@syncfusion** package folder.
30
43
 
31
- These components are available in following list of frameworks.
44
+ ```css
45
+ @import "../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css";
46
+ @import "../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css";
47
+ @import "../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css";
48
+ @import "../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap5.css";
49
+ @import "../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css";
50
+ @import "../node_modules/@syncfusion/ej2-lists/styles/bootstrap5.css";
51
+ @import "../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css";
52
+ @import "../node_modules/@syncfusion/ej2-calendars/styles/bootstrap5.css";
53
+ @import "../node_modules/@syncfusion/ej2-querybuilder/styles/bootstrap5.css";
54
+ ```
32
55
 
33
- 1. [Angular Query Builder](https://www.syncfusion.com/angular-ui-components/angular-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
34
- 2. [Vue Query Builder](https://www.syncfusion.com/vue-ui-components/vue-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
35
- 3. [JavaScript Query Builder](https://www.syncfusion.com/javascript-ui-controls/js-query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
36
- 4. [ASP.NET Core Query Builder](https://www.syncfusion.com/aspnet-core-ui-controls/query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
37
- 5. [ASP.NET MVC Query Builder](https://www.syncfusion.com/aspnet-mvc-ui-controls/query-builder?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
56
+ ### Add Syncfusion React Query Builder component
57
+
58
+ In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Query Builder component and import **App.css** to apply styles to the query builder component:
59
+
60
+ ```typescript
61
+ import { QueryBuilderComponent } from '@syncfusion/ej2-react-querybuilder';
62
+ import * as React from 'react';
63
+ import './App.css';
64
+ function App() {
65
+ let columnData = [
66
+ { field: 'EmployeeID', label: 'EmployeeID', type: 'number'},
67
+ { field: 'FirstName', label: 'FirstName', type: 'string' },
68
+ { field: 'TitleOfCourtesy', label: 'Title Of Courtesy', type: 'boolean', values: ['Mr.', 'Mrs.'] },
69
+ { field: 'Title', label: 'Title', type: 'string' },
70
+ { field: 'HireDate', label: 'HireDate', type: 'date', format: 'dd/MM/yyyy' },
71
+ { field: 'Country', label: 'Country', type: 'string' },
72
+ { field: 'City', label: 'City', type: 'string' }
73
+ ];
74
+
75
+ return (<div className="control-section">
76
+ <QueryBuilderComponent width='100%' columns={columnData} ></QueryBuilderComponent>
77
+ </div>);
78
+ };
79
+ export default App;
80
+ ```
38
81
 
39
- ## Key Features
82
+ ## Supported frameworks
40
83
 
41
- ### QueryBuilder
84
+ Query Builder component is offered in the following list of frameworks.
42
85
 
43
- - **Data binding**: It auto populates the data source and maps the data to the appropriate fields.
86
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
87
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
44
88
 
45
- - **Template**: Supports templates and it is applicable for all input components.
89
+ ## Key features
46
90
 
47
- - **Queries**: Queries supports JSON/SQL rules.
91
+ * [Data Sources](https://ej2.syncfusion.com/react/documentation/query-builder/data-binding): The Query Builder can be bound to a variety of data sources, including arrays of JSON objects, complex data structures such as nested objects or arrays, and Data Manager. This allows users to filter data from a wide range of sources.
92
+ * [Template](https://ej2.syncfusion.com/react/documentation/query-builder/templates): The Query Builder offers templates that allow users to create custom user experiences by customizing the user interface for individual values, the entire rule, and the group header. This allows users to tailor the Query Builder to their specific needs and preferences.
93
+ * [Importing and Exporting](https://ej2.syncfusion.com/react/documentation/query-builder/import-export): The Query Builder allows users to export filters or conditions as SQL and structured JSON, and to import these filters into the Query Builder for regeneration. This makes it easy for users to save and share their filters with others.
94
+ * [Model Binding](https://ej2.syncfusion.com/react/documentation/query-builder/model-binding): The Query Builder allows users to bind properties for the components used in the field, operator, and value user interfaces, allowing users to define the behavior and appearance of these components.
95
+ * [RTL support](https://ej2.syncfusion.com/react/documentation/query-builder/how-to/rtl): The Query Builder supports RTL (right-to-left) mode, which aligns content from right to left. This is useful for languages that are written in a right-to-left script, such as Arabic.
96
+ * [Localization](https://ej2.syncfusion.com/react/documentation/query-builder/global-local): The Query Builder provides inherent support for localization, allowing users to easily translate the user interface into different languages. This makes the Query Builder more accessible to users who speak languages other than English.
97
+ * Rich and responsive UI: The Query Builder provides a user-friendly interface for creating and editing conditions, making it easy for users to filter large amounts of data.
98
+ * AND/OR logic: The Query Builder allows users to group conditions using AND/OR logic, giving them greater control over the filtered data.
99
+ * Integration with data visualization controls: The Query Builder can be used in conjunction with data visualization controls like DataGrid and Charts to view the filtered data, providing a more comprehensive view of the data.
100
+ * Easy to use: The Query Builder is easy to use and can be easily integrated into any project, making it a convenient and powerful tool for filtering data.
48
101
 
49
102
  ## Support
50
103
 
51
- Product support is available for through following mediums.
104
+ Product support is available through the following mediums.
52
105
 
53
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm) support system or [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm).
54
- * New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm).
55
- * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm) with tag `syncfusion`, `ej2`.
106
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
107
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
108
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
109
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
110
+ * Live chat
56
111
 
57
- ## License
112
+ ## Changelog
58
113
 
59
- Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm).
114
+ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/querybuilder/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
60
115
 
61
- ## Changelog
116
+ ## License and copyright
117
+
118
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
119
+
120
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
62
121
 
63
- Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/querybuilder/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm)
122
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-query-builder-npm) for more info.
64
123
 
65
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
124
+ &copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -15,16 +15,16 @@
15
15
  ],
16
16
  "keywords": {
17
17
  "common": [
18
- "ej2", "Syncfusion", "web-components", "ej2-query-builder", "ej2-querybuilder", "query-builder", "querybuilder"
18
+ "ej2", "Syncfusion", "query builder", "querybuilder", "query designer", "filter", "javascript query builder", "typescript query builder", "syncfusion query builder"
19
19
  ],
20
20
  "angular": [
21
- "angular", "ng", "ej2-ng-query-builder", "ng-query-builder", "ej2-angular-query-builder", "ng-querybuilder"
21
+ "angular", "ng", "ej2 ng query builder", "ng query builder", "angular query builder", "syncfusion angular query designer", "angular filter"
22
22
  ],
23
23
  "react": [
24
- "react", "reactjs", "ej2-react-query-builder", "ej2-react-querybuilder", "react-query-builder", "react-querybuilder"
24
+ "react", "reactjs", "syncfusion react query builder", "react query builder", "react query designer", "react filter"
25
25
  ],
26
26
  "vue": [
27
- "vue", "vuejs", "vue-es5", "ej2-vue-query-builder", "ej2-vue-querybuilder", "vue-query-builder", "vue-querybuilder"
27
+ "vue", "vuejs", "vue es5", "syncfusion vue query builder", "vue query builder", "vue query designer", "vue filter"
28
28
  ]
29
29
  },
30
30
  "repository": {
@@ -1,10 +1 @@
1
- /*!
2
- * filename: ej2-react-querybuilder.min.js
3
- * version : 20.3.59
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
1
  !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,11 +1,2 @@
1
- /*!
2
- * filename: ej2-react-querybuilder.umd.min.js
3
- * version : 20.3.59
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
1
  !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=!1,n.portals=[],n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.QueryBuilder);t.applyMixins(s,[t.ComponentBase,n.Component]),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})});
11
2
  //# sourceMappingURL=ej2-react-querybuilder.umd.min.js.map
package/package.json CHANGED
@@ -1,68 +1,70 @@
1
- {
2
- "_from": "@syncfusion/ej2-react-querybuilder@*",
3
- "_id": "@syncfusion/ej2-react-querybuilder@20.3.56",
4
- "_inBundle": false,
5
- "_integrity": "sha512-mkOoofJrdy+wsgqLFhaD7g2+WTs9fhGPrscsvLVL/Y44A9AGSDLvZZgXQAe38ddsIAjnC2juwn5mNjL77kJa/Q==",
6
- "_location": "/@syncfusion/ej2-react-querybuilder",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-react-querybuilder@*",
12
- "name": "@syncfusion/ej2-react-querybuilder",
13
- "escapedName": "@syncfusion%2fej2-react-querybuilder",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-20.3.56.tgz",
23
- "_shasum": "f079ac83b55cea459d12b96fe8ea5ea644733526",
24
- "_spec": "@syncfusion/ej2-react-querybuilder@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-querybuilder": "20.3.59",
36
- "@syncfusion/ej2-react-base": "~20.3.56"
37
- },
38
- "deprecated": false,
39
- "description": "Essential JS 2 QueryBuilder for React",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-react-querybuilder.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
- "keywords": [
44
- "ej2",
45
- "Syncfusion",
46
- "web-components",
47
- "ej2-query-builder",
48
- "ej2-querybuilder",
49
- "query-builder",
50
- "querybuilder",
51
- "react",
52
- "reactjs",
53
- "ej2-react-query-builder",
54
- "ej2-react-querybuilder",
55
- "react-query-builder",
56
- "react-querybuilder"
57
- ],
58
- "license": "SEE LICENSE IN license",
59
- "main": "./dist/ej2-react-querybuilder.umd.min.js",
60
- "module": "./index.js",
61
- "name": "@syncfusion/ej2-react-querybuilder",
62
- "repository": {
63
- "type": "git",
64
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
- },
66
- "version": "20.3.59",
67
- "sideEffects": false
68
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-react-querybuilder@*",
3
+ "_id": "@syncfusion/ej2-react-querybuilder@18.19.2",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-GN21dTw5fu6s8umzxbT9JXHluJIKjw2HwDXTAEpqshWtulU+1fybdNOiOdq+BIdFT02QNMrmMoHVQ9gSTRTHtg==",
6
+ "_location": "/@syncfusion/ej2-react-querybuilder",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-react-querybuilder@*",
12
+ "name": "@syncfusion/ej2-react-querybuilder",
13
+ "escapedName": "@syncfusion%2fej2-react-querybuilder",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.19.2.tgz",
23
+ "_shasum": "b08d5dae14a241d99b7c1da593294969d80a2df6",
24
+ "_spec": "@syncfusion/ej2-react-querybuilder@*",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~20.4.40",
35
+ "@syncfusion/ej2-querybuilder": "20.4.40",
36
+ "@syncfusion/ej2-react-base": "~20.4.40"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Essential JS 2 QueryBuilder for React",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-react-querybuilder.es2015.js",
42
+ "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
+ "keywords": [
44
+ "ej2",
45
+ "Syncfusion",
46
+ "query builder",
47
+ "querybuilder",
48
+ "query designer",
49
+ "filter",
50
+ "javascript query builder",
51
+ "typescript query builder",
52
+ "syncfusion query builder",
53
+ "react",
54
+ "reactjs",
55
+ "syncfusion react query builder",
56
+ "react query builder",
57
+ "react query designer",
58
+ "react filter"
59
+ ],
60
+ "license": "SEE LICENSE IN license",
61
+ "main": "./dist/ej2-react-querybuilder.umd.min.js",
62
+ "module": "./index.js",
63
+ "name": "@syncfusion/ej2-react-querybuilder",
64
+ "repository": {
65
+ "type": "git",
66
+ "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
+ },
68
+ "version": "20.4.40",
69
+ "sideEffects": false
70
+ }
@@ -159,7 +159,7 @@
159
159
 
160
160
  .e-bigger .e-multi-select-wrapper .e-chips-close {
161
161
  height: 30px;
162
- width: auto;
162
+ width: 30px;
163
163
  }
164
164
 
165
165
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
@@ -159,7 +159,7 @@
159
159
 
160
160
  .e-bigger .e-multi-select-wrapper .e-chips-close {
161
161
  height: 30px;
162
- width: auto;
162
+ width: 30px;
163
163
  }
164
164
 
165
165
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {