🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@tiptap/vue-3

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/vue-3 - npm Package Compare versions

Comparing version

to
3.0.0-beta.2

10

dist/menus/index.d.ts

@@ -0,1 +1,2 @@

import { EditorState as EditorState$1, PluginKey as PluginKey$1 } from 'prosemirror-state';
import { EditorView as EditorView$1 } from 'prosemirror-view';

@@ -6,3 +7,2 @@ import * as _tiptap_core from '@tiptap/core';

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';

@@ -127,5 +127,2 @@ import { PropType } from 'vue';

}>> & Readonly<{}>, {
pluginKey: string | PluginKey$1<any>;
updateDelay: number | undefined;
resizeDelay: number | undefined;
options: {

@@ -143,2 +140,4 @@ strategy?: "absolute" | "fixed";

} | undefined;
updateDelay: number | undefined;
resizeDelay: number | undefined;
shouldShow: (props: {

@@ -153,2 +152,3 @@ editor: _tiptap_core.Editor;

}) => boolean;
pluginKey: string | PluginKey$1<any>;
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;

@@ -238,3 +238,2 @@

}>> & Readonly<{}>, {
pluginKey: any;
options: {

@@ -260,4 +259,5 @@ strategy?: "absolute" | "fixed";

}) => boolean;
pluginKey: any;
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
export { BubbleMenu, FloatingMenu };
{
"name": "@tiptap/vue-3",
"description": "Vue components for tiptap",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"homepage": "https://tiptap.dev",

@@ -42,9 +42,9 @@ "keywords": [

"devDependencies": {
"@tiptap/core": "^3.0.0-beta.1",
"@tiptap/pm": "^3.0.0-beta.1",
"@tiptap/core": "^3.0.0-beta.2",
"@tiptap/pm": "^3.0.0-beta.2",
"vue": "^3.5.13"
},
"optionalDependencies": {
"@tiptap/extension-bubble-menu": "^3.0.0-beta.1",
"@tiptap/extension-floating-menu": "^3.0.0-beta.1"
"@tiptap/extension-bubble-menu": "^3.0.0-beta.2",
"@tiptap/extension-floating-menu": "^3.0.0-beta.2"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet