mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Adding Diff view and Split view container as Model View Editor Components (#4831)
* intial code for diff view inside model view * Adding basic Split View Container depending on Flex Layout * Enabled resizing between top and bottom view * cleaning up some of the sqlops references * Adding height as per CR comment
This commit is contained in:
@@ -144,6 +144,7 @@ export enum ModelComponentTypes {
|
||||
NavContainer,
|
||||
DivContainer,
|
||||
FlexContainer,
|
||||
SplitViewContainer,
|
||||
Card,
|
||||
InputBox,
|
||||
DropDown,
|
||||
@@ -164,6 +165,7 @@ export enum ModelComponentTypes {
|
||||
TreeComponent,
|
||||
FileBrowserTree,
|
||||
Editor,
|
||||
DiffEditor,
|
||||
Dom,
|
||||
Hyperlink
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user