simple-keyboard 3.7.23 → 3.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.7.23
3
+ * simple-keyboard v3.7.24
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.7.23
3
+ * simple-keyboard v3.7.24
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.7.23 (index.modern.esm.js - Modern Browsers bundle, ESM output)
3
+ * simple-keyboard v3.7.24 (index.modern.esm.js - Modern Browsers bundle, ESM output)
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.7.23 (index.modern.js - Modern Browsers bundle)
3
+ * simple-keyboard v3.7.24 (index.modern.js - Modern Browsers bundle)
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
@@ -216,11 +216,11 @@ export interface KeyboardOptions {
216
216
  /**
217
217
  * Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
218
218
  */
219
- onRender?: (instance?: SimpleKeyboard) => void;
219
+ onRender?: (instance: SimpleKeyboard) => void;
220
220
  /**
221
221
  * Executes the callback function once simple-keyboard is rendered for the first time (on initialization).
222
222
  */
223
- onInit?: (instance?: SimpleKeyboard) => void;
223
+ onInit?: (instance: SimpleKeyboard) => void;
224
224
  /**
225
225
  * Retrieves the current input
226
226
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.7.23",
3
+ "version": "3.7.24",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {