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:
Aasim Khan
2022-02-10 14:43:35 -08:00
committed by GitHub
parent 7bc954f942
commit 8ac09917ca
16 changed files with 656 additions and 77 deletions

View File

@@ -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 {