@vue-flow/controls
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -19,3 +19,3 @@ import type { PanelPosition } from '@vue-flow/core' | ||
position: { | ||
type: import('vue').PropType<PanelPosition> | ||
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | PanelPosition> | ||
} | ||
@@ -52,3 +52,3 @@ }, | ||
position: { | ||
type: import('vue').PropType<PanelPosition> | ||
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | PanelPosition> | ||
} | ||
@@ -55,0 +55,0 @@ }> |
@@ -1,2 +0,2 @@ | ||
import type { FitViewParams, PanelPosition } from '@vue-flow/core' | ||
import type { FitViewParams, PanelPosition, PanelPositionType } from '@vue-flow/core' | ||
@@ -13,3 +13,3 @@ export interface ControlProps { | ||
/** Position of the controls {@link PanelPosition} */ | ||
position?: PanelPosition | ||
position?: PanelPositionType | PanelPosition | ||
} |
{ | ||
"name": "@vue-flow/controls", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"private": false, | ||
@@ -59,5 +59,5 @@ "license": "MIT", | ||
"@tooling/eslint-config": "0.0.0", | ||
"@tooling/vite-config": "0.0.0", | ||
"@tooling/tsconfig": "0.0.0", | ||
"@vue-flow/core": "1.30.0", | ||
"@tooling/vite-config": "0.0.0" | ||
"@vue-flow/core": "1.34.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "publishConfig": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34356
0