mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 16:43:46 +08:00
Build update
This commit is contained in:
parent
f9357aa60f
commit
edcfbc6b57
2
build/components/Keyboard.d.ts
vendored
2
build/components/Keyboard.d.ts
vendored
@ -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>;
|
||||||
|
@ -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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user