@tiptap/vue-3
Advanced tools
Comparing version 3.0.0-next.5 to 3.0.0-next.6
import { EditorView as EditorView$1 } from 'prosemirror-view'; | ||
import * as _tiptap_core from '@tiptap/core'; | ||
import { Editor } from '@tiptap/core'; | ||
import { PluginKey as PluginKey$1, EditorState as EditorState$1 } from 'prosemirror-state'; | ||
import * as _floating_ui_dom from '@floating-ui/dom'; | ||
import { offset, flip, shift, arrow, size, autoPlacement, hide, inline } from '@floating-ui/dom'; | ||
import { PluginKey as PluginKey$1, EditorState as EditorState$1 } from 'prosemirror-state'; | ||
import * as vue from 'vue'; | ||
@@ -126,5 +126,2 @@ import { PropType } from 'vue'; | ||
}>> & Readonly<{}>, { | ||
pluginKey: string | PluginKey$1<any>; | ||
updateDelay: number | undefined; | ||
resizeDelay: number | undefined; | ||
options: { | ||
@@ -142,2 +139,5 @@ strategy?: "absolute" | "fixed"; | ||
} | undefined; | ||
pluginKey: string | PluginKey$1<any>; | ||
updateDelay: number | undefined; | ||
resizeDelay: number | undefined; | ||
shouldShow: (props: { | ||
@@ -236,3 +236,2 @@ editor: _tiptap_core.Editor; | ||
}>> & Readonly<{}>, { | ||
pluginKey: any; | ||
options: { | ||
@@ -250,2 +249,3 @@ strategy?: "absolute" | "fixed"; | ||
} | undefined; | ||
pluginKey: any; | ||
shouldShow: (props: { | ||
@@ -252,0 +252,0 @@ editor: _tiptap_core.Editor; |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "3.0.0-next.5", | ||
"version": "3.0.0-next.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -42,9 +42,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^3.0.0-next.5", | ||
"@tiptap/pm": "^3.0.0-next.5", | ||
"@tiptap/core": "^3.0.0-next.6", | ||
"@tiptap/pm": "^3.0.0-next.6", | ||
"vue": "^3.5.13" | ||
}, | ||
"optionalDependencies": { | ||
"@tiptap/extension-bubble-menu": "^3.0.0-next.5", | ||
"@tiptap/extension-floating-menu": "^3.0.0-next.5" | ||
"@tiptap/extension-bubble-menu": "^3.0.0-next.6", | ||
"@tiptap/extension-floating-menu": "^3.0.0-next.6" | ||
}, | ||
@@ -51,0 +51,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet