Build update

This commit is contained in:
Francisco Hodge
2019-11-20 22:01:09 +00:00
parent 48439af6f4
commit c9d3070d42
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.27.10
* simple-keyboard v2.27.11
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
File diff suppressed because one or more lines are too long
+5
View File
@@ -93,6 +93,11 @@ declare module 'simple-keyboard' {
* Calling preventDefault for the mousedown events keeps the focus on the input.
*/
preventMouseDownDefault?: boolean;
/**
* Stops pointer down events on simple-keyboard buttons from bubbling to parent elements.
*/
stopMouseDownPropagation?: boolean;
/**
* Define the text color that the physical keyboard highlighted key should have.
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.27.10
* simple-keyboard v2.27.11
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
+1 -1
View File
File diff suppressed because one or more lines are too long