@syncfusion/ej2-dropdowns 19.3.46 → 19.3.47

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 : 19.3.46
3
+ * version : 19.3.47
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@19.3.45",
3
+ "_id": "@syncfusion/ej2-dropdowns@19.3.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-2EMPgizg8Cmh7N4hne4utW+E8CKakCWK8pbmtorIn976QexPgC+SmGr42NFnDu7E93D2AeA3l65sX9JcEDfVNg==",
5
+ "_integrity": "sha512-1s/sRzEruRPBWzxdT4RnWeLpg8rERIFNMtTPG0BX9syh6Ke1IOV24+Rafjmjc3q0nZlA4/4dJfxmYQkqrDEa7g==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -33,8 +33,8 @@
33
33
  "/@syncfusion/ej2-spreadsheet",
34
34
  "/@syncfusion/ej2-vue-dropdowns"
35
35
  ],
36
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.3.45.tgz",
37
- "_shasum": "0f9f84df782a4f8b78009961f83a2ab7a359058a",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.3.46.tgz",
37
+ "_shasum": "23c4b20999a8bbff002f3c6607dbd30afc4e020c",
38
38
  "_spec": "@syncfusion/ej2-dropdowns@*",
39
39
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
40
40
  "author": {
@@ -42,12 +42,12 @@
42
42
  },
43
43
  "bundleDependencies": false,
44
44
  "dependencies": {
45
- "@syncfusion/ej2-base": "~19.3.43",
46
- "@syncfusion/ej2-data": "~19.3.46",
47
- "@syncfusion/ej2-inputs": "~19.3.44",
45
+ "@syncfusion/ej2-base": "~19.3.47",
46
+ "@syncfusion/ej2-data": "~19.3.47",
47
+ "@syncfusion/ej2-inputs": "~19.3.47",
48
48
  "@syncfusion/ej2-lists": "~19.3.45",
49
49
  "@syncfusion/ej2-navigations": "~19.3.46",
50
- "@syncfusion/ej2-popups": "~19.3.43"
50
+ "@syncfusion/ej2-popups": "~19.3.47"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "Essential JS 2 DropDown Components",
@@ -72,6 +72,6 @@
72
72
  "module": "./index.js",
73
73
  "name": "@syncfusion/ej2-dropdowns",
74
74
  "typings": "index.d.ts",
75
- "version": "19.3.46",
75
+ "version": "19.3.47",
76
76
  "sideEffects": false
77
77
  }
@@ -579,9 +579,6 @@ var DropDownTree = /** @class */ (function (_super) {
579
579
  this.isClearButtonClick = false;
580
580
  return;
581
581
  }
582
- if (!this.wrapText && e.target.classList.contains(CHIP_CLOSE)) {
583
- this.removeChip(e);
584
- }
585
582
  if (this.isPopupOpen) {
586
583
  this.hidePopup();
587
584
  }