@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.
@@ -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
  },