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