Build update

This commit is contained in:
Francisco Hodge 2019-04-09 20:44:10 -04:00
parent efc502741e
commit 46cd98237a
6 changed files with 12 additions and 15 deletions

View File

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

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.20.3 (Non-minified build)
* simple-keyboard v2.20.4 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

17
build/index.d.ts vendored
View File

@ -2,6 +2,7 @@ declare module 'simple-keyboard' {
interface KeyboardLayoutObject {
default: string[];
shift?: string[];
[key: string]: string[];
}
interface KeyboardButtonTheme {
@ -10,11 +11,6 @@ declare module 'simple-keyboard' {
}
interface KeyboardOptions {
/**
* Utilities
*/
utilities?: any;
/**
* Modify the keyboard layout.
*/
@ -70,11 +66,7 @@ declare module 'simple-keyboard' {
*
* `{ [inputName: string]: number }`: Restrains simple-keyboards individual inputs to a certain length. This should be used in addition to the input elements maxlengthattribute.
*/
maxLength?:
| number
| {
[inputName: string]: number;
};
maxLength?: any;
/**
* When set to true, this option synchronizes the internal input of every simple-keyboard instance.
@ -172,6 +164,11 @@ declare module 'simple-keyboard' {
constructor(options: KeyboardOptions);
options: KeyboardOptions;
/**
* Utilities
*/
utilities?: any;
/**
* Adds/Modifies an entry to the `buttonTheme`. Basically a way to add a class to a button.
* @param {string} buttons List of buttons to select (separated by a space).

View File

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

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.20.3 (Non-minified build)
* simple-keyboard v2.20.4 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)