Build update

This commit is contained in:
Francisco Hodge
2022-11-25 09:02:29 +00:00
parent 55ee6b662e
commit 385e75ad51
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.4.191
* simple-keyboard v3.4.192
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
+2 -2
View File
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
+4
View File
@@ -189,6 +189,10 @@ declare class Utilities {
* Escape regex input
*/
escapeRegex(str: string): string;
/**
* Calculate caret position offset when using rtl option
*/
getRtlOffset(index: number, input: string): number;
/**
* Reusable empty function
*/