mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -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:
1
src/sql/sqlops.proposed.d.ts
vendored
1
src/sql/sqlops.proposed.d.ts
vendored
@@ -67,6 +67,7 @@ declare module 'sqlops' {
|
||||
withProperties<U>(properties: U): ComponentBuilder<T>;
|
||||
withValidation(validation: (component: T) => boolean): ComponentBuilder<T>;
|
||||
}
|
||||
|
||||
export interface ContainerBuilder<T extends Component, TLayout, TItemLayout> extends ComponentBuilder<T> {
|
||||
withLayout(layout: TLayout): ContainerBuilder<T, TLayout, TItemLayout>;
|
||||
withItems(components: Array<Component>, itemLayout?: TItemLayout): ContainerBuilder<T, TLayout, TItemLayout>;
|
||||
|
||||
Reference in New Issue
Block a user