@keymanapp/common-types 17.0.203-alpha → 17.0.204-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/keyman-touch-layout/keyman-touch-layout-file-reader.js +3 -3
- package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js.map +1 -1
- package/build/src/kpj/kpj-file-reader.js +3 -3
- package/build/src/kpj/kpj-file-reader.js.map +1 -1
- package/build/src/kvk/kvks-file-reader.js +3 -3
- package/build/src/kvk/kvks-file-reader.js.map +1 -1
- package/build/src/osk/osk.js +3 -3
- package/build/src/osk/osk.js.map +1 -1
- package/build/src/schema-validators.d.ts +3 -2
- package/build/src/schema-validators.d.ts.map +1 -1
- package/build/src/schema-validators.js +4 -2
- package/build/src/schema-validators.js.map +1 -1
- package/build/src/schemas/kmp.schema.d.ts +327 -0
- package/build/src/schemas/kmp.schema.d.ts.map +1 -0
- package/build/src/schemas/kmp.schema.js +356 -0
- package/build/src/schemas/kmp.schema.js.map +1 -0
- package/build/src/schemas/kmp.schema.validator.d.mts +3 -0
- package/build/src/schemas/kmp.schema.validator.d.mts.map +1 -0
- package/build/src/schemas/kmp.schema.validator.mjs +1628 -0
- package/build/src/schemas/kmp.schema.validator.mjs.map +1 -0
- package/build/src/schemas.d.ts +325 -2
- package/build/src/schemas.d.ts.map +1 -1
- package/build/src/schemas.js +4 -2
- package/build/src/schemas.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="5f1c5143-f492-5ae7-bae7-af87cac7dbe7")}catch(e){}}();
|
|
2
2
|
import SchemaValidators from '../schema-validators.js';
|
|
3
3
|
export class TouchLayoutFileReader {
|
|
4
4
|
read(source) {
|
|
@@ -64,10 +64,10 @@ export class TouchLayoutFileReader {
|
|
|
64
64
|
if (!SchemaValidators.touchLayoutClean(source))
|
|
65
65
|
/* c8 ignore next 3 */
|
|
66
66
|
{
|
|
67
|
-
throw new Error(SchemaValidators.touchLayoutClean.errors);
|
|
67
|
+
throw new Error(JSON.stringify(SchemaValidators.touchLayoutClean.errors));
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
;
|
|
72
|
-
//# debugId=
|
|
72
|
+
//# debugId=5f1c5143-f492-5ae7-bae7-af87cac7dbe7
|
|
73
73
|
//# sourceMappingURL=keyman-touch-layout-file-reader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"5f1c5143-f492-5ae7-bae7-af87cac7dbe7","file":"keyman-touch-layout-file-reader.js","mappings":";AACA,OAAO,gBAAgB,MAAM,yBAAyB,CAAC;AAEvD,MAAM,OAAO,qBAAqB;IACzB,IAAI,CAAC,MAAkB;QAC5B,MAAM,OAAO,GAAG,IAAI,WAAW,CAAC,OAAO,EAAE,EAAC,KAAK,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAC,CAAC,CAAC;QACxE,IAAI,YAAoB,CAAC;QACzB,IAAI;YACF,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YACxC,sBAAsB;SACrB;QAAC,OAAM,CAAC,EAAE;YACT,IAAG,CAAC,YAAY,SAAS,EAAE;gBACzB,mDAAmD;gBACnD,MAAM,CAAC,CAAC;aACT;YACD,MAAM,CAAC,CAAC;SACT;QAED,IAAI,MAAuB,CAAC;QAC5B,IAAI;YACF,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,UAAS,GAAG,EAAE,KAAK;gBACnD,mEAAmE;gBACnE,sEAAsE;gBACtE,IAAG,IAAI,CAAC,GAAG,IAAI,GAAG,IAAI,IAAI,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;oBACtD,IAAI,QAAQ,GAAG,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;oBACnC,sBAAsB;oBACtB,IAAG,KAAK,CAAC,QAAQ,CAAC,EAAE;wBAClB,MAAM,IAAI,SAAS,CAAC,oBAAoB,KAAK,GAAG,CAAC,CAAC;qBACnD;oBACD,OAAO,QAAQ,CAAC;iBACjB;gBAED,uEAAuE;gBACvE,cAAc;gBACd,IAAG,GAAG,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI,IAAI,EAAE;oBAChD,IAAG,KAAK,KAAK,EAAE,EAAE;wBACf,6DAA6D;wBAC7D,gBAAgB;wBAChB,OAAO,SAAS,CAAC;qBAClB;oBAED,IAAI,QAAQ,GAAG,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;oBACnC,sBAAsB;oBACtB,IAAG,KAAK,CAAC,QAAQ,CAAC,EAAE;wBAClB,MAAM,IAAI,SAAS,CAAC,oBAAoB,GAAG,MAAM,KAAK,GAAG,CAAC,CAAC;qBAC5D;oBACD,OAAO,QAAQ,CAAC;iBACjB;gBAED,IAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,IAAI,CAAC,EAAE;oBAC5C,sBAAsB;oBACtB,OAAO,SAAS,CAAC;iBAClB;gBAED,OAAO,KAAK,CAAC;YACf,CAAC,CAAC,CAAC;YACL,sBAAsB;SACrB;QAAC,OAAM,CAAC,EAAE;YACT,IAAG,CAAC,YAAY,WAAW,EAAE;gBAC3B,mDAAmD;gBACnD,MAAM,CAAC,CAAC;aACT;YACD,MAAM,CAAC,CAAC;SACT;QAED,OAAO,MAAM,CAAC;IAChB,CAAC;IAEM,QAAQ,CAAC,MAAuB;QACrC,IAAG,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,CAAC;QAC7C,sBAAsB;QACtB;YACE,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,SAAS,CAAO,gBAAgB,CAAC,gBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;SAClF;IACH,CAAC;CAGF;AAAA,CAAC","names":[],"sourceRoot":"","sources":["../../../src/keyman-touch-layout/keyman-touch-layout-file-reader.ts"],"version":3}
|
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="cd3cec4e-6fce-535c-9250-d9c0ab88b19f")}catch(e){}}();
|
|
2
2
|
import * as xml2js from 'xml2js';
|
|
3
3
|
import { boxXmlArray } from '../util/util.js';
|
|
4
4
|
import { KeymanDeveloperProject, KeymanDeveloperProjectFile10, KeymanDeveloperProjectType } from './keyman-developer-project.js';
|
|
@@ -37,7 +37,7 @@ export class KPJFileReader {
|
|
|
37
37
|
if (!SchemaValidators.kpj90(source)) {
|
|
38
38
|
// If the legacy schema also does not validate, then we will only report
|
|
39
39
|
// the errors against the modern schema
|
|
40
|
-
throw new Error(SchemaValidators.kpj.errors);
|
|
40
|
+
throw new Error(JSON.stringify(SchemaValidators.kpj.errors));
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -108,5 +108,5 @@ export class KPJFileReader {
|
|
|
108
108
|
return source;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
//# debugId=
|
|
111
|
+
//# debugId=cd3cec4e-6fce-535c-9250-d9c0ab88b19f
|
|
112
112
|
//# sourceMappingURL=kpj-file-reader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"cd3cec4e-6fce-535c-9250-d9c0ab88b19f","file":"kpj-file-reader.js","mappings":"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","names":[],"sourceRoot":"","sources":["../../../src/kpj/kpj-file-reader.ts"],"version":3}
|
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="e6d13ab3-5f1e-5ee6-9908-81399fda5783")}catch(e){}}();
|
|
2
2
|
import * as xml2js from 'xml2js';
|
|
3
3
|
import { boxXmlArray } from '../util/util.js';
|
|
4
4
|
import { DEFAULT_KVK_FONT, VisualKeyboardLegalShiftStates } from './visual-keyboard.js';
|
|
@@ -79,7 +79,7 @@ export default class KVKSFileReader {
|
|
|
79
79
|
}
|
|
80
80
|
validate(source) {
|
|
81
81
|
if (!SchemaValidators.kvks(source)) {
|
|
82
|
-
throw new Error(SchemaValidators.kvks.
|
|
82
|
+
throw new Error(JSON.stringify(SchemaValidators.kvks.errors));
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
transform(source, invalidVkeys) {
|
|
@@ -172,5 +172,5 @@ export default class KVKSFileReader {
|
|
|
172
172
|
return 0;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
//# debugId=
|
|
175
|
+
//# debugId=e6d13ab3-5f1e-5ee6-9908-81399fda5783
|
|
176
176
|
//# sourceMappingURL=kvks-file-reader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"e6d13ab3-5f1e-5ee6-9908-81399fda5783","file":"kvks-file-reader.js","mappings":"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","names":[],"sourceRoot":"","sources":["../../../src/kvk/kvks-file-reader.ts"],"version":3}
|
package/build/src/osk/osk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="6d7ac29d-a0d7-5825-8041-c8edbe5d1d35")}catch(e){}}();
|
|
2
2
|
import SchemaValidators from "../schema-validators.js";
|
|
3
3
|
;
|
|
4
4
|
;
|
|
@@ -7,7 +7,7 @@ export function parseMapping(mapping) {
|
|
|
7
7
|
if (!SchemaValidators.displayMap(mapping))
|
|
8
8
|
/* c8 ignore next 3 */
|
|
9
9
|
{
|
|
10
|
-
throw new Error(SchemaValidators.displayMap.
|
|
10
|
+
throw new Error(JSON.stringify(SchemaValidators.displayMap.errors));
|
|
11
11
|
}
|
|
12
12
|
let map = {};
|
|
13
13
|
for (let item of mapping.map) {
|
|
@@ -82,5 +82,5 @@ export function remapTouchLayout(source, map) {
|
|
|
82
82
|
scanPlatform(source.tablet);
|
|
83
83
|
return dirty;
|
|
84
84
|
}
|
|
85
|
-
//# debugId=
|
|
85
|
+
//# debugId=6d7ac29d-a0d7-5825-8041-c8edbe5d1d35
|
|
86
86
|
//# sourceMappingURL=osk.js.map
|
package/build/src/osk/osk.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"6d7ac29d-a0d7-5825-8041-c8edbe5d1d35","file":"osk.js","mappings":"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","names":[],"sourceRoot":"","sources":["../../../src/osk/osk.ts"],"version":3}
|
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="61615cfa-d7b3-5aaf-981c-3ce40927daaf")}catch(e){}}();
|
|
2
2
|
declare const SchemaValidators: {
|
|
3
3
|
kpj: any;
|
|
4
4
|
kpj90: any;
|
|
@@ -9,7 +9,8 @@ declare const SchemaValidators: {
|
|
|
9
9
|
touchLayoutClean: any;
|
|
10
10
|
touchLayout: any;
|
|
11
11
|
keyboard_info: any;
|
|
12
|
+
kmp: any;
|
|
12
13
|
};
|
|
13
14
|
export default SchemaValidators;
|
|
14
|
-
//# debugId=
|
|
15
|
+
//# debugId=61615cfa-d7b3-5aaf-981c-3ce40927daaf
|
|
15
16
|
//# sourceMappingURL=schema-validators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"61615cfa-d7b3-5aaf-981c-3ce40927daaf","file":"schema-validators.d.ts","mappings":";AAaA,QAAA,MAAM,gBAAgB;;;;;;;;;;;CAWrB,CAAC;AAEF,eAAe,gBAAgB,CAAC","names":[],"sourceRoot":"","sources":["../../src/schema-validators.ts"],"version":3}
|
|
@@ -1,4 +1,4 @@
|
|
|
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]="
|
|
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]="0126278f-0127-59ff-9d26-0641810d6843")}catch(e){}}();
|
|
2
2
|
import kpj from './schemas/kpj.schema.validator.mjs';
|
|
3
3
|
import kpj90 from './schemas/kpj-9.0.schema.validator.mjs';
|
|
4
4
|
import kvks from './schemas/kvks.schema.validator.mjs';
|
|
@@ -8,6 +8,7 @@ import displayMap from './schemas/displaymap.schema.validator.mjs';
|
|
|
8
8
|
import touchLayoutClean from './schemas/keyman-touch-layout.clean.spec.validator.mjs';
|
|
9
9
|
import touchLayout from './schemas/keyman-touch-layout.spec.validator.mjs';
|
|
10
10
|
import keyboard_info from './schemas/keyboard_info.schema.validator.mjs';
|
|
11
|
+
import kmp from './schemas/kmp.schema.validator.mjs';
|
|
11
12
|
// How to use: https://ajv.js.org/standalone.html#using-the-validation-function-s
|
|
12
13
|
// See also existing uses (search for `SchemaValidators`) for examples.
|
|
13
14
|
const SchemaValidators = {
|
|
@@ -20,7 +21,8 @@ const SchemaValidators = {
|
|
|
20
21
|
touchLayoutClean,
|
|
21
22
|
touchLayout,
|
|
22
23
|
keyboard_info,
|
|
24
|
+
kmp,
|
|
23
25
|
};
|
|
24
26
|
export default SchemaValidators;
|
|
25
|
-
//# debugId=
|
|
27
|
+
//# debugId=0126278f-0127-59ff-9d26-0641810d6843
|
|
26
28
|
//# sourceMappingURL=schema-validators.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"debug_id":"
|
|
1
|
+
{"debug_id":"0126278f-0127-59ff-9d26-0641810d6843","file":"schema-validators.js","mappings":";AAAA,OAAO,GAAG,MAAM,oCAAoC,CAAC;AACrD,OAAO,KAAK,MAAM,wCAAwC,CAAC;AAC3D,OAAO,IAAI,MAAM,qCAAqC,CAAC;AACvD,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAC1E,OAAO,iBAAiB,MAAM,mDAAmD,CAAC;AAClF,OAAO,UAAU,MAAM,2CAA2C,CAAC;AACnE,OAAO,gBAAgB,MAAM,wDAAwD,CAAC;AACtF,OAAO,WAAW,MAAM,kDAAkD,CAAC;AAC3E,OAAO,aAAa,MAAM,8CAA8C,CAAC;AACzE,OAAO,GAAG,MAAM,oCAAoC,CAAC;AAErD,iFAAiF;AACjF,uEAAuE;AACvE,MAAM,gBAAgB,GAAG;IACvB,GAAG;IACH,KAAK;IACL,IAAI;IACJ,aAAa;IACb,iBAAiB;IACjB,UAAU;IACV,gBAAgB;IAChB,WAAW;IACX,aAAa;IACb,GAAG;CACJ,CAAC;AAEF,eAAe,gBAAgB,CAAC","names":[],"sourceRoot":"","sources":["../../src/schema-validators.ts"],"version":3}
|
|
@@ -0,0 +1,327 @@
|
|
|
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]="a70e283c-8f06-5a0c-973d-c799590f6ec0")}catch(e){}}();
|
|
2
|
+
declare const _default: {
|
|
3
|
+
$schema: string;
|
|
4
|
+
$ref: string;
|
|
5
|
+
definitions: {
|
|
6
|
+
package: {
|
|
7
|
+
type: string;
|
|
8
|
+
properties: {
|
|
9
|
+
system: {
|
|
10
|
+
$ref: string;
|
|
11
|
+
};
|
|
12
|
+
options: {
|
|
13
|
+
$ref: string;
|
|
14
|
+
};
|
|
15
|
+
startMenu: {
|
|
16
|
+
$ref: string;
|
|
17
|
+
};
|
|
18
|
+
strings: {
|
|
19
|
+
$ref: string;
|
|
20
|
+
};
|
|
21
|
+
files: {
|
|
22
|
+
$ref: string;
|
|
23
|
+
};
|
|
24
|
+
keyboards: {
|
|
25
|
+
$ref: string;
|
|
26
|
+
};
|
|
27
|
+
lexicalModels: {
|
|
28
|
+
$ref: string;
|
|
29
|
+
};
|
|
30
|
+
info: {
|
|
31
|
+
$ref: string;
|
|
32
|
+
};
|
|
33
|
+
relatedPackages: {
|
|
34
|
+
type: string;
|
|
35
|
+
items: {
|
|
36
|
+
$ref: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
additionalProperties: boolean;
|
|
41
|
+
required: string[];
|
|
42
|
+
};
|
|
43
|
+
system: {
|
|
44
|
+
type: string;
|
|
45
|
+
properties: {
|
|
46
|
+
keymanDeveloperVersion: {
|
|
47
|
+
type: string;
|
|
48
|
+
};
|
|
49
|
+
fileVersion: {
|
|
50
|
+
type: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
additionalProperties: boolean;
|
|
54
|
+
required: string[];
|
|
55
|
+
};
|
|
56
|
+
options: {
|
|
57
|
+
type: string;
|
|
58
|
+
properties: {
|
|
59
|
+
readmeFile: {
|
|
60
|
+
type: string;
|
|
61
|
+
};
|
|
62
|
+
graphicFile: {
|
|
63
|
+
type: string;
|
|
64
|
+
};
|
|
65
|
+
licenseFile: {
|
|
66
|
+
type: string;
|
|
67
|
+
};
|
|
68
|
+
welcomeFile: {
|
|
69
|
+
type: string;
|
|
70
|
+
};
|
|
71
|
+
executeProgram: {
|
|
72
|
+
type: string;
|
|
73
|
+
};
|
|
74
|
+
msiFilename: {
|
|
75
|
+
type: string;
|
|
76
|
+
};
|
|
77
|
+
msiOptions: {
|
|
78
|
+
type: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
additionalProperties: boolean;
|
|
82
|
+
};
|
|
83
|
+
startMenu: {
|
|
84
|
+
type: string;
|
|
85
|
+
properties: {
|
|
86
|
+
folder: {
|
|
87
|
+
type: string;
|
|
88
|
+
};
|
|
89
|
+
addUninstallEntry: {
|
|
90
|
+
type: string;
|
|
91
|
+
};
|
|
92
|
+
items: {
|
|
93
|
+
type: string;
|
|
94
|
+
items: {
|
|
95
|
+
$ref: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
additionalProperties: boolean;
|
|
100
|
+
};
|
|
101
|
+
startMenuItem: {
|
|
102
|
+
type: string;
|
|
103
|
+
properties: {
|
|
104
|
+
name: {
|
|
105
|
+
type: string;
|
|
106
|
+
};
|
|
107
|
+
filename: {
|
|
108
|
+
type: string;
|
|
109
|
+
};
|
|
110
|
+
arguments: {
|
|
111
|
+
type: string;
|
|
112
|
+
};
|
|
113
|
+
icon: {
|
|
114
|
+
type: string;
|
|
115
|
+
};
|
|
116
|
+
location: {
|
|
117
|
+
type: string;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
additionalProperties: boolean;
|
|
121
|
+
required: string[];
|
|
122
|
+
};
|
|
123
|
+
strings: {
|
|
124
|
+
type: string;
|
|
125
|
+
patternProperties: {
|
|
126
|
+
".": {
|
|
127
|
+
type: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
additionalProperties: boolean;
|
|
131
|
+
};
|
|
132
|
+
files: {
|
|
133
|
+
type: string;
|
|
134
|
+
items: {
|
|
135
|
+
$ref: string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
file: {
|
|
139
|
+
type: string;
|
|
140
|
+
properties: {
|
|
141
|
+
name: {
|
|
142
|
+
type: string;
|
|
143
|
+
};
|
|
144
|
+
description: {
|
|
145
|
+
type: string;
|
|
146
|
+
};
|
|
147
|
+
copyLocation: {
|
|
148
|
+
type: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
additionalProperties: boolean;
|
|
152
|
+
required: string[];
|
|
153
|
+
};
|
|
154
|
+
keyboards: {
|
|
155
|
+
type: string;
|
|
156
|
+
items: {
|
|
157
|
+
$ref: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
keyboard: {
|
|
161
|
+
type: string;
|
|
162
|
+
properties: {
|
|
163
|
+
name: {
|
|
164
|
+
type: string;
|
|
165
|
+
};
|
|
166
|
+
id: {
|
|
167
|
+
type: string;
|
|
168
|
+
};
|
|
169
|
+
version: {
|
|
170
|
+
type: string;
|
|
171
|
+
};
|
|
172
|
+
oskFont: {
|
|
173
|
+
type: string;
|
|
174
|
+
};
|
|
175
|
+
displayFont: {
|
|
176
|
+
type: string;
|
|
177
|
+
};
|
|
178
|
+
rtl: {
|
|
179
|
+
type: string;
|
|
180
|
+
};
|
|
181
|
+
languages: {
|
|
182
|
+
type: string;
|
|
183
|
+
items: {
|
|
184
|
+
$ref: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
examples: {
|
|
188
|
+
type: string;
|
|
189
|
+
items: {
|
|
190
|
+
$ref: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
webOskFonts: {
|
|
194
|
+
type: string;
|
|
195
|
+
items: {
|
|
196
|
+
type: string;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
webDisplayFonts: {
|
|
200
|
+
type: string;
|
|
201
|
+
items: {
|
|
202
|
+
type: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
additionalProperties: boolean;
|
|
207
|
+
required: string[];
|
|
208
|
+
};
|
|
209
|
+
keyboardLanguage: {
|
|
210
|
+
type: string;
|
|
211
|
+
properties: {
|
|
212
|
+
name: {
|
|
213
|
+
type: string;
|
|
214
|
+
};
|
|
215
|
+
id: {
|
|
216
|
+
type: string;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
additionalProperties: boolean;
|
|
220
|
+
required: string[];
|
|
221
|
+
};
|
|
222
|
+
info: {
|
|
223
|
+
type: string;
|
|
224
|
+
properties: {
|
|
225
|
+
website: {
|
|
226
|
+
$ref: string;
|
|
227
|
+
};
|
|
228
|
+
version: {
|
|
229
|
+
$ref: string;
|
|
230
|
+
};
|
|
231
|
+
name: {
|
|
232
|
+
$ref: string;
|
|
233
|
+
};
|
|
234
|
+
copyright: {
|
|
235
|
+
$ref: string;
|
|
236
|
+
};
|
|
237
|
+
author: {
|
|
238
|
+
$ref: string;
|
|
239
|
+
};
|
|
240
|
+
description: {
|
|
241
|
+
$ref: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
additionalProperties: boolean;
|
|
245
|
+
};
|
|
246
|
+
infoItem: {
|
|
247
|
+
type: string;
|
|
248
|
+
properties: {
|
|
249
|
+
description: {
|
|
250
|
+
type: string;
|
|
251
|
+
};
|
|
252
|
+
url: {
|
|
253
|
+
type: string;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
additionalProperties: boolean;
|
|
257
|
+
required: string[];
|
|
258
|
+
};
|
|
259
|
+
lexicalModels: {
|
|
260
|
+
type: string;
|
|
261
|
+
items: {
|
|
262
|
+
$ref: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
lexicalModel: {
|
|
266
|
+
type: string;
|
|
267
|
+
properties: {
|
|
268
|
+
name: {
|
|
269
|
+
type: string;
|
|
270
|
+
};
|
|
271
|
+
id: {
|
|
272
|
+
type: string;
|
|
273
|
+
};
|
|
274
|
+
version: {
|
|
275
|
+
type: string;
|
|
276
|
+
};
|
|
277
|
+
rtl: {
|
|
278
|
+
type: string;
|
|
279
|
+
};
|
|
280
|
+
languages: {
|
|
281
|
+
type: string;
|
|
282
|
+
items: {
|
|
283
|
+
$ref: string;
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
additionalProperties: boolean;
|
|
288
|
+
required: string[];
|
|
289
|
+
};
|
|
290
|
+
keyboardExample: {
|
|
291
|
+
type: string;
|
|
292
|
+
properties: {
|
|
293
|
+
id: {
|
|
294
|
+
type: string;
|
|
295
|
+
};
|
|
296
|
+
keys: {
|
|
297
|
+
type: string;
|
|
298
|
+
};
|
|
299
|
+
text: {
|
|
300
|
+
type: string;
|
|
301
|
+
};
|
|
302
|
+
note: {
|
|
303
|
+
type: string;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
additionalProperties: boolean;
|
|
307
|
+
required: string[];
|
|
308
|
+
};
|
|
309
|
+
relatedPackage: {
|
|
310
|
+
type: string;
|
|
311
|
+
properties: {
|
|
312
|
+
id: {
|
|
313
|
+
type: string;
|
|
314
|
+
};
|
|
315
|
+
relationship: {
|
|
316
|
+
type: string;
|
|
317
|
+
enum: string[];
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
additionalProperties: boolean;
|
|
321
|
+
required: string[];
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
export default _default;
|
|
326
|
+
//# debugId=a70e283c-8f06-5a0c-973d-c799590f6ec0
|
|
327
|
+
//# sourceMappingURL=kmp.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"debug_id":"a70e283c-8f06-5a0c-973d-c799590f6ec0","file":"kmp.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiWC","names":[],"sourceRoot":"","sources":["../../../src/schemas/kmp.schema.ts"],"version":3}
|