mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-30 01:40:16 +08:00
Build update
This commit is contained in:
parent
8f61bd0690
commit
9bdbd3aa3b
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.23
|
* simple-keyboard v3.7.24
|
||||||
* 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.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.23
|
* simple-keyboard v3.7.24
|
||||||
* 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.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.23 (index.modern.esm.js - Modern Browsers bundle, ESM output)
|
* simple-keyboard v3.7.24 (index.modern.esm.js - Modern Browsers bundle, ESM output)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
|
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.7.23 (index.modern.js - Modern Browsers bundle)
|
* simple-keyboard v3.7.24 (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
|
||||||
|
4
build/interfaces.d.ts
vendored
4
build/interfaces.d.ts
vendored
@ -216,11 +216,11 @@ export interface KeyboardOptions {
|
|||||||
/**
|
/**
|
||||||
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
|
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
|
||||||
*/
|
*/
|
||||||
onRender?: (instance?: SimpleKeyboard) => void;
|
onRender?: (instance: SimpleKeyboard) => void;
|
||||||
/**
|
/**
|
||||||
* Executes the callback function once simple-keyboard is rendered for the first time (on initialization).
|
* Executes the callback function once simple-keyboard is rendered for the first time (on initialization).
|
||||||
*/
|
*/
|
||||||
onInit?: (instance?: SimpleKeyboard) => void;
|
onInit?: (instance: SimpleKeyboard) => void;
|
||||||
/**
|
/**
|
||||||
* Retrieves the current input
|
* Retrieves the current input
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user