@osovitny/anatoly 2.14.63 → 2.14.65

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.
@@ -3389,7 +3389,7 @@ class BaseDialog extends BaseEditComponent {
3389
3389
  open() {
3390
3390
  this.isOpen = true;
3391
3391
  }
3392
- close(returnValue = 0) {
3392
+ close(returnValue = "OK") {
3393
3393
  this.isOpen = false;
3394
3394
  this.closed.emit(returnValue);
3395
3395
  }