@keymanapp/common-types 17.0.155-alpha → 17.0.157-alpha

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 (246) hide show
  1. package/build/src/consts/virtual-key-constants.d.ts +144 -138
  2. package/build/src/consts/virtual-key-constants.d.ts.map +1 -1
  3. package/build/src/consts/virtual-key-constants.js +258 -252
  4. package/build/src/consts/virtual-key-constants.js.map +1 -1
  5. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +8 -7
  6. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts.map +1 -1
  7. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js +76 -74
  8. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js.map +1 -1
  9. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +31 -24
  10. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts.map +1 -1
  11. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js +119 -75
  12. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js.map +1 -1
  13. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +78 -76
  14. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts.map +1 -1
  15. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +28 -26
  16. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js.map +1 -1
  17. package/build/src/kmx/element-string.d.ts +26 -24
  18. package/build/src/kmx/element-string.d.ts.map +1 -1
  19. package/build/src/kmx/element-string.js +121 -119
  20. package/build/src/kmx/element-string.js.map +1 -1
  21. package/build/src/kmx/keyman-targets.d.ts +23 -0
  22. package/build/src/kmx/keyman-targets.d.ts.map +1 -0
  23. package/build/src/kmx/keyman-targets.js +80 -0
  24. package/build/src/kmx/keyman-targets.js.map +1 -0
  25. package/build/src/kmx/kmx-builder.d.ts +35 -33
  26. package/build/src/kmx/kmx-builder.d.ts.map +1 -1
  27. package/build/src/kmx/kmx-builder.js +190 -188
  28. package/build/src/kmx/kmx-builder.js.map +1 -1
  29. package/build/src/kmx/kmx-file-reader.d.ts +16 -7
  30. package/build/src/kmx/kmx-file-reader.d.ts.map +1 -1
  31. package/build/src/kmx/kmx-file-reader.js +135 -38
  32. package/build/src/kmx/kmx-file-reader.js.map +1 -1
  33. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +20 -18
  34. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts.map +1 -1
  35. package/build/src/kmx/kmx-plus-builder/build-disp.js +27 -25
  36. package/build/src/kmx/kmx-plus-builder/build-disp.js.map +1 -1
  37. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +31 -29
  38. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts.map +1 -1
  39. package/build/src/kmx/kmx-plus-builder/build-elem.js +90 -88
  40. package/build/src/kmx/kmx-plus-builder/build-elem.js.map +1 -1
  41. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +60 -58
  42. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts.map +1 -1
  43. package/build/src/kmx/kmx-plus-builder/build-keys.js +109 -107
  44. package/build/src/kmx/kmx-plus-builder/build-keys.js.map +1 -1
  45. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +56 -54
  46. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts.map +1 -1
  47. package/build/src/kmx/kmx-plus-builder/build-layr.js +101 -99
  48. package/build/src/kmx/kmx-plus-builder/build-layr.js.map +1 -1
  49. package/build/src/kmx/kmx-plus-builder/build-list.d.ts +38 -36
  50. package/build/src/kmx/kmx-plus-builder/build-list.d.ts.map +1 -1
  51. package/build/src/kmx/kmx-plus-builder/build-list.js +67 -65
  52. package/build/src/kmx/kmx-plus-builder/build-list.js.map +1 -1
  53. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +14 -12
  54. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts.map +1 -1
  55. package/build/src/kmx/kmx-plus-builder/build-loca.js +22 -20
  56. package/build/src/kmx/kmx-plus-builder/build-loca.js.map +1 -1
  57. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +19 -17
  58. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts.map +1 -1
  59. package/build/src/kmx/kmx-plus-builder/build-meta.js +23 -21
  60. package/build/src/kmx/kmx-plus-builder/build-meta.js.map +1 -1
  61. package/build/src/kmx/kmx-plus-builder/build-name.d.ts +14 -12
  62. package/build/src/kmx/kmx-plus-builder/build-name.d.ts.map +1 -1
  63. package/build/src/kmx/kmx-plus-builder/build-name.js +25 -23
  64. package/build/src/kmx/kmx-plus-builder/build-name.js.map +1 -1
  65. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +18 -16
  66. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts.map +1 -1
  67. package/build/src/kmx/kmx-plus-builder/build-sect.js +16 -14
  68. package/build/src/kmx/kmx-plus-builder/build-sect.js.map +1 -1
  69. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +25 -23
  70. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts.map +1 -1
  71. package/build/src/kmx/kmx-plus-builder/build-strs.js +47 -45
  72. package/build/src/kmx/kmx-plus-builder/build-strs.js.map +1 -1
  73. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +35 -33
  74. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts.map +1 -1
  75. package/build/src/kmx/kmx-plus-builder/build-tran.js +70 -68
  76. package/build/src/kmx/kmx-plus-builder/build-tran.js.map +1 -1
  77. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +33 -31
  78. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts.map +1 -1
  79. package/build/src/kmx/kmx-plus-builder/build-uset.js +61 -59
  80. package/build/src/kmx/kmx-plus-builder/build-uset.js.map +1 -1
  81. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +24 -22
  82. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts.map +1 -1
  83. package/build/src/kmx/kmx-plus-builder/build-vars.js +49 -47
  84. package/build/src/kmx/kmx-plus-builder/build-vars.js.map +1 -1
  85. package/build/src/kmx/kmx-plus-builder/build-vkey.d.ts +18 -16
  86. package/build/src/kmx/kmx-plus-builder/build-vkey.d.ts.map +1 -1
  87. package/build/src/kmx/kmx-plus-builder/build-vkey.js +25 -23
  88. package/build/src/kmx/kmx-plus-builder/build-vkey.js.map +1 -1
  89. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +12 -10
  90. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts.map +1 -1
  91. package/build/src/kmx/kmx-plus-builder/builder-section.js +5 -3
  92. package/build/src/kmx/kmx-plus-builder/builder-section.js.map +1 -1
  93. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +49 -47
  94. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts.map +1 -1
  95. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js +146 -144
  96. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js.map +1 -1
  97. package/build/src/kmx/kmx-plus.d.ts +331 -329
  98. package/build/src/kmx/kmx-plus.d.ts.map +1 -1
  99. package/build/src/kmx/kmx-plus.js +835 -833
  100. package/build/src/kmx/kmx-plus.js.map +1 -1
  101. package/build/src/kmx/kmx.d.ts +235 -209
  102. package/build/src/kmx/kmx.d.ts.map +1 -1
  103. package/build/src/kmx/kmx.js +299 -276
  104. package/build/src/kmx/kmx.js.map +1 -1
  105. package/build/src/kmx/string-list.d.ts +36 -34
  106. package/build/src/kmx/string-list.d.ts.map +1 -1
  107. package/build/src/kmx/string-list.js +85 -83
  108. package/build/src/kmx/string-list.js.map +1 -1
  109. package/build/src/kpj/keyman-developer-project.d.ts +74 -63
  110. package/build/src/kpj/keyman-developer-project.d.ts.map +1 -1
  111. package/build/src/kpj/keyman-developer-project.js +165 -146
  112. package/build/src/kpj/keyman-developer-project.js.map +1 -1
  113. package/build/src/kpj/kpj-file-reader.d.ts +21 -19
  114. package/build/src/kpj/kpj-file-reader.d.ts.map +1 -1
  115. package/build/src/kpj/kpj-file-reader.js +110 -96
  116. package/build/src/kpj/kpj-file-reader.js.map +1 -1
  117. package/build/src/kpj/kpj-file.d.ts +41 -39
  118. package/build/src/kpj/kpj-file.d.ts.map +1 -1
  119. package/build/src/kpj/kpj-file.js +13 -11
  120. package/build/src/kpj/kpj-file.js.map +1 -1
  121. package/build/src/kvk/kvk-file-reader.d.ts +7 -5
  122. package/build/src/kvk/kvk-file-reader.d.ts.map +1 -1
  123. package/build/src/kvk/kvk-file-reader.js +38 -35
  124. package/build/src/kvk/kvk-file-reader.js.map +1 -1
  125. package/build/src/kvk/kvk-file-writer.d.ts +22 -20
  126. package/build/src/kvk/kvk-file-writer.d.ts.map +1 -1
  127. package/build/src/kvk/kvk-file-writer.js +78 -67
  128. package/build/src/kvk/kvk-file-writer.js.map +1 -1
  129. package/build/src/kvk/kvk-file.d.ts +68 -65
  130. package/build/src/kvk/kvk-file.d.ts.map +1 -1
  131. package/build/src/kvk/kvk-file.js +67 -64
  132. package/build/src/kvk/kvk-file.js.map +1 -1
  133. package/build/src/kvk/kvks-file-reader.d.ts +26 -23
  134. package/build/src/kvk/kvks-file-reader.d.ts.map +1 -1
  135. package/build/src/kvk/kvks-file-reader.js +179 -151
  136. package/build/src/kvk/kvks-file-reader.js.map +1 -1
  137. package/build/src/kvk/kvks-file-writer.d.ts +9 -6
  138. package/build/src/kvk/kvks-file-writer.d.ts.map +1 -1
  139. package/build/src/kvk/kvks-file-writer.js +107 -98
  140. package/build/src/kvk/kvks-file-writer.js.map +1 -1
  141. package/build/src/kvk/kvks-file.d.ts +46 -44
  142. package/build/src/kvk/kvks-file.d.ts.map +1 -1
  143. package/build/src/kvk/kvks-file.js +12 -10
  144. package/build/src/kvk/kvks-file.js.map +1 -1
  145. package/build/src/kvk/visual-keyboard.d.ts +47 -35
  146. package/build/src/kvk/visual-keyboard.d.ts.map +1 -1
  147. package/build/src/kvk/visual-keyboard.js +73 -61
  148. package/build/src/kvk/visual-keyboard.js.map +1 -1
  149. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +58 -56
  150. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts.map +1 -1
  151. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.js +22 -20
  152. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.js.map +1 -1
  153. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +97 -95
  154. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts.map +1 -1
  155. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js +387 -385
  156. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js.map +1 -1
  157. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +163 -161
  158. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts.map +1 -1
  159. package/build/src/ldml-keyboard/ldml-keyboard-xml.js +41 -39
  160. package/build/src/ldml-keyboard/ldml-keyboard-xml.js.map +1 -1
  161. package/build/src/ldml-keyboard/pattern-parser.d.ts +138 -136
  162. package/build/src/ldml-keyboard/pattern-parser.d.ts.map +1 -1
  163. package/build/src/ldml-keyboard/pattern-parser.js +245 -243
  164. package/build/src/ldml-keyboard/pattern-parser.js.map +1 -1
  165. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +40 -38
  166. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts.map +1 -1
  167. package/build/src/ldml-keyboard/unicodeset-parser-api.js +30 -28
  168. package/build/src/ldml-keyboard/unicodeset-parser-api.js.map +1 -1
  169. package/build/src/main.d.ts +36 -29
  170. package/build/src/main.d.ts.map +1 -1
  171. package/build/src/main.js +35 -28
  172. package/build/src/main.js.map +1 -1
  173. package/build/src/osk/osk.d.ts +25 -0
  174. package/build/src/osk/osk.d.ts.map +1 -0
  175. package/build/src/osk/osk.js +89 -0
  176. package/build/src/osk/osk.js.map +1 -0
  177. package/build/src/package/kmp-json-file.d.ts +69 -68
  178. package/build/src/package/kmp-json-file.d.ts.map +1 -1
  179. package/build/src/package/kmp-json-file.js +4 -2
  180. package/build/src/package/kmp-json-file.js.map +1 -1
  181. package/build/src/package/kps-file.d.ts +100 -98
  182. package/build/src/package/kps-file.d.ts.map +1 -1
  183. package/build/src/package/kps-file.js +18 -16
  184. package/build/src/package/kps-file.js.map +1 -1
  185. package/build/src/schemas/displaymap.schema.d.ts +60 -0
  186. package/build/src/schemas/displaymap.schema.d.ts.map +1 -0
  187. package/build/src/schemas/displaymap.schema.js +38 -0
  188. package/build/src/schemas/displaymap.schema.js.map +1 -0
  189. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +230 -0
  190. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts.map +1 -0
  191. package/build/src/schemas/keyman-touch-layout.clean.spec.js +154 -0
  192. package/build/src/schemas/keyman-touch-layout.clean.spec.js.map +1 -0
  193. package/build/src/schemas/keyman-touch-layout.spec.d.ts +229 -0
  194. package/build/src/schemas/keyman-touch-layout.spec.d.ts.map +1 -0
  195. package/build/src/schemas/keyman-touch-layout.spec.js +142 -0
  196. package/build/src/schemas/keyman-touch-layout.spec.js.map +1 -0
  197. package/build/src/schemas/kpj-9.0.schema.d.ts +155 -0
  198. package/build/src/schemas/kpj-9.0.schema.d.ts.map +1 -0
  199. package/build/src/schemas/kpj-9.0.schema.js +134 -0
  200. package/build/src/schemas/kpj-9.0.schema.js.map +1 -0
  201. package/build/src/schemas/kpj.schema.d.ts +121 -0
  202. package/build/src/schemas/kpj.schema.d.ts.map +1 -0
  203. package/build/src/schemas/kpj.schema.js +128 -0
  204. package/build/src/schemas/kpj.schema.js.map +1 -0
  205. package/build/src/schemas/kvks.schema.d.ts +163 -0
  206. package/build/src/schemas/kvks.schema.d.ts.map +1 -0
  207. package/build/src/schemas/kvks.schema.js +185 -0
  208. package/build/src/schemas/kvks.schema.js.map +1 -0
  209. package/build/src/schemas/ldml-keyboard.schema.d.ts +634 -0
  210. package/build/src/schemas/ldml-keyboard.schema.d.ts.map +1 -0
  211. package/build/src/schemas/ldml-keyboard.schema.js +705 -0
  212. package/build/src/schemas/ldml-keyboard.schema.js.map +1 -0
  213. package/build/src/schemas/ldml-keyboardtest.schema.d.ts +191 -0
  214. package/build/src/schemas/ldml-keyboardtest.schema.d.ts.map +1 -0
  215. package/build/src/schemas/ldml-keyboardtest.schema.js +224 -0
  216. package/build/src/schemas/ldml-keyboardtest.schema.js.map +1 -0
  217. package/build/src/schemas.d.ts +1757 -0
  218. package/build/src/schemas.d.ts.map +1 -0
  219. package/build/src/schemas.js +22 -0
  220. package/build/src/schemas.js.map +1 -0
  221. package/build/src/util/common-events.d.ts +51 -49
  222. package/build/src/util/common-events.d.ts.map +1 -1
  223. package/build/src/util/common-events.js +31 -29
  224. package/build/src/util/common-events.js.map +1 -1
  225. package/build/src/util/compiler-interfaces.d.ts +296 -136
  226. package/build/src/util/compiler-interfaces.d.ts.map +1 -1
  227. package/build/src/util/compiler-interfaces.js +294 -104
  228. package/build/src/util/compiler-interfaces.js.map +1 -1
  229. package/build/src/util/errors.d.ts +8 -0
  230. package/build/src/util/errors.d.ts.map +1 -0
  231. package/build/src/util/errors.js +8 -0
  232. package/build/src/util/errors.js.map +1 -0
  233. package/build/src/util/file-types.d.ts +98 -0
  234. package/build/src/util/file-types.d.ts.map +1 -0
  235. package/build/src/util/file-types.js +117 -0
  236. package/build/src/util/file-types.js.map +1 -0
  237. package/build/src/util/util.d.ts +32 -30
  238. package/build/src/util/util.d.ts.map +1 -1
  239. package/build/src/util/util.js +98 -96
  240. package/build/src/util/util.js.map +1 -1
  241. package/package.json +23 -4
  242. package/build/src/keyman-touch-layout.clean.spec.json +0 -170
  243. package/build/src/kpj.schema.json +0 -127
  244. package/build/src/kvks.schema.json +0 -182
  245. package/build/src/ldml-keyboard.schema.json +0 -702
  246. package/build/src/ldml-keyboardtest.schema.json +0 -221
@@ -0,0 +1,1757 @@
1
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ace2583f-e8d6-5552-807f-66b1431c296c")}catch(e){}}();
2
+ declare const Schemas: {
3
+ kpj: {
4
+ title: string;
5
+ $schema: string;
6
+ type: string;
7
+ properties: {
8
+ KeymanDeveloperProject: {
9
+ properties: {
10
+ Options: {
11
+ $ref: string;
12
+ };
13
+ Files: {
14
+ $ref: string;
15
+ };
16
+ };
17
+ required: string[];
18
+ additionalProperties: boolean;
19
+ type: string;
20
+ };
21
+ };
22
+ required: string[];
23
+ additionalProperties: boolean;
24
+ definitions: {
25
+ Options: {
26
+ type: string;
27
+ properties: {
28
+ BuildPath: {
29
+ type: string;
30
+ };
31
+ SourcePath: {
32
+ type: string;
33
+ };
34
+ CompilerWarningsAsErrors: {
35
+ type: string;
36
+ pattern: string;
37
+ };
38
+ WarnDeprecatedCode: {
39
+ type: string;
40
+ pattern: string;
41
+ };
42
+ CheckFilenameConventions: {
43
+ type: string;
44
+ pattern: string;
45
+ };
46
+ ProjectType: {
47
+ type: string;
48
+ pattern: string;
49
+ };
50
+ Version: {
51
+ type: string;
52
+ pattern: string;
53
+ };
54
+ };
55
+ required: any[];
56
+ additionalProperties: boolean;
57
+ };
58
+ Files: {
59
+ type: string;
60
+ properties: {
61
+ File: {
62
+ type: string;
63
+ items: {
64
+ $ref: string;
65
+ };
66
+ };
67
+ };
68
+ additionalProperties: boolean;
69
+ required: string[];
70
+ };
71
+ File: {
72
+ type: string;
73
+ properties: {
74
+ ID: {
75
+ type: string;
76
+ };
77
+ Filename: {
78
+ type: string;
79
+ };
80
+ Filepath: {
81
+ type: string;
82
+ };
83
+ FileVersion: {
84
+ type: string;
85
+ };
86
+ FileType: {
87
+ type: string;
88
+ };
89
+ Details: {
90
+ $ref: string;
91
+ };
92
+ ParentFileID: {
93
+ type: string;
94
+ };
95
+ };
96
+ required: string[];
97
+ additionalProperties: boolean;
98
+ };
99
+ FileDetails: {
100
+ type: string;
101
+ properties: {
102
+ Name: {
103
+ type: string;
104
+ };
105
+ Copyright: {
106
+ type: string;
107
+ };
108
+ Message: {
109
+ type: string;
110
+ };
111
+ Version: {
112
+ type: string;
113
+ };
114
+ };
115
+ required: any[];
116
+ additionalProperties: boolean;
117
+ };
118
+ };
119
+ };
120
+ kpj90: {
121
+ title: string;
122
+ $schema: string;
123
+ type: string;
124
+ properties: {
125
+ KeymanDeveloperProject: {
126
+ properties: {
127
+ Options: {
128
+ $ref: string;
129
+ };
130
+ Files: {
131
+ $ref: string;
132
+ };
133
+ templatepath: {
134
+ type: string;
135
+ $comment: string;
136
+ };
137
+ stringspath: {
138
+ type: string;
139
+ $comment: string;
140
+ };
141
+ state: {
142
+ type: string;
143
+ $comment: string;
144
+ };
145
+ Modules: {
146
+ oneOf: {
147
+ type: string;
148
+ }[];
149
+ $comment: string;
150
+ };
151
+ MRU: {
152
+ type: string;
153
+ $comment: string;
154
+ };
155
+ };
156
+ required: any[];
157
+ additionalProperties: boolean;
158
+ type: string;
159
+ };
160
+ };
161
+ required: string[];
162
+ additionalProperties: boolean;
163
+ definitions: {
164
+ Options: {
165
+ type: string;
166
+ properties: {
167
+ BuildPath: {
168
+ type: string;
169
+ };
170
+ SourcePath: {
171
+ type: string;
172
+ };
173
+ CompilerWarningsAsErrors: {
174
+ type: string;
175
+ pattern: string;
176
+ };
177
+ WarnDeprecatedCode: {
178
+ type: string;
179
+ pattern: string;
180
+ };
181
+ CheckFilenameConventions: {
182
+ type: string;
183
+ pattern: string;
184
+ };
185
+ ProjectType: {
186
+ type: string;
187
+ pattern: string;
188
+ };
189
+ Version: {
190
+ type: string;
191
+ pattern: string;
192
+ };
193
+ };
194
+ required: any[];
195
+ additionalProperties: boolean;
196
+ };
197
+ Files: {
198
+ type: string;
199
+ properties: {
200
+ File: {
201
+ type: string;
202
+ items: {
203
+ $ref: string;
204
+ };
205
+ };
206
+ };
207
+ additionalProperties: boolean;
208
+ required: string[];
209
+ };
210
+ File: {
211
+ type: string;
212
+ properties: {
213
+ ID: {
214
+ type: string;
215
+ };
216
+ Filename: {
217
+ type: string;
218
+ };
219
+ Filepath: {
220
+ type: string;
221
+ };
222
+ FileVersion: {
223
+ type: string;
224
+ };
225
+ FileType: {
226
+ type: string;
227
+ };
228
+ Details: {
229
+ $ref: string;
230
+ };
231
+ ParentFileID: {
232
+ type: string;
233
+ };
234
+ FullPath: {
235
+ type: string;
236
+ $comment: string;
237
+ };
238
+ IDEState: {
239
+ type: string;
240
+ $comment: string;
241
+ };
242
+ };
243
+ required: string[];
244
+ additionalProperties: boolean;
245
+ };
246
+ FileDetails: {
247
+ type: string;
248
+ properties: {
249
+ Name: {
250
+ type: string;
251
+ };
252
+ Copyright: {
253
+ type: string;
254
+ };
255
+ Message: {
256
+ type: string;
257
+ };
258
+ Version: {
259
+ type: string;
260
+ };
261
+ Debug: {
262
+ type: string;
263
+ $comment: string;
264
+ };
265
+ };
266
+ required: any[];
267
+ additionalProperties: boolean;
268
+ };
269
+ };
270
+ };
271
+ kvks: {
272
+ title: string;
273
+ $schema: string;
274
+ type: string;
275
+ properties: {
276
+ visualkeyboard: {
277
+ properties: {
278
+ header: {
279
+ $ref: string;
280
+ };
281
+ encoding: {
282
+ type: string;
283
+ items: {
284
+ $ref: string;
285
+ };
286
+ };
287
+ };
288
+ required: string[];
289
+ additionalProperties: boolean;
290
+ type: string;
291
+ };
292
+ };
293
+ required: string[];
294
+ additionalProperties: boolean;
295
+ definitions: {
296
+ "kvk-header": {
297
+ type: string;
298
+ properties: {
299
+ version: {
300
+ $ref: string;
301
+ };
302
+ kbdname: {
303
+ type: string;
304
+ };
305
+ flags: {
306
+ $ref: string;
307
+ };
308
+ layout: {
309
+ type: string;
310
+ };
311
+ };
312
+ required: string[];
313
+ additionalProperties: boolean;
314
+ };
315
+ "kvk-header-flags": {
316
+ type: string;
317
+ properties: {
318
+ key102: {
319
+ $ref: string;
320
+ };
321
+ displayunderlying: {
322
+ $ref: string;
323
+ };
324
+ usealtgr: {
325
+ $ref: string;
326
+ };
327
+ useunderlying: {
328
+ $ref: string;
329
+ };
330
+ };
331
+ additionalProperties: boolean;
332
+ };
333
+ "kvk-encoding": {
334
+ type: string;
335
+ properties: {
336
+ layer: {
337
+ type: string;
338
+ items: {
339
+ $ref: string;
340
+ };
341
+ };
342
+ $: {
343
+ type: string;
344
+ properties: {
345
+ name: {
346
+ $ref: string;
347
+ };
348
+ fontname: {
349
+ type: string;
350
+ };
351
+ fontsize: {
352
+ type: string;
353
+ };
354
+ };
355
+ required: string[];
356
+ additionalProperties: boolean;
357
+ };
358
+ };
359
+ required: string[];
360
+ additionalProperties: boolean;
361
+ };
362
+ "kvk-layer": {
363
+ type: string;
364
+ properties: {
365
+ key: {
366
+ type: string;
367
+ items: {
368
+ $ref: string;
369
+ };
370
+ };
371
+ $: {
372
+ type: string;
373
+ properties: {
374
+ shift: {
375
+ $ref: string;
376
+ };
377
+ };
378
+ required: string[];
379
+ additionalProperties: boolean;
380
+ };
381
+ };
382
+ required: string[];
383
+ additionalProperties: boolean;
384
+ };
385
+ "kvk-key": {
386
+ type: string;
387
+ properties: {
388
+ bitmap: {
389
+ type: string;
390
+ };
391
+ $: {
392
+ type: string;
393
+ properties: {
394
+ vkey: {
395
+ type: string;
396
+ };
397
+ };
398
+ required: string[];
399
+ additionalProperties: boolean;
400
+ };
401
+ _: {
402
+ type: string;
403
+ };
404
+ };
405
+ required: string[];
406
+ additionalProperties: boolean;
407
+ };
408
+ "km-empty": {
409
+ type: string;
410
+ };
411
+ "kvk-encoding-name": {
412
+ type: string;
413
+ enum: string[];
414
+ };
415
+ "kvk-layer-shift": {
416
+ type: string;
417
+ pattern: string;
418
+ };
419
+ "kvk-version": {
420
+ type: string;
421
+ pattern: string;
422
+ enum: string[];
423
+ };
424
+ "km-version": {
425
+ type: string;
426
+ pattern: string;
427
+ };
428
+ };
429
+ };
430
+ ldmlKeyboard: {
431
+ $schema: string;
432
+ additionalProperties: boolean;
433
+ definitions: {
434
+ any: {
435
+ type: string;
436
+ };
437
+ display: {
438
+ additionalProperties: boolean;
439
+ properties: {
440
+ display: {
441
+ type: string;
442
+ };
443
+ to: {
444
+ type: string;
445
+ };
446
+ };
447
+ required: string[];
448
+ type: string;
449
+ };
450
+ displayOptions: {
451
+ additionalProperties: boolean;
452
+ properties: {
453
+ baseCharacter: {
454
+ type: string;
455
+ };
456
+ };
457
+ type: string;
458
+ };
459
+ displays: {
460
+ additionalProperties: boolean;
461
+ properties: {
462
+ display: {
463
+ items: {
464
+ $ref: string;
465
+ };
466
+ type: string;
467
+ };
468
+ displayOptions: {
469
+ $ref: string;
470
+ };
471
+ import: {
472
+ items: {
473
+ $ref: string;
474
+ };
475
+ type: string;
476
+ };
477
+ special: {
478
+ items: {
479
+ $ref: string;
480
+ };
481
+ type: string;
482
+ };
483
+ };
484
+ type: string;
485
+ };
486
+ flick: {
487
+ additionalProperties: boolean;
488
+ properties: {
489
+ directions: {
490
+ type: string;
491
+ };
492
+ to: {
493
+ type: string;
494
+ };
495
+ };
496
+ required: string[];
497
+ type: string;
498
+ };
499
+ flicks: {
500
+ additionalProperties: boolean;
501
+ properties: {
502
+ flick: {
503
+ items: {
504
+ $ref: string;
505
+ };
506
+ minItems: number;
507
+ type: string;
508
+ };
509
+ id: {
510
+ type: string;
511
+ };
512
+ special: {
513
+ items: {
514
+ $ref: string;
515
+ };
516
+ type: string;
517
+ };
518
+ };
519
+ required: string[];
520
+ type: string;
521
+ };
522
+ import: {
523
+ additionalProperties: boolean;
524
+ properties: {
525
+ base: {
526
+ enum: string[];
527
+ type: string;
528
+ };
529
+ path: {
530
+ type: string;
531
+ };
532
+ };
533
+ required: string[];
534
+ type: string;
535
+ };
536
+ info: {
537
+ additionalProperties: boolean;
538
+ properties: {
539
+ author: {
540
+ type: string;
541
+ };
542
+ indicator: {
543
+ type: string;
544
+ };
545
+ layout: {
546
+ type: string;
547
+ };
548
+ normalization: {
549
+ type: string;
550
+ };
551
+ };
552
+ type: string;
553
+ };
554
+ key: {
555
+ additionalProperties: boolean;
556
+ properties: {
557
+ flicks: {
558
+ type: string;
559
+ };
560
+ gap: {
561
+ enum: string[];
562
+ type: string;
563
+ };
564
+ id: {
565
+ type: string;
566
+ };
567
+ longPress: {
568
+ type: string;
569
+ };
570
+ longPressDefault: {
571
+ type: string;
572
+ };
573
+ multiTap: {
574
+ type: string;
575
+ };
576
+ stretch: {
577
+ enum: string[];
578
+ type: string;
579
+ };
580
+ switch: {
581
+ type: string;
582
+ };
583
+ to: {
584
+ type: string;
585
+ };
586
+ transform: {
587
+ enum: string[];
588
+ type: string;
589
+ };
590
+ width: {
591
+ type: string;
592
+ };
593
+ };
594
+ required: string[];
595
+ type: string;
596
+ };
597
+ keys: {
598
+ additionalProperties: boolean;
599
+ properties: {
600
+ flicks: {
601
+ items: {
602
+ $ref: string;
603
+ };
604
+ type: string;
605
+ };
606
+ import: {
607
+ items: {
608
+ $ref: string;
609
+ };
610
+ type: string;
611
+ };
612
+ key: {
613
+ items: {
614
+ $ref: string;
615
+ };
616
+ type: string;
617
+ };
618
+ special: {
619
+ items: {
620
+ $ref: string;
621
+ };
622
+ type: string;
623
+ };
624
+ };
625
+ type: string;
626
+ };
627
+ layer: {
628
+ additionalProperties: boolean;
629
+ properties: {
630
+ id: {
631
+ type: string;
632
+ };
633
+ modifier: {
634
+ type: string;
635
+ };
636
+ row: {
637
+ items: {
638
+ $ref: string;
639
+ };
640
+ minItems: number;
641
+ type: string;
642
+ };
643
+ special: {
644
+ items: {
645
+ $ref: string;
646
+ };
647
+ type: string;
648
+ };
649
+ };
650
+ required: string[];
651
+ type: string;
652
+ };
653
+ layers: {
654
+ additionalProperties: boolean;
655
+ properties: {
656
+ form: {
657
+ enum: string[];
658
+ type: string;
659
+ };
660
+ import: {
661
+ items: {
662
+ $ref: string;
663
+ };
664
+ type: string;
665
+ };
666
+ layer: {
667
+ items: {
668
+ $ref: string;
669
+ };
670
+ type: string;
671
+ };
672
+ minDeviceWidth: {
673
+ type: string;
674
+ };
675
+ special: {
676
+ items: {
677
+ $ref: string;
678
+ };
679
+ type: string;
680
+ };
681
+ };
682
+ required: string[];
683
+ type: string;
684
+ };
685
+ locale: {
686
+ additionalProperties: boolean;
687
+ properties: {
688
+ id: {
689
+ type: string;
690
+ };
691
+ };
692
+ required: string[];
693
+ type: string;
694
+ };
695
+ locales: {
696
+ additionalProperties: boolean;
697
+ properties: {
698
+ locale: {
699
+ items: {
700
+ $ref: string;
701
+ };
702
+ type: string;
703
+ };
704
+ };
705
+ type: string;
706
+ };
707
+ name: {
708
+ additionalProperties: boolean;
709
+ properties: {
710
+ value: {
711
+ type: string;
712
+ };
713
+ };
714
+ required: string[];
715
+ type: string;
716
+ };
717
+ names: {
718
+ additionalProperties: boolean;
719
+ properties: {
720
+ import: {
721
+ items: {
722
+ $ref: string;
723
+ };
724
+ type: string;
725
+ };
726
+ name: {
727
+ items: {
728
+ $ref: string;
729
+ };
730
+ minItems: number;
731
+ type: string;
732
+ };
733
+ special: {
734
+ items: {
735
+ $ref: string;
736
+ };
737
+ type: string;
738
+ };
739
+ };
740
+ required: string[];
741
+ type: string;
742
+ };
743
+ reorder: {
744
+ additionalProperties: boolean;
745
+ properties: {
746
+ before: {
747
+ type: string;
748
+ };
749
+ from: {
750
+ type: string;
751
+ };
752
+ order: {
753
+ type: string;
754
+ };
755
+ preBase: {
756
+ type: string;
757
+ };
758
+ tertiary: {
759
+ type: string;
760
+ };
761
+ tertiaryBase: {
762
+ type: string;
763
+ };
764
+ };
765
+ required: string[];
766
+ type: string;
767
+ };
768
+ row: {
769
+ additionalProperties: boolean;
770
+ properties: {
771
+ keys: {
772
+ type: string;
773
+ };
774
+ };
775
+ required: string[];
776
+ type: string;
777
+ };
778
+ set: {
779
+ additionalProperties: boolean;
780
+ properties: {
781
+ id: {
782
+ type: string;
783
+ };
784
+ value: {
785
+ type: string;
786
+ };
787
+ };
788
+ required: string[];
789
+ type: string;
790
+ };
791
+ settings: {
792
+ additionalProperties: boolean;
793
+ properties: {
794
+ fallback: {
795
+ enum: string[];
796
+ type: string;
797
+ };
798
+ };
799
+ type: string;
800
+ };
801
+ special: {
802
+ $ref: string;
803
+ };
804
+ stringVariable: {
805
+ additionalProperties: boolean;
806
+ properties: {
807
+ id: {
808
+ type: string;
809
+ };
810
+ value: {
811
+ type: string;
812
+ };
813
+ };
814
+ required: string[];
815
+ type: string;
816
+ };
817
+ transform: {
818
+ additionalProperties: boolean;
819
+ properties: {
820
+ from: {
821
+ type: string;
822
+ };
823
+ to: {
824
+ type: string;
825
+ };
826
+ };
827
+ required: string[];
828
+ type: string;
829
+ };
830
+ transformGroup: {
831
+ additionalProperties: boolean;
832
+ properties: {
833
+ import: {
834
+ items: {
835
+ $ref: string;
836
+ };
837
+ type: string;
838
+ };
839
+ reorder: {
840
+ items: {
841
+ $ref: string;
842
+ };
843
+ type: string;
844
+ };
845
+ special: {
846
+ items: {
847
+ $ref: string;
848
+ };
849
+ type: string;
850
+ };
851
+ transform: {
852
+ items: {
853
+ $ref: string;
854
+ };
855
+ type: string;
856
+ };
857
+ };
858
+ type: string;
859
+ };
860
+ transforms: {
861
+ additionalProperties: boolean;
862
+ properties: {
863
+ import: {
864
+ items: {
865
+ $ref: string;
866
+ };
867
+ type: string;
868
+ };
869
+ special: {
870
+ items: {
871
+ $ref: string;
872
+ };
873
+ type: string;
874
+ };
875
+ transformGroup: {
876
+ items: {
877
+ $ref: string;
878
+ };
879
+ type: string;
880
+ };
881
+ type: {
882
+ enum: string[];
883
+ type: string;
884
+ };
885
+ };
886
+ required: string[];
887
+ type: string;
888
+ };
889
+ unicodeSet: {
890
+ additionalProperties: boolean;
891
+ properties: {
892
+ id: {
893
+ type: string;
894
+ };
895
+ value: {
896
+ type: string;
897
+ };
898
+ };
899
+ required: string[];
900
+ type: string;
901
+ };
902
+ variables: {
903
+ additionalProperties: boolean;
904
+ properties: {
905
+ import: {
906
+ items: {
907
+ $ref: string;
908
+ };
909
+ type: string;
910
+ };
911
+ set: {
912
+ items: {
913
+ $ref: string;
914
+ };
915
+ type: string;
916
+ };
917
+ special: {
918
+ items: {
919
+ $ref: string;
920
+ };
921
+ type: string;
922
+ };
923
+ string: {
924
+ items: {
925
+ $ref: string;
926
+ };
927
+ type: string;
928
+ };
929
+ unicodeSet: {
930
+ items: {
931
+ $ref: string;
932
+ };
933
+ type: string;
934
+ };
935
+ };
936
+ type: string;
937
+ };
938
+ version: {
939
+ additionalProperties: boolean;
940
+ properties: {
941
+ cldrVersion: {
942
+ enum: string[];
943
+ type: string;
944
+ };
945
+ number: {
946
+ type: string;
947
+ };
948
+ };
949
+ type: string;
950
+ };
951
+ vkey: {
952
+ additionalProperties: boolean;
953
+ properties: {
954
+ from: {
955
+ type: string;
956
+ };
957
+ to: {
958
+ type: string;
959
+ };
960
+ };
961
+ required: string[];
962
+ type: string;
963
+ };
964
+ vkeys: {
965
+ additionalProperties: boolean;
966
+ properties: {
967
+ import: {
968
+ items: {
969
+ $ref: string;
970
+ };
971
+ type: string;
972
+ };
973
+ special: {
974
+ items: {
975
+ $ref: string;
976
+ };
977
+ type: string;
978
+ };
979
+ vkey: {
980
+ items: {
981
+ $ref: string;
982
+ };
983
+ type: string;
984
+ };
985
+ };
986
+ type: string;
987
+ };
988
+ };
989
+ properties: {
990
+ keyboard: {
991
+ additionalProperties: boolean;
992
+ properties: {
993
+ conformsTo: {
994
+ enum: string[];
995
+ type: string;
996
+ };
997
+ displays: {
998
+ $ref: string;
999
+ };
1000
+ import: {
1001
+ items: {
1002
+ $ref: string;
1003
+ };
1004
+ type: string;
1005
+ };
1006
+ info: {
1007
+ $ref: string;
1008
+ };
1009
+ keys: {
1010
+ $ref: string;
1011
+ };
1012
+ layers: {
1013
+ items: {
1014
+ $ref: string;
1015
+ };
1016
+ type: string;
1017
+ };
1018
+ locale: {
1019
+ type: string;
1020
+ };
1021
+ locales: {
1022
+ $ref: string;
1023
+ };
1024
+ names: {
1025
+ $ref: string;
1026
+ };
1027
+ settings: {
1028
+ $ref: string;
1029
+ };
1030
+ special: {
1031
+ items: {
1032
+ $ref: string;
1033
+ };
1034
+ type: string;
1035
+ };
1036
+ transforms: {
1037
+ items: {
1038
+ $ref: string;
1039
+ };
1040
+ type: string;
1041
+ };
1042
+ variables: {
1043
+ $ref: string;
1044
+ };
1045
+ version: {
1046
+ $ref: string;
1047
+ };
1048
+ vkeys: {
1049
+ $ref: string;
1050
+ };
1051
+ };
1052
+ required: string[];
1053
+ type: string;
1054
+ };
1055
+ };
1056
+ required: string[];
1057
+ title: string;
1058
+ type: string;
1059
+ };
1060
+ ldmlKeyboardTest: {
1061
+ $schema: string;
1062
+ additionalProperties: boolean;
1063
+ definitions: {
1064
+ any: {
1065
+ type: string;
1066
+ };
1067
+ backspace: {
1068
+ type: string;
1069
+ };
1070
+ check: {
1071
+ additionalProperties: boolean;
1072
+ properties: {
1073
+ result: {
1074
+ type: string;
1075
+ };
1076
+ };
1077
+ required: string[];
1078
+ type: string;
1079
+ };
1080
+ emit: {
1081
+ additionalProperties: boolean;
1082
+ properties: {
1083
+ to: {
1084
+ type: string;
1085
+ };
1086
+ };
1087
+ required: string[];
1088
+ type: string;
1089
+ };
1090
+ info: {
1091
+ additionalProperties: boolean;
1092
+ properties: {
1093
+ author: {
1094
+ type: string;
1095
+ };
1096
+ keyboard: {
1097
+ type: string;
1098
+ };
1099
+ name: {
1100
+ type: string;
1101
+ };
1102
+ };
1103
+ required: string[];
1104
+ type: string;
1105
+ };
1106
+ keystroke: {
1107
+ additionalProperties: boolean;
1108
+ properties: {
1109
+ flick: {
1110
+ type: string;
1111
+ };
1112
+ key: {
1113
+ type: string;
1114
+ };
1115
+ longPress: {
1116
+ type: string;
1117
+ };
1118
+ tapCount: {
1119
+ type: string;
1120
+ };
1121
+ };
1122
+ required: string[];
1123
+ type: string;
1124
+ };
1125
+ repertoire: {
1126
+ additionalProperties: boolean;
1127
+ properties: {
1128
+ chars: {
1129
+ type: string;
1130
+ };
1131
+ name: {
1132
+ type: string;
1133
+ };
1134
+ type: {
1135
+ enum: string[];
1136
+ type: string;
1137
+ };
1138
+ };
1139
+ required: string[];
1140
+ type: string;
1141
+ };
1142
+ special: {
1143
+ $ref: string;
1144
+ };
1145
+ startContext: {
1146
+ additionalProperties: boolean;
1147
+ properties: {
1148
+ to: {
1149
+ type: string;
1150
+ };
1151
+ };
1152
+ required: string[];
1153
+ type: string;
1154
+ };
1155
+ test: {
1156
+ additionalProperties: boolean;
1157
+ properties: {
1158
+ backspace: {
1159
+ $ref: string;
1160
+ };
1161
+ check: {
1162
+ $ref: string;
1163
+ };
1164
+ emit: {
1165
+ $ref: string;
1166
+ };
1167
+ keystroke: {
1168
+ $ref: string;
1169
+ };
1170
+ name: {
1171
+ type: string;
1172
+ };
1173
+ special: {
1174
+ items: {
1175
+ $ref: string;
1176
+ };
1177
+ type: string;
1178
+ };
1179
+ startContext: {
1180
+ $ref: string;
1181
+ };
1182
+ };
1183
+ required: string[];
1184
+ type: string;
1185
+ };
1186
+ tests: {
1187
+ additionalProperties: boolean;
1188
+ properties: {
1189
+ name: {
1190
+ type: string;
1191
+ };
1192
+ special: {
1193
+ items: {
1194
+ $ref: string;
1195
+ };
1196
+ type: string;
1197
+ };
1198
+ test: {
1199
+ items: {
1200
+ $ref: string;
1201
+ };
1202
+ minItems: number;
1203
+ type: string;
1204
+ };
1205
+ };
1206
+ required: string[];
1207
+ type: string;
1208
+ };
1209
+ };
1210
+ properties: {
1211
+ keyboardTest: {
1212
+ additionalProperties: boolean;
1213
+ properties: {
1214
+ conformsTo: {
1215
+ enum: string[];
1216
+ type: string;
1217
+ };
1218
+ info: {
1219
+ $ref: string;
1220
+ };
1221
+ repertoire: {
1222
+ items: {
1223
+ $ref: string;
1224
+ };
1225
+ type: string;
1226
+ };
1227
+ special: {
1228
+ items: {
1229
+ $ref: string;
1230
+ };
1231
+ type: string;
1232
+ };
1233
+ tests: {
1234
+ items: {
1235
+ $ref: string;
1236
+ };
1237
+ type: string;
1238
+ };
1239
+ };
1240
+ required: string[];
1241
+ };
1242
+ };
1243
+ required: string[];
1244
+ title: string;
1245
+ type: string;
1246
+ };
1247
+ displayMap: {
1248
+ $ref: string;
1249
+ definitions: {
1250
+ displayMap: {
1251
+ type: string;
1252
+ properties: {
1253
+ map: {
1254
+ type: string;
1255
+ items: {
1256
+ $ref: string;
1257
+ };
1258
+ };
1259
+ };
1260
+ };
1261
+ map: {
1262
+ type: string;
1263
+ properties: {
1264
+ pua: {
1265
+ type: string;
1266
+ };
1267
+ str: {
1268
+ type: string;
1269
+ };
1270
+ unicode: {
1271
+ type: string;
1272
+ };
1273
+ usages: {
1274
+ anyOf: ({
1275
+ type: string;
1276
+ items: {
1277
+ $ref: string;
1278
+ type?: undefined;
1279
+ };
1280
+ } | {
1281
+ type: string;
1282
+ items: {
1283
+ type: string;
1284
+ $ref?: undefined;
1285
+ };
1286
+ })[];
1287
+ };
1288
+ };
1289
+ };
1290
+ usage: {
1291
+ type: string;
1292
+ properties: {
1293
+ filename: {
1294
+ type: string;
1295
+ };
1296
+ count: {
1297
+ type: string;
1298
+ };
1299
+ };
1300
+ };
1301
+ };
1302
+ };
1303
+ touchLayoutClean: {
1304
+ $schema: string;
1305
+ $ref: string;
1306
+ $comment: string;
1307
+ description: string;
1308
+ definitions: {
1309
+ "touch-layout": {
1310
+ type: string;
1311
+ properties: {
1312
+ tablet: {
1313
+ $ref: string;
1314
+ };
1315
+ phone: {
1316
+ $ref: string;
1317
+ };
1318
+ desktop: {
1319
+ $ref: string;
1320
+ };
1321
+ };
1322
+ minProperties: number;
1323
+ additionalProperties: boolean;
1324
+ };
1325
+ platform: {
1326
+ type: string;
1327
+ properties: {
1328
+ font: {
1329
+ $ref: string;
1330
+ };
1331
+ fontsize: {
1332
+ $ref: string;
1333
+ };
1334
+ layer: {
1335
+ $ref: string;
1336
+ };
1337
+ displayUnderlying: {
1338
+ type: string;
1339
+ };
1340
+ defaultHint: {
1341
+ type: string;
1342
+ enum: string[];
1343
+ };
1344
+ };
1345
+ required: string[];
1346
+ additionalProperties: boolean;
1347
+ };
1348
+ layers: {
1349
+ type: string;
1350
+ items: {
1351
+ $ref: string;
1352
+ };
1353
+ minItems: number;
1354
+ };
1355
+ layer: {
1356
+ type: string;
1357
+ properties: {
1358
+ id: {
1359
+ $ref: string;
1360
+ };
1361
+ row: {
1362
+ $ref: string;
1363
+ };
1364
+ };
1365
+ required: string[];
1366
+ additionalProperties: boolean;
1367
+ };
1368
+ "layer-id": {
1369
+ type: string;
1370
+ pattern: string;
1371
+ };
1372
+ rows: {
1373
+ type: string;
1374
+ items: {
1375
+ $ref: string;
1376
+ };
1377
+ minItems: number;
1378
+ };
1379
+ row: {
1380
+ type: string;
1381
+ properties: {
1382
+ id: {
1383
+ $ref: string;
1384
+ };
1385
+ key: {
1386
+ $ref: string;
1387
+ };
1388
+ };
1389
+ required: string[];
1390
+ additionalProperties: boolean;
1391
+ };
1392
+ "row-id": {
1393
+ type: string;
1394
+ minimum: number;
1395
+ maximum: number;
1396
+ };
1397
+ keys: {
1398
+ type: string;
1399
+ items: {
1400
+ $ref: string;
1401
+ };
1402
+ minItems: number;
1403
+ };
1404
+ key: {
1405
+ type: string;
1406
+ properties: {
1407
+ id: {
1408
+ $ref: string;
1409
+ };
1410
+ text: {
1411
+ type: string;
1412
+ };
1413
+ layer: {
1414
+ $ref: string;
1415
+ };
1416
+ nextlayer: {
1417
+ $ref: string;
1418
+ };
1419
+ font: {
1420
+ $ref: string;
1421
+ };
1422
+ fontsize: {
1423
+ $ref: string;
1424
+ };
1425
+ sp: {
1426
+ $ref: string;
1427
+ };
1428
+ pad: {
1429
+ $ref: string;
1430
+ };
1431
+ width: {
1432
+ $ref: string;
1433
+ };
1434
+ sk: {
1435
+ $ref: string;
1436
+ };
1437
+ flick: {
1438
+ $ref: string;
1439
+ };
1440
+ multitap: {
1441
+ $ref: string;
1442
+ };
1443
+ hint: {
1444
+ type: string;
1445
+ };
1446
+ };
1447
+ anyOf: {
1448
+ required: string[];
1449
+ }[];
1450
+ additionalProperties: boolean;
1451
+ };
1452
+ "key-id": {
1453
+ type: string;
1454
+ pattern: string;
1455
+ };
1456
+ "key-sp": {
1457
+ type: string;
1458
+ enum: number[];
1459
+ };
1460
+ "key-pad": {
1461
+ type: string;
1462
+ minimum: number;
1463
+ maximum: number;
1464
+ };
1465
+ "key-width": {
1466
+ type: string;
1467
+ minimum: number;
1468
+ maximum: number;
1469
+ };
1470
+ subkeys: {
1471
+ type: string;
1472
+ items: {
1473
+ $ref: string;
1474
+ };
1475
+ minItems: number;
1476
+ };
1477
+ subkey: {
1478
+ type: string;
1479
+ properties: {
1480
+ id: {
1481
+ $ref: string;
1482
+ };
1483
+ text: {
1484
+ type: string;
1485
+ };
1486
+ layer: {
1487
+ $ref: string;
1488
+ };
1489
+ nextlayer: {
1490
+ $ref: string;
1491
+ };
1492
+ font: {
1493
+ $ref: string;
1494
+ };
1495
+ fontsize: {
1496
+ $ref: string;
1497
+ };
1498
+ sp: {
1499
+ $ref: string;
1500
+ };
1501
+ pad: {
1502
+ $ref: string;
1503
+ };
1504
+ width: {
1505
+ $ref: string;
1506
+ };
1507
+ };
1508
+ required: string[];
1509
+ additionalProperties: boolean;
1510
+ };
1511
+ flick: {
1512
+ type: string;
1513
+ patternProperties: {
1514
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1515
+ $ref: string;
1516
+ };
1517
+ };
1518
+ minProperties: number;
1519
+ additionalProperties: boolean;
1520
+ };
1521
+ "font-spec": {
1522
+ type: string;
1523
+ };
1524
+ "fontsize-spec": {
1525
+ type: string;
1526
+ };
1527
+ };
1528
+ };
1529
+ touchLayout: {
1530
+ $schema: string;
1531
+ $ref: string;
1532
+ $comment: string;
1533
+ description: string;
1534
+ definitions: {
1535
+ "touch-layout": {
1536
+ type: string;
1537
+ properties: {
1538
+ tablet: {
1539
+ $ref: string;
1540
+ };
1541
+ phone: {
1542
+ $ref: string;
1543
+ };
1544
+ desktop: {
1545
+ $ref: string;
1546
+ };
1547
+ };
1548
+ };
1549
+ platform: {
1550
+ type: string;
1551
+ properties: {
1552
+ font: {
1553
+ $ref: string;
1554
+ };
1555
+ fontsize: {
1556
+ $ref: string;
1557
+ };
1558
+ layer: {
1559
+ $ref: string;
1560
+ };
1561
+ displayUnderlying: {
1562
+ type: string;
1563
+ };
1564
+ defaultHint: {
1565
+ type: string;
1566
+ enum: string[];
1567
+ };
1568
+ };
1569
+ required: string[];
1570
+ additionalProperties: boolean;
1571
+ };
1572
+ layers: {
1573
+ type: string;
1574
+ items: {
1575
+ $ref: string;
1576
+ };
1577
+ };
1578
+ layer: {
1579
+ type: string;
1580
+ properties: {
1581
+ id: {
1582
+ $ref: string;
1583
+ };
1584
+ row: {
1585
+ $ref: string;
1586
+ };
1587
+ };
1588
+ required: string[];
1589
+ additionalProperties: boolean;
1590
+ };
1591
+ "layer-id": {
1592
+ type: string;
1593
+ pattern: string;
1594
+ };
1595
+ rows: {
1596
+ type: string;
1597
+ items: {
1598
+ $ref: string;
1599
+ };
1600
+ };
1601
+ row: {
1602
+ type: string;
1603
+ properties: {
1604
+ id: {
1605
+ $ref: string;
1606
+ };
1607
+ key: {
1608
+ $ref: string;
1609
+ };
1610
+ };
1611
+ required: string[];
1612
+ additionalProperties: boolean;
1613
+ };
1614
+ "row-id": {
1615
+ oneOf: ({
1616
+ type: string;
1617
+ minimum: number;
1618
+ maximum: number;
1619
+ pattern?: undefined;
1620
+ } | {
1621
+ type: string;
1622
+ pattern: string;
1623
+ minimum?: undefined;
1624
+ maximum?: undefined;
1625
+ })[];
1626
+ };
1627
+ keys: {
1628
+ type: string;
1629
+ items: {
1630
+ $ref: string;
1631
+ };
1632
+ };
1633
+ key: {
1634
+ type: string;
1635
+ properties: {
1636
+ id: {
1637
+ $ref: string;
1638
+ };
1639
+ text: {
1640
+ type: string;
1641
+ };
1642
+ layer: {
1643
+ $ref: string;
1644
+ };
1645
+ nextlayer: {
1646
+ $ref: string;
1647
+ };
1648
+ fontsize: {
1649
+ $ref: string;
1650
+ };
1651
+ font: {
1652
+ $ref: string;
1653
+ };
1654
+ dk: {
1655
+ type: string;
1656
+ };
1657
+ sp: {
1658
+ $ref: string;
1659
+ };
1660
+ pad: {
1661
+ $ref: string;
1662
+ };
1663
+ width: {
1664
+ $ref: string;
1665
+ };
1666
+ sk: {
1667
+ $ref: string;
1668
+ };
1669
+ flick: {
1670
+ $ref: string;
1671
+ };
1672
+ multitap: {
1673
+ $ref: string;
1674
+ };
1675
+ hint: {
1676
+ type: string;
1677
+ };
1678
+ };
1679
+ additionalProperties: boolean;
1680
+ };
1681
+ numeric: {
1682
+ oneOf: ({
1683
+ type: string;
1684
+ pattern: string;
1685
+ } | {
1686
+ type: string;
1687
+ pattern?: undefined;
1688
+ })[];
1689
+ };
1690
+ "key-id": {
1691
+ type: string;
1692
+ pattern: string;
1693
+ };
1694
+ subkeys: {
1695
+ type: string;
1696
+ items: {
1697
+ $ref: string;
1698
+ };
1699
+ };
1700
+ subkey: {
1701
+ type: string;
1702
+ properties: {
1703
+ id: {
1704
+ $ref: string;
1705
+ };
1706
+ text: {
1707
+ type: string;
1708
+ };
1709
+ layer: {
1710
+ $ref: string;
1711
+ };
1712
+ nextlayer: {
1713
+ $ref: string;
1714
+ };
1715
+ sp: {
1716
+ $ref: string;
1717
+ };
1718
+ pad: {
1719
+ $ref: string;
1720
+ };
1721
+ width: {
1722
+ $ref: string;
1723
+ };
1724
+ fontsize: {
1725
+ $ref: string;
1726
+ };
1727
+ font: {
1728
+ $ref: string;
1729
+ };
1730
+ dk: {
1731
+ type: string;
1732
+ };
1733
+ };
1734
+ required: string[];
1735
+ additionalProperties: boolean;
1736
+ };
1737
+ flick: {
1738
+ type: string;
1739
+ patternProperties: {
1740
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1741
+ $ref: string;
1742
+ };
1743
+ };
1744
+ additionalProperties: boolean;
1745
+ };
1746
+ "font-spec": {
1747
+ type: string;
1748
+ };
1749
+ "fontsize-spec": {
1750
+ type: string;
1751
+ };
1752
+ };
1753
+ };
1754
+ };
1755
+ export default Schemas;
1756
+ //# debugId=ace2583f-e8d6-5552-807f-66b1431c296c
1757
+ //# sourceMappingURL=schemas.d.ts.map