@syncfusion/ej2-vue-diagrams 22.1.34 → 22.1.36

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-diagrams@*",
3
- "_id": "@syncfusion/ej2-vue-diagrams@19.15.0",
3
+ "_id": "@syncfusion/ej2-vue-diagrams@21.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/v7wA50952vBgIFEPdEv3P68OQAdIGhoOD9UxF5MTvkfH+VxBpFaW06+aeiBwoIduQk0BxhMuWc3MYOsRHgqpw==",
5
+ "_integrity": "sha512-qtgejrM9brUyTTB3GZa6XYy5QYamYZQI1p+HAHZMJi+HrODqOOhHoYIx18eFFPizMzivD90x4tgeVmEho71Bug==",
6
6
  "_location": "/@syncfusion/ej2-vue-diagrams",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-19.15.0.tgz",
23
- "_shasum": "71ac6bcbb0b83a4d389593e094d3b976f3657367",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-21.1.36.tgz",
23
+ "_shasum": "253faf8db3454b8f39916759a513ad910cffdab3",
24
24
  "_spec": "@syncfusion/ej2-vue-diagrams@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.34",
35
- "@syncfusion/ej2-diagrams": "22.1.34",
35
+ "@syncfusion/ej2-diagrams": "22.1.36",
36
36
  "@syncfusion/ej2-vue-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
@@ -57,6 +57,6 @@
57
57
  "ci-publish": "gulp ci-publish",
58
58
  "compile": "gulp ci-compile && gulp vue-global-script"
59
59
  },
60
- "version": "22.1.34",
60
+ "version": "22.1.36",
61
61
  "sideEffects": false
62
62
  }
@@ -292,8 +292,8 @@ export var DiagramComponent = vueDefineComponent({
292
292
  moveObjectsUp: function (node, currentLayer) {
293
293
  return this.ej2Instances.moveObjectsUp(node, currentLayer);
294
294
  },
295
- nudge: function (direction, x, y) {
296
- return this.ej2Instances.nudge(direction, x, y);
295
+ nudge: function (direction, x, y, type) {
296
+ return this.ej2Instances.nudge(direction, x, y, type);
297
297
  },
298
298
  pan: function (horizontalOffset, verticalOffset, focusedPoint, isInteractiveZoomPan) {
299
299
  return this.ej2Instances.pan(horizontalOffset, verticalOffset, focusedPoint, isInteractiveZoomPan);