mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-05-19 00:00:07 +08:00
Update Jest
This commit is contained in:
File diff suppressed because one or more lines are too long
Vendored
+10
@@ -226,6 +226,16 @@ declare module 'simple-keyboard' {
|
||||
*/
|
||||
setCaretPosition(position: number, positionEnd?: number): void;
|
||||
|
||||
/**
|
||||
* Retrieves the internal caret position
|
||||
*/
|
||||
getCaretPosition(): number;
|
||||
|
||||
/**
|
||||
* Retrieves the internal end caret position
|
||||
*/
|
||||
getCaretPositionEnd(): number;
|
||||
|
||||
/**
|
||||
* Adds/Modifies an entry to the `buttonTheme`. Basically a way to add a class to a button.
|
||||
* @param {string} buttons List of buttons to select (separated by a space).
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Generated
+2110
-2078
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -73,7 +73,7 @@
|
||||
"fs-extra": "9.0.1",
|
||||
"html-webpack-plugin": "4.4.1",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"jest": "26.2.2",
|
||||
"jest": "26.4.2",
|
||||
"jest-environment-jsdom-fourteen": "1.0.1",
|
||||
"jest-resolve": "26.4.0",
|
||||
"jest-watch-typeahead": "0.6.0",
|
||||
|
||||
Reference in New Issue
Block a user