@types/prosemirror-view
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for prosemirror-view 1.18 | ||
// Type definitions for prosemirror-view 1.19 | ||
// Project: https://github.com/ProseMirror/prosemirror-view | ||
@@ -686,3 +686,3 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers> | ||
*/ | ||
update?: ((node: ProsemirrorNode<S>, decorations: Decoration[]) => boolean) | null; | ||
update?: ((node: ProsemirrorNode<S>, decorations: Decoration[], innerDecorations: DecorationSet) => boolean) | null; | ||
/** | ||
@@ -689,0 +689,0 @@ * Can be used to override the way the node's selected status (as a |
{ | ||
"name": "@types/prosemirror-view", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "TypeScript definitions for prosemirror-view", | ||
@@ -52,4 +52,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-view", | ||
}, | ||
"typesPublisherContentHash": "0be09201e863fb6de87e846a8174a169b8a54b2d86701b03e3ceab6e3320c8f2", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "31c47b83fb79fe7e959ef2f4bc0f411651cf50dca238eb42f0aa317f99b529f7", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 22 Jul 2021 22:31:13 GMT | ||
* Last updated: Mon, 06 Sep 2021 20:32:10 GMT | ||
* Dependencies: [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model), [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state), [@types/prosemirror-transform](https://npmjs.com/package/@types/prosemirror-transform) | ||
@@ -14,0 +14,0 @@ * Global values: none |
34407