mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Notebook views UI 2 (#15865)
Provide access to the Notebook Views UI. Feature is hidden behind a feature flag. Co-authored-by: rkselfhost <rkselfhost@outlook.com>
This commit is contained in:
@@ -37,6 +37,8 @@ import { NotebookViewComponent } from 'sql/workbench/contrib/notebook/browser/no
|
||||
import { NotebookViewsCodeCellComponent } from 'sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component';
|
||||
import { NotebookViewsCardComponent } from 'sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCard.component';
|
||||
import { NotebookViewsGridComponent } from 'sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsGrid.component';
|
||||
import { TextCellComponent } from 'sql/workbench/contrib/notebook/browser/cellViews/textCell.component';
|
||||
import { NotebookViewsModalComponent } from 'sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsModal.component';
|
||||
|
||||
const outputComponentRegistry = Registry.as<ICellComponentRegistry>(OutputComponentExtensions.CellComponentContributions);
|
||||
|
||||
@@ -53,6 +55,7 @@ export const NotebookModule = (params, selector: string, instantiationService: I
|
||||
LoadingSpinner,
|
||||
CodeComponent,
|
||||
CodeCellComponent,
|
||||
TextCellComponent,
|
||||
CellToolbarComponent,
|
||||
MarkdownToolbarComponent,
|
||||
PlaceholderCellComponent,
|
||||
@@ -62,6 +65,7 @@ export const NotebookModule = (params, selector: string, instantiationService: I
|
||||
NotebookViewsCardComponent,
|
||||
NotebookViewsGridComponent,
|
||||
NotebookViewsCodeCellComponent,
|
||||
NotebookViewsModalComponent,
|
||||
ComponentHostDirective,
|
||||
OutputAreaComponent,
|
||||
OutputComponent,
|
||||
@@ -71,8 +75,9 @@ export const NotebookModule = (params, selector: string, instantiationService: I
|
||||
...outputComponents
|
||||
],
|
||||
entryComponents: [
|
||||
NotebookComponent,
|
||||
NotebookEditorComponent,
|
||||
TextCellComponent,
|
||||
NotebookViewsCardComponent,
|
||||
...outputComponents
|
||||
],
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user