@syncfusion/ej2-vue-inputs 28.1.37 → 28.2.3
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/README.md +16 -8
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +3 -0
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +3 -0
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +3 -0
|
@@ -1288,6 +1288,9 @@ var SignatureComponent = vueDefineComponent({
|
|
|
1288
1288
|
getBlob: function (url) {
|
|
1289
1289
|
return this.ej2Instances.getBlob(url);
|
|
1290
1290
|
},
|
|
1291
|
+
getSignature: function (type) {
|
|
1292
|
+
return this.ej2Instances.getSignature(type);
|
|
1293
|
+
},
|
|
1291
1294
|
initialize: function () {
|
|
1292
1295
|
return this.ej2Instances.initialize();
|
|
1293
1296
|
},
|