@tiptap/vue-3
Advanced tools
Comparing version 2.11.0 to 2.11.1
@@ -354,2 +354,14 @@ import { BubbleMenuPlugin } from '@tiptap/extension-bubble-menu'; | ||
}, | ||
view: { | ||
type: Object, | ||
required: true, | ||
}, | ||
innerDecorations: { | ||
type: Object, | ||
required: true, | ||
}, | ||
HTMLAttributes: { | ||
type: Object, | ||
required: true, | ||
}, | ||
}; | ||
@@ -356,0 +368,0 @@ class VueNodeView extends NodeView { |
@@ -354,2 +354,14 @@ (function (global, factory) { | ||
}, | ||
view: { | ||
type: Object, | ||
required: true, | ||
}, | ||
innerDecorations: { | ||
type: Object, | ||
required: true, | ||
}, | ||
HTMLAttributes: { | ||
type: Object, | ||
required: true, | ||
}, | ||
}; | ||
@@ -356,0 +368,0 @@ class VueNodeView extends core.NodeView { |
@@ -38,2 +38,14 @@ import { NodeViewProps, NodeViewRenderer, NodeViewRendererOptions } from '@tiptap/core'; | ||
}; | ||
view: { | ||
type: PropType<NodeViewProps["view"]>; | ||
required: true; | ||
}; | ||
innerDecorations: { | ||
type: PropType<NodeViewProps["innerDecorations"]>; | ||
required: true; | ||
}; | ||
HTMLAttributes: { | ||
type: PropType<NodeViewProps["HTMLAttributes"]>; | ||
required: true; | ||
}; | ||
}; | ||
@@ -40,0 +52,0 @@ export interface VueNodeViewRendererOptions extends NodeViewRendererOptions { |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.11.0", | ||
"@tiptap/extension-floating-menu": "^2.11.0" | ||
"@tiptap/extension-bubble-menu": "^2.11.1", | ||
"@tiptap/extension-floating-menu": "^2.11.1" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.11.0", | ||
"@tiptap/pm": "^2.11.0", | ||
"@tiptap/core": "^2.11.1", | ||
"@tiptap/pm": "^2.11.1", | ||
"vue": "^3.0.0" | ||
@@ -40,0 +40,0 @@ }, |
@@ -51,2 +51,14 @@ /* eslint-disable no-underscore-dangle */ | ||
}, | ||
view: { | ||
type: Object as PropType<NodeViewProps['view']>, | ||
required: true as const, | ||
}, | ||
innerDecorations: { | ||
type: Object as PropType<NodeViewProps['innerDecorations']>, | ||
required: true as const, | ||
}, | ||
HTMLAttributes: { | ||
type: Object as PropType<NodeViewProps['HTMLAttributes']>, | ||
required: true as const, | ||
}, | ||
} | ||
@@ -53,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
200101
2616
1
1