4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-06 22:12:55 +08:00

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

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v2.28.5 * simple-keyboard v2.28.6
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) * 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

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

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v2.28.5 * simple-keyboard v2.28.6
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) * Copyright (c) Francisco Hodge (https://github.com/hodgef)

File diff suppressed because one or more lines are too long