@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,212 +1,210 @@
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]="86ff9b1c-1f6e-506c-a878-ed7fdf98da6e")}catch(e){}}();
2
- declare const _default: {
3
- $schema: string;
4
- $ref: string;
5
- definitions: {
6
- KeyboardInfo: {
7
- type: string;
8
- properties: {
9
- id: {
10
- type: string;
11
- };
12
- name: {
13
- type: string;
14
- };
15
- authorName: {
16
- type: string;
17
- };
18
- authorEmail: {
19
- type: string;
20
- format: string;
21
- };
22
- description: {
23
- type: string;
24
- };
25
- license: {
26
- type: string;
27
- enum: string[];
28
- };
29
- languages: {
30
- anyOf: ({
31
- type: string;
32
- items: {
33
- type: string;
34
- };
35
- uniqueItems: boolean;
36
- $ref?: undefined;
37
- } | {
38
- $ref: string;
39
- type?: undefined;
40
- items?: undefined;
41
- uniqueItems?: undefined;
42
- })[];
43
- };
44
- lastModifiedDate: {
45
- type: string;
46
- format: string;
47
- };
48
- packageFilename: {
49
- type: string;
50
- pattern: string;
51
- };
52
- packageFileSize: {
53
- type: string;
54
- };
55
- jsFilename: {
56
- type: string;
57
- pattern: string;
58
- };
59
- jsFileSize: {
60
- type: string;
61
- };
62
- isRTL: {
63
- type: string;
64
- };
65
- encodings: {
66
- type: string;
67
- items: {
68
- type: string;
69
- enum: string[];
70
- };
71
- };
72
- packageIncludes: {
73
- type: string;
74
- items: {
75
- type: string;
76
- enum: string[];
77
- };
78
- };
79
- version: {
80
- type: string;
81
- };
82
- minKeymanVersion: {
83
- type: string;
84
- pattern: string;
85
- };
86
- helpLink: {
87
- type: string;
88
- pattern: string;
89
- };
90
- platformSupport: {
91
- $ref: string;
92
- };
93
- sourcePath: {
94
- type: string;
95
- pattern: string;
96
- };
97
- related: {
98
- type: string;
99
- patternProperties: {
100
- ".": {
101
- $ref: string;
102
- };
103
- };
104
- additionalProperties: boolean;
105
- };
106
- deprecated: {
107
- type: string;
108
- };
109
- };
110
- required: string[];
111
- };
112
- KeyboardLanguageInfo: {
113
- type: string;
114
- patternProperties: {
115
- ".": {
116
- $ref: string;
117
- };
118
- };
119
- additionalProperties: boolean;
120
- };
121
- KeyboardLanguageInfoItem: {
122
- type: string;
123
- properties: {
124
- font: {
125
- $ref: string;
126
- };
127
- oskFont: {
128
- $ref: string;
129
- };
130
- examples: {
131
- type: string;
132
- items: {
133
- $ref: string;
134
- };
135
- };
136
- displayName: {
137
- type: string;
138
- };
139
- languageName: {
140
- type: string;
141
- };
142
- scriptName: {
143
- type: string;
144
- };
145
- regionName: {
146
- type: string;
147
- };
148
- };
149
- required: any[];
150
- additionalProperties: boolean;
151
- };
152
- KeyboardFontInfo: {
153
- type: string;
154
- properties: {
155
- family: {
156
- type: string;
157
- };
158
- source: {
159
- type: string;
160
- items: {
161
- type: string;
162
- };
163
- };
164
- };
165
- required: string[];
166
- additionalProperties: boolean;
167
- };
168
- KeyboardExampleInfo: {
169
- type: string;
170
- properties: {
171
- keys: {
172
- type: string;
173
- };
174
- text: {
175
- type: string;
176
- };
177
- note: {
178
- type: string;
179
- };
180
- };
181
- required: string[];
182
- additionalProperties: boolean;
183
- };
184
- KeyboardPlatformInfo: {
185
- type: string;
186
- patternProperties: {
187
- "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
188
- type: string;
189
- enum: string[];
190
- };
191
- };
192
- required: any[];
193
- additionalProperties: boolean;
194
- };
195
- KeyboardRelatedInfo: {
196
- type: string;
197
- properties: {
198
- deprecates: {
199
- type: string;
200
- };
201
- deprecatedBy: {
202
- type: string;
203
- };
204
- };
205
- required: any[];
206
- additionalProperties: boolean;
207
- };
208
- };
209
- };
210
- export default _default;
211
- //# debugId=86ff9b1c-1f6e-506c-a878-ed7fdf98da6e
212
- //# sourceMappingURL=keyboard_info.schema.d.ts.map
1
+ declare const _default: {
2
+ $schema: string;
3
+ $ref: string;
4
+ definitions: {
5
+ KeyboardInfo: {
6
+ type: string;
7
+ properties: {
8
+ id: {
9
+ type: string;
10
+ };
11
+ name: {
12
+ type: string;
13
+ };
14
+ authorName: {
15
+ type: string;
16
+ };
17
+ authorEmail: {
18
+ type: string;
19
+ format: string;
20
+ };
21
+ description: {
22
+ type: string;
23
+ };
24
+ license: {
25
+ type: string;
26
+ enum: string[];
27
+ };
28
+ languages: {
29
+ anyOf: ({
30
+ type: string;
31
+ items: {
32
+ type: string;
33
+ };
34
+ uniqueItems: boolean;
35
+ $ref?: undefined;
36
+ } | {
37
+ $ref: string;
38
+ type?: undefined;
39
+ items?: undefined;
40
+ uniqueItems?: undefined;
41
+ })[];
42
+ };
43
+ lastModifiedDate: {
44
+ type: string;
45
+ format: string;
46
+ };
47
+ packageFilename: {
48
+ type: string;
49
+ pattern: string;
50
+ };
51
+ packageFileSize: {
52
+ type: string;
53
+ };
54
+ jsFilename: {
55
+ type: string;
56
+ pattern: string;
57
+ };
58
+ jsFileSize: {
59
+ type: string;
60
+ };
61
+ isRTL: {
62
+ type: string;
63
+ };
64
+ encodings: {
65
+ type: string;
66
+ items: {
67
+ type: string;
68
+ enum: string[];
69
+ };
70
+ };
71
+ packageIncludes: {
72
+ type: string;
73
+ items: {
74
+ type: string;
75
+ enum: string[];
76
+ };
77
+ };
78
+ version: {
79
+ type: string;
80
+ };
81
+ minKeymanVersion: {
82
+ type: string;
83
+ pattern: string;
84
+ };
85
+ helpLink: {
86
+ type: string;
87
+ pattern: string;
88
+ };
89
+ platformSupport: {
90
+ $ref: string;
91
+ };
92
+ sourcePath: {
93
+ type: string;
94
+ pattern: string;
95
+ };
96
+ related: {
97
+ type: string;
98
+ patternProperties: {
99
+ ".": {
100
+ $ref: string;
101
+ };
102
+ };
103
+ additionalProperties: boolean;
104
+ };
105
+ deprecated: {
106
+ type: string;
107
+ };
108
+ };
109
+ required: string[];
110
+ };
111
+ KeyboardLanguageInfo: {
112
+ type: string;
113
+ patternProperties: {
114
+ ".": {
115
+ $ref: string;
116
+ };
117
+ };
118
+ additionalProperties: boolean;
119
+ };
120
+ KeyboardLanguageInfoItem: {
121
+ type: string;
122
+ properties: {
123
+ font: {
124
+ $ref: string;
125
+ };
126
+ oskFont: {
127
+ $ref: string;
128
+ };
129
+ examples: {
130
+ type: string;
131
+ items: {
132
+ $ref: string;
133
+ };
134
+ };
135
+ displayName: {
136
+ type: string;
137
+ };
138
+ languageName: {
139
+ type: string;
140
+ };
141
+ scriptName: {
142
+ type: string;
143
+ };
144
+ regionName: {
145
+ type: string;
146
+ };
147
+ };
148
+ required: any[];
149
+ additionalProperties: boolean;
150
+ };
151
+ KeyboardFontInfo: {
152
+ type: string;
153
+ properties: {
154
+ family: {
155
+ type: string;
156
+ };
157
+ source: {
158
+ type: string;
159
+ items: {
160
+ type: string;
161
+ };
162
+ };
163
+ };
164
+ required: string[];
165
+ additionalProperties: boolean;
166
+ };
167
+ KeyboardExampleInfo: {
168
+ type: string;
169
+ properties: {
170
+ keys: {
171
+ type: string;
172
+ };
173
+ text: {
174
+ type: string;
175
+ };
176
+ note: {
177
+ type: string;
178
+ };
179
+ };
180
+ required: string[];
181
+ additionalProperties: boolean;
182
+ };
183
+ KeyboardPlatformInfo: {
184
+ type: string;
185
+ patternProperties: {
186
+ "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
187
+ type: string;
188
+ enum: string[];
189
+ };
190
+ };
191
+ required: any[];
192
+ additionalProperties: boolean;
193
+ };
194
+ KeyboardRelatedInfo: {
195
+ type: string;
196
+ properties: {
197
+ deprecates: {
198
+ type: string;
199
+ };
200
+ deprecatedBy: {
201
+ type: string;
202
+ };
203
+ };
204
+ required: any[];
205
+ additionalProperties: boolean;
206
+ };
207
+ };
208
+ };
209
+ export default _default;
210
+ //# sourceMappingURL=keyboard_info.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"86ff9b1c-1f6e-506c-a878-ed7fdf98da6e","file":"keyboard_info.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyGC","names":[],"sourceRoot":"","sources":["../../../src/schemas/keyboard_info.schema.ts"],"version":3}
1
+ {"version":3,"file":"keyboard_info.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/keyboard_info.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyGC"}