mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
profile page and summary page (#4769)
* add cluster name to page * implement profile page -1 * fix compilation error due to new method * profile page 0328 * summary page * make divcontainer accessible * handle disposable * add support for "coming soon" cards
This commit is contained in:
9
src/sql/azdata.proposed.d.ts
vendored
9
src/sql/azdata.proposed.d.ts
vendored
@@ -2760,6 +2760,10 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface DivContainer extends Container<DivLayout, DivItemLayout>, DivContainerProperties {
|
||||
/**
|
||||
* An event called when the div is clicked
|
||||
*/
|
||||
onDidClick: vscode.Event<any>;
|
||||
}
|
||||
|
||||
export interface FlexContainer extends Container<FlexLayout, FlexItemLayout> {
|
||||
@@ -3023,6 +3027,11 @@ declare module 'azdata' {
|
||||
* This is used when its child component is webview
|
||||
*/
|
||||
yOffsetChange?: number;
|
||||
|
||||
/**
|
||||
* Indicates whether the element is clickable
|
||||
*/
|
||||
clickable?: boolean;
|
||||
}
|
||||
|
||||
export interface CardComponent extends Component, CardProperties {
|
||||
|
||||
Reference in New Issue
Block a user