@keymanapp/common-types 17.0.155-alpha → 17.0.156-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,634 @@
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]="0803e734-82f1-546a-bdd1-3c09070b4f30")}catch(e){}}();
2
+ declare const _default: {
3
+ $schema: string;
4
+ additionalProperties: boolean;
5
+ definitions: {
6
+ any: {
7
+ type: string;
8
+ };
9
+ display: {
10
+ additionalProperties: boolean;
11
+ properties: {
12
+ display: {
13
+ type: string;
14
+ };
15
+ to: {
16
+ type: string;
17
+ };
18
+ };
19
+ required: string[];
20
+ type: string;
21
+ };
22
+ displayOptions: {
23
+ additionalProperties: boolean;
24
+ properties: {
25
+ baseCharacter: {
26
+ type: string;
27
+ };
28
+ };
29
+ type: string;
30
+ };
31
+ displays: {
32
+ additionalProperties: boolean;
33
+ properties: {
34
+ display: {
35
+ items: {
36
+ $ref: string;
37
+ };
38
+ type: string;
39
+ };
40
+ displayOptions: {
41
+ $ref: string;
42
+ };
43
+ import: {
44
+ items: {
45
+ $ref: string;
46
+ };
47
+ type: string;
48
+ };
49
+ special: {
50
+ items: {
51
+ $ref: string;
52
+ };
53
+ type: string;
54
+ };
55
+ };
56
+ type: string;
57
+ };
58
+ flick: {
59
+ additionalProperties: boolean;
60
+ properties: {
61
+ directions: {
62
+ type: string;
63
+ };
64
+ to: {
65
+ type: string;
66
+ };
67
+ };
68
+ required: string[];
69
+ type: string;
70
+ };
71
+ flicks: {
72
+ additionalProperties: boolean;
73
+ properties: {
74
+ flick: {
75
+ items: {
76
+ $ref: string;
77
+ };
78
+ minItems: number;
79
+ type: string;
80
+ };
81
+ id: {
82
+ type: string;
83
+ };
84
+ special: {
85
+ items: {
86
+ $ref: string;
87
+ };
88
+ type: string;
89
+ };
90
+ };
91
+ required: string[];
92
+ type: string;
93
+ };
94
+ import: {
95
+ additionalProperties: boolean;
96
+ properties: {
97
+ base: {
98
+ enum: string[];
99
+ type: string;
100
+ };
101
+ path: {
102
+ type: string;
103
+ };
104
+ };
105
+ required: string[];
106
+ type: string;
107
+ };
108
+ info: {
109
+ additionalProperties: boolean;
110
+ properties: {
111
+ author: {
112
+ type: string;
113
+ };
114
+ indicator: {
115
+ type: string;
116
+ };
117
+ layout: {
118
+ type: string;
119
+ };
120
+ normalization: {
121
+ type: string;
122
+ };
123
+ };
124
+ type: string;
125
+ };
126
+ key: {
127
+ additionalProperties: boolean;
128
+ properties: {
129
+ flicks: {
130
+ type: string;
131
+ };
132
+ gap: {
133
+ enum: string[];
134
+ type: string;
135
+ };
136
+ id: {
137
+ type: string;
138
+ };
139
+ longPress: {
140
+ type: string;
141
+ };
142
+ longPressDefault: {
143
+ type: string;
144
+ };
145
+ multiTap: {
146
+ type: string;
147
+ };
148
+ stretch: {
149
+ enum: string[];
150
+ type: string;
151
+ };
152
+ switch: {
153
+ type: string;
154
+ };
155
+ to: {
156
+ type: string;
157
+ };
158
+ transform: {
159
+ enum: string[];
160
+ type: string;
161
+ };
162
+ width: {
163
+ type: string;
164
+ };
165
+ };
166
+ required: string[];
167
+ type: string;
168
+ };
169
+ keys: {
170
+ additionalProperties: boolean;
171
+ properties: {
172
+ flicks: {
173
+ items: {
174
+ $ref: string;
175
+ };
176
+ type: string;
177
+ };
178
+ import: {
179
+ items: {
180
+ $ref: string;
181
+ };
182
+ type: string;
183
+ };
184
+ key: {
185
+ items: {
186
+ $ref: string;
187
+ };
188
+ type: string;
189
+ };
190
+ special: {
191
+ items: {
192
+ $ref: string;
193
+ };
194
+ type: string;
195
+ };
196
+ };
197
+ type: string;
198
+ };
199
+ layer: {
200
+ additionalProperties: boolean;
201
+ properties: {
202
+ id: {
203
+ type: string;
204
+ };
205
+ modifier: {
206
+ type: string;
207
+ };
208
+ row: {
209
+ items: {
210
+ $ref: string;
211
+ };
212
+ minItems: number;
213
+ type: string;
214
+ };
215
+ special: {
216
+ items: {
217
+ $ref: string;
218
+ };
219
+ type: string;
220
+ };
221
+ };
222
+ required: string[];
223
+ type: string;
224
+ };
225
+ layers: {
226
+ additionalProperties: boolean;
227
+ properties: {
228
+ form: {
229
+ enum: string[];
230
+ type: string;
231
+ };
232
+ import: {
233
+ items: {
234
+ $ref: string;
235
+ };
236
+ type: string;
237
+ };
238
+ layer: {
239
+ items: {
240
+ $ref: string;
241
+ };
242
+ type: string;
243
+ };
244
+ minDeviceWidth: {
245
+ type: string;
246
+ };
247
+ special: {
248
+ items: {
249
+ $ref: string;
250
+ };
251
+ type: string;
252
+ };
253
+ };
254
+ required: string[];
255
+ type: string;
256
+ };
257
+ locale: {
258
+ additionalProperties: boolean;
259
+ properties: {
260
+ id: {
261
+ type: string;
262
+ };
263
+ };
264
+ required: string[];
265
+ type: string;
266
+ };
267
+ locales: {
268
+ additionalProperties: boolean;
269
+ properties: {
270
+ locale: {
271
+ items: {
272
+ $ref: string;
273
+ };
274
+ type: string;
275
+ };
276
+ };
277
+ type: string;
278
+ };
279
+ name: {
280
+ additionalProperties: boolean;
281
+ properties: {
282
+ value: {
283
+ type: string;
284
+ };
285
+ };
286
+ required: string[];
287
+ type: string;
288
+ };
289
+ names: {
290
+ additionalProperties: boolean;
291
+ properties: {
292
+ import: {
293
+ items: {
294
+ $ref: string;
295
+ };
296
+ type: string;
297
+ };
298
+ name: {
299
+ items: {
300
+ $ref: string;
301
+ };
302
+ minItems: number;
303
+ type: string;
304
+ };
305
+ special: {
306
+ items: {
307
+ $ref: string;
308
+ };
309
+ type: string;
310
+ };
311
+ };
312
+ required: string[];
313
+ type: string;
314
+ };
315
+ reorder: {
316
+ additionalProperties: boolean;
317
+ properties: {
318
+ before: {
319
+ type: string;
320
+ };
321
+ from: {
322
+ type: string;
323
+ };
324
+ order: {
325
+ type: string;
326
+ };
327
+ preBase: {
328
+ type: string;
329
+ };
330
+ tertiary: {
331
+ type: string;
332
+ };
333
+ tertiaryBase: {
334
+ type: string;
335
+ };
336
+ };
337
+ required: string[];
338
+ type: string;
339
+ };
340
+ row: {
341
+ additionalProperties: boolean;
342
+ properties: {
343
+ keys: {
344
+ type: string;
345
+ };
346
+ };
347
+ required: string[];
348
+ type: string;
349
+ };
350
+ set: {
351
+ additionalProperties: boolean;
352
+ properties: {
353
+ id: {
354
+ type: string;
355
+ };
356
+ value: {
357
+ type: string;
358
+ };
359
+ };
360
+ required: string[];
361
+ type: string;
362
+ };
363
+ settings: {
364
+ additionalProperties: boolean;
365
+ properties: {
366
+ fallback: {
367
+ enum: string[];
368
+ type: string;
369
+ };
370
+ };
371
+ type: string;
372
+ };
373
+ special: {
374
+ $ref: string;
375
+ };
376
+ stringVariable: {
377
+ additionalProperties: boolean;
378
+ properties: {
379
+ id: {
380
+ type: string;
381
+ };
382
+ value: {
383
+ type: string;
384
+ };
385
+ };
386
+ required: string[];
387
+ type: string;
388
+ };
389
+ transform: {
390
+ additionalProperties: boolean;
391
+ properties: {
392
+ from: {
393
+ type: string;
394
+ };
395
+ to: {
396
+ type: string;
397
+ };
398
+ };
399
+ required: string[];
400
+ type: string;
401
+ };
402
+ transformGroup: {
403
+ additionalProperties: boolean;
404
+ properties: {
405
+ import: {
406
+ items: {
407
+ $ref: string;
408
+ };
409
+ type: string;
410
+ };
411
+ reorder: {
412
+ items: {
413
+ $ref: string;
414
+ };
415
+ type: string;
416
+ };
417
+ special: {
418
+ items: {
419
+ $ref: string;
420
+ };
421
+ type: string;
422
+ };
423
+ transform: {
424
+ items: {
425
+ $ref: string;
426
+ };
427
+ type: string;
428
+ };
429
+ };
430
+ type: string;
431
+ };
432
+ transforms: {
433
+ additionalProperties: boolean;
434
+ properties: {
435
+ import: {
436
+ items: {
437
+ $ref: string;
438
+ };
439
+ type: string;
440
+ };
441
+ special: {
442
+ items: {
443
+ $ref: string;
444
+ };
445
+ type: string;
446
+ };
447
+ transformGroup: {
448
+ items: {
449
+ $ref: string;
450
+ };
451
+ type: string;
452
+ };
453
+ type: {
454
+ enum: string[];
455
+ type: string;
456
+ };
457
+ };
458
+ required: string[];
459
+ type: string;
460
+ };
461
+ unicodeSet: {
462
+ additionalProperties: boolean;
463
+ properties: {
464
+ id: {
465
+ type: string;
466
+ };
467
+ value: {
468
+ type: string;
469
+ };
470
+ };
471
+ required: string[];
472
+ type: string;
473
+ };
474
+ variables: {
475
+ additionalProperties: boolean;
476
+ properties: {
477
+ import: {
478
+ items: {
479
+ $ref: string;
480
+ };
481
+ type: string;
482
+ };
483
+ set: {
484
+ items: {
485
+ $ref: string;
486
+ };
487
+ type: string;
488
+ };
489
+ special: {
490
+ items: {
491
+ $ref: string;
492
+ };
493
+ type: string;
494
+ };
495
+ string: {
496
+ items: {
497
+ $ref: string;
498
+ };
499
+ type: string;
500
+ };
501
+ unicodeSet: {
502
+ items: {
503
+ $ref: string;
504
+ };
505
+ type: string;
506
+ };
507
+ };
508
+ type: string;
509
+ };
510
+ version: {
511
+ additionalProperties: boolean;
512
+ properties: {
513
+ cldrVersion: {
514
+ enum: string[];
515
+ type: string;
516
+ };
517
+ number: {
518
+ type: string;
519
+ };
520
+ };
521
+ type: string;
522
+ };
523
+ vkey: {
524
+ additionalProperties: boolean;
525
+ properties: {
526
+ from: {
527
+ type: string;
528
+ };
529
+ to: {
530
+ type: string;
531
+ };
532
+ };
533
+ required: string[];
534
+ type: string;
535
+ };
536
+ vkeys: {
537
+ additionalProperties: boolean;
538
+ properties: {
539
+ import: {
540
+ items: {
541
+ $ref: string;
542
+ };
543
+ type: string;
544
+ };
545
+ special: {
546
+ items: {
547
+ $ref: string;
548
+ };
549
+ type: string;
550
+ };
551
+ vkey: {
552
+ items: {
553
+ $ref: string;
554
+ };
555
+ type: string;
556
+ };
557
+ };
558
+ type: string;
559
+ };
560
+ };
561
+ properties: {
562
+ keyboard: {
563
+ additionalProperties: boolean;
564
+ properties: {
565
+ conformsTo: {
566
+ enum: string[];
567
+ type: string;
568
+ };
569
+ displays: {
570
+ $ref: string;
571
+ };
572
+ import: {
573
+ items: {
574
+ $ref: string;
575
+ };
576
+ type: string;
577
+ };
578
+ info: {
579
+ $ref: string;
580
+ };
581
+ keys: {
582
+ $ref: string;
583
+ };
584
+ layers: {
585
+ items: {
586
+ $ref: string;
587
+ };
588
+ type: string;
589
+ };
590
+ locale: {
591
+ type: string;
592
+ };
593
+ locales: {
594
+ $ref: string;
595
+ };
596
+ names: {
597
+ $ref: string;
598
+ };
599
+ settings: {
600
+ $ref: string;
601
+ };
602
+ special: {
603
+ items: {
604
+ $ref: string;
605
+ };
606
+ type: string;
607
+ };
608
+ transforms: {
609
+ items: {
610
+ $ref: string;
611
+ };
612
+ type: string;
613
+ };
614
+ variables: {
615
+ $ref: string;
616
+ };
617
+ version: {
618
+ $ref: string;
619
+ };
620
+ vkeys: {
621
+ $ref: string;
622
+ };
623
+ };
624
+ required: string[];
625
+ type: string;
626
+ };
627
+ };
628
+ required: string[];
629
+ title: string;
630
+ type: string;
631
+ };
632
+ export default _default;
633
+ //# debugId=0803e734-82f1-546a-bdd1-3c09070b4f30
634
+ //# sourceMappingURL=ldml-keyboard.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"debug_id":"0803e734-82f1-546a-bdd1-3c09070b4f30","file":"ldml-keyboard.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8rBC","names":[],"sourceRoot":"","sources":["../../../src/schemas/ldml-keyboard.schema.ts"],"version":3}