@baklavajs/renderer-vue
Advanced tools
Comparing version 2.0.2-alpha.1 to 2.0.2-alpha.2
@@ -1,5 +0,6 @@ | ||
import { NodeInterface } from "@baklavajs/core"; | ||
import { ICommand } from "../commands"; | ||
export declare type OpenSidebarCommand = ICommand<void, [nodeId: string]>; | ||
export declare const OPEN_SIDEBAR_COMMAND = "OPEN_SIDEBAR"; | ||
import { Ref } from "vue"; | ||
import { Graph, NodeInterface } from "@baklavajs/core"; | ||
import { ICommandHandler } from "../commands"; | ||
export { OPEN_SIDEBAR_COMMAND, OpenSidebarCommand } from "./openSidebar.command"; | ||
export declare const displayInSidebar: (intf: NodeInterface, displayInSidebar: boolean) => void; | ||
export declare function registerSidebarCommands(displayedGraph: Ref<Graph>, handler: ICommandHandler): void; |
{ | ||
"name": "@baklavajs/renderer-vue", | ||
"version": "2.0.2-alpha.1", | ||
"version": "2.0.2-alpha.2", | ||
"description": "Vue frontend for BaklavaJS", | ||
@@ -51,3 +51,3 @@ "author": "newcat <freddy.wagner@web.de>", | ||
}, | ||
"gitHead": "c57a6bc697510860941044433acdbe28007cef88" | ||
"gitHead": "7dcdfb5a3d3fb26b369e8c09118ca4958f0f7da9" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
256809
52
5228