simple-keyboard-layouts 3.2.49 → 3.3.0
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/README.md +68 -68
- package/build/components/Layouts.d.ts +6 -6
- package/build/components/Layouts.test.d.ts +1 -1
- package/build/index.d.ts +3 -3
- package/build/index.esm.js +11 -0
- package/build/index.js +1 -1
- package/build/interfaces.d.ts +8 -8
- package/build/interfaces.js +1 -1
- package/build/layouts/arabic.d.ts +6 -6
- package/build/layouts/arabic.js +21 -21
- package/build/layouts/assamese.d.ts +7 -7
- package/build/layouts/assamese.js +22 -22
- package/build/layouts/balochi.d.ts +7 -7
- package/build/layouts/balochi.js +22 -22
- package/build/layouts/belarusian.d.ts +7 -7
- package/build/layouts/belarusian.js +22 -22
- package/build/layouts/bengali.d.ts +7 -7
- package/build/layouts/bengali.js +22 -22
- package/build/layouts/brazilian.d.ts +6 -6
- package/build/layouts/brazilian.js +21 -21
- package/build/layouts/burmese.d.ts +7 -7
- package/build/layouts/burmese.js +22 -22
- package/build/layouts/chinese.d.ts +7 -7
- package/build/layouts/chinese.js +428 -428
- package/build/layouts/czech.d.ts +7 -7
- package/build/layouts/czech.js +22 -22
- package/build/layouts/english.d.ts +6 -6
- package/build/layouts/english.js +21 -21
- package/build/layouts/farsi.d.ts +7 -7
- package/build/layouts/farsi.js +22 -22
- package/build/layouts/french.d.ts +6 -6
- package/build/layouts/french.js +21 -21
- package/build/layouts/georgian.d.ts +7 -7
- package/build/layouts/georgian.js +22 -22
- package/build/layouts/german.d.ts +6 -6
- package/build/layouts/german.js +21 -21
- package/build/layouts/gilaki.d.ts +11 -11
- package/build/layouts/gilaki.js +22 -22
- package/build/layouts/greek.d.ts +7 -7
- package/build/layouts/greek.js +22 -22
- package/build/layouts/hebrew.d.ts +7 -7
- package/build/layouts/hebrew.js +22 -22
- package/build/layouts/hindi.d.ts +6 -6
- package/build/layouts/hindi.js +21 -21
- package/build/layouts/hungarian.d.ts +7 -7
- package/build/layouts/hungarian.js +22 -22
- package/build/layouts/italian.d.ts +6 -6
- package/build/layouts/italian.js +21 -21
- package/build/layouts/japanese.d.ts +6 -6
- package/build/layouts/japanese.js +21 -21
- package/build/layouts/kannada.d.ts +7 -7
- package/build/layouts/kannada.js +22 -22
- package/build/layouts/korean.d.ts +6 -6
- package/build/layouts/korean.js +11195 -11195
- package/build/layouts/kurdish.d.ts +7 -7
- package/build/layouts/kurdish.js +22 -22
- package/build/layouts/malayalam.d.ts +6 -6
- package/build/layouts/malayalam.js +21 -21
- package/build/layouts/nigerian.d.ts +7 -7
- package/build/layouts/nigerian.js +22 -22
- package/build/layouts/nko.d.ts +7 -7
- package/build/layouts/nko.js +22 -22
- package/build/layouts/norwegian.d.ts +7 -7
- package/build/layouts/norwegian.js +22 -22
- package/build/layouts/odia.d.ts +7 -7
- package/build/layouts/odia.js +22 -22
- package/build/layouts/polish.d.ts +7 -7
- package/build/layouts/polish.js +22 -22
- package/build/layouts/punjabi.d.ts +6 -6
- package/build/layouts/punjabi.js +21 -21
- package/build/layouts/russian.d.ts +6 -6
- package/build/layouts/russian.js +21 -21
- package/build/layouts/russianOld.d.ts +7 -7
- package/build/layouts/russianOld.js +22 -22
- package/build/layouts/sindhi.d.ts +7 -7
- package/build/layouts/sindhi.js +22 -22
- package/build/layouts/spanish.d.ts +9 -9
- package/build/layouts/spanish.js +24 -24
- package/build/layouts/swedish.d.ts +7 -7
- package/build/layouts/swedish.js +22 -22
- package/build/layouts/telugu.d.ts +6 -6
- package/build/layouts/telugu.js +21 -21
- package/build/layouts/thai.d.ts +6 -6
- package/build/layouts/thai.js +21 -21
- package/build/layouts/turkish.d.ts +7 -7
- package/build/layouts/turkish.js +22 -22
- package/build/layouts/ukrainian.d.ts +7 -7
- package/build/layouts/ukrainian.js +22 -22
- package/build/layouts/urdu.d.ts +7 -7
- package/build/layouts/urdu.js +22 -22
- package/build/layouts/urduStandard.d.ts +7 -7
- package/build/layouts/urduStandard.js +22 -22
- package/build/layouts/uyghur.d.ts +7 -7
- package/build/layouts/uyghur.js +22 -22
- package/package.json +113 -112
package/package.json
CHANGED
|
@@ -1,112 +1,113 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "simple-keyboard-layouts",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Layouts module for simple-keyboard",
|
|
5
|
-
"main": "build/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "webpack serve --config webpack.config.demo.js",
|
|
8
|
-
"build": "webpack && tsc && npm run buildLayouts",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"@babel/
|
|
46
|
-
"@babel/
|
|
47
|
-
"@babel/plugin-
|
|
48
|
-
"@babel/
|
|
49
|
-
"@babel/
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@typescript-eslint/
|
|
53
|
-
"
|
|
54
|
-
"babel-
|
|
55
|
-
"babel-
|
|
56
|
-
"
|
|
57
|
-
"css-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"webpack
|
|
71
|
-
"webpack-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
"!src
|
|
81
|
-
"!src/
|
|
82
|
-
"!src/
|
|
83
|
-
"!src
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"<rootDir>/src/**/*.{
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
"\\.(
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"js",
|
|
102
|
-
"
|
|
103
|
-
"ts",
|
|
104
|
-
"
|
|
105
|
-
"tsx",
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"jsx",
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "simple-keyboard-layouts",
|
|
3
|
+
"version": "3.3.0",
|
|
4
|
+
"description": "Layouts module for simple-keyboard",
|
|
5
|
+
"main": "build/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "webpack serve --config webpack.config.demo.js",
|
|
8
|
+
"build": "webpack && npm run build-esm && tsc && npm run buildLayouts",
|
|
9
|
+
"build-esm": "webpack --config webpack.config.build_esm.js",
|
|
10
|
+
"buildLayouts": "tsc --p tsconfig.layouts.json",
|
|
11
|
+
"test": "jest --silent",
|
|
12
|
+
"coverage": "npm run test -- --coverage",
|
|
13
|
+
"prepare": "npm run build",
|
|
14
|
+
"trypublish": "npm publish || true"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/hodgef/simple-keyboard-layouts"
|
|
19
|
+
},
|
|
20
|
+
"author": "Francisco Hodge <hello@franciscohodge.com> (https://github.com/hodgef)",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/hodgef/simple-keyboard-layouts/issues"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://hodgef.com/simple-keyboard/modules/simple-keyboard-layouts/",
|
|
25
|
+
"keywords": [
|
|
26
|
+
"javascript",
|
|
27
|
+
"es6",
|
|
28
|
+
"digital",
|
|
29
|
+
"keyboard",
|
|
30
|
+
"onscreen",
|
|
31
|
+
"virtual",
|
|
32
|
+
"screen-keyboard",
|
|
33
|
+
"component",
|
|
34
|
+
"virtual-keyboard",
|
|
35
|
+
"touchscreen",
|
|
36
|
+
"touch-screen",
|
|
37
|
+
"layout",
|
|
38
|
+
"keyboard-layout",
|
|
39
|
+
"kiosk",
|
|
40
|
+
"osk",
|
|
41
|
+
"js"
|
|
42
|
+
],
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@babel/cli": "^7.22.10",
|
|
46
|
+
"@babel/core": "^7.22.9",
|
|
47
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
48
|
+
"@babel/plugin-transform-typescript": "^7.22.10",
|
|
49
|
+
"@babel/polyfill": "^7.12.1",
|
|
50
|
+
"@babel/preset-env": "^7.22.10",
|
|
51
|
+
"@types/jest": "^27.5.0",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
53
|
+
"@typescript-eslint/parser": "^4.33.0",
|
|
54
|
+
"babel-eslint": "^10.1.0",
|
|
55
|
+
"babel-loader": "^9.1.3",
|
|
56
|
+
"babel-preset-minify": "^0.5.2",
|
|
57
|
+
"css-loader": "^6.8.1",
|
|
58
|
+
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
59
|
+
"eslint": "^7.32.0",
|
|
60
|
+
"file-loader": "^6.2.0",
|
|
61
|
+
"html-webpack-plugin": "^5.5.3",
|
|
62
|
+
"jest": "^26.6.3",
|
|
63
|
+
"mini-css-extract-plugin": "^2.7.5",
|
|
64
|
+
"simple-keyboard": "3.6.42",
|
|
65
|
+
"style-loader": "^3.2.1",
|
|
66
|
+
"terser-webpack-plugin": "^5.3.7",
|
|
67
|
+
"typescript": "^4.9.5",
|
|
68
|
+
"uglify-es": "^3.3.9",
|
|
69
|
+
"url-loader": "^4.1.1",
|
|
70
|
+
"webpack": "^5.88.2",
|
|
71
|
+
"webpack-cli": "^5.1.3",
|
|
72
|
+
"webpack-dev-server": "4.13.1"
|
|
73
|
+
},
|
|
74
|
+
"jest": {
|
|
75
|
+
"roots": [
|
|
76
|
+
"<rootDir>/src"
|
|
77
|
+
],
|
|
78
|
+
"collectCoverageFrom": [
|
|
79
|
+
"src/**/*.{js,jsx,ts,tsx}",
|
|
80
|
+
"!src/**/*.d.ts",
|
|
81
|
+
"!src/lib/index.js",
|
|
82
|
+
"!src/demo/index.js",
|
|
83
|
+
"!src/utils/**",
|
|
84
|
+
"!src/**/*.d.ts",
|
|
85
|
+
"!**/tests/**"
|
|
86
|
+
],
|
|
87
|
+
"testMatch": [
|
|
88
|
+
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
|
|
89
|
+
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
90
|
+
],
|
|
91
|
+
"transformIgnorePatterns": [
|
|
92
|
+
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
|
|
93
|
+
"^.+\\.module\\.(css|sass|scss)$"
|
|
94
|
+
],
|
|
95
|
+
"modulePaths": [],
|
|
96
|
+
"moduleNameMapper": {
|
|
97
|
+
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js",
|
|
98
|
+
"\\.(css|less)$": "<rootDir>/scripts/testMock.js"
|
|
99
|
+
},
|
|
100
|
+
"moduleFileExtensions": [
|
|
101
|
+
"web.js",
|
|
102
|
+
"js",
|
|
103
|
+
"web.ts",
|
|
104
|
+
"ts",
|
|
105
|
+
"web.tsx",
|
|
106
|
+
"tsx",
|
|
107
|
+
"json",
|
|
108
|
+
"web.jsx",
|
|
109
|
+
"jsx",
|
|
110
|
+
"node"
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
}
|