@syncfusion/ej2-vue-gantt 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-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@20.1.48",
3
+ "_id": "@syncfusion/ej2-vue-gantt@20.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-WpMylzsT5HpfQ7ymbFWHUrQjRyNr3Oh89B5soGbfFUfNmAC6wk63jiwZAGXA1lf+mA4RIPBCTVTFbHThVFSgTg==",
5
+ "_integrity": "sha512-LCJT26yf6Xtsh02mFTLmpctJkeiqdOKYt00G3iDXe88YaDAa6m6CwRN1GRkWFnbf76/PQ/KYWn1NmRJSHlaTtw==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
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-gantt/-/ej2-vue-gantt-20.1.48.tgz",
23
- "_shasum": "30c14f2b5de7fcfecdf2093b2fc48605a38554d8",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-20.1.52.tgz",
23
+ "_shasum": "fb8a3ae9d688326745ff343d592fcd71172d7920",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
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-gantt": "20.1.50",
36
- "@syncfusion/ej2-vue-base": "~20.1.49"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-gantt": "20.1.55",
36
+ "@syncfusion/ej2-vue-base": "~20.1.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
65
65
  },
66
- "version": "20.1.50",
66
+ "version": "20.1.55",
67
67
  "sideEffects": false
68
68
  }
@@ -126,6 +126,7 @@ var GanttComponent = /** @class */ (function (_super) {
126
126
  if (!isExecute) {
127
127
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
128
128
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
129
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
129
130
  }
130
131
  else {
131
132
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {