mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 18:49:47 +08:00
Build update
This commit is contained in:
parent
c44d6e3472
commit
f6a72b27b2
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.5.8
|
||||
* simple-keyboard v3.5.9
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
build/interfaces.d.ts
vendored
4
build/interfaces.d.ts
vendored
@ -129,6 +129,10 @@ export interface KeyboardOptions {
|
||||
* Define the background color that the physical keyboard highlighted key should have.
|
||||
*/
|
||||
physicalKeyboardHighlightBgColor?: string;
|
||||
/**
|
||||
* Whether physicalKeyboardHighlight should use preventDefault to disable default browser actions.
|
||||
*/
|
||||
physicalKeyboardHighlightPreventDefault?: boolean;
|
||||
/**
|
||||
* Calling preventDefault for the mousedown events keeps the focus on the input.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user