@syncfusion/ej2-vue-diagrams 23.1.39 → 23.1.40

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@23.1.38",
3
+ "_id": "@syncfusion/ej2-vue-diagrams@23.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-JwC0UrsmL88TmOHRBZDZjSqUJ8Z75yiKqNvN4tPBFUR7VxaHyLL4oqZ8gCYaekq7LLecYV3MOLM4NTicnC62lQ==",
5
+ "_integrity": "sha512-GZAbzyX/tLL3E1ZmZEfYdvMYWofjyXczsLleD6Ot4hdRBksiFe91BWe9AuwhOVdtyFCFNauJjM6gaWQL1mVDoA==",
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-hotfix-new/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-23.1.38.tgz",
23
- "_shasum": "ee2508a8cf4f32a7c7b722047ebb61812dd19794",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-23.1.39.tgz",
23
+ "_shasum": "3a605ccd2228b594a8b789b2fe7a2dbb494fea47",
24
24
  "_spec": "@syncfusion/ej2-vue-diagrams@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~23.1.38",
35
- "@syncfusion/ej2-diagrams": "23.1.39",
35
+ "@syncfusion/ej2-diagrams": "23.1.40",
36
36
  "@syncfusion/ej2-vue-base": "~23.1.36"
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": "23.1.39",
60
+ "version": "23.1.40",
61
61
  "sideEffects": false
62
62
  }
@@ -223,8 +223,8 @@ export var DiagramComponent = vueDefineComponent({
223
223
  exportImage: function (image, options) {
224
224
  return this.ej2Instances.exportImage(image, options);
225
225
  },
226
- findElementUnderMouse: function (obj, position, padding) {
227
- return this.ej2Instances.findElementUnderMouse(obj, position, padding);
226
+ findElementUnderMouse: function (obj, position, diagram, padding) {
227
+ return this.ej2Instances.findElementUnderMouse(obj, position, diagram, padding);
228
228
  },
229
229
  findObjectUnderMouse: function (objects, action, inAction) {
230
230
  return this.ej2Instances.findObjectUnderMouse(objects, action, inAction);