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.
Files changed (39) hide show
  1. package/build/components/Layouts.d.ts +1 -1
  2. package/build/index.js +1 -1
  3. package/build/layouts/arabic.d.ts +1 -1
  4. package/build/layouts/assamese.d.ts +1 -1
  5. package/build/layouts/belarusian.d.ts +1 -1
  6. package/build/layouts/bengali.d.ts +1 -1
  7. package/build/layouts/burmese.d.ts +1 -1
  8. package/build/layouts/chinese.d.ts +1 -1
  9. package/build/layouts/czech.d.ts +1 -1
  10. package/build/layouts/english.d.ts +1 -1
  11. package/build/layouts/farsi.d.ts +1 -1
  12. package/build/layouts/french.d.ts +1 -1
  13. package/build/layouts/georgian.d.ts +1 -1
  14. package/build/layouts/german.d.ts +1 -1
  15. package/build/layouts/gilaki.d.ts +4 -4
  16. package/build/layouts/greek.d.ts +1 -1
  17. package/build/layouts/hebrew.d.ts +1 -1
  18. package/build/layouts/hindi.d.ts +1 -1
  19. package/build/layouts/hungarian.d.ts +1 -1
  20. package/build/layouts/italian.d.ts +1 -1
  21. package/build/layouts/japanese.d.ts +1 -1
  22. package/build/layouts/kannada.d.ts +1 -1
  23. package/build/layouts/korean.d.ts +1 -1
  24. package/build/layouts/malayalam.d.ts +1 -1
  25. package/build/layouts/nigerian.d.ts +1 -1
  26. package/build/layouts/nko.d.ts +1 -1
  27. package/build/layouts/norwegian.d.ts +1 -1
  28. package/build/layouts/polish.d.ts +1 -1
  29. package/build/layouts/russian.d.ts +1 -1
  30. package/build/layouts/russianOld.d.ts +1 -1
  31. package/build/layouts/sindhi.d.ts +1 -1
  32. package/build/layouts/spanish.d.ts +1 -1
  33. package/build/layouts/swedish.d.ts +1 -1
  34. package/build/layouts/thai.d.ts +1 -1
  35. package/build/layouts/turkish.d.ts +1 -1
  36. package/build/layouts/ukrainian.d.ts +1 -1
  37. package/build/layouts/urdu.d.ts +1 -1
  38. package/build/layouts/uyghur.d.ts +1 -1
  39. 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 | undefined) => LayoutItem | LayoutItemObj;
4
+ get: (layout?: string) => LayoutItem | LayoutItemObj;
5
5
  }
6
6
  export default SimpleKeyboardLayouts;
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard-layouts v3.1.115
3
+ * simple-keyboard-layouts v3.1.118
4
4
  * https://github.com/hodgef/simple-keyboard-layouts
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Arabic
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Assamese
5
4
  * Source: Akhilesh (https://github.com/akki2825)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Belarusian
5
4
  * Source: maxshuty (https://github.com/maxshuty)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Bengali
5
4
  * Source: adnan360 (https://github.com/adnan360)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Burmese
5
4
  * Source: U Kyi Win (https://github.com/ukyiwin)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Chinese
5
4
  * Source: https://github.com/sxei/pinyinjs
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Czech
5
4
  * Source: Dmitry Dalimov (https://github.com/slavabogov)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: English
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Farsi
5
4
  * Source: Alireza Jahandideh (https://github.com/Youhan)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: French
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Georgian
5
4
  * Source: e404r (https://github.com/e404r)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: German
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -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;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Greek
5
4
  * Source: maciej-sielski (https://github.com/maciej-sielski)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Hebrew
5
4
  * Source: vleon1 (https://github.com/vleon1)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Hindi
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Hungarian
5
4
  * Source: Farquaad (https://github.com/Farquaad)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Italian
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Japanese
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Kannada
5
4
  * Source: yogishp (https://github.com/yogishp)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Korean
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Malayalam
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Nigerian
5
4
  * Source: Benson Muite (https://github.com/bkmgit)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: N'ko
5
4
  * Source: kjitteh (https://github.com/kjitteh)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Nigerian
5
4
  * Source: Benson Muite (https://github.com/bkmgit)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Polish
5
4
  * Source: maciej-sielski (https://github.com/maciej-sielski)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Russian
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Russian Old
5
4
  * Source: maxshuty (https://github.com/maxshuty)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Sindhi
5
4
  * Source: Salman Sattar (https://github.com/salman65)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -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;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Swedish
5
4
  * Source: wpressdev (https://github.com/wpressdev)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Thai
5
4
  */
5
+ declare const _default: LayoutItem;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Swedish
5
4
  * Source: wpressdev (https://github.com/wpressdev)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Ukrainian
5
4
  * Source: boomsya (https://github.com/boomsya)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Urdu
5
4
  * Source: Salman Sattar (https://github.com/salman65)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItem } from "../interfaces";
2
- declare const _default: LayoutItem;
3
2
  /**
4
3
  * Layout: Uyghur
5
4
  * Source: Ailiniyazi Maimaiti (https://github.com/fkcailiniyazi)
6
5
  */
6
+ declare const _default: LayoutItem;
7
7
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard-layouts",
3
- "version": "3.1.115",
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.0",
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.101",
65
+ "simple-keyboard": "3.4.104",
66
66
  "style-loader": "^3.2.1",
67
67
  "terser-webpack-plugin": "^5.3.1",
68
- "typescript": "^4.6.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",