Build update

This commit is contained in:
Francisco Hodge 2021-01-03 22:17:15 +00:00
parent 8e104e50b1
commit afe5a400b4
4 changed files with 9 additions and 3 deletions

View File

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

6
build/index.d.ts vendored
View File

@ -290,6 +290,12 @@ declare module 'simple-keyboard' {
*/ */
setInput(input: string, inputName?: string): void; setInput(input: string, inputName?: string): void;
/**
* Replaces the entire internal input object.
* @param {string} input the input object
*/
replaceInput(input: any): void;
/** /**
* Set new option or modify existing ones after initialization. * Set new option or modify existing ones after initialization.
* @param {KeyboardOptions} option The option to set * @param {KeyboardOptions} option The option to set

View File

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