mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-06-06 00:00:38 +08:00
Build update
This commit is contained in:
+1
-1
@@ -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
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
Vendored
+4
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user