Build update

This commit is contained in:
Francisco Hodge 2024-09-12 21:38:29 +00:00
parent 48289a0013
commit a727ce1a1f
7 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.7.108
* simple-keyboard v3.8.1
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -216,6 +216,10 @@ export interface KeyboardOptions {
* Enables onKeyPress triggering for layoutCandidate items
*/
enableLayoutCandidatesKeyPress?: boolean;
/**
* Updates caret when selectionchange event is fired
*/
updateCaretOnSelectionChange?: boolean;
/**
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
*/