Build update

This commit is contained in:
Francisco Hodge 2024-07-15 16:54:29 +00:00
parent cdfe8565ee
commit cef8bc4b31
7 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ declare class SimpleKeyboard {
activeInputElement: HTMLInputElement | HTMLTextAreaElement | null;
/**
* Creates an instance of SimpleKeyboard
* @param {Array} params If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object.
* @param {Array} selectorOrOptions If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object.
*/
constructor(selectorOrOptions?: string | HTMLDivElement | KeyboardOptions, keyboardOptions?: KeyboardOptions);
/**

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long