@osovitny/anatoly 2.14.92 → 2.14.93
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.
- package/esm2020/lib/ui/components/base/base.dialog.mjs +3 -3
- package/fesm2015/osovitny-anatoly.mjs +2 -2
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +2 -2
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/ui/components/base/base.dialog.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3483,8 +3483,8 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3483
3483
|
}
|
|
3484
3484
|
set isOpen(value) {
|
|
3485
3485
|
if (value) {
|
|
3486
|
-
if (this.
|
|
3487
|
-
this.
|
|
3486
|
+
if (this.anOnBeforeOpen) {
|
|
3487
|
+
this.anOnBeforeOpen();
|
|
3488
3488
|
}
|
|
3489
3489
|
this.opened.emit();
|
|
3490
3490
|
}
|