Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-flow/core

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-flow/core - npm Package Compare versions

Comparing version 1.39.0 to 1.39.1

dist/addons/Background/Background.vue.d.ts

2

dist/composables/useEdge.d.ts

@@ -18,4 +18,4 @@ import type { CustomEvent, ElementData } from '../types'

id: string
edge: import('../types').GraphEdge<Data, CustomEvents, string>
edge: import('../types').GraphEdge<Data, CustomEvents>
edgeEl: import('vue').Ref<SVGElement | null>
}

@@ -21,3 +21,3 @@ import type { CustomEvent, ElementData } from '../types'

parentNode: import('vue').ComputedRef<import('../types').GraphNode<any, any, string> | undefined>
connectedEdges: import('vue').ComputedRef<import('../types').GraphEdge<any, any, string>[]>
connectedEdges: import('vue').ComputedRef<import('../types').GraphEdge[]>
}

@@ -21,3 +21,3 @@ import type {

/** @deprecated Use store instance and call `applyChanges` with template-ref or the one received by `onPaneReady` instead */
export declare function applyEdgeChanges(changes: EdgeChange[], edges: GraphEdge[]): GraphEdge<any, any, string>[]
export declare function applyEdgeChanges(changes: EdgeChange[], edges: GraphEdge[]): GraphEdge[]
/** @deprecated Use store instance and call `applyChanges` with template-ref or the one received by `onPaneReady` instead */

@@ -24,0 +24,0 @@ export declare function applyNodeChanges(changes: NodeChange[], nodes: GraphNode[]): GraphNode<any, any, string>[]

@@ -82,7 +82,3 @@ import type {

*/
export declare function addEdge(
edgeParams: Edge | Connection,
elements: Elements,
defaults?: DefaultEdgeOptions,
): Elements<any, any, any, any>
export declare function addEdge(edgeParams: Edge | Connection, elements: Elements, defaults?: DefaultEdgeOptions): Elements
/**

@@ -94,3 +90,3 @@ * @deprecated Use store instance and call `updateEdge` with template-ref or the one received by `onPaneReady` instead

*/
export declare function updateEdge(oldEdge: Edge, newConnection: Connection, elements: Elements): Elements<any, any, any, any>
export declare function updateEdge(oldEdge: Edge, newConnection: Connection, elements: Elements): Elements
export declare function rendererPointToPoint({ x, y }: XYPosition, { x: tx, y: ty, zoom: tScale }: ViewportTransform): XYPosition

@@ -97,0 +93,0 @@ export declare function pointToRendererPoint(

@@ -48,9 +48,3 @@ import type {

>
| import('vue').Component<
import('../types').EdgeTextProps,
any,
any,
import('vue').ComputedOptions,
import('vue').MethodOptions
>
| import('vue').Component<import('../types').EdgeTextProps>
| undefined

@@ -119,3 +113,3 @@ type: string

edges: GraphEdge[],
): GraphEdge<any, any, string>[]
): GraphEdge[]
export {}
{
"name": "@vue-flow/core",
"version": "1.39.0",
"version": "1.39.1",
"private": false,

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc