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