mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-06-06 00:00:38 +08:00
Build update
This commit is contained in:
Vendored
+1
-1
@@ -46,7 +46,7 @@ declare class SimpleKeyboard {
|
||||
/**
|
||||
* parseParams
|
||||
*/
|
||||
handleParams: (selectorOrOptions?: string | HTMLDivElement | KeyboardOptions | undefined, keyboardOptions?: KeyboardOptions | undefined) => {
|
||||
handleParams: (selectorOrOptions?: string | HTMLDivElement | KeyboardOptions, keyboardOptions?: KeyboardOptions) => {
|
||||
keyboardDOMClass: string;
|
||||
keyboardDOM: KeyboardElement;
|
||||
options: Partial<KeyboardOptions | undefined>;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.4.103
|
||||
* simple-keyboard v3.4.104
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
@@ -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
|
||||
*
|
||||
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
||||
|
||||
Reference in New Issue
Block a user