feat(adminui-vue): restoration of the last active element focus after user interaction with dialog.
After a dialog is closed the focus should be returned to the last interacted element before the dialog opening (button, etc.)
The solution is based on the global Vue mixin, which interacts only with ElDialog
component instances