@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.
@@ -1256,6 +1256,9 @@ let SignatureComponent = vueDefineComponent({
1256
1256
  getBlob(url) {
1257
1257
  return this.ej2Instances.getBlob(url);
1258
1258
  },
1259
+ getSignature(type) {
1260
+ return this.ej2Instances.getSignature(type);
1261
+ },
1259
1262
  initialize() {
1260
1263
  return this.ej2Instances.initialize();
1261
1264
  },