@keymanapp/common-types 18.0.41-alpha → 18.0.46-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.
- package/build/src/consts/virtual-key-constants.d.ts +191 -191
- package/build/src/consts/virtual-key-constants.js +221 -221
- package/build/src/consts/virtual-key-constants.js.map +1 -1
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +5 -5
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js +72 -72
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js.map +1 -1
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +28 -28
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js +120 -120
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js.map +1 -1
- package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +95 -95
- package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +52 -52
- package/build/src/kmx/element-string.d.ts +23 -23
- package/build/src/kmx/element-string.js +125 -125
- package/build/src/kmx/element-string.js.map +1 -1
- package/build/src/kmx/keyman-targets.d.ts +20 -20
- package/build/src/kmx/keyman-targets.js +79 -79
- package/build/src/kmx/keyman-targets.js.map +1 -1
- package/build/src/kmx/kmx-builder.d.ts +32 -32
- package/build/src/kmx/kmx-builder.js +189 -189
- package/build/src/kmx/kmx-builder.js.map +1 -1
- package/build/src/kmx/kmx-file-reader.d.ts +13 -13
- package/build/src/kmx/kmx-file-reader.js +134 -134
- package/build/src/kmx/kmx-file-reader.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +18 -18
- package/build/src/kmx/kmx-plus-builder/build-disp.js +27 -27
- package/build/src/kmx/kmx-plus-builder/build-disp.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +28 -28
- package/build/src/kmx/kmx-plus-builder/build-elem.js +89 -89
- package/build/src/kmx/kmx-plus-builder/build-elem.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +56 -56
- package/build/src/kmx/kmx-plus-builder/build-keys.js +107 -107
- package/build/src/kmx/kmx-plus-builder/build-keys.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +53 -53
- package/build/src/kmx/kmx-plus-builder/build-layr.js +101 -101
- package/build/src/kmx/kmx-plus-builder/build-layr.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-list.d.ts +35 -35
- package/build/src/kmx/kmx-plus-builder/build-list.js +66 -66
- package/build/src/kmx/kmx-plus-builder/build-list.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +11 -11
- package/build/src/kmx/kmx-plus-builder/build-loca.js +21 -21
- package/build/src/kmx/kmx-plus-builder/build-loca.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +16 -16
- package/build/src/kmx/kmx-plus-builder/build-meta.js +20 -20
- package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +15 -15
- package/build/src/kmx/kmx-plus-builder/build-sect.js +15 -15
- package/build/src/kmx/kmx-plus-builder/build-sect.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +22 -22
- package/build/src/kmx/kmx-plus-builder/build-strs.js +46 -46
- package/build/src/kmx/kmx-plus-builder/build-strs.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +32 -32
- package/build/src/kmx/kmx-plus-builder/build-tran.js +69 -69
- package/build/src/kmx/kmx-plus-builder/build-tran.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +30 -30
- package/build/src/kmx/kmx-plus-builder/build-uset.js +60 -60
- package/build/src/kmx/kmx-plus-builder/build-uset.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +21 -21
- package/build/src/kmx/kmx-plus-builder/build-vars.js +48 -48
- package/build/src/kmx/kmx-plus-builder/build-vars.js.map +1 -1
- package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +9 -9
- package/build/src/kmx/kmx-plus-builder/builder-section.js +2 -2
- package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +42 -42
- package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js +137 -137
- package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js.map +1 -1
- package/build/src/kmx/kmx-plus.d.ts +322 -322
- package/build/src/kmx/kmx-plus.js +830 -830
- package/build/src/kmx/kmx-plus.js.map +1 -1
- package/build/src/kmx/kmx.d.ts +233 -233
- package/build/src/kmx/kmx.js +302 -302
- package/build/src/kmx/kmx.js.map +1 -1
- package/build/src/kmx/string-list.d.ts +35 -35
- package/build/src/kmx/string-list.js +88 -88
- package/build/src/kmx/string-list.js.map +1 -1
- package/build/src/kpj/keyman-developer-project.d.ts +78 -78
- package/build/src/kpj/keyman-developer-project.js +195 -195
- package/build/src/kpj/keyman-developer-project.js.map +1 -1
- package/build/src/kpj/kpj-file-reader.d.ts +18 -18
- package/build/src/kpj/kpj-file-reader.js +119 -119
- package/build/src/kpj/kpj-file-reader.js.map +1 -1
- package/build/src/kpj/kpj-file.d.ts +39 -39
- package/build/src/kpj/kpj-file.js +10 -10
- package/build/src/kvk/kvk-file-reader.d.ts +4 -4
- package/build/src/kvk/kvk-file-reader.js +37 -37
- package/build/src/kvk/kvk-file-reader.js.map +1 -1
- package/build/src/kvk/kvk-file-writer.d.ts +19 -19
- package/build/src/kvk/kvk-file-writer.js +77 -77
- package/build/src/kvk/kvk-file-writer.js.map +1 -1
- package/build/src/kvk/kvk-file.d.ts +66 -66
- package/build/src/kvk/kvk-file.d.ts.map +1 -1
- package/build/src/kvk/kvk-file.js +90 -90
- package/build/src/kvk/kvk-file.js.map +1 -1
- package/build/src/kvk/kvks-file-reader.d.ts +23 -23
- package/build/src/kvk/kvks-file-reader.js +175 -175
- package/build/src/kvk/kvks-file-reader.js.map +1 -1
- package/build/src/kvk/kvks-file-writer.d.ts +6 -6
- package/build/src/kvk/kvks-file-writer.js +106 -106
- package/build/src/kvk/kvks-file-writer.js.map +1 -1
- package/build/src/kvk/kvks-file.d.ts +43 -43
- package/build/src/kvk/kvks-file.js +9 -9
- package/build/src/kvk/visual-keyboard.d.ts +44 -44
- package/build/src/kvk/visual-keyboard.js +75 -75
- package/build/src/kvk/visual-keyboard.js.map +1 -1
- package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +60 -60
- package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.js +19 -19
- package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +95 -95
- package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js +409 -409
- package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js.map +1 -1
- package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +170 -170
- package/build/src/ldml-keyboard/ldml-keyboard-xml.js +55 -55
- package/build/src/ldml-keyboard/pattern-parser.d.ts +201 -201
- package/build/src/ldml-keyboard/pattern-parser.js +490 -490
- package/build/src/ldml-keyboard/pattern-parser.js.map +1 -1
- package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +37 -37
- package/build/src/ldml-keyboard/unicodeset-parser-api.js +27 -27
- package/build/src/main.d.ts +33 -33
- package/build/src/main.js +32 -32
- package/build/src/package/kmp-json-file.d.ts +115 -115
- package/build/src/package/kmp-json-file.js +1 -1
- package/build/src/package/kps-file.d.ts +175 -175
- package/build/src/package/kps-file.js +15 -15
- package/build/src/schema-validators.d.ts +13 -13
- package/build/src/schema-validators.js +25 -25
- package/build/src/schemas/displaymap.schema.d.ts +57 -57
- package/build/src/schemas/displaymap.schema.js +35 -35
- package/build/src/schemas/displaymap.schema.validator.d.mts +2 -2
- package/build/src/schemas/displaymap.schema.validator.mjs +266 -266
- package/build/src/schemas/displaymap.schema.validator.mjs.map +1 -1
- package/build/src/schemas/keyboard_info.schema.d.ts +209 -209
- package/build/src/schemas/keyboard_info.schema.js +98 -98
- package/build/src/schemas/keyboard_info.schema.validator.d.mts +2 -2
- package/build/src/schemas/keyboard_info.schema.validator.mjs +1160 -1160
- package/build/src/schemas/keyboard_info.schema.validator.mjs.map +1 -1
- package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +227 -227
- package/build/src/schemas/keyman-touch-layout.clean.spec.js +151 -151
- package/build/src/schemas/keyman-touch-layout.clean.spec.validator.d.mts +2 -2
- package/build/src/schemas/keyman-touch-layout.clean.spec.validator.mjs +1094 -1094
- package/build/src/schemas/keyman-touch-layout.clean.spec.validator.mjs.map +1 -1
- package/build/src/schemas/keyman-touch-layout.spec.d.ts +229 -229
- package/build/src/schemas/keyman-touch-layout.spec.js +140 -140
- package/build/src/schemas/keyman-touch-layout.spec.validator.d.mts +2 -2
- package/build/src/schemas/keyman-touch-layout.spec.validator.mjs +1436 -1436
- package/build/src/schemas/keyman-touch-layout.spec.validator.mjs.map +1 -1
- package/build/src/schemas/kmp.schema.d.ts +324 -324
- package/build/src/schemas/kmp.schema.js +353 -353
- package/build/src/schemas/kmp.schema.validator.d.mts +2 -2
- package/build/src/schemas/kmp.schema.validator.mjs +1627 -1627
- package/build/src/schemas/kmp.schema.validator.mjs.map +1 -1
- package/build/src/schemas/kpj-9.0.schema.d.ts +152 -152
- package/build/src/schemas/kpj-9.0.schema.js +131 -131
- package/build/src/schemas/kpj-9.0.schema.validator.d.mts +2 -2
- package/build/src/schemas/kpj-9.0.schema.validator.mjs +655 -655
- package/build/src/schemas/kpj-9.0.schema.validator.mjs.map +1 -1
- package/build/src/schemas/kpj.schema.d.ts +122 -122
- package/build/src/schemas/kpj.schema.js +129 -129
- package/build/src/schemas/kpj.schema.validator.d.mts +2 -2
- package/build/src/schemas/kpj.schema.validator.mjs +515 -515
- package/build/src/schemas/kpj.schema.validator.mjs.map +1 -1
- package/build/src/schemas/kvks.schema.d.ts +160 -160
- package/build/src/schemas/kvks.schema.js +182 -182
- package/build/src/schemas/kvks.schema.validator.d.mts +2 -2
- package/build/src/schemas/kvks.schema.validator.mjs +625 -625
- package/build/src/schemas/kvks.schema.validator.mjs.map +1 -1
- package/build/src/schemas/ldml-keyboard3.schema.d.ts +635 -635
- package/build/src/schemas/ldml-keyboard3.schema.js +696 -696
- package/build/src/schemas/ldml-keyboard3.schema.validator.d.mts +2 -2
- package/build/src/schemas/ldml-keyboard3.schema.validator.mjs +3117 -3117
- package/build/src/schemas/ldml-keyboard3.schema.validator.mjs.map +1 -1
- package/build/src/schemas/ldml-keyboardtest3.schema.d.ts +192 -192
- package/build/src/schemas/ldml-keyboardtest3.schema.js +225 -225
- package/build/src/schemas/ldml-keyboardtest3.schema.validator.d.mts +2 -2
- package/build/src/schemas/ldml-keyboardtest3.schema.validator.mjs +744 -744
- package/build/src/schemas/ldml-keyboardtest3.schema.validator.mjs.map +1 -1
- package/build/src/schemas.d.ts +2300 -2300
- package/build/src/schemas.js +23 -23
- package/build/src/util/common-events.d.ts +44 -44
- package/build/src/util/common-events.js +26 -26
- package/build/src/util/compiler-interfaces.d.ts +371 -371
- package/build/src/util/compiler-interfaces.d.ts.map +1 -1
- package/build/src/util/compiler-interfaces.js +380 -380
- package/build/src/util/compiler-interfaces.js.map +1 -1
- package/build/src/util/errors.d.ts +5 -5
- package/build/src/util/errors.js +5 -5
- package/build/src/util/file-types.d.ts +93 -93
- package/build/src/util/file-types.d.ts.map +1 -1
- package/build/src/util/file-types.js +142 -142
- package/build/src/util/file-types.js.map +1 -1
- package/build/src/util/util.d.ts +98 -98
- package/build/src/util/util.js +368 -368
- package/build/src/util/util.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,325 +1,325 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
$schema: string;
|
|
3
|
-
$ref: string;
|
|
4
|
-
definitions: {
|
|
5
|
-
package: {
|
|
6
|
-
type: string;
|
|
7
|
-
properties: {
|
|
8
|
-
system: {
|
|
9
|
-
$ref: string;
|
|
10
|
-
};
|
|
11
|
-
options: {
|
|
12
|
-
$ref: string;
|
|
13
|
-
};
|
|
14
|
-
startMenu: {
|
|
15
|
-
$ref: string;
|
|
16
|
-
};
|
|
17
|
-
strings: {
|
|
18
|
-
$ref: string;
|
|
19
|
-
};
|
|
20
|
-
files: {
|
|
21
|
-
$ref: string;
|
|
22
|
-
};
|
|
23
|
-
keyboards: {
|
|
24
|
-
$ref: string;
|
|
25
|
-
};
|
|
26
|
-
lexicalModels: {
|
|
27
|
-
$ref: string;
|
|
28
|
-
};
|
|
29
|
-
info: {
|
|
30
|
-
$ref: string;
|
|
31
|
-
};
|
|
32
|
-
relatedPackages: {
|
|
33
|
-
type: string;
|
|
34
|
-
items: {
|
|
35
|
-
$ref: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
additionalProperties: boolean;
|
|
40
|
-
required: string[];
|
|
41
|
-
};
|
|
42
|
-
system: {
|
|
43
|
-
type: string;
|
|
44
|
-
properties: {
|
|
45
|
-
keymanDeveloperVersion: {
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
fileVersion: {
|
|
49
|
-
type: string;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
additionalProperties: boolean;
|
|
53
|
-
required: string[];
|
|
54
|
-
};
|
|
55
|
-
options: {
|
|
56
|
-
type: string;
|
|
57
|
-
properties: {
|
|
58
|
-
readmeFile: {
|
|
59
|
-
type: string;
|
|
60
|
-
};
|
|
61
|
-
graphicFile: {
|
|
62
|
-
type: string;
|
|
63
|
-
};
|
|
64
|
-
licenseFile: {
|
|
65
|
-
type: string;
|
|
66
|
-
};
|
|
67
|
-
welcomeFile: {
|
|
68
|
-
type: string;
|
|
69
|
-
};
|
|
70
|
-
executeProgram: {
|
|
71
|
-
type: string;
|
|
72
|
-
};
|
|
73
|
-
msiFilename: {
|
|
74
|
-
type: string;
|
|
75
|
-
};
|
|
76
|
-
msiOptions: {
|
|
77
|
-
type: string;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
additionalProperties: boolean;
|
|
81
|
-
};
|
|
82
|
-
startMenu: {
|
|
83
|
-
type: string;
|
|
84
|
-
properties: {
|
|
85
|
-
folder: {
|
|
86
|
-
type: string;
|
|
87
|
-
};
|
|
88
|
-
addUninstallEntry: {
|
|
89
|
-
type: string;
|
|
90
|
-
};
|
|
91
|
-
items: {
|
|
92
|
-
type: string;
|
|
93
|
-
items: {
|
|
94
|
-
$ref: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
additionalProperties: boolean;
|
|
99
|
-
};
|
|
100
|
-
startMenuItem: {
|
|
101
|
-
type: string;
|
|
102
|
-
properties: {
|
|
103
|
-
name: {
|
|
104
|
-
type: string;
|
|
105
|
-
};
|
|
106
|
-
filename: {
|
|
107
|
-
type: string;
|
|
108
|
-
};
|
|
109
|
-
arguments: {
|
|
110
|
-
type: string;
|
|
111
|
-
};
|
|
112
|
-
icon: {
|
|
113
|
-
type: string;
|
|
114
|
-
};
|
|
115
|
-
location: {
|
|
116
|
-
type: string;
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
additionalProperties: boolean;
|
|
120
|
-
required: string[];
|
|
121
|
-
};
|
|
122
|
-
strings: {
|
|
123
|
-
type: string;
|
|
124
|
-
patternProperties: {
|
|
125
|
-
".": {
|
|
126
|
-
type: string;
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
additionalProperties: boolean;
|
|
130
|
-
};
|
|
131
|
-
files: {
|
|
132
|
-
type: string;
|
|
133
|
-
items: {
|
|
134
|
-
$ref: string;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
file: {
|
|
138
|
-
type: string;
|
|
139
|
-
properties: {
|
|
140
|
-
name: {
|
|
141
|
-
type: string;
|
|
142
|
-
};
|
|
143
|
-
description: {
|
|
144
|
-
type: string;
|
|
145
|
-
};
|
|
146
|
-
copyLocation: {
|
|
147
|
-
type: string;
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
additionalProperties: boolean;
|
|
151
|
-
required: string[];
|
|
152
|
-
};
|
|
153
|
-
keyboards: {
|
|
154
|
-
type: string;
|
|
155
|
-
items: {
|
|
156
|
-
$ref: string;
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
keyboard: {
|
|
160
|
-
type: string;
|
|
161
|
-
properties: {
|
|
162
|
-
name: {
|
|
163
|
-
type: string;
|
|
164
|
-
};
|
|
165
|
-
id: {
|
|
166
|
-
type: string;
|
|
167
|
-
};
|
|
168
|
-
version: {
|
|
169
|
-
type: string;
|
|
170
|
-
};
|
|
171
|
-
oskFont: {
|
|
172
|
-
type: string;
|
|
173
|
-
};
|
|
174
|
-
displayFont: {
|
|
175
|
-
type: string;
|
|
176
|
-
};
|
|
177
|
-
rtl: {
|
|
178
|
-
type: string;
|
|
179
|
-
};
|
|
180
|
-
languages: {
|
|
181
|
-
type: string;
|
|
182
|
-
items: {
|
|
183
|
-
$ref: string;
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
examples: {
|
|
187
|
-
type: string;
|
|
188
|
-
items: {
|
|
189
|
-
$ref: string;
|
|
190
|
-
};
|
|
191
|
-
};
|
|
192
|
-
webOskFonts: {
|
|
193
|
-
type: string;
|
|
194
|
-
items: {
|
|
195
|
-
type: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
webDisplayFonts: {
|
|
199
|
-
type: string;
|
|
200
|
-
items: {
|
|
201
|
-
type: string;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
additionalProperties: boolean;
|
|
206
|
-
required: string[];
|
|
207
|
-
};
|
|
208
|
-
keyboardLanguage: {
|
|
209
|
-
type: string;
|
|
210
|
-
properties: {
|
|
211
|
-
name: {
|
|
212
|
-
type: string;
|
|
213
|
-
};
|
|
214
|
-
id: {
|
|
215
|
-
type: string;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
additionalProperties: boolean;
|
|
219
|
-
required: string[];
|
|
220
|
-
};
|
|
221
|
-
info: {
|
|
222
|
-
type: string;
|
|
223
|
-
properties: {
|
|
224
|
-
website: {
|
|
225
|
-
$ref: string;
|
|
226
|
-
};
|
|
227
|
-
version: {
|
|
228
|
-
$ref: string;
|
|
229
|
-
};
|
|
230
|
-
name: {
|
|
231
|
-
$ref: string;
|
|
232
|
-
};
|
|
233
|
-
copyright: {
|
|
234
|
-
$ref: string;
|
|
235
|
-
};
|
|
236
|
-
author: {
|
|
237
|
-
$ref: string;
|
|
238
|
-
};
|
|
239
|
-
description: {
|
|
240
|
-
$ref: string;
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
|
-
additionalProperties: boolean;
|
|
244
|
-
};
|
|
245
|
-
infoItem: {
|
|
246
|
-
type: string;
|
|
247
|
-
properties: {
|
|
248
|
-
description: {
|
|
249
|
-
type: string;
|
|
250
|
-
};
|
|
251
|
-
url: {
|
|
252
|
-
type: string;
|
|
253
|
-
};
|
|
254
|
-
};
|
|
255
|
-
additionalProperties: boolean;
|
|
256
|
-
required: string[];
|
|
257
|
-
};
|
|
258
|
-
lexicalModels: {
|
|
259
|
-
type: string;
|
|
260
|
-
items: {
|
|
261
|
-
$ref: string;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
lexicalModel: {
|
|
265
|
-
type: string;
|
|
266
|
-
properties: {
|
|
267
|
-
name: {
|
|
268
|
-
type: string;
|
|
269
|
-
};
|
|
270
|
-
id: {
|
|
271
|
-
type: string;
|
|
272
|
-
};
|
|
273
|
-
version: {
|
|
274
|
-
type: string;
|
|
275
|
-
};
|
|
276
|
-
rtl: {
|
|
277
|
-
type: string;
|
|
278
|
-
};
|
|
279
|
-
languages: {
|
|
280
|
-
type: string;
|
|
281
|
-
items: {
|
|
282
|
-
$ref: string;
|
|
283
|
-
};
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
additionalProperties: boolean;
|
|
287
|
-
required: string[];
|
|
288
|
-
};
|
|
289
|
-
keyboardExample: {
|
|
290
|
-
type: string;
|
|
291
|
-
properties: {
|
|
292
|
-
id: {
|
|
293
|
-
type: string;
|
|
294
|
-
};
|
|
295
|
-
keys: {
|
|
296
|
-
type: string;
|
|
297
|
-
};
|
|
298
|
-
text: {
|
|
299
|
-
type: string;
|
|
300
|
-
};
|
|
301
|
-
note: {
|
|
302
|
-
type: string;
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
additionalProperties: boolean;
|
|
306
|
-
required: string[];
|
|
307
|
-
};
|
|
308
|
-
relatedPackage: {
|
|
309
|
-
type: string;
|
|
310
|
-
properties: {
|
|
311
|
-
id: {
|
|
312
|
-
type: string;
|
|
313
|
-
};
|
|
314
|
-
relationship: {
|
|
315
|
-
type: string;
|
|
316
|
-
enum: string[];
|
|
317
|
-
};
|
|
318
|
-
};
|
|
319
|
-
additionalProperties: boolean;
|
|
320
|
-
required: string[];
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
};
|
|
324
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
$schema: string;
|
|
3
|
+
$ref: string;
|
|
4
|
+
definitions: {
|
|
5
|
+
package: {
|
|
6
|
+
type: string;
|
|
7
|
+
properties: {
|
|
8
|
+
system: {
|
|
9
|
+
$ref: string;
|
|
10
|
+
};
|
|
11
|
+
options: {
|
|
12
|
+
$ref: string;
|
|
13
|
+
};
|
|
14
|
+
startMenu: {
|
|
15
|
+
$ref: string;
|
|
16
|
+
};
|
|
17
|
+
strings: {
|
|
18
|
+
$ref: string;
|
|
19
|
+
};
|
|
20
|
+
files: {
|
|
21
|
+
$ref: string;
|
|
22
|
+
};
|
|
23
|
+
keyboards: {
|
|
24
|
+
$ref: string;
|
|
25
|
+
};
|
|
26
|
+
lexicalModels: {
|
|
27
|
+
$ref: string;
|
|
28
|
+
};
|
|
29
|
+
info: {
|
|
30
|
+
$ref: string;
|
|
31
|
+
};
|
|
32
|
+
relatedPackages: {
|
|
33
|
+
type: string;
|
|
34
|
+
items: {
|
|
35
|
+
$ref: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
additionalProperties: boolean;
|
|
40
|
+
required: string[];
|
|
41
|
+
};
|
|
42
|
+
system: {
|
|
43
|
+
type: string;
|
|
44
|
+
properties: {
|
|
45
|
+
keymanDeveloperVersion: {
|
|
46
|
+
type: string;
|
|
47
|
+
};
|
|
48
|
+
fileVersion: {
|
|
49
|
+
type: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
additionalProperties: boolean;
|
|
53
|
+
required: string[];
|
|
54
|
+
};
|
|
55
|
+
options: {
|
|
56
|
+
type: string;
|
|
57
|
+
properties: {
|
|
58
|
+
readmeFile: {
|
|
59
|
+
type: string;
|
|
60
|
+
};
|
|
61
|
+
graphicFile: {
|
|
62
|
+
type: string;
|
|
63
|
+
};
|
|
64
|
+
licenseFile: {
|
|
65
|
+
type: string;
|
|
66
|
+
};
|
|
67
|
+
welcomeFile: {
|
|
68
|
+
type: string;
|
|
69
|
+
};
|
|
70
|
+
executeProgram: {
|
|
71
|
+
type: string;
|
|
72
|
+
};
|
|
73
|
+
msiFilename: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
msiOptions: {
|
|
77
|
+
type: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
additionalProperties: boolean;
|
|
81
|
+
};
|
|
82
|
+
startMenu: {
|
|
83
|
+
type: string;
|
|
84
|
+
properties: {
|
|
85
|
+
folder: {
|
|
86
|
+
type: string;
|
|
87
|
+
};
|
|
88
|
+
addUninstallEntry: {
|
|
89
|
+
type: string;
|
|
90
|
+
};
|
|
91
|
+
items: {
|
|
92
|
+
type: string;
|
|
93
|
+
items: {
|
|
94
|
+
$ref: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
additionalProperties: boolean;
|
|
99
|
+
};
|
|
100
|
+
startMenuItem: {
|
|
101
|
+
type: string;
|
|
102
|
+
properties: {
|
|
103
|
+
name: {
|
|
104
|
+
type: string;
|
|
105
|
+
};
|
|
106
|
+
filename: {
|
|
107
|
+
type: string;
|
|
108
|
+
};
|
|
109
|
+
arguments: {
|
|
110
|
+
type: string;
|
|
111
|
+
};
|
|
112
|
+
icon: {
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
location: {
|
|
116
|
+
type: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
additionalProperties: boolean;
|
|
120
|
+
required: string[];
|
|
121
|
+
};
|
|
122
|
+
strings: {
|
|
123
|
+
type: string;
|
|
124
|
+
patternProperties: {
|
|
125
|
+
".": {
|
|
126
|
+
type: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
additionalProperties: boolean;
|
|
130
|
+
};
|
|
131
|
+
files: {
|
|
132
|
+
type: string;
|
|
133
|
+
items: {
|
|
134
|
+
$ref: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
file: {
|
|
138
|
+
type: string;
|
|
139
|
+
properties: {
|
|
140
|
+
name: {
|
|
141
|
+
type: string;
|
|
142
|
+
};
|
|
143
|
+
description: {
|
|
144
|
+
type: string;
|
|
145
|
+
};
|
|
146
|
+
copyLocation: {
|
|
147
|
+
type: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
additionalProperties: boolean;
|
|
151
|
+
required: string[];
|
|
152
|
+
};
|
|
153
|
+
keyboards: {
|
|
154
|
+
type: string;
|
|
155
|
+
items: {
|
|
156
|
+
$ref: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
keyboard: {
|
|
160
|
+
type: string;
|
|
161
|
+
properties: {
|
|
162
|
+
name: {
|
|
163
|
+
type: string;
|
|
164
|
+
};
|
|
165
|
+
id: {
|
|
166
|
+
type: string;
|
|
167
|
+
};
|
|
168
|
+
version: {
|
|
169
|
+
type: string;
|
|
170
|
+
};
|
|
171
|
+
oskFont: {
|
|
172
|
+
type: string;
|
|
173
|
+
};
|
|
174
|
+
displayFont: {
|
|
175
|
+
type: string;
|
|
176
|
+
};
|
|
177
|
+
rtl: {
|
|
178
|
+
type: string;
|
|
179
|
+
};
|
|
180
|
+
languages: {
|
|
181
|
+
type: string;
|
|
182
|
+
items: {
|
|
183
|
+
$ref: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
examples: {
|
|
187
|
+
type: string;
|
|
188
|
+
items: {
|
|
189
|
+
$ref: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
webOskFonts: {
|
|
193
|
+
type: string;
|
|
194
|
+
items: {
|
|
195
|
+
type: string;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
webDisplayFonts: {
|
|
199
|
+
type: string;
|
|
200
|
+
items: {
|
|
201
|
+
type: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
additionalProperties: boolean;
|
|
206
|
+
required: string[];
|
|
207
|
+
};
|
|
208
|
+
keyboardLanguage: {
|
|
209
|
+
type: string;
|
|
210
|
+
properties: {
|
|
211
|
+
name: {
|
|
212
|
+
type: string;
|
|
213
|
+
};
|
|
214
|
+
id: {
|
|
215
|
+
type: string;
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
additionalProperties: boolean;
|
|
219
|
+
required: string[];
|
|
220
|
+
};
|
|
221
|
+
info: {
|
|
222
|
+
type: string;
|
|
223
|
+
properties: {
|
|
224
|
+
website: {
|
|
225
|
+
$ref: string;
|
|
226
|
+
};
|
|
227
|
+
version: {
|
|
228
|
+
$ref: string;
|
|
229
|
+
};
|
|
230
|
+
name: {
|
|
231
|
+
$ref: string;
|
|
232
|
+
};
|
|
233
|
+
copyright: {
|
|
234
|
+
$ref: string;
|
|
235
|
+
};
|
|
236
|
+
author: {
|
|
237
|
+
$ref: string;
|
|
238
|
+
};
|
|
239
|
+
description: {
|
|
240
|
+
$ref: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
additionalProperties: boolean;
|
|
244
|
+
};
|
|
245
|
+
infoItem: {
|
|
246
|
+
type: string;
|
|
247
|
+
properties: {
|
|
248
|
+
description: {
|
|
249
|
+
type: string;
|
|
250
|
+
};
|
|
251
|
+
url: {
|
|
252
|
+
type: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
additionalProperties: boolean;
|
|
256
|
+
required: string[];
|
|
257
|
+
};
|
|
258
|
+
lexicalModels: {
|
|
259
|
+
type: string;
|
|
260
|
+
items: {
|
|
261
|
+
$ref: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
lexicalModel: {
|
|
265
|
+
type: string;
|
|
266
|
+
properties: {
|
|
267
|
+
name: {
|
|
268
|
+
type: string;
|
|
269
|
+
};
|
|
270
|
+
id: {
|
|
271
|
+
type: string;
|
|
272
|
+
};
|
|
273
|
+
version: {
|
|
274
|
+
type: string;
|
|
275
|
+
};
|
|
276
|
+
rtl: {
|
|
277
|
+
type: string;
|
|
278
|
+
};
|
|
279
|
+
languages: {
|
|
280
|
+
type: string;
|
|
281
|
+
items: {
|
|
282
|
+
$ref: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
additionalProperties: boolean;
|
|
287
|
+
required: string[];
|
|
288
|
+
};
|
|
289
|
+
keyboardExample: {
|
|
290
|
+
type: string;
|
|
291
|
+
properties: {
|
|
292
|
+
id: {
|
|
293
|
+
type: string;
|
|
294
|
+
};
|
|
295
|
+
keys: {
|
|
296
|
+
type: string;
|
|
297
|
+
};
|
|
298
|
+
text: {
|
|
299
|
+
type: string;
|
|
300
|
+
};
|
|
301
|
+
note: {
|
|
302
|
+
type: string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
additionalProperties: boolean;
|
|
306
|
+
required: string[];
|
|
307
|
+
};
|
|
308
|
+
relatedPackage: {
|
|
309
|
+
type: string;
|
|
310
|
+
properties: {
|
|
311
|
+
id: {
|
|
312
|
+
type: string;
|
|
313
|
+
};
|
|
314
|
+
relationship: {
|
|
315
|
+
type: string;
|
|
316
|
+
enum: string[];
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
additionalProperties: boolean;
|
|
320
|
+
required: string[];
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
export default _default;
|
|
325
325
|
//# sourceMappingURL=kmp.schema.d.ts.map
|