@syncfusion/ej2-vue-diagrams 22.2.10 → 22.2.12

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@22.2.9",
3
+ "_id": "@syncfusion/ej2-vue-diagrams@22.2.11",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-tMWb8W/GvZCU+jsCqRb9/L9svW+BiDzXDSfi9PWjvdA0Mm8QfERTkbHL0PFXEwe+MjgzNPnkKYJKDRf0qAZ8yw==",
5
+ "_integrity": "sha512-SAIt+NswC57lu6lD8IWM3O3z9jswrAezXsT1/17gkJURXF+g6fojh8mxp2H3VfP7pbQ76nW8mzB8RAjMPpCopg==",
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-22.2.9.tgz",
23
- "_shasum": "b0c25fafda598cf3568e731416f3c91f689c3bac",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-22.2.11.tgz",
23
+ "_shasum": "9eb2d90c3b2f2c2dfeef070fe997bf00897ef263",
24
24
  "_spec": "@syncfusion/ej2-vue-diagrams@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.10",
35
- "@syncfusion/ej2-diagrams": "22.2.10",
34
+ "@syncfusion/ej2-base": "~22.2.12",
35
+ "@syncfusion/ej2-diagrams": "22.2.12",
36
36
  "@syncfusion/ej2-vue-base": "~22.2.5"
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.2.10",
60
+ "version": "22.2.12",
61
61
  "sideEffects": false
62
62
  }
@@ -343,8 +343,8 @@ export var DiagramComponent = vueDefineComponent({
343
343
  resetSegments: function () {
344
344
  return this.ej2Instances.resetSegments();
345
345
  },
346
- rotate: function (obj, angle, pivot) {
347
- return this.ej2Instances.rotate(obj, angle, pivot);
346
+ rotate: function (obj, angle, pivot, rotateUsingHandle) {
347
+ return this.ej2Instances.rotate(obj, angle, pivot, rotateUsingHandle);
348
348
  },
349
349
  sameSize: function (option, objects) {
350
350
  return this.ej2Instances.sameSize(option, objects);
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-icons {
3
3
  font-family: "e-icons";
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-icons {
3
3
  font-family: "e-icons";
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-icons {
3
3
  font-family: "e-icons";
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-icons {
3
3
  font-family: "e-icons";
4
4
  font-style: normal;