@syncfusion/ej2-vue-dropdowns 20.1.50 → 20.1.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.
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.47",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@20.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-yDOmdAyDUkCYCamg2y1GqqLoZc8R2prlkzGgiwIsN0h8I1QLgL7Kij260ewQkrtP2Oqga15TnfWToCuZp6Atbg==",
5
+ "_integrity": "sha512-FwyQ8wwXT7IFNmZvoLOhDnAOmpemCTdA9RJxmQssXrTg0p0Set3qrCGlN3ar+e94NBlXWSxESvtACHHZOgtsMw==",
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.47.tgz",
23
- "_shasum": "ee2f0df0684bdefc5af713b2f1437e152d4c36ee",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.1.52.tgz",
23
+ "_shasum": "a74b1f66f27241fe0b80d3da07df5f0eea32bb95",
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,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-dropdowns": "20.1.50",
36
- "@syncfusion/ej2-vue-base": "~20.1.49"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-dropdowns": "20.1.55",
36
+ "@syncfusion/ej2-vue-base": "~20.1.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -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.50",
70
+ "version": "20.1.55",
71
71
  "sideEffects": false
72
72
  }
@@ -120,6 +120,7 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -120,6 +120,7 @@ var ComboBoxComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -120,6 +120,7 @@ var DropDownListComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -120,6 +120,7 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -120,6 +120,7 @@ var ListBoxComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -120,6 +120,7 @@ var MultiSelectComponent = /** @class */ (function (_super) {
120
120
  if (!isExecute) {
121
121
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
122
122
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
123
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
123
124
  }
124
125
  else {
125
126
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {