simple-keyboard 3.5.22 → 3.5.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.
- package/build/css/index.css +1 -1
- package/build/index.js +2 -2
- package/build/index.modern.js +2 -2
- package/build/index.modern.js.map +1 -1
- package/build/interfaces.d.ts +4 -0
- package/package.json +3 -3
package/build/interfaces.d.ts
CHANGED
|
@@ -209,6 +209,10 @@ export interface KeyboardOptions {
|
|
|
209
209
|
* Disables the automatic normalization for selected layout candidates
|
|
210
210
|
*/
|
|
211
211
|
disableCandidateNormalization?: boolean;
|
|
212
|
+
/**
|
|
213
|
+
* Enables onKeyPress triggering for layoutCandidate items
|
|
214
|
+
*/
|
|
215
|
+
enableLayoutCandidatesKeyPress?: boolean;
|
|
212
216
|
/**
|
|
213
217
|
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
|
|
214
218
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simple-keyboard",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.24",
|
|
4
4
|
"description": "On-screen Javascript Virtual Keyboard",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"@babel/preset-env": "^7.20.2",
|
|
48
48
|
"@types/jest": "^27.5.0",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
50
|
-
"@typescript-eslint/parser": "^5.
|
|
50
|
+
"@typescript-eslint/parser": "^5.52.0",
|
|
51
51
|
"autoprefixer": "^10.4.13",
|
|
52
52
|
"babel-eslint": "^10.1.0",
|
|
53
53
|
"babel-loader": "^9.1.2",
|
|
54
54
|
"babel-preset-minify": "^0.5.2",
|
|
55
|
-
"core-js": "^3.
|
|
55
|
+
"core-js": "^3.28.0",
|
|
56
56
|
"css-loader": "^6.7.3",
|
|
57
57
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
58
58
|
"eslint": "^8.34.0",
|