add custom width support for dialogs (#10641)

* add custom width support for dialogs

* comments

* fix test
This commit is contained in:
Alan Ren
2020-06-03 13:08:48 -07:00
committed by GitHub
parent 2e4aee944c
commit c4be667567
12 changed files with 123 additions and 33 deletions

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

@@ -3659,6 +3659,7 @@ declare module 'azdata' {
export function createWebViewDialog(title: string): ModalDialog;
/**
* @deprecated please use the method createModelViewDialog(title: string, dialogName?: string, width?: DialogWidth) instead.
* Create a dialog with the given title
* @param title The title of the dialog, displayed at the top
* @param isWide Indicates whether the dialog is wide or normal