mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
Fix API issues for external extensions (#14796)
* Fix azdata API break * Move dialogwidth to azdata.d.ts * re-add parameter * add comment back
This commit is contained in:
3
src/sql/azdata.proposed.d.ts
vendored
3
src/sql/azdata.proposed.d.ts
vendored
@@ -584,8 +584,6 @@ declare module 'azdata' {
|
||||
pageName?: string;
|
||||
}
|
||||
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number | string;
|
||||
|
||||
/**
|
||||
* These dialog styles affect how the dialog displays in the application.
|
||||
* normal: Positioned top and centered.
|
||||
@@ -621,7 +619,6 @@ declare module 'azdata' {
|
||||
*/
|
||||
export function createModelViewDialog(title: string, dialogName?: string, width?: DialogWidth, dialogStyle?: DialogStyle, dialogPosition?: DialogPosition, renderHeader?: boolean, renderFooter?: boolean, dialogProperties?: IDialogProperties): Dialog;
|
||||
|
||||
|
||||
export interface Button {
|
||||
/**
|
||||
* Specifies whether this is a secondary button. Default is false.
|
||||
|
||||
Reference in New Issue
Block a user