@syncfusion/ej2-vue-grids 20.1.51 → 20.1.52

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-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@20.1.48",
3
+ "_id": "@syncfusion/ej2-vue-grids@20.1.51",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-N1DEPqpmd7+ArHyW0NVBqiVWwgBxx2d+vlqs8nb/XKbOn6F1TU3DTgAVYJ3HXvpIHxpDMYqFmKzpk3ivmHgALg==",
5
+ "_integrity": "sha512-izukoK5YFO6zka1/CoughF7c/9efiT4lKz9kCq1qzZbdiAh1sIatOOo3amq3SFgH2Rql977KDlQWqm48+GhRDQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-grids",
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-grids/-/ej2-vue-grids-20.1.48.tgz",
23
- "_shasum": "8952e2b55014e93e4d5f269c158db84f24d3d68c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-20.1.51.tgz",
23
+ "_shasum": "1c64c94107364f0e538c83e2e7243885f1cc4b79",
24
24
  "_spec": "@syncfusion/ej2-vue-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-grids": "20.1.51",
35
+ "@syncfusion/ej2-grids": "20.1.52",
36
36
  "@syncfusion/ej2-vue-base": "~20.1.51"
37
37
  },
38
38
  "deprecated": false,
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
67
  },
68
- "version": "20.1.51",
68
+ "version": "20.1.52",
69
69
  "sideEffects": false
70
70
  }
@@ -124,6 +124,7 @@ var GridComponent = /** @class */ (function (_super) {
124
124
  if (!isExecute) {
125
125
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
126
126
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
127
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
127
128
  }
128
129
  else {
129
130
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {