Build update

This commit is contained in:
Francisco Hodge 2022-05-25 08:05:33 +00:00
parent f9357aa60f
commit edcfbc6b57
4 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ declare class SimpleKeyboard {
/** /**
* parseParams * parseParams
*/ */
handleParams: (selectorOrOptions?: string | HTMLDivElement | KeyboardOptions | undefined, keyboardOptions?: KeyboardOptions | undefined) => { handleParams: (selectorOrOptions?: string | HTMLDivElement | KeyboardOptions, keyboardOptions?: KeyboardOptions) => {
keyboardDOMClass: string; keyboardDOMClass: string;
keyboardDOM: KeyboardElement; keyboardDOM: KeyboardElement;
options: Partial<KeyboardOptions | undefined>; options: Partial<KeyboardOptions | undefined>;

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.4.103 * simple-keyboard v3.4.104
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.4.103 (index.modern.js - Modern Browsers bundle) * simple-keyboard v3.4.104 (index.modern.js - Modern Browsers bundle)
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills