@syncfusion/ej2-querybuilder 20.4.40 → 20.4.48

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.40
3
+ * version : 20.4.48
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-querybuilder@*",
3
- "_id": "@syncfusion/ej2-querybuilder@20.4.38",
3
+ "_id": "@syncfusion/ej2-querybuilder@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-fXS24L25KbiIUDcROV6Qd2fvII2Mt3QRGvlYDPDD3Zzok0ukbvcQIkxpXrsDATT0++Xrq8SG2U6YR4vnIY0wpg==",
5
+ "_integrity": "sha512-xiK1sHxtz9LtDZp3H96rIWpV9zWOtbSj5EBHXg8Yv3Iniyc/rjFA2GycBWFmWWfBDgBmmuc++ipDtjhQRKiWhA==",
6
6
  "_location": "/@syncfusion/ej2-querybuilder",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,12 @@
19
19
  "_requiredBy": [
20
20
  "/",
21
21
  "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-querybuilder",
23
+ "/@syncfusion/ej2-react-querybuilder",
22
24
  "/@syncfusion/ej2-vue-querybuilder"
23
25
  ],
24
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-20.4.38.tgz",
25
- "_shasum": "74a035b0049d2248783444e9e36dfbb0fadcbf5b",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-20.4.42.tgz",
27
+ "_shasum": "8cec09b8309415ed37b2fb39acbdf55794a48a64",
26
28
  "_spec": "@syncfusion/ej2-querybuilder@*",
27
29
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
28
30
  "author": {
@@ -30,12 +32,12 @@
30
32
  },
31
33
  "bundleDependencies": false,
32
34
  "dependencies": {
33
- "@syncfusion/ej2-base": "~20.4.40",
34
- "@syncfusion/ej2-buttons": "~20.4.40",
35
- "@syncfusion/ej2-calendars": "~20.4.40",
36
- "@syncfusion/ej2-dropdowns": "~20.4.40",
37
- "@syncfusion/ej2-inputs": "~20.4.40",
38
- "@syncfusion/ej2-splitbuttons": "~20.4.40"
35
+ "@syncfusion/ej2-base": "~20.4.48",
36
+ "@syncfusion/ej2-buttons": "~20.4.48",
37
+ "@syncfusion/ej2-calendars": "~20.4.48",
38
+ "@syncfusion/ej2-dropdowns": "~20.4.48",
39
+ "@syncfusion/ej2-inputs": "~20.4.48",
40
+ "@syncfusion/ej2-splitbuttons": "~20.4.48"
39
41
  },
40
42
  "deprecated": false,
41
43
  "description": "Essential JS 2 QueryBuilder",
@@ -64,7 +66,7 @@
64
66
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/querybuilder"
65
67
  },
66
68
  "typings": "index.d.ts",
67
- "version": "20.4.40",
69
+ "version": "20.4.48",
68
70
  "sideEffects": false,
69
71
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
70
72
  }
@@ -938,7 +938,6 @@ var QueryBuilder = /** @class */ (function (_super) {
938
938
  glueElem.appendChild(inputElem);
939
939
  }
940
940
  inputElem = this.createElement('input', { attrs: { type: 'radio', class: 'e-btngroup-and', value: 'AND' } });
941
- inputElem.setAttribute('checked', 'true');
942
941
  glueElem.appendChild(inputElem);
943
942
  labelElem = this.createElement('label', { attrs: { class: 'e-lib e-btn e-btngroup-and-lbl e-small' },
944
943
  innerHTML: this.l10n.getConstant('AND') });
@@ -2149,6 +2148,7 @@ var QueryBuilder = /** @class */ (function (_super) {
2149
2148
  }
2150
2149
  var numeric = new NumericTextBox(numericTxt);
2151
2150
  numeric.appendTo('#' + parentId + '_valuekey' + idx);
2151
+ numeric.element.setAttribute('aria-label', itemData.label + ' ' + 'Value');
2152
2152
  }
2153
2153
  };
2154
2154
  QueryBuilder.prototype.processValueString = function (value, type) {
@@ -2994,7 +2994,7 @@ var QueryBuilder = /** @class */ (function (_super) {
2994
2994
  QueryBuilder.prototype.initWrapper = function () {
2995
2995
  this.isInitialLoad = true;
2996
2996
  if (this.cssClass) {
2997
- addClass([this.element], this.cssClass);
2997
+ addClass([this.element], this.cssClass.replace(/\s+/g, ' ').trim().split(' '));
2998
2998
  }
2999
2999
  if (this.enableRtl) {
3000
3000
  addClass([this.element], 'e-rtl');
@@ -3184,7 +3184,7 @@ var QueryBuilder = /** @class */ (function (_super) {
3184
3184
  removeClass([this.element], oldProp.cssClass.split(' '));
3185
3185
  }
3186
3186
  if (newProp.cssClass) {
3187
- addClass([this.element], newProp.cssClass.split(' '));
3187
+ addClass([this.element], newProp.cssClass.replace(/\s+/g, ' ').trim().split(' '));
3188
3188
  }
3189
3189
  break;
3190
3190
  case 'enableRtl':
@@ -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 {