@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 +1 @@
1
- {"debug_id":"bba6ffd4-2777-5403-af83-df2921428b88","file":"ldml-keyboard3.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqrBC","names":[],"sourceRoot":"","sources":["../../../src/schemas/ldml-keyboard3.schema.ts"],"version":3}
1
+ {"version":3,"file":"ldml-keyboard3.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/ldml-keyboard3.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqrBC"}
@@ -1,192 +1,190 @@
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]="cd181f47-6814-5115-8e53-2c37f5fafe62")}catch(e){}}();
2
- declare const _default: {
3
- $schema: string;
4
- additionalProperties: boolean;
5
- definitions: {
6
- any: {
7
- type: string;
8
- };
9
- backspace: {
10
- type: string;
11
- };
12
- check: {
13
- additionalProperties: boolean;
14
- properties: {
15
- result: {
16
- type: string;
17
- };
18
- };
19
- required: string[];
20
- type: string;
21
- };
22
- emit: {
23
- additionalProperties: boolean;
24
- properties: {
25
- to: {
26
- type: string;
27
- };
28
- };
29
- required: string[];
30
- type: string;
31
- };
32
- info: {
33
- additionalProperties: boolean;
34
- properties: {
35
- author: {
36
- type: string;
37
- };
38
- keyboard: {
39
- type: string;
40
- };
41
- name: {
42
- type: string;
43
- };
44
- };
45
- required: string[];
46
- type: string;
47
- };
48
- keystroke: {
49
- additionalProperties: boolean;
50
- properties: {
51
- flick: {
52
- type: string;
53
- };
54
- key: {
55
- type: string;
56
- };
57
- longPress: {
58
- type: string;
59
- };
60
- tapCount: {
61
- type: string;
62
- };
63
- };
64
- required: string[];
65
- type: string;
66
- };
67
- repertoire: {
68
- additionalProperties: boolean;
69
- properties: {
70
- chars: {
71
- type: string;
72
- };
73
- name: {
74
- type: string;
75
- };
76
- type: {
77
- enum: string[];
78
- type: string;
79
- };
80
- };
81
- required: string[];
82
- type: string;
83
- };
84
- special: {
85
- $ref: string;
86
- };
87
- startContext: {
88
- additionalProperties: boolean;
89
- properties: {
90
- to: {
91
- type: string;
92
- };
93
- };
94
- required: string[];
95
- type: string;
96
- };
97
- test: {
98
- additionalProperties: boolean;
99
- properties: {
100
- backspace: {
101
- $ref: string;
102
- };
103
- check: {
104
- $ref: string;
105
- };
106
- emit: {
107
- $ref: string;
108
- };
109
- keystroke: {
110
- $ref: string;
111
- };
112
- name: {
113
- type: string;
114
- };
115
- special: {
116
- items: {
117
- $ref: string;
118
- };
119
- type: string;
120
- };
121
- startContext: {
122
- $ref: string;
123
- };
124
- };
125
- required: string[];
126
- type: string;
127
- };
128
- tests: {
129
- additionalProperties: boolean;
130
- properties: {
131
- name: {
132
- type: string;
133
- };
134
- special: {
135
- items: {
136
- $ref: string;
137
- };
138
- type: string;
139
- };
140
- test: {
141
- items: {
142
- $ref: string;
143
- };
144
- minItems: number;
145
- type: string;
146
- };
147
- };
148
- required: string[];
149
- type: string;
150
- };
151
- };
152
- properties: {
153
- keyboardTest3: {
154
- additionalProperties: boolean;
155
- properties: {
156
- conformsTo: {
157
- enum: string[];
158
- type: string;
159
- };
160
- info: {
161
- $ref: string;
162
- };
163
- repertoire: {
164
- items: {
165
- $ref: string;
166
- };
167
- type: string;
168
- };
169
- special: {
170
- items: {
171
- $ref: string;
172
- };
173
- type: string;
174
- };
175
- tests: {
176
- items: {
177
- $ref: string;
178
- };
179
- type: string;
180
- };
181
- };
182
- required: string[];
183
- type: string;
184
- };
185
- };
186
- required: string[];
187
- title: string;
188
- type: string;
189
- };
190
- export default _default;
191
- //# debugId=cd181f47-6814-5115-8e53-2c37f5fafe62
192
- //# sourceMappingURL=ldml-keyboardtest3.schema.d.ts.map
1
+ declare const _default: {
2
+ $schema: string;
3
+ additionalProperties: boolean;
4
+ definitions: {
5
+ any: {
6
+ type: string;
7
+ };
8
+ backspace: {
9
+ type: string;
10
+ };
11
+ check: {
12
+ additionalProperties: boolean;
13
+ properties: {
14
+ result: {
15
+ type: string;
16
+ };
17
+ };
18
+ required: string[];
19
+ type: string;
20
+ };
21
+ emit: {
22
+ additionalProperties: boolean;
23
+ properties: {
24
+ to: {
25
+ type: string;
26
+ };
27
+ };
28
+ required: string[];
29
+ type: string;
30
+ };
31
+ info: {
32
+ additionalProperties: boolean;
33
+ properties: {
34
+ author: {
35
+ type: string;
36
+ };
37
+ keyboard: {
38
+ type: string;
39
+ };
40
+ name: {
41
+ type: string;
42
+ };
43
+ };
44
+ required: string[];
45
+ type: string;
46
+ };
47
+ keystroke: {
48
+ additionalProperties: boolean;
49
+ properties: {
50
+ flick: {
51
+ type: string;
52
+ };
53
+ key: {
54
+ type: string;
55
+ };
56
+ longPress: {
57
+ type: string;
58
+ };
59
+ tapCount: {
60
+ type: string;
61
+ };
62
+ };
63
+ required: string[];
64
+ type: string;
65
+ };
66
+ repertoire: {
67
+ additionalProperties: boolean;
68
+ properties: {
69
+ chars: {
70
+ type: string;
71
+ };
72
+ name: {
73
+ type: string;
74
+ };
75
+ type: {
76
+ enum: string[];
77
+ type: string;
78
+ };
79
+ };
80
+ required: string[];
81
+ type: string;
82
+ };
83
+ special: {
84
+ $ref: string;
85
+ };
86
+ startContext: {
87
+ additionalProperties: boolean;
88
+ properties: {
89
+ to: {
90
+ type: string;
91
+ };
92
+ };
93
+ required: string[];
94
+ type: string;
95
+ };
96
+ test: {
97
+ additionalProperties: boolean;
98
+ properties: {
99
+ backspace: {
100
+ $ref: string;
101
+ };
102
+ check: {
103
+ $ref: string;
104
+ };
105
+ emit: {
106
+ $ref: string;
107
+ };
108
+ keystroke: {
109
+ $ref: string;
110
+ };
111
+ name: {
112
+ type: string;
113
+ };
114
+ special: {
115
+ items: {
116
+ $ref: string;
117
+ };
118
+ type: string;
119
+ };
120
+ startContext: {
121
+ $ref: string;
122
+ };
123
+ };
124
+ required: string[];
125
+ type: string;
126
+ };
127
+ tests: {
128
+ additionalProperties: boolean;
129
+ properties: {
130
+ name: {
131
+ type: string;
132
+ };
133
+ special: {
134
+ items: {
135
+ $ref: string;
136
+ };
137
+ type: string;
138
+ };
139
+ test: {
140
+ items: {
141
+ $ref: string;
142
+ };
143
+ minItems: number;
144
+ type: string;
145
+ };
146
+ };
147
+ required: string[];
148
+ type: string;
149
+ };
150
+ };
151
+ properties: {
152
+ keyboardTest3: {
153
+ additionalProperties: boolean;
154
+ properties: {
155
+ conformsTo: {
156
+ enum: string[];
157
+ type: string;
158
+ };
159
+ info: {
160
+ $ref: string;
161
+ };
162
+ repertoire: {
163
+ items: {
164
+ $ref: string;
165
+ };
166
+ type: string;
167
+ };
168
+ special: {
169
+ items: {
170
+ $ref: string;
171
+ };
172
+ type: string;
173
+ };
174
+ tests: {
175
+ items: {
176
+ $ref: string;
177
+ };
178
+ type: string;
179
+ };
180
+ };
181
+ required: string[];
182
+ type: string;
183
+ };
184
+ };
185
+ required: string[];
186
+ title: string;
187
+ type: string;
188
+ };
189
+ export default _default;
190
+ //# sourceMappingURL=ldml-keyboardtest3.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"cd181f47-6814-5115-8e53-2c37f5fafe62","file":"ldml-keyboardtest3.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8NC","names":[],"sourceRoot":"","sources":["../../../src/schemas/ldml-keyboardtest3.schema.ts"],"version":3}
1
+ {"version":3,"file":"ldml-keyboardtest3.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/ldml-keyboardtest3.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8NC"}