@tiptap/vue-2
Advanced tools
Comparing version 2.5.6 to 2.5.7
import { Node as ProseMirrorNode } from '@tiptap/pm/model'; | ||
export declare function isNodeEmpty(node: ProseMirrorNode): boolean; | ||
/** | ||
* Returns true if the given node is empty. | ||
* When `checkChildren` is true (default), it will also check if all children are empty. | ||
*/ | ||
export declare function isNodeEmpty(node: ProseMirrorNode, { checkChildren }?: { | ||
checkChildren: boolean; | ||
}): boolean; |
{ | ||
"name": "@tiptap/vue-2", | ||
"description": "Vue components for tiptap", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,14 +32,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.5.6", | ||
"@tiptap/extension-floating-menu": "^2.5.6", | ||
"@tiptap/extension-bubble-menu": "^2.5.7", | ||
"@tiptap/extension-floating-menu": "^2.5.7", | ||
"vue-ts-types": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"@tiptap/core": "^2.5.7", | ||
"@tiptap/pm": "^2.5.7", | ||
"vue": "^2.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.6", | ||
"@tiptap/pm": "^2.5.6", | ||
"@tiptap/core": "^2.5.7", | ||
"@tiptap/pm": "^2.5.7", | ||
"vue": "^2.6.0" | ||
@@ -46,0 +46,0 @@ }, |
270069
5544