@types/prosemirror-view
Advanced tools
Comparing version 1.19.1 to 1.19.2
@@ -587,8 +587,14 @@ // Type definitions for prosemirror-view 1.19 | ||
| { | ||
[name: string]: ( | ||
[name: string]: (( | ||
node: ProsemirrorNode<S>, | ||
view: EditorView<S>, | ||
getPos: (() => number) | boolean, | ||
/** get the node's current position */ | ||
getPos: () => number, | ||
decorations: Decoration[], | ||
) => NodeView<S>; | ||
) => NodeView<S>) | (( | ||
mark: Mark<S>, | ||
view: EditorView<S>, | ||
/** indicates whether the mark's content is inline */ | ||
inline: boolean, | ||
) => Pick<NodeView<S>, 'dom' | 'contentDOM'>); | ||
} | ||
@@ -595,0 +601,0 @@ | null |
{ | ||
"name": "@types/prosemirror-view", | ||
"version": "1.19.1", | ||
"version": "1.19.2", | ||
"description": "TypeScript definitions for prosemirror-view", | ||
@@ -52,4 +52,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-view", | ||
}, | ||
"typesPublisherContentHash": "bc48e8eb44516e93c3e336dc4badaa61e46263cd2f6528c32503b9f9d9574461", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "ee7dc3203b233bca414a04584bae225fdfe77228c89b9ea6e32a4ebaebb7bd7c", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 13 Sep 2021 22:01:22 GMT | ||
* Last updated: Wed, 01 Dec 2021 00:01:08 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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35584
769