Build update

This commit is contained in:
Francisco Hodge 2020-02-08 16:37:03 +00:00
parent 8e351aa919
commit c06fc7942e
5 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.28.5
* simple-keyboard v2.28.6
* 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
build/index.d.ts vendored
View File

@ -183,6 +183,11 @@ declare module 'simple-keyboard' {
* Executes the callback function on input change. Returns the input object with all defined inputs.
*/
onChangeAll?: (inputs: any) => any;
/**
* Module classes to be loaded by simple-keyboard.
*/
modules?: any[];
}
class Keyboard {

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.28.5
* simple-keyboard v2.28.6
* 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