@vue-flow/core
Advanced tools
Comparing version 1.33.8 to 1.34.0
@@ -5,6 +5,3 @@ declare const _default: __VLS_WithTemplateSlots< | ||
position: { | ||
type: import('vue').PropType< | ||
| ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right') | ||
| import('../../types/panel').PanelPosition | ||
> | ||
type: import('vue').PropType<import('../../types/panel').PanelPositionType | import('../../types/panel').PanelPosition> | ||
required: true | ||
@@ -25,6 +22,3 @@ } | ||
position: { | ||
type: import('vue').PropType< | ||
| ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right') | ||
| import('../../types/panel').PanelPosition | ||
> | ||
type: import('vue').PropType<import('../../types/panel').PanelPositionType | import('../../types/panel').PanelPosition> | ||
required: true | ||
@@ -31,0 +25,0 @@ } |
@@ -12,6 +12,5 @@ /** | ||
} | ||
type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | ||
export type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | ||
export interface PanelProps { | ||
position: PanelPosition | PanelPositionType | ||
} | ||
export {} |
export declare enum ErrorCode { | ||
MISSING_STYLES = 'MISSING_STYLES', | ||
MISSING_VIEWPORT_DIMENSIONS = 'MISSING_VIEWPORT_DIMENSIONS', | ||
@@ -18,2 +19,3 @@ NODE_INVALID = 'NODE_INVALID', | ||
declare const messages: { | ||
readonly MISSING_STYLES: () => string | ||
readonly MISSING_VIEWPORT_DIMENSIONS: () => string | ||
@@ -20,0 +22,0 @@ readonly NODE_INVALID: (id?: string) => string |
export declare function warn(message: string, ...args: any[]): void | ||
export declare function isDev(): boolean |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.33.8", | ||
"version": "1.34.0", | ||
"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
1202363
34471