mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Adding search, zoom, custom zoom and additional stylings to showplan (#18255)
* Lot of changes -Updating azdata to 0.0.13 -Updating prop views on node clicks -Context menu on graphs -Updating edge color on theme -Scrolling graph control like ssms -Zooming in, out and custom zoom on graph -Custom zoom widget -Node search widget * Fixing hygine errors * Code cleanup * Fixing action name * Renaming actions * equals dropdown * fixing tooltip * Code cleanup Fixing sorting function Adding functionality for replacement strings * Removing internal facing props from azdata proposed * Fixing hygine issue * Fixing web package hygiene * Updating yarn lock files * Fixing initial click
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -1536,7 +1536,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Flag to show/hide props in tooltip
|
||||
*/
|
||||
showInToolTip: boolean;
|
||||
showInTooltip: boolean;
|
||||
/**
|
||||
* Display order of property
|
||||
*/
|
||||
@@ -1544,7 +1544,11 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Flag to indicate if the property has a longer value so that it will be shown at the bottom of the tooltip
|
||||
*/
|
||||
isLongString: boolean;
|
||||
positionAtBottom: boolean;
|
||||
/**
|
||||
* Display value of property to show in tooltip and other UI element.
|
||||
*/
|
||||
displayValue: string;
|
||||
}
|
||||
|
||||
export interface ExecutionPlanRecommendations {
|
||||
|
||||
Reference in New Issue
Block a user