@types/prosemirror-view
Advanced tools
Comparing version 1.19.2 to 1.23.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for prosemirror-view 1.19 | ||
// Type definitions for prosemirror-view 1.23 | ||
// Project: https://github.com/ProseMirror/prosemirror-view | ||
@@ -9,2 +9,3 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers> | ||
// Mike Morearty <https://github.com/mmorearty> | ||
// Ocavue <https://github.com/ocavue> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -372,2 +373,8 @@ // TypeScript Version: 3.0 | ||
/** | ||
* This is true when the view has been | ||
* [destroyed](#view.EditorView.destroy) (and thus should not be | ||
* used anymore). | ||
*/ | ||
isDestroyed: boolean; | ||
/** | ||
* Dispatch a transaction. Will call | ||
@@ -374,0 +381,0 @@ * [`dispatchTransaction`](#view.DirectEditorProps.dispatchTransaction) |
{ | ||
"name": "@types/prosemirror-view", | ||
"version": "1.19.2", | ||
"version": "1.23.0", | ||
"description": "TypeScript definitions for prosemirror-view", | ||
@@ -37,2 +37,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-view", | ||
"githubUsername": "mmorearty" | ||
}, | ||
{ | ||
"name": "Ocavue", | ||
"url": "https://github.com/ocavue", | ||
"githubUsername": "ocavue" | ||
} | ||
@@ -53,4 +58,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ee7dc3203b233bca414a04584bae225fdfe77228c89b9ea6e32a4ebaebb7bd7c", | ||
"typesPublisherContentHash": "d7164e2ef934531c10567f591962035c24ef366c961c2209f5814857c7fccf0e", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 01 Dec 2021 00:01:08 GMT | ||
* Last updated: Mon, 10 Jan 2022 21:01:35 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) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), [Ifiok Jr.](https://github.com/ifiokjr), and [Mike Morearty](https://github.com/mmorearty). | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), [Ifiok Jr.](https://github.com/ifiokjr), [Mike Morearty](https://github.com/mmorearty), and [Ocavue](https://github.com/ocavue). |
35989
776