simple-keyboard 3.8.17 → 3.8.19

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.
@@ -220,6 +220,10 @@ export interface KeyboardOptions {
220
220
  * Updates caret when selectionchange event is fired
221
221
  */
222
222
  updateCaretOnSelectionChange?: boolean;
223
+ /**
224
+ * When useMouseEvents is enabled, this option allows you to trigger a button click event on mousedown
225
+ */
226
+ clickOnMouseDown?: boolean;
223
227
  /**
224
228
  * Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
225
229
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.8.17",
3
+ "version": "3.8.19",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -65,7 +65,7 @@
65
65
  "postcss-loader": "^8.1.1",
66
66
  "style-loader": "^4.0.0",
67
67
  "terser-webpack-plugin": "^5.3.10",
68
- "typescript": "^5.6.3",
68
+ "typescript": "^5.7.2",
69
69
  "url-loader": "^4.1.1",
70
70
  "webpack": "^5.96.1",
71
71
  "webpack-cli": "^5.1.3",