@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,357 +1,357 @@
|
|
|
1
1
|
|
|
2
2
|
!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]="9c40b937-55a2-5e3d-aa6d-771ad51b430a")}catch(e){}}();
|
|
3
|
-
export default {
|
|
4
|
-
"$schema": "http://json-schema.org/schema#",
|
|
5
|
-
"$ref": "#/definitions/package",
|
|
6
|
-
"definitions": {
|
|
7
|
-
"package": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"system": {
|
|
11
|
-
"$ref": "#/definitions/system"
|
|
12
|
-
},
|
|
13
|
-
"options": {
|
|
14
|
-
"$ref": "#/definitions/options"
|
|
15
|
-
},
|
|
16
|
-
"startMenu": {
|
|
17
|
-
"$ref": "#/definitions/startMenu"
|
|
18
|
-
},
|
|
19
|
-
"strings": {
|
|
20
|
-
"$ref": "#/definitions/strings"
|
|
21
|
-
},
|
|
22
|
-
"files": {
|
|
23
|
-
"$ref": "#/definitions/files"
|
|
24
|
-
},
|
|
25
|
-
"keyboards": {
|
|
26
|
-
"$ref": "#/definitions/keyboards"
|
|
27
|
-
},
|
|
28
|
-
"lexicalModels": {
|
|
29
|
-
"$ref": "#/definitions/lexicalModels"
|
|
30
|
-
},
|
|
31
|
-
"info": {
|
|
32
|
-
"$ref": "#/definitions/info"
|
|
33
|
-
},
|
|
34
|
-
"relatedPackages": {
|
|
35
|
-
"type": "array",
|
|
36
|
-
"items": {
|
|
37
|
-
"$ref": "#/definitions/relatedPackage"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"additionalProperties": false,
|
|
42
|
-
"required": [
|
|
43
|
-
"options",
|
|
44
|
-
"system"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"system": {
|
|
48
|
-
"type": "object",
|
|
49
|
-
"properties": {
|
|
50
|
-
"keymanDeveloperVersion": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"fileVersion": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"additionalProperties": false,
|
|
58
|
-
"required": [
|
|
59
|
-
"fileVersion"
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
"options": {
|
|
63
|
-
"type": "object",
|
|
64
|
-
"properties": {
|
|
65
|
-
"readmeFile": {
|
|
66
|
-
"type": "string"
|
|
67
|
-
},
|
|
68
|
-
"graphicFile": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"licenseFile": {
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
"welcomeFile": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
"executeProgram": {
|
|
78
|
-
"type": "string"
|
|
79
|
-
},
|
|
80
|
-
"msiFilename": {
|
|
81
|
-
"type": "string"
|
|
82
|
-
},
|
|
83
|
-
"msiOptions": {
|
|
84
|
-
"type": "string"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"additionalProperties": false
|
|
88
|
-
},
|
|
89
|
-
"startMenu": {
|
|
90
|
-
"type": "object",
|
|
91
|
-
"properties": {
|
|
92
|
-
"folder": {
|
|
93
|
-
"type": "string"
|
|
94
|
-
},
|
|
95
|
-
"addUninstallEntry": {
|
|
96
|
-
"type": "boolean"
|
|
97
|
-
},
|
|
98
|
-
"items": {
|
|
99
|
-
"type": "array",
|
|
100
|
-
"items": {
|
|
101
|
-
"$ref": "#/definitions/startMenuItem"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"additionalProperties": false
|
|
106
|
-
},
|
|
107
|
-
"startMenuItem": {
|
|
108
|
-
"type": "object",
|
|
109
|
-
"properties": {
|
|
110
|
-
"name": {
|
|
111
|
-
"type": "string"
|
|
112
|
-
},
|
|
113
|
-
"filename": {
|
|
114
|
-
"type": "string"
|
|
115
|
-
},
|
|
116
|
-
"arguments": {
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
"icon": {
|
|
120
|
-
"type": "string"
|
|
121
|
-
},
|
|
122
|
-
"location": {
|
|
123
|
-
"type": "number"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"additionalProperties": false,
|
|
127
|
-
"required": [
|
|
128
|
-
"name",
|
|
129
|
-
"filename"
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
"strings": {
|
|
133
|
-
"type": "object",
|
|
134
|
-
"patternProperties": {
|
|
135
|
-
".": {
|
|
136
|
-
"type": "string"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"additionalProperties": false
|
|
140
|
-
},
|
|
141
|
-
"files": {
|
|
142
|
-
"type": "array",
|
|
143
|
-
"items": {
|
|
144
|
-
"$ref": "#/definitions/file"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"file": {
|
|
148
|
-
"type": "object",
|
|
149
|
-
"properties": {
|
|
150
|
-
"name": {
|
|
151
|
-
"type": "string"
|
|
152
|
-
},
|
|
153
|
-
"description": {
|
|
154
|
-
"type": "string"
|
|
155
|
-
},
|
|
156
|
-
"copyLocation": {
|
|
157
|
-
"type": "number"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"additionalProperties": false,
|
|
161
|
-
"required": [
|
|
162
|
-
"name",
|
|
163
|
-
"description"
|
|
164
|
-
]
|
|
165
|
-
},
|
|
166
|
-
"keyboards": {
|
|
167
|
-
"type": "array",
|
|
168
|
-
"items": {
|
|
169
|
-
"$ref": "#/definitions/keyboard"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"keyboard": {
|
|
173
|
-
"type": "object",
|
|
174
|
-
"properties": {
|
|
175
|
-
"name": {
|
|
176
|
-
"type": "string"
|
|
177
|
-
},
|
|
178
|
-
"id": {
|
|
179
|
-
"type": "string"
|
|
180
|
-
},
|
|
181
|
-
"version": {
|
|
182
|
-
"type": "string"
|
|
183
|
-
},
|
|
184
|
-
"oskFont": {
|
|
185
|
-
"type": "string"
|
|
186
|
-
},
|
|
187
|
-
"displayFont": {
|
|
188
|
-
"type": "string"
|
|
189
|
-
},
|
|
190
|
-
"rtl": {
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
},
|
|
193
|
-
"languages": {
|
|
194
|
-
"type": "array",
|
|
195
|
-
"items": {
|
|
196
|
-
"$ref": "#/definitions/keyboardLanguage"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"examples": {
|
|
200
|
-
"type": "array",
|
|
201
|
-
"items": {
|
|
202
|
-
"$ref": "#/definitions/keyboardExample"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"webOskFonts": {
|
|
206
|
-
"type": "array",
|
|
207
|
-
"items": {
|
|
208
|
-
"type": "string"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"webDisplayFonts": {
|
|
212
|
-
"type": "array",
|
|
213
|
-
"items": {
|
|
214
|
-
"type": "string"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"additionalProperties": false,
|
|
219
|
-
"required": [
|
|
220
|
-
"name",
|
|
221
|
-
"id",
|
|
222
|
-
"version"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"keyboardLanguage": {
|
|
226
|
-
"type": "object",
|
|
227
|
-
"properties": {
|
|
228
|
-
"name": {
|
|
229
|
-
"type": "string"
|
|
230
|
-
},
|
|
231
|
-
"id": {
|
|
232
|
-
"type": "string"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"additionalProperties": false,
|
|
236
|
-
"required": [
|
|
237
|
-
"id",
|
|
238
|
-
"name"
|
|
239
|
-
]
|
|
240
|
-
},
|
|
241
|
-
"info": {
|
|
242
|
-
"type": "object",
|
|
243
|
-
"properties": {
|
|
244
|
-
"website": {
|
|
245
|
-
"$ref": "#/definitions/infoItem"
|
|
246
|
-
},
|
|
247
|
-
"version": {
|
|
248
|
-
"$ref": "#/definitions/infoItem"
|
|
249
|
-
},
|
|
250
|
-
"name": {
|
|
251
|
-
"$ref": "#/definitions/infoItem"
|
|
252
|
-
},
|
|
253
|
-
"copyright": {
|
|
254
|
-
"$ref": "#/definitions/infoItem"
|
|
255
|
-
},
|
|
256
|
-
"author": {
|
|
257
|
-
"$ref": "#/definitions/infoItem"
|
|
258
|
-
},
|
|
259
|
-
"description": {
|
|
260
|
-
"$ref": "#/definitions/infoItem"
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"additionalProperties": false
|
|
264
|
-
},
|
|
265
|
-
"infoItem": {
|
|
266
|
-
"type": "object",
|
|
267
|
-
"properties": {
|
|
268
|
-
"description": {
|
|
269
|
-
"type": "string"
|
|
270
|
-
},
|
|
271
|
-
"url": {
|
|
272
|
-
"type": "string"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"additionalProperties": false,
|
|
276
|
-
"required": [
|
|
277
|
-
"description"
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
"lexicalModels": {
|
|
281
|
-
"type": "array",
|
|
282
|
-
"items": {
|
|
283
|
-
"$ref": "#/definitions/lexicalModel"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"lexicalModel": {
|
|
287
|
-
"type": "object",
|
|
288
|
-
"properties": {
|
|
289
|
-
"name": {
|
|
290
|
-
"type": "string"
|
|
291
|
-
},
|
|
292
|
-
"id": {
|
|
293
|
-
"type": "string"
|
|
294
|
-
},
|
|
295
|
-
"version": {
|
|
296
|
-
"type": "string"
|
|
297
|
-
},
|
|
298
|
-
"rtl": {
|
|
299
|
-
"type": "boolean"
|
|
300
|
-
},
|
|
301
|
-
"languages": {
|
|
302
|
-
"type": "array",
|
|
303
|
-
"items": {
|
|
304
|
-
"$ref": "#/definitions/keyboardLanguage"
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
"additionalProperties": false,
|
|
309
|
-
"required": [
|
|
310
|
-
"name",
|
|
311
|
-
"id",
|
|
312
|
-
"languages"
|
|
313
|
-
]
|
|
314
|
-
},
|
|
315
|
-
"keyboardExample": {
|
|
316
|
-
"type": "object",
|
|
317
|
-
"properties": {
|
|
318
|
-
"id": {
|
|
319
|
-
"type": "string"
|
|
320
|
-
},
|
|
321
|
-
"keys": {
|
|
322
|
-
"type": "string"
|
|
323
|
-
},
|
|
324
|
-
"text": {
|
|
325
|
-
"type": "string"
|
|
326
|
-
},
|
|
327
|
-
"note": {
|
|
328
|
-
"type": "string"
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
"additionalProperties": false,
|
|
332
|
-
"required": [
|
|
333
|
-
"id",
|
|
334
|
-
"keys"
|
|
335
|
-
]
|
|
336
|
-
},
|
|
337
|
-
"relatedPackage": {
|
|
338
|
-
"type": "object",
|
|
339
|
-
"properties": {
|
|
340
|
-
"id": {
|
|
341
|
-
"type": "string"
|
|
342
|
-
},
|
|
343
|
-
"relationship": {
|
|
344
|
-
"type": "string",
|
|
345
|
-
"enum": ["deprecates", "related"]
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"additionalProperties": false,
|
|
349
|
-
"required": [
|
|
350
|
-
"id",
|
|
351
|
-
"relationship"
|
|
352
|
-
]
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
};
|
|
3
|
+
export default {
|
|
4
|
+
"$schema": "http://json-schema.org/schema#",
|
|
5
|
+
"$ref": "#/definitions/package",
|
|
6
|
+
"definitions": {
|
|
7
|
+
"package": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"system": {
|
|
11
|
+
"$ref": "#/definitions/system"
|
|
12
|
+
},
|
|
13
|
+
"options": {
|
|
14
|
+
"$ref": "#/definitions/options"
|
|
15
|
+
},
|
|
16
|
+
"startMenu": {
|
|
17
|
+
"$ref": "#/definitions/startMenu"
|
|
18
|
+
},
|
|
19
|
+
"strings": {
|
|
20
|
+
"$ref": "#/definitions/strings"
|
|
21
|
+
},
|
|
22
|
+
"files": {
|
|
23
|
+
"$ref": "#/definitions/files"
|
|
24
|
+
},
|
|
25
|
+
"keyboards": {
|
|
26
|
+
"$ref": "#/definitions/keyboards"
|
|
27
|
+
},
|
|
28
|
+
"lexicalModels": {
|
|
29
|
+
"$ref": "#/definitions/lexicalModels"
|
|
30
|
+
},
|
|
31
|
+
"info": {
|
|
32
|
+
"$ref": "#/definitions/info"
|
|
33
|
+
},
|
|
34
|
+
"relatedPackages": {
|
|
35
|
+
"type": "array",
|
|
36
|
+
"items": {
|
|
37
|
+
"$ref": "#/definitions/relatedPackage"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false,
|
|
42
|
+
"required": [
|
|
43
|
+
"options",
|
|
44
|
+
"system"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"system": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"keymanDeveloperVersion": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"fileVersion": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"additionalProperties": false,
|
|
58
|
+
"required": [
|
|
59
|
+
"fileVersion"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"options": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"properties": {
|
|
65
|
+
"readmeFile": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"graphicFile": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"licenseFile": {
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
"welcomeFile": {
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"executeProgram": {
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"msiFilename": {
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"msiOptions": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"additionalProperties": false
|
|
88
|
+
},
|
|
89
|
+
"startMenu": {
|
|
90
|
+
"type": "object",
|
|
91
|
+
"properties": {
|
|
92
|
+
"folder": {
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"addUninstallEntry": {
|
|
96
|
+
"type": "boolean"
|
|
97
|
+
},
|
|
98
|
+
"items": {
|
|
99
|
+
"type": "array",
|
|
100
|
+
"items": {
|
|
101
|
+
"$ref": "#/definitions/startMenuItem"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"additionalProperties": false
|
|
106
|
+
},
|
|
107
|
+
"startMenuItem": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"name": {
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"filename": {
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"arguments": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"icon": {
|
|
120
|
+
"type": "string"
|
|
121
|
+
},
|
|
122
|
+
"location": {
|
|
123
|
+
"type": "number"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"additionalProperties": false,
|
|
127
|
+
"required": [
|
|
128
|
+
"name",
|
|
129
|
+
"filename"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"strings": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"patternProperties": {
|
|
135
|
+
".": {
|
|
136
|
+
"type": "string"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"additionalProperties": false
|
|
140
|
+
},
|
|
141
|
+
"files": {
|
|
142
|
+
"type": "array",
|
|
143
|
+
"items": {
|
|
144
|
+
"$ref": "#/definitions/file"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"file": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"properties": {
|
|
150
|
+
"name": {
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"description": {
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"copyLocation": {
|
|
157
|
+
"type": "number"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"additionalProperties": false,
|
|
161
|
+
"required": [
|
|
162
|
+
"name",
|
|
163
|
+
"description"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"keyboards": {
|
|
167
|
+
"type": "array",
|
|
168
|
+
"items": {
|
|
169
|
+
"$ref": "#/definitions/keyboard"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"keyboard": {
|
|
173
|
+
"type": "object",
|
|
174
|
+
"properties": {
|
|
175
|
+
"name": {
|
|
176
|
+
"type": "string"
|
|
177
|
+
},
|
|
178
|
+
"id": {
|
|
179
|
+
"type": "string"
|
|
180
|
+
},
|
|
181
|
+
"version": {
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"oskFont": {
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
187
|
+
"displayFont": {
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"rtl": {
|
|
191
|
+
"type": "boolean"
|
|
192
|
+
},
|
|
193
|
+
"languages": {
|
|
194
|
+
"type": "array",
|
|
195
|
+
"items": {
|
|
196
|
+
"$ref": "#/definitions/keyboardLanguage"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"examples": {
|
|
200
|
+
"type": "array",
|
|
201
|
+
"items": {
|
|
202
|
+
"$ref": "#/definitions/keyboardExample"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"webOskFonts": {
|
|
206
|
+
"type": "array",
|
|
207
|
+
"items": {
|
|
208
|
+
"type": "string"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"webDisplayFonts": {
|
|
212
|
+
"type": "array",
|
|
213
|
+
"items": {
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"additionalProperties": false,
|
|
219
|
+
"required": [
|
|
220
|
+
"name",
|
|
221
|
+
"id",
|
|
222
|
+
"version"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
"keyboardLanguage": {
|
|
226
|
+
"type": "object",
|
|
227
|
+
"properties": {
|
|
228
|
+
"name": {
|
|
229
|
+
"type": "string"
|
|
230
|
+
},
|
|
231
|
+
"id": {
|
|
232
|
+
"type": "string"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"additionalProperties": false,
|
|
236
|
+
"required": [
|
|
237
|
+
"id",
|
|
238
|
+
"name"
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
"info": {
|
|
242
|
+
"type": "object",
|
|
243
|
+
"properties": {
|
|
244
|
+
"website": {
|
|
245
|
+
"$ref": "#/definitions/infoItem"
|
|
246
|
+
},
|
|
247
|
+
"version": {
|
|
248
|
+
"$ref": "#/definitions/infoItem"
|
|
249
|
+
},
|
|
250
|
+
"name": {
|
|
251
|
+
"$ref": "#/definitions/infoItem"
|
|
252
|
+
},
|
|
253
|
+
"copyright": {
|
|
254
|
+
"$ref": "#/definitions/infoItem"
|
|
255
|
+
},
|
|
256
|
+
"author": {
|
|
257
|
+
"$ref": "#/definitions/infoItem"
|
|
258
|
+
},
|
|
259
|
+
"description": {
|
|
260
|
+
"$ref": "#/definitions/infoItem"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"additionalProperties": false
|
|
264
|
+
},
|
|
265
|
+
"infoItem": {
|
|
266
|
+
"type": "object",
|
|
267
|
+
"properties": {
|
|
268
|
+
"description": {
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
271
|
+
"url": {
|
|
272
|
+
"type": "string"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"additionalProperties": false,
|
|
276
|
+
"required": [
|
|
277
|
+
"description"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
"lexicalModels": {
|
|
281
|
+
"type": "array",
|
|
282
|
+
"items": {
|
|
283
|
+
"$ref": "#/definitions/lexicalModel"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"lexicalModel": {
|
|
287
|
+
"type": "object",
|
|
288
|
+
"properties": {
|
|
289
|
+
"name": {
|
|
290
|
+
"type": "string"
|
|
291
|
+
},
|
|
292
|
+
"id": {
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
295
|
+
"version": {
|
|
296
|
+
"type": "string"
|
|
297
|
+
},
|
|
298
|
+
"rtl": {
|
|
299
|
+
"type": "boolean"
|
|
300
|
+
},
|
|
301
|
+
"languages": {
|
|
302
|
+
"type": "array",
|
|
303
|
+
"items": {
|
|
304
|
+
"$ref": "#/definitions/keyboardLanguage"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"additionalProperties": false,
|
|
309
|
+
"required": [
|
|
310
|
+
"name",
|
|
311
|
+
"id",
|
|
312
|
+
"languages"
|
|
313
|
+
]
|
|
314
|
+
},
|
|
315
|
+
"keyboardExample": {
|
|
316
|
+
"type": "object",
|
|
317
|
+
"properties": {
|
|
318
|
+
"id": {
|
|
319
|
+
"type": "string"
|
|
320
|
+
},
|
|
321
|
+
"keys": {
|
|
322
|
+
"type": "string"
|
|
323
|
+
},
|
|
324
|
+
"text": {
|
|
325
|
+
"type": "string"
|
|
326
|
+
},
|
|
327
|
+
"note": {
|
|
328
|
+
"type": "string"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"additionalProperties": false,
|
|
332
|
+
"required": [
|
|
333
|
+
"id",
|
|
334
|
+
"keys"
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"relatedPackage": {
|
|
338
|
+
"type": "object",
|
|
339
|
+
"properties": {
|
|
340
|
+
"id": {
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
"relationship": {
|
|
344
|
+
"type": "string",
|
|
345
|
+
"enum": ["deprecates", "related"]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"additionalProperties": false,
|
|
349
|
+
"required": [
|
|
350
|
+
"id",
|
|
351
|
+
"relationship"
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
356
|
//# sourceMappingURL=kmp.schema.js.map
|
|
357
357
|
//# debugId=9c40b937-55a2-5e3d-aa6d-771ad51b430a
|