@types/quill
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -5,4 +5,7 @@ // Type definitions for Quill 1.3 | ||
// Guillaume <https://github.com/guillaume-ro-fr> | ||
// James Garbutt <https://github.com/43081j> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { Blot } from 'parchment/src/blot/abstract/blot'; | ||
/** | ||
@@ -60,3 +63,5 @@ * A stricter type definition would be: | ||
export interface BoundsStatic { | ||
bottom: number; | ||
left: number; | ||
right: number; | ||
top: number; | ||
@@ -141,2 +146,3 @@ height: number; | ||
clipboard: ClipboardStatic; | ||
scroll: Blot; | ||
constructor(container: string | Element, options?: QuillOptionsStatic); | ||
@@ -143,0 +149,0 @@ deleteText(index: number, length: number, source?: Sources): DeltaStatic; |
{ | ||
"name": "@types/quill", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "TypeScript definitions for Quill", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "guillaume-ro-fr" | ||
}, | ||
{ | ||
"name": "James Garbutt", | ||
"url": "https://github.com/43081j", | ||
"githubUsername": "43081j" | ||
} | ||
@@ -25,5 +30,7 @@ ], | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9e020f39815a43c68a95de0163c98e91f44f18d7346e49593789aac6fcf6878a", | ||
"dependencies": { | ||
"parchment": "^1.1.2" | ||
}, | ||
"typesPublisherContentHash": "cab476b6eafacf0533018ef593d930f574b94a4d2b34d07ffcac92bb9f286032", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 22 Sep 2017 17:57:46 GMT | ||
* Dependencies: none | ||
* Last updated: Tue, 05 Dec 2017 17:19:44 GMT | ||
* Dependencies: parchment | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Sumit <https://github.com/sumitkm>, Guillaume <https://github.com/guillaume-ro-fr>. | ||
These definitions were written by Sumit <https://github.com/sumitkm>, Guillaume <https://github.com/guillaume-ro-fr>, James Garbutt <https://github.com/43081j>. |
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
12542
194
1
+ Addedparchment@^1.1.2
+ Addedparchment@1.1.4(transitive)