@voicenter-team/opensips-js 1.0.108 → 1.0.110
Sign up to get free protection for your applications and to get access to all the features.
package/dist/opensips-js.es.js
CHANGED
@@ -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
|
}
|