@syncfusion/ej2-vue-inputs 23.1.36 → 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-inputs@*",
3
- "_id": "@syncfusion/ej2-vue-inputs@18.78.3",
3
+ "_id": "@syncfusion/ej2-vue-inputs@23.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-lhlHKPEeO4lHaJfgWSMbgH9gdUk+QxtKpWcQO34e3sr89L4nbS0HFJf6hiGFWJ+kFmrKIFHy5tao88z43YqMAg==",
5
+ "_integrity": "sha512-e8YziJfQv8wvbthga3l/lXRMoj6bmvFDOR424lOlLH/ZjATso5+nrywzMUuZDeaHpkztxjX5o8xslx73+W7oEw==",
6
6
  "_location": "/@syncfusion/ej2-vue-inputs",
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-inputs/-/ej2-vue-inputs-18.78.3.tgz",
23
- "_shasum": "077de53df761a957ace5c5634cf02fac11d410a2",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-23.1.38.tgz",
23
+ "_shasum": "212ffc2f861a6094ddc77739b322deb789ffc029",
24
24
  "_spec": "@syncfusion/ej2-vue-inputs@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.36",
35
- "@syncfusion/ej2-inputs": "23.1.36",
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-inputs": "23.1.40",
36
36
  "@syncfusion/ej2-vue-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
@@ -74,6 +74,6 @@
74
74
  "ci-publish": "gulp ci-publish",
75
75
  "compile": "gulp ci-compile && gulp vue-global-script"
76
76
  },
77
- "version": "23.1.36",
77
+ "version": "23.1.40",
78
78
  "sideEffects": false
79
79
  }
@@ -130,6 +130,9 @@ export var SignatureComponent = vueDefineComponent({
130
130
  redo: function () {
131
131
  return this.ej2Instances.redo();
132
132
  },
133
+ refresh: function () {
134
+ return this.ej2Instances.refresh();
135
+ },
133
136
  save: function (type, fileName) {
134
137
  return this.ej2Instances.save(type, fileName);
135
138
  },