simple-keyboard 3.4.163 → 3.4.165

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.
@@ -200,6 +200,10 @@ export interface KeyboardOptions {
200
200
  * Determines whether layout candidate match should be case sensitive.
201
201
  */
202
202
  layoutCandidatesCaseSensitiveMatch?: boolean;
203
+ /**
204
+ * Disables the automatic normalization for selected layout candidates
205
+ */
206
+ disableCandidateNormalization?: boolean;
203
207
  /**
204
208
  * Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
205
209
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.4.163",
3
+ "version": "3.4.165",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -40,11 +40,11 @@
40
40
  "license": "MIT",
41
41
  "devDependencies": {
42
42
  "@babel/cli": "^7.18.10",
43
- "@babel/core": "^7.19.1",
43
+ "@babel/core": "^7.19.3",
44
44
  "@babel/plugin-proposal-class-properties": "^7.17.12",
45
- "@babel/plugin-transform-typescript": "^7.19.1",
45
+ "@babel/plugin-transform-typescript": "^7.19.3",
46
46
  "@babel/polyfill": "^7.12.1",
47
- "@babel/preset-env": "^7.19.1",
47
+ "@babel/preset-env": "^7.19.3",
48
48
  "@types/jest": "^27.5.0",
49
49
  "@typescript-eslint/eslint-plugin": "^5.38.1",
50
50
  "@typescript-eslint/parser": "^5.36.2",
@@ -64,7 +64,7 @@
64
64
  "postcss-loader": "^7.0.1",
65
65
  "style-loader": "^3.3.1",
66
66
  "terser-webpack-plugin": "^5.3.6",
67
- "typescript": "^4.8.3",
67
+ "typescript": "^4.8.4",
68
68
  "url-loader": "^4.1.1",
69
69
  "webpack": "^5.40.0",
70
70
  "webpack-cli": "^4.10.0",