Build update

This commit is contained in:
Francisco Hodge
2019-01-24 23:03:14 -05:00
parent 681bb3d0ee
commit 80f4307c36
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.13.4
* simple-keyboard v2.14.0
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
File diff suppressed because one or more lines are too long
+5
View File
@@ -106,6 +106,11 @@ declare module 'simple-keyboard' {
*/
disableCaretPositioning?: boolean;
/**
* Restrains input(s) change to the defined regular expression pattern.
*/
inputPattern?: any;
/**
* Executes the callback function on key press. Returns button layout name (i.e.: "{shift}").
*/
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long