@syncfusion/ej2-dropdowns 22.2.10 → 22.2.11

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 : 22.2.10
3
+ * version : 22.2.11
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-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@22.2.9",
3
+ "_id": "@syncfusion/ej2-dropdowns@22.2.10",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-whKmiVpgHgrWssX7CZKkSgMNfvgTjy+AXdJcLftSKQHBCxKh2btkKCMCAlmICNyJo2Eg0emmOJx29yCwpWOVMw==",
5
+ "_integrity": "sha512-eTNpfEBL6fCTWplXqZfTQ9u/8dmXmBJQcEAI3ShiCsVRQlsNaFpEfMQELnesXmfMGOExiILhvrrgXxwJ7wsR+w==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -34,8 +34,8 @@
34
34
  "/@syncfusion/ej2-spreadsheet",
35
35
  "/@syncfusion/ej2-vue-dropdowns"
36
36
  ],
37
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-22.2.9.tgz",
38
- "_shasum": "32589e400793ef872dcdc74f4707199c67b4461b",
37
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-22.2.10.tgz",
38
+ "_shasum": "8817db861d5419b27c75ae15d742a427ef8f2ed2",
39
39
  "_spec": "@syncfusion/ej2-dropdowns@*",
40
40
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
41
41
  "author": {
@@ -46,9 +46,9 @@
46
46
  "@syncfusion/ej2-base": "~22.2.10",
47
47
  "@syncfusion/ej2-data": "~22.2.5",
48
48
  "@syncfusion/ej2-inputs": "~22.2.9",
49
- "@syncfusion/ej2-lists": "~22.2.9",
50
- "@syncfusion/ej2-navigations": "~22.2.8",
51
- "@syncfusion/ej2-popups": "~22.2.9"
49
+ "@syncfusion/ej2-lists": "~22.2.11",
50
+ "@syncfusion/ej2-navigations": "~22.2.11",
51
+ "@syncfusion/ej2-popups": "~22.2.11"
52
52
  },
53
53
  "deprecated": false,
54
54
  "description": "Essential JS 2 DropDown Components",
@@ -73,7 +73,7 @@
73
73
  "module": "./index.js",
74
74
  "name": "@syncfusion/ej2-dropdowns",
75
75
  "typings": "index.d.ts",
76
- "version": "22.2.10",
76
+ "version": "22.2.11",
77
77
  "sideEffects": false,
78
78
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
79
79
  }
@@ -1765,7 +1765,7 @@ var DropDownList = /** @class */ (function (_super) {
1765
1765
  _this.wireListEvents();
1766
1766
  }
1767
1767
  _this.selectedElementID = _this.selectedLI ? _this.selectedLI.id : null;
1768
- attributes(_this.targetElement(), { 'aria-expanded': 'true', 'aria-owns': _this.inputElement.id + '_options' });
1768
+ attributes(_this.targetElement(), { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_options' });
1769
1769
  _this.inputElement.setAttribute('aria-expanded', 'true');
1770
1770
  var inputParent = _this.isFiltering() ? _this.filterInput.parentElement : _this.inputWrapper.container;
1771
1771
  addClass([inputParent], [dropDownListClasses.inputFocus]);
@@ -2543,8 +2543,10 @@ var DropDownList = /** @class */ (function (_super) {
2543
2543
  }
2544
2544
  break;
2545
2545
  case 'showClearButton':
2546
- Input.setClearButton(newProp.showClearButton, this_1.inputElement, this_1.inputWrapper, null, this_1.createElement);
2547
- this_1.bindClearEvent();
2546
+ if (!this_1.inputWrapper.clearButton) {
2547
+ Input.setClearButton(newProp.showClearButton, this_1.inputElement, this_1.inputWrapper, null, this_1.createElement);
2548
+ this_1.bindClearEvent();
2549
+ }
2548
2550
  break;
2549
2551
  default:
2550
2552
  {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
3
  transform: rotate(0deg);
4
4
  transition: transform 300ms ease;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
3
  transform: rotate(0deg);
4
4
  transition: transform 300ms ease;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-dropdownbase .e-list-item .e-list-icon {
3
3
  padding: 0 16px 0 0;
4
4
  }
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-dropdownbase .e-list-item .e-list-icon {
3
3
  padding: 0 16px 0 0;
4
4
  }
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-dropdownbase .e-list-item .e-list-icon {
3
3
  padding: 0 16px 0 0;
4
4
  }
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes material-spinner-rotate {
4
4
  0% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {