@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,210 +1,210 @@
|
|
|
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;
|
|
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
210
|
//# sourceMappingURL=keyboard_info.schema.d.ts.map
|
|
@@ -1,102 +1,102 @@
|
|
|
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]="b64c028f-46e3-5058-8f92-6ace2bf840ac")}catch(e){}}();
|
|
3
|
-
export default {
|
|
4
|
-
"$schema": "http://json-schema.org/schema#",
|
|
5
|
-
"$ref": "#/definitions/KeyboardInfo",
|
|
6
|
-
"definitions": {
|
|
7
|
-
"KeyboardInfo": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": { "type": "string" },
|
|
11
|
-
"name": { "type": "string" },
|
|
12
|
-
"authorName": { "type": "string" },
|
|
13
|
-
"authorEmail": { "type": "string", "format": "email" },
|
|
14
|
-
"description": { "type": "string" },
|
|
15
|
-
"license": { "type": "string", "enum": ["freeware", "shareware", "commercial", "mit", "other"] },
|
|
16
|
-
"languages": { "anyOf": [
|
|
17
|
-
{ "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
18
|
-
{ "$ref": "#/definitions/KeyboardLanguageInfo" }
|
|
19
|
-
] },
|
|
20
|
-
"lastModifiedDate": { "type": "string", "format": "date-time" },
|
|
21
|
-
"packageFilename": { "type": "string", "pattern": "\\.km[xp]$" },
|
|
22
|
-
"packageFileSize": { "type": "number" },
|
|
23
|
-
"jsFilename": { "type": "string", "pattern": "\\.js$" },
|
|
24
|
-
"jsFileSize": { "type": "number" },
|
|
25
|
-
"isRTL": { "type": "boolean" },
|
|
26
|
-
"encodings": { "type": "array", "items": { "type": "string", "enum": ["ansi", "unicode"] } },
|
|
27
|
-
"packageIncludes": { "type": "array", "items": { "type": "string", "enum": ["welcome", "documentation", "fonts", "visualKeyboard"] } },
|
|
28
|
-
"version": { "type": "string" },
|
|
29
|
-
"minKeymanVersion": { "type": "string", "pattern": "^\\d+\\.\\d$" },
|
|
30
|
-
"helpLink": { "type": "string", "pattern": "^https://help\\.keyman\\.com/keyboard/" },
|
|
31
|
-
"platformSupport": { "$ref": "#/definitions/KeyboardPlatformInfo" },
|
|
32
|
-
"sourcePath": { "type": "string", "pattern": "^(release|legacy|experimental)/.+/.+$" },
|
|
33
|
-
"related": { "type": "object", "patternProperties": {
|
|
34
|
-
".": { "$ref": "#/definitions/KeyboardRelatedInfo" }
|
|
35
|
-
},
|
|
36
|
-
"additionalProperties": false
|
|
37
|
-
},
|
|
38
|
-
"deprecated": { "type": "boolean" }
|
|
39
|
-
},
|
|
40
|
-
"required": ["id", "name", "license", "languages", "lastModifiedDate", "platformSupport"]
|
|
41
|
-
},
|
|
42
|
-
"KeyboardLanguageInfo": {
|
|
43
|
-
"type": "object",
|
|
44
|
-
"patternProperties": {
|
|
45
|
-
".": { "$ref": "#/definitions/KeyboardLanguageInfoItem" }
|
|
46
|
-
},
|
|
47
|
-
"additionalProperties": false
|
|
48
|
-
},
|
|
49
|
-
"KeyboardLanguageInfoItem": {
|
|
50
|
-
"type": "object",
|
|
51
|
-
"properties": {
|
|
52
|
-
"font": { "$ref": "#/definitions/KeyboardFontInfo" },
|
|
53
|
-
"oskFont": { "$ref": "#/definitions/KeyboardFontInfo" },
|
|
54
|
-
"examples": { "type": "array", "items": { "$ref": "#/definitions/KeyboardExampleInfo" } },
|
|
55
|
-
"displayName": { "type": "string" },
|
|
56
|
-
"languageName": { "type": "string" },
|
|
57
|
-
"scriptName": { "type": "string" },
|
|
58
|
-
"regionName": { "type": "string" }
|
|
59
|
-
},
|
|
60
|
-
"required": [],
|
|
61
|
-
"additionalProperties": false
|
|
62
|
-
},
|
|
63
|
-
"KeyboardFontInfo": {
|
|
64
|
-
"type": "object",
|
|
65
|
-
"properties": {
|
|
66
|
-
"family": { "type": "string" },
|
|
67
|
-
"source": { "type": "array", "items": { "type": "string" } }
|
|
68
|
-
},
|
|
69
|
-
"required": ["family", "source"],
|
|
70
|
-
"additionalProperties": false
|
|
71
|
-
},
|
|
72
|
-
"KeyboardExampleInfo": {
|
|
73
|
-
"type": "object",
|
|
74
|
-
"properties": {
|
|
75
|
-
"keys": { "type": "string" },
|
|
76
|
-
"text": { "type": "string" },
|
|
77
|
-
"note": { "type": "string" }
|
|
78
|
-
},
|
|
79
|
-
"required": ["keys", "text"],
|
|
80
|
-
"additionalProperties": false
|
|
81
|
-
},
|
|
82
|
-
"KeyboardPlatformInfo": {
|
|
83
|
-
"type": "object",
|
|
84
|
-
"patternProperties": {
|
|
85
|
-
"^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": { "type": "string", "enum": ["dictionary", "full", "basic", "none"] }
|
|
86
|
-
},
|
|
87
|
-
"required": [],
|
|
88
|
-
"additionalProperties": false
|
|
89
|
-
},
|
|
90
|
-
"KeyboardRelatedInfo": {
|
|
91
|
-
"type": "object",
|
|
92
|
-
"properties": {
|
|
93
|
-
"deprecates": { "type": "boolean" },
|
|
94
|
-
"deprecatedBy": { "type": "boolean" }
|
|
95
|
-
},
|
|
96
|
-
"required": [],
|
|
97
|
-
"additionalProperties": false
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
};
|
|
3
|
+
export default {
|
|
4
|
+
"$schema": "http://json-schema.org/schema#",
|
|
5
|
+
"$ref": "#/definitions/KeyboardInfo",
|
|
6
|
+
"definitions": {
|
|
7
|
+
"KeyboardInfo": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"id": { "type": "string" },
|
|
11
|
+
"name": { "type": "string" },
|
|
12
|
+
"authorName": { "type": "string" },
|
|
13
|
+
"authorEmail": { "type": "string", "format": "email" },
|
|
14
|
+
"description": { "type": "string" },
|
|
15
|
+
"license": { "type": "string", "enum": ["freeware", "shareware", "commercial", "mit", "other"] },
|
|
16
|
+
"languages": { "anyOf": [
|
|
17
|
+
{ "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
18
|
+
{ "$ref": "#/definitions/KeyboardLanguageInfo" }
|
|
19
|
+
] },
|
|
20
|
+
"lastModifiedDate": { "type": "string", "format": "date-time" },
|
|
21
|
+
"packageFilename": { "type": "string", "pattern": "\\.km[xp]$" },
|
|
22
|
+
"packageFileSize": { "type": "number" },
|
|
23
|
+
"jsFilename": { "type": "string", "pattern": "\\.js$" },
|
|
24
|
+
"jsFileSize": { "type": "number" },
|
|
25
|
+
"isRTL": { "type": "boolean" },
|
|
26
|
+
"encodings": { "type": "array", "items": { "type": "string", "enum": ["ansi", "unicode"] } },
|
|
27
|
+
"packageIncludes": { "type": "array", "items": { "type": "string", "enum": ["welcome", "documentation", "fonts", "visualKeyboard"] } },
|
|
28
|
+
"version": { "type": "string" },
|
|
29
|
+
"minKeymanVersion": { "type": "string", "pattern": "^\\d+\\.\\d$" },
|
|
30
|
+
"helpLink": { "type": "string", "pattern": "^https://help\\.keyman\\.com/keyboard/" },
|
|
31
|
+
"platformSupport": { "$ref": "#/definitions/KeyboardPlatformInfo" },
|
|
32
|
+
"sourcePath": { "type": "string", "pattern": "^(release|legacy|experimental)/.+/.+$" },
|
|
33
|
+
"related": { "type": "object", "patternProperties": {
|
|
34
|
+
".": { "$ref": "#/definitions/KeyboardRelatedInfo" }
|
|
35
|
+
},
|
|
36
|
+
"additionalProperties": false
|
|
37
|
+
},
|
|
38
|
+
"deprecated": { "type": "boolean" }
|
|
39
|
+
},
|
|
40
|
+
"required": ["id", "name", "license", "languages", "lastModifiedDate", "platformSupport"]
|
|
41
|
+
},
|
|
42
|
+
"KeyboardLanguageInfo": {
|
|
43
|
+
"type": "object",
|
|
44
|
+
"patternProperties": {
|
|
45
|
+
".": { "$ref": "#/definitions/KeyboardLanguageInfoItem" }
|
|
46
|
+
},
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
},
|
|
49
|
+
"KeyboardLanguageInfoItem": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": {
|
|
52
|
+
"font": { "$ref": "#/definitions/KeyboardFontInfo" },
|
|
53
|
+
"oskFont": { "$ref": "#/definitions/KeyboardFontInfo" },
|
|
54
|
+
"examples": { "type": "array", "items": { "$ref": "#/definitions/KeyboardExampleInfo" } },
|
|
55
|
+
"displayName": { "type": "string" },
|
|
56
|
+
"languageName": { "type": "string" },
|
|
57
|
+
"scriptName": { "type": "string" },
|
|
58
|
+
"regionName": { "type": "string" }
|
|
59
|
+
},
|
|
60
|
+
"required": [],
|
|
61
|
+
"additionalProperties": false
|
|
62
|
+
},
|
|
63
|
+
"KeyboardFontInfo": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"family": { "type": "string" },
|
|
67
|
+
"source": { "type": "array", "items": { "type": "string" } }
|
|
68
|
+
},
|
|
69
|
+
"required": ["family", "source"],
|
|
70
|
+
"additionalProperties": false
|
|
71
|
+
},
|
|
72
|
+
"KeyboardExampleInfo": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"keys": { "type": "string" },
|
|
76
|
+
"text": { "type": "string" },
|
|
77
|
+
"note": { "type": "string" }
|
|
78
|
+
},
|
|
79
|
+
"required": ["keys", "text"],
|
|
80
|
+
"additionalProperties": false
|
|
81
|
+
},
|
|
82
|
+
"KeyboardPlatformInfo": {
|
|
83
|
+
"type": "object",
|
|
84
|
+
"patternProperties": {
|
|
85
|
+
"^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": { "type": "string", "enum": ["dictionary", "full", "basic", "none"] }
|
|
86
|
+
},
|
|
87
|
+
"required": [],
|
|
88
|
+
"additionalProperties": false
|
|
89
|
+
},
|
|
90
|
+
"KeyboardRelatedInfo": {
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"deprecates": { "type": "boolean" },
|
|
94
|
+
"deprecatedBy": { "type": "boolean" }
|
|
95
|
+
},
|
|
96
|
+
"required": [],
|
|
97
|
+
"additionalProperties": false
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
101
|
//# sourceMappingURL=keyboard_info.schema.js.map
|
|
102
102
|
//# debugId=b64c028f-46e3-5058-8f92-6ace2bf840ac
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: any;
|
|
2
|
-
export default _default;
|
|
1
|
+
declare const _default: any;
|
|
2
|
+
export default _default;
|
|
3
3
|
//# sourceMappingURL=keyboard_info.schema.validator.d.mts.map
|