@voicenter-team/opensips-js 1.0.108 → 1.0.110

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.
@@ -82495,6 +82495,9 @@ class u_e extends Pw {
82495
82495
  setupDrawerOptions(e) {
82496
82496
  this.konvaDrawer && this.konvaDrawer.setupDrawerOptions(e);
82497
82497
  }
82498
+ setMode(e, t) {
82499
+ this.mode = e, t && (this.imageSrc = t);
82500
+ }
82498
82501
  setupDrawerImage(e) {
82499
82502
  this.imageSrc = e;
82500
82503
  }