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