@vue-flow/core
Advanced tools
Comparing version 1.5.1 to 1.5.2
import type { Ref } from 'vue' | ||
import type { KeyFilter, MaybeRef } from '@vueuse/core' | ||
declare const _default: (keyFilter: MaybeRef<KeyFilter>, onChange?: ((keyPressed: boolean) => void) | undefined) => Ref<boolean> | ||
declare const _default: ( | ||
keyFilter: MaybeRef<KeyFilter | null>, | ||
onChange?: ((keyPressed: boolean) => void) | undefined, | ||
) => Ref<boolean> | ||
export default _default |
@@ -102,6 +102,6 @@ import type { CSSProperties } from 'vue' | ||
connectionLineOptions?: ConnectionLineOptions | ||
deleteKeyCode?: KeyFilter | ||
selectionKeyCode?: KeyFilter | ||
multiSelectionKeyCode?: KeyFilter | ||
zoomActivationKeyCode?: KeyFilter | ||
deleteKeyCode?: KeyFilter | null | ||
selectionKeyCode?: KeyFilter | null | ||
multiSelectionKeyCode?: KeyFilter | null | ||
zoomActivationKeyCode?: KeyFilter | null | ||
snapToGrid?: boolean | ||
@@ -108,0 +108,0 @@ snapGrid?: SnapGrid |
@@ -59,6 +59,6 @@ import type { CSSProperties, ComputedRef, ToRefs } from 'vue' | ||
multiSelectionActive: boolean | ||
deleteKeyCode: KeyFilter | ||
selectionKeyCode: KeyFilter | ||
multiSelectionKeyCode: KeyFilter | ||
zoomActivationKeyCode: KeyFilter | ||
deleteKeyCode: KeyFilter | null | ||
selectionKeyCode: KeyFilter | null | ||
multiSelectionKeyCode: KeyFilter | null | ||
zoomActivationKeyCode: KeyFilter | null | ||
connectionMode: ConnectionMode | ||
@@ -65,0 +65,0 @@ connectionLineOptions: ConnectionLineOptions |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"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 too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
735083
13691