mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Update Jest
This commit is contained in:
parent
1bb4dcc21a
commit
b7ab48e082
File diff suppressed because one or more lines are too long
10
build/index.d.ts
vendored
10
build/index.d.ts
vendored
@ -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).
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4188
package-lock.json
generated
4188
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user