@syncfusion/ej2-dropdowns 19.3.53 → 19.3.55

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.53
3
+ * version : 19.3.55
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.48",
3
+ "_id": "@syncfusion/ej2-dropdowns@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NxeOgcb/22jSsGxrmHVqm6WkBYulM03S+ksty7ALTRECFZ5xmOXAQ27ZNee6YiJxNQF0pyuU5Kk1EHKnM1zQeA==",
5
+ "_integrity": "sha512-ZjyBDa3qc3wvK9fFQyOhN5L7kBIGn6alpgr9mrFcS+FJ5hRXn7bfUa8o0KHdB2CkO8Z3pseb09jqdLu45Wd6Ug==",
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.48.tgz",
37
- "_shasum": "aeed874acf3f663d023e4fc2ef52eec6e1d4f1a2",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.3.53.tgz",
37
+ "_shasum": "ac550d7fba92428ee921ee63f7e6912a9cda3770",
38
38
  "_spec": "@syncfusion/ej2-dropdowns@*",
39
39
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
40
40
  "author": {
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "bundleDependencies": false,
44
44
  "dependencies": {
45
- "@syncfusion/ej2-base": "~19.3.53",
45
+ "@syncfusion/ej2-base": "~19.3.54",
46
46
  "@syncfusion/ej2-data": "~19.3.53",
47
47
  "@syncfusion/ej2-inputs": "~19.3.53",
48
48
  "@syncfusion/ej2-lists": "~19.3.53",
49
- "@syncfusion/ej2-navigations": "~19.3.53",
49
+ "@syncfusion/ej2-navigations": "~19.3.54",
50
50
  "@syncfusion/ej2-popups": "~19.3.53"
51
51
  },
52
52
  "deprecated": false,
@@ -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.53",
75
+ "version": "19.3.55",
76
76
  "sideEffects": false
77
77
  }
@@ -703,7 +703,7 @@ var DropDownList = /** @class */ (function (_super) {
703
703
  if (this.isSelectFocusItem(focusEle)) {
704
704
  this.setSelection(focusEle, e);
705
705
  }
706
- else {
706
+ else if (!isNullOrUndefined(this.liCollections)) {
707
707
  var index = e.action === 'down' ? this.activeIndex + 1 : this.activeIndex - 1;
708
708
  var startIndex = 0;
709
709
  if (this.getModuleName() === 'autocomplete') {