Migration/table query select pane to react (#615)

This commit is contained in:
Sunil Kumar Yadav
2021-04-13 04:23:56 +05:30
committed by GitHub
parent 5cd4e93c65
commit 8cf09acc19
16 changed files with 4365 additions and 621 deletions

View File

@@ -9,7 +9,6 @@ import SetupNotebooksPaneTemplate from "./SetupNotebooksPane.html";
import StringInputPaneTemplate from "./StringInputPane.html";
import TableAddEntityPaneTemplate from "./Tables/TableAddEntityPane.html";
import TableEditEntityPaneTemplate from "./Tables/TableEditEntityPane.html";
import TableQuerySelectPaneTemplate from "./Tables/TableQuerySelectPane.html";
export class PaneComponent {
constructor(data: any) {
@@ -79,16 +78,6 @@ export class TableEditEntityPaneComponent {
};
}
}
export class TableQuerySelectPaneComponent {
constructor() {
return {
viewModel: PaneComponent,
template: TableQuerySelectPaneTemplate,
};
}
}
export class CassandraAddCollectionPaneComponent {
constructor() {
return {