@syncfusion/ej2-vue-dropdowns 20.1.57 → 20.1.60

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@20.1.56",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@20.1.59",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-OObr+Vld5TQQY2nK9msT+SwzboMclwi0hBDytY8B5PXyNNlMLZwXJrCOcRfCEJlVV4SVqtCSw8tfBukr7A+OAQ==",
5
+ "_integrity": "sha512-LMv2ZFhwaW5WUPi4M+/R25JhS4YKTerIc4dFSGUeM5UOgc1lo45fYjKcVpwrSXdKKhCZ3vzL1Qp2Pw4yw4jYAg==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
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-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.1.56.tgz",
23
- "_shasum": "b97f5bae61da3bc732d35949b7499f23500fdbdd",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.1.59.tgz",
23
+ "_shasum": "584ebbce5821ed4365a9d64d1118f72cd7b9847d",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
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.1.56",
35
- "@syncfusion/ej2-dropdowns": "20.1.57",
34
+ "@syncfusion/ej2-base": "~20.1.60",
35
+ "@syncfusion/ej2-dropdowns": "20.1.60",
36
36
  "@syncfusion/ej2-vue-base": "~20.1.57"
37
37
  },
38
38
  "deprecated": false,
@@ -67,6 +67,6 @@
67
67
  "type": "git",
68
68
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
69
69
  },
70
- "version": "20.1.57",
70
+ "version": "20.1.60",
71
71
  "sideEffects": false
72
72
  }
@@ -39,7 +39,7 @@ export declare class AutoCompleteComponent extends ComponentBase {
39
39
  focusOut(e?: Object | Object): void;
40
40
  getDataByValue(value: string | number | boolean): Object | string | number | boolean;
41
41
  getItems(): Object[];
42
- hidePopup(): void;
42
+ hidePopup(e?: Object): void;
43
43
  hideSpinner(): void;
44
44
  showPopup(): void;
45
45
  showSpinner(): void;
@@ -180,8 +180,8 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
180
180
  AutoCompleteComponent.prototype.getItems = function () {
181
181
  return this.ej2Instances.getItems();
182
182
  };
183
- AutoCompleteComponent.prototype.hidePopup = function () {
184
- return this.ej2Instances.hidePopup();
183
+ AutoCompleteComponent.prototype.hidePopup = function (e) {
184
+ return this.ej2Instances.hidePopup(e);
185
185
  };
186
186
  AutoCompleteComponent.prototype.hideSpinner = function () {
187
187
  return this.ej2Instances.hideSpinner();