@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,232 +1,230 @@
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]="c6769db7-074e-55a4-83e6-0c7443d15fed")}catch(e){}}();
2
- declare const _default: {
3
- $schema: string;
4
- $ref: string;
5
- $comment: string;
6
- description: string;
7
- definitions: {
8
- "touch-layout": {
9
- type: string;
10
- properties: {
11
- tablet: {
12
- $ref: string;
13
- };
14
- phone: {
15
- $ref: string;
16
- };
17
- desktop: {
18
- $ref: string;
19
- };
20
- };
21
- };
22
- platform: {
23
- type: string;
24
- properties: {
25
- font: {
26
- $ref: string;
27
- };
28
- fontsize: {
29
- $ref: string;
30
- };
31
- layer: {
32
- $ref: string;
33
- };
34
- displayUnderlying: {
35
- type: string;
36
- };
37
- defaultHint: {
38
- type: string;
39
- enum: string[];
40
- };
41
- };
42
- required: string[];
43
- additionalProperties: boolean;
44
- };
45
- layers: {
46
- type: string;
47
- items: {
48
- $ref: string;
49
- };
50
- };
51
- layer: {
52
- type: string;
53
- properties: {
54
- id: {
55
- $ref: string;
56
- };
57
- row: {
58
- $ref: string;
59
- };
60
- };
61
- required: string[];
62
- additionalProperties: boolean;
63
- };
64
- "layer-id": {
65
- type: string;
66
- pattern: string;
67
- };
68
- rows: {
69
- type: string;
70
- items: {
71
- $ref: string;
72
- };
73
- };
74
- row: {
75
- type: string;
76
- properties: {
77
- id: {
78
- $ref: string;
79
- };
80
- key: {
81
- $ref: string;
82
- };
83
- };
84
- required: string[];
85
- additionalProperties: boolean;
86
- };
87
- "row-id": {
88
- oneOf: ({
89
- type: string;
90
- minimum: number;
91
- maximum: number;
92
- pattern?: undefined;
93
- } | {
94
- type: string;
95
- pattern: string;
96
- minimum?: undefined;
97
- maximum?: undefined;
98
- })[];
99
- };
100
- keys: {
101
- type: string;
102
- items: {
103
- $ref: string;
104
- };
105
- };
106
- key: {
107
- type: string;
108
- properties: {
109
- id: {
110
- $ref: string;
111
- };
112
- text: {
113
- type: string;
114
- };
115
- layer: {
116
- $ref: string;
117
- };
118
- nextlayer: {
119
- $ref: string;
120
- };
121
- fontsize: {
122
- $ref: string;
123
- };
124
- font: {
125
- $ref: string;
126
- };
127
- dk: {
128
- type: string;
129
- };
130
- sp: {
131
- $ref: string;
132
- };
133
- pad: {
134
- $ref: string;
135
- };
136
- width: {
137
- $ref: string;
138
- };
139
- sk: {
140
- $ref: string;
141
- };
142
- flick: {
143
- $ref: string;
144
- };
145
- multitap: {
146
- $ref: string;
147
- };
148
- hint: {
149
- type: string;
150
- };
151
- };
152
- additionalProperties: boolean;
153
- };
154
- numeric: {
155
- oneOf: ({
156
- type: string;
157
- pattern: string;
158
- } | {
159
- type: string;
160
- pattern?: undefined;
161
- })[];
162
- };
163
- "key-id": {
164
- type: string;
165
- pattern: string;
166
- };
167
- subkeys: {
168
- type: string;
169
- items: {
170
- $ref: string;
171
- };
172
- };
173
- subkey: {
174
- type: string;
175
- properties: {
176
- id: {
177
- $ref: string;
178
- };
179
- text: {
180
- type: string;
181
- };
182
- layer: {
183
- $ref: string;
184
- };
185
- nextlayer: {
186
- $ref: string;
187
- };
188
- sp: {
189
- $ref: string;
190
- };
191
- pad: {
192
- $ref: string;
193
- };
194
- width: {
195
- $ref: string;
196
- };
197
- fontsize: {
198
- $ref: string;
199
- };
200
- font: {
201
- $ref: string;
202
- };
203
- dk: {
204
- type: string;
205
- };
206
- default: {
207
- type: string;
208
- };
209
- };
210
- required: string[];
211
- additionalProperties: boolean;
212
- };
213
- flick: {
214
- type: string;
215
- patternProperties: {
216
- "^(n|s|e|w|ne|nw|se|sw)$": {
217
- $ref: string;
218
- };
219
- };
220
- additionalProperties: boolean;
221
- };
222
- "font-spec": {
223
- type: string;
224
- };
225
- "fontsize-spec": {
226
- type: string;
227
- };
228
- };
229
- };
230
- export default _default;
231
- //# debugId=c6769db7-074e-55a4-83e6-0c7443d15fed
232
- //# sourceMappingURL=keyman-touch-layout.spec.d.ts.map
1
+ declare const _default: {
2
+ $schema: string;
3
+ $ref: string;
4
+ $comment: string;
5
+ description: string;
6
+ definitions: {
7
+ "touch-layout": {
8
+ type: string;
9
+ properties: {
10
+ tablet: {
11
+ $ref: string;
12
+ };
13
+ phone: {
14
+ $ref: string;
15
+ };
16
+ desktop: {
17
+ $ref: string;
18
+ };
19
+ };
20
+ };
21
+ platform: {
22
+ type: string;
23
+ properties: {
24
+ font: {
25
+ $ref: string;
26
+ };
27
+ fontsize: {
28
+ $ref: string;
29
+ };
30
+ layer: {
31
+ $ref: string;
32
+ };
33
+ displayUnderlying: {
34
+ type: string;
35
+ };
36
+ defaultHint: {
37
+ type: string;
38
+ enum: string[];
39
+ };
40
+ };
41
+ required: string[];
42
+ additionalProperties: boolean;
43
+ };
44
+ layers: {
45
+ type: string;
46
+ items: {
47
+ $ref: string;
48
+ };
49
+ };
50
+ layer: {
51
+ type: string;
52
+ properties: {
53
+ id: {
54
+ $ref: string;
55
+ };
56
+ row: {
57
+ $ref: string;
58
+ };
59
+ };
60
+ required: string[];
61
+ additionalProperties: boolean;
62
+ };
63
+ "layer-id": {
64
+ type: string;
65
+ pattern: string;
66
+ };
67
+ rows: {
68
+ type: string;
69
+ items: {
70
+ $ref: string;
71
+ };
72
+ };
73
+ row: {
74
+ type: string;
75
+ properties: {
76
+ id: {
77
+ $ref: string;
78
+ };
79
+ key: {
80
+ $ref: string;
81
+ };
82
+ };
83
+ required: string[];
84
+ additionalProperties: boolean;
85
+ };
86
+ "row-id": {
87
+ oneOf: ({
88
+ type: string;
89
+ minimum: number;
90
+ maximum: number;
91
+ pattern?: undefined;
92
+ } | {
93
+ type: string;
94
+ pattern: string;
95
+ minimum?: undefined;
96
+ maximum?: undefined;
97
+ })[];
98
+ };
99
+ keys: {
100
+ type: string;
101
+ items: {
102
+ $ref: string;
103
+ };
104
+ };
105
+ key: {
106
+ type: string;
107
+ properties: {
108
+ id: {
109
+ $ref: string;
110
+ };
111
+ text: {
112
+ type: string;
113
+ };
114
+ layer: {
115
+ $ref: string;
116
+ };
117
+ nextlayer: {
118
+ $ref: string;
119
+ };
120
+ fontsize: {
121
+ $ref: string;
122
+ };
123
+ font: {
124
+ $ref: string;
125
+ };
126
+ dk: {
127
+ type: string;
128
+ };
129
+ sp: {
130
+ $ref: string;
131
+ };
132
+ pad: {
133
+ $ref: string;
134
+ };
135
+ width: {
136
+ $ref: string;
137
+ };
138
+ sk: {
139
+ $ref: string;
140
+ };
141
+ flick: {
142
+ $ref: string;
143
+ };
144
+ multitap: {
145
+ $ref: string;
146
+ };
147
+ hint: {
148
+ type: string;
149
+ };
150
+ };
151
+ additionalProperties: boolean;
152
+ };
153
+ numeric: {
154
+ oneOf: ({
155
+ type: string;
156
+ pattern: string;
157
+ } | {
158
+ type: string;
159
+ pattern?: undefined;
160
+ })[];
161
+ };
162
+ "key-id": {
163
+ type: string;
164
+ pattern: string;
165
+ };
166
+ subkeys: {
167
+ type: string;
168
+ items: {
169
+ $ref: string;
170
+ };
171
+ };
172
+ subkey: {
173
+ type: string;
174
+ properties: {
175
+ id: {
176
+ $ref: string;
177
+ };
178
+ text: {
179
+ type: string;
180
+ };
181
+ layer: {
182
+ $ref: string;
183
+ };
184
+ nextlayer: {
185
+ $ref: string;
186
+ };
187
+ sp: {
188
+ $ref: string;
189
+ };
190
+ pad: {
191
+ $ref: string;
192
+ };
193
+ width: {
194
+ $ref: string;
195
+ };
196
+ fontsize: {
197
+ $ref: string;
198
+ };
199
+ font: {
200
+ $ref: string;
201
+ };
202
+ dk: {
203
+ type: string;
204
+ };
205
+ default: {
206
+ type: string;
207
+ };
208
+ };
209
+ required: string[];
210
+ additionalProperties: boolean;
211
+ };
212
+ flick: {
213
+ type: string;
214
+ patternProperties: {
215
+ "^(n|s|e|w|ne|nw|se|sw)$": {
216
+ $ref: string;
217
+ };
218
+ };
219
+ additionalProperties: boolean;
220
+ };
221
+ "font-spec": {
222
+ type: string;
223
+ };
224
+ "fontsize-spec": {
225
+ type: string;
226
+ };
227
+ };
228
+ };
229
+ export default _default;
230
+ //# sourceMappingURL=keyman-touch-layout.spec.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"c6769db7-074e-55a4-83e6-0c7443d15fed","file":"keyman-touch-layout.spec.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6JC","names":[],"sourceRoot":"","sources":["../../../src/schemas/keyman-touch-layout.spec.ts"],"version":3}
1
+ {"version":3,"file":"keyman-touch-layout.spec.d.ts","sourceRoot":"","sources":["../../../src/schemas/keyman-touch-layout.spec.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6JC"}