simple-keyboard-layouts 3.1.115 → 3.1.118
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/components/Layouts.d.ts +1 -1
- package/build/index.js +1 -1
- package/build/layouts/arabic.d.ts +1 -1
- package/build/layouts/assamese.d.ts +1 -1
- package/build/layouts/belarusian.d.ts +1 -1
- package/build/layouts/bengali.d.ts +1 -1
- package/build/layouts/burmese.d.ts +1 -1
- package/build/layouts/chinese.d.ts +1 -1
- package/build/layouts/czech.d.ts +1 -1
- package/build/layouts/english.d.ts +1 -1
- package/build/layouts/farsi.d.ts +1 -1
- package/build/layouts/french.d.ts +1 -1
- package/build/layouts/georgian.d.ts +1 -1
- package/build/layouts/german.d.ts +1 -1
- package/build/layouts/gilaki.d.ts +4 -4
- package/build/layouts/greek.d.ts +1 -1
- package/build/layouts/hebrew.d.ts +1 -1
- package/build/layouts/hindi.d.ts +1 -1
- package/build/layouts/hungarian.d.ts +1 -1
- package/build/layouts/italian.d.ts +1 -1
- package/build/layouts/japanese.d.ts +1 -1
- package/build/layouts/kannada.d.ts +1 -1
- package/build/layouts/korean.d.ts +1 -1
- package/build/layouts/malayalam.d.ts +1 -1
- package/build/layouts/nigerian.d.ts +1 -1
- package/build/layouts/nko.d.ts +1 -1
- package/build/layouts/norwegian.d.ts +1 -1
- package/build/layouts/polish.d.ts +1 -1
- package/build/layouts/russian.d.ts +1 -1
- package/build/layouts/russianOld.d.ts +1 -1
- package/build/layouts/sindhi.d.ts +1 -1
- package/build/layouts/spanish.d.ts +1 -1
- package/build/layouts/swedish.d.ts +1 -1
- package/build/layouts/thai.d.ts +1 -1
- package/build/layouts/turkish.d.ts +1 -1
- package/build/layouts/ukrainian.d.ts +1 -1
- package/build/layouts/urdu.d.ts +1 -1
- package/build/layouts/uyghur.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LayoutItem, LayoutItemObj } from "./../interfaces";
|
|
2
2
|
declare class SimpleKeyboardLayouts {
|
|
3
3
|
layouts: LayoutItemObj;
|
|
4
|
-
get: (layout?: string
|
|
4
|
+
get: (layout?: string) => LayoutItem | LayoutItemObj;
|
|
5
5
|
}
|
|
6
6
|
export default SimpleKeyboardLayouts;
|
package/build/index.js
CHANGED
package/build/layouts/czech.d.ts
CHANGED
package/build/layouts/farsi.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Layout: Gilaki
|
|
3
|
+
* Source: LordArma (https://github.com/LordArma)
|
|
4
|
+
*/
|
|
1
5
|
declare const _default: {
|
|
2
6
|
layout: {
|
|
3
7
|
default: string[];
|
|
4
8
|
shift: string[];
|
|
5
9
|
};
|
|
6
10
|
};
|
|
7
|
-
/**
|
|
8
|
-
* Layout: Gilaki
|
|
9
|
-
* Source: LordArma (https://github.com/LordArma)
|
|
10
|
-
*/
|
|
11
11
|
export default _default;
|
package/build/layouts/greek.d.ts
CHANGED
package/build/layouts/hindi.d.ts
CHANGED
package/build/layouts/nko.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { LayoutItem } from "../interfaces";
|
|
2
|
-
declare const _default: LayoutItem;
|
|
3
2
|
/**
|
|
4
3
|
* Layout: Spanish
|
|
5
4
|
* Source: Paco Alcantara (https://github.com/pacoalcantara)
|
|
6
5
|
* Based on: http://ascii-table.com/keyboard.php/171
|
|
7
6
|
* and http://ascii-table.com/keyboard.php/071-2
|
|
8
7
|
*/
|
|
8
|
+
declare const _default: LayoutItem;
|
|
9
9
|
export default _default;
|
package/build/layouts/thai.d.ts
CHANGED
package/build/layouts/urdu.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simple-keyboard-layouts",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.118",
|
|
4
4
|
"description": "Layouts module for simple-keyboard",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/cli": "^7.17.6",
|
|
45
|
-
"@babel/core": "^7.18.
|
|
45
|
+
"@babel/core": "^7.18.2",
|
|
46
46
|
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
|
47
47
|
"@babel/plugin-transform-typescript": "^7.18.1",
|
|
48
48
|
"@babel/polyfill": "^7.12.1",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
63
63
|
"prettier": "^2.6.2",
|
|
64
64
|
"prettier-webpack-plugin": "^1.2.0",
|
|
65
|
-
"simple-keyboard": "3.4.
|
|
65
|
+
"simple-keyboard": "3.4.104",
|
|
66
66
|
"style-loader": "^3.2.1",
|
|
67
67
|
"terser-webpack-plugin": "^5.3.1",
|
|
68
|
-
"typescript": "^4.
|
|
68
|
+
"typescript": "^4.7.2",
|
|
69
69
|
"uglify-es": "^3.3.9",
|
|
70
70
|
"url-loader": "^4.1.1",
|
|
71
71
|
"webpack": "^5.40.0",
|