@syncfusion/ej2-react-querybuilder 20.3.47 → 20.3.50

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,6 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
10
+
11
+ ## 20.3.49 (2022-10-11)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#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
18
+
19
+ ## 20.3.47 (2022-09-29)
20
+
21
+ ### QueryBuilder
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I391922` - Issue with Show Buttons option in query builder has been fixed.
10
26
  - `#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.
11
27
  - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.min.js
3
- * version : 20.3.47
3
+ * version : 20.3.50
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-querybuilder.umd.min.js
3
- * version : 20.3.47
3
+ * version : 20.3.50
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@18.19.1",
3
+ "_id": "@syncfusion/ej2-react-querybuilder@20.3.49",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-B1PdqjywBtu35lnm3ZcDILJnUt+nnUGPxFPqXiHVsRiEv+irhjZYhc0GAT13eaBTFKQwo+N5p1MNhVaSjf5irw==",
5
+ "_integrity": "sha512-tDZN3bxWR5EgMI+gygSl4/yYdhiz8q5FQVfv5xUVSEOgc7JFlxkIVQ7DJqcTFdJk3wzB8IQRNW5+RMpE1RydDA==",
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-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.19.1.tgz",
23
- "_shasum": "e8e0163f2ff5382bbe760a118a4de5df6b71a199",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-20.3.49.tgz",
23
+ "_shasum": "c9fefdbe77144a59a604a9cea43b6d286989cfc7",
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,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.47",
35
- "@syncfusion/ej2-querybuilder": "20.3.47",
34
+ "@syncfusion/ej2-base": "~20.3.50",
35
+ "@syncfusion/ej2-querybuilder": "20.3.50",
36
36
  "@syncfusion/ej2-react-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
@@ -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.3.47",
66
+ "version": "20.3.50",
67
67
  "sideEffects": false
68
68
  }
@@ -159,7 +159,7 @@
159
159
 
160
160
  .e-bigger .e-multi-select-wrapper .e-chips-close {
161
161
  height: 30px;
162
- width: 30px;
162
+ width: auto;
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: 30px;
162
+ width: auto;
163
163
  }
164
164
 
165
165
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {