Automatically focus the execute button in the DacFx wizard summary screens (#6984)

* Focus piping for extension buttons

* Focus the done button when entering the summary page for DacFx wizard

* Adding internal value resets for extension-side button model.

* Correcting remark string
This commit is contained in:
Benjin Dubishar
2019-09-09 14:57:28 -07:00
committed by GitHub
parent 3e9b694e6f
commit 66cdbbb335
7 changed files with 46 additions and 2 deletions

5
src/sql/azdata.d.ts vendored
View File

@@ -3624,6 +3624,11 @@ declare module 'azdata' {
*/
hidden: boolean;
/**
* Whether the button is focused
*/
focused?: boolean;
/**
* Raised when the button is clicked
*/