simple-keyboard 3.4.191 → 3.4.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -189,6 +189,10 @@ declare class Utilities {
189
189
  * Escape regex input
190
190
  */
191
191
  escapeRegex(str: string): string;
192
+ /**
193
+ * Calculate caret position offset when using rtl option
194
+ */
195
+ getRtlOffset(index: number, input: string): number;
192
196
  /**
193
197
  * Reusable empty function
194
198
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.4.191",
3
+ "version": "3.4.192",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {