@keymanapp/common-types 17.0.256-alpha → 17.0.258-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/build/src/consts/virtual-key-constants.d.ts +192 -194
  2. package/build/src/consts/virtual-key-constants.d.ts.map +1 -1
  3. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +6 -8
  4. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts.map +1 -1
  5. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +29 -31
  6. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts.map +1 -1
  7. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +96 -98
  8. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts.map +1 -1
  9. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +29 -5
  10. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js.map +1 -1
  11. package/build/src/kmx/element-string.d.ts +24 -26
  12. package/build/src/kmx/element-string.d.ts.map +1 -1
  13. package/build/src/kmx/keyman-targets.d.ts +21 -23
  14. package/build/src/kmx/keyman-targets.d.ts.map +1 -1
  15. package/build/src/kmx/kmx-builder.d.ts +33 -35
  16. package/build/src/kmx/kmx-builder.d.ts.map +1 -1
  17. package/build/src/kmx/kmx-file-reader.d.ts +14 -16
  18. package/build/src/kmx/kmx-file-reader.d.ts.map +1 -1
  19. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +19 -21
  20. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts.map +1 -1
  21. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +29 -31
  22. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts.map +1 -1
  23. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +57 -59
  24. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts.map +1 -1
  25. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +54 -56
  26. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts.map +1 -1
  27. package/build/src/kmx/kmx-plus-builder/build-list.d.ts +36 -38
  28. package/build/src/kmx/kmx-plus-builder/build-list.d.ts.map +1 -1
  29. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +12 -14
  30. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts.map +1 -1
  31. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +17 -19
  32. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts.map +1 -1
  33. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +16 -18
  34. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts.map +1 -1
  35. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +23 -25
  36. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts.map +1 -1
  37. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +33 -35
  38. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts.map +1 -1
  39. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +31 -33
  40. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts.map +1 -1
  41. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +22 -24
  42. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts.map +1 -1
  43. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +10 -12
  44. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts.map +1 -1
  45. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +43 -45
  46. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts.map +1 -1
  47. package/build/src/kmx/kmx-plus.d.ts +320 -322
  48. package/build/src/kmx/kmx-plus.d.ts.map +1 -1
  49. package/build/src/kmx/kmx.d.ts +234 -236
  50. package/build/src/kmx/kmx.d.ts.map +1 -1
  51. package/build/src/kmx/string-list.d.ts +36 -38
  52. package/build/src/kmx/string-list.d.ts.map +1 -1
  53. package/build/src/kpj/keyman-developer-project.d.ts +79 -81
  54. package/build/src/kpj/keyman-developer-project.d.ts.map +1 -1
  55. package/build/src/kpj/kpj-file-reader.d.ts +19 -21
  56. package/build/src/kpj/kpj-file-reader.d.ts.map +1 -1
  57. package/build/src/kpj/kpj-file.d.ts +40 -42
  58. package/build/src/kpj/kpj-file.d.ts.map +1 -1
  59. package/build/src/kvk/kvk-file-reader.d.ts +5 -7
  60. package/build/src/kvk/kvk-file-reader.d.ts.map +1 -1
  61. package/build/src/kvk/kvk-file-writer.d.ts +20 -22
  62. package/build/src/kvk/kvk-file-writer.d.ts.map +1 -1
  63. package/build/src/kvk/kvk-file.d.ts +67 -69
  64. package/build/src/kvk/kvk-file.d.ts.map +1 -1
  65. package/build/src/kvk/kvk-file.js +26 -2
  66. package/build/src/kvk/kvk-file.js.map +1 -1
  67. package/build/src/kvk/kvks-file-reader.d.ts +24 -26
  68. package/build/src/kvk/kvks-file-reader.d.ts.map +1 -1
  69. package/build/src/kvk/kvks-file-writer.d.ts +7 -9
  70. package/build/src/kvk/kvks-file-writer.d.ts.map +1 -1
  71. package/build/src/kvk/kvks-file.d.ts +44 -46
  72. package/build/src/kvk/kvks-file.d.ts.map +1 -1
  73. package/build/src/kvk/visual-keyboard.d.ts +45 -47
  74. package/build/src/kvk/visual-keyboard.d.ts.map +1 -1
  75. package/build/src/kvk/visual-keyboard.js +5 -2
  76. package/build/src/kvk/visual-keyboard.js.map +1 -1
  77. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +61 -63
  78. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts.map +1 -1
  79. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +96 -98
  80. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts.map +1 -1
  81. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +171 -173
  82. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts.map +1 -1
  83. package/build/src/ldml-keyboard/pattern-parser.d.ts +196 -198
  84. package/build/src/ldml-keyboard/pattern-parser.d.ts.map +1 -1
  85. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +38 -40
  86. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts.map +1 -1
  87. package/build/src/main.d.ts +35 -37
  88. package/build/src/main.d.ts.map +1 -1
  89. package/build/src/osk/osk.d.ts +23 -25
  90. package/build/src/osk/osk.d.ts.map +1 -1
  91. package/build/src/package/kmp-json-file.d.ts +116 -118
  92. package/build/src/package/kmp-json-file.d.ts.map +1 -1
  93. package/build/src/package/kps-file.d.ts +176 -178
  94. package/build/src/package/kps-file.d.ts.map +1 -1
  95. package/build/src/schema-validators.d.ts +14 -16
  96. package/build/src/schema-validators.d.ts.map +1 -1
  97. package/build/src/schemas/displaymap.schema.d.ts +58 -60
  98. package/build/src/schemas/displaymap.schema.d.ts.map +1 -1
  99. package/build/src/schemas/keyboard_info.schema.d.ts +210 -212
  100. package/build/src/schemas/keyboard_info.schema.d.ts.map +1 -1
  101. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +228 -230
  102. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts.map +1 -1
  103. package/build/src/schemas/keyman-touch-layout.spec.d.ts +230 -232
  104. package/build/src/schemas/keyman-touch-layout.spec.d.ts.map +1 -1
  105. package/build/src/schemas/kmp.schema.d.ts +325 -327
  106. package/build/src/schemas/kmp.schema.d.ts.map +1 -1
  107. package/build/src/schemas/kpj-9.0.schema.d.ts +153 -155
  108. package/build/src/schemas/kpj-9.0.schema.d.ts.map +1 -1
  109. package/build/src/schemas/kpj.schema.d.ts +123 -125
  110. package/build/src/schemas/kpj.schema.d.ts.map +1 -1
  111. package/build/src/schemas/kvks.schema.d.ts +161 -163
  112. package/build/src/schemas/kvks.schema.d.ts.map +1 -1
  113. package/build/src/schemas/ldml-keyboard3.schema.d.ts +633 -635
  114. package/build/src/schemas/ldml-keyboard3.schema.d.ts.map +1 -1
  115. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts +190 -192
  116. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts.map +1 -1
  117. package/build/src/schemas.d.ts +2295 -2297
  118. package/build/src/schemas.d.ts.map +1 -1
  119. package/build/src/util/common-events.d.ts +45 -47
  120. package/build/src/util/common-events.d.ts.map +1 -1
  121. package/build/src/util/compiler-interfaces.d.ts +367 -369
  122. package/build/src/util/compiler-interfaces.d.ts.map +1 -1
  123. package/build/src/util/errors.d.ts +6 -8
  124. package/build/src/util/errors.d.ts.map +1 -1
  125. package/build/src/util/file-types.d.ts +94 -96
  126. package/build/src/util/file-types.d.ts.map +1 -1
  127. package/build/src/util/file-types.js +30 -2
  128. package/build/src/util/file-types.js.map +1 -1
  129. package/build/src/util/util.d.ts +67 -69
  130. package/build/src/util/util.d.ts.map +1 -1
  131. package/package.json +2 -2
@@ -1,163 +1,161 @@
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]="6ed5f111-f80e-5944-83d4-0ca7db256bf4")}catch(e){}}();
2
- declare const _default: {
3
- title: string;
4
- $schema: string;
5
- type: string;
6
- properties: {
7
- visualkeyboard: {
8
- properties: {
9
- header: {
10
- $ref: string;
11
- };
12
- encoding: {
13
- type: string;
14
- items: {
15
- $ref: string;
16
- };
17
- };
18
- };
19
- required: string[];
20
- additionalProperties: boolean;
21
- type: string;
22
- };
23
- };
24
- required: string[];
25
- additionalProperties: boolean;
26
- definitions: {
27
- "kvk-header": {
28
- type: string;
29
- properties: {
30
- version: {
31
- $ref: string;
32
- };
33
- kbdname: {
34
- type: string;
35
- };
36
- flags: {
37
- $ref: string;
38
- };
39
- layout: {
40
- type: string;
41
- };
42
- };
43
- required: string[];
44
- additionalProperties: boolean;
45
- };
46
- "kvk-header-flags": {
47
- type: string;
48
- properties: {
49
- key102: {
50
- $ref: string;
51
- };
52
- displayunderlying: {
53
- $ref: string;
54
- };
55
- usealtgr: {
56
- $ref: string;
57
- };
58
- useunderlying: {
59
- $ref: string;
60
- };
61
- };
62
- additionalProperties: boolean;
63
- };
64
- "kvk-encoding": {
65
- type: string;
66
- properties: {
67
- layer: {
68
- type: string;
69
- items: {
70
- $ref: string;
71
- };
72
- };
73
- $: {
74
- type: string;
75
- properties: {
76
- name: {
77
- $ref: string;
78
- };
79
- fontname: {
80
- type: string;
81
- };
82
- fontsize: {
83
- type: string;
84
- };
85
- };
86
- required: string[];
87
- additionalProperties: boolean;
88
- };
89
- };
90
- required: string[];
91
- additionalProperties: boolean;
92
- };
93
- "kvk-layer": {
94
- type: string;
95
- properties: {
96
- key: {
97
- type: string;
98
- items: {
99
- $ref: string;
100
- };
101
- };
102
- $: {
103
- type: string;
104
- properties: {
105
- shift: {
106
- $ref: string;
107
- };
108
- };
109
- required: string[];
110
- additionalProperties: boolean;
111
- };
112
- };
113
- required: string[];
114
- additionalProperties: boolean;
115
- };
116
- "kvk-key": {
117
- type: string;
118
- properties: {
119
- bitmap: {
120
- type: string;
121
- };
122
- $: {
123
- type: string;
124
- properties: {
125
- vkey: {
126
- type: string;
127
- };
128
- };
129
- required: string[];
130
- additionalProperties: boolean;
131
- };
132
- _: {
133
- type: string;
134
- };
135
- };
136
- required: string[];
137
- additionalProperties: boolean;
138
- };
139
- "km-empty": {
140
- type: string;
141
- };
142
- "kvk-encoding-name": {
143
- type: string;
144
- enum: string[];
145
- };
146
- "kvk-layer-shift": {
147
- type: string;
148
- pattern: string;
149
- };
150
- "kvk-version": {
151
- type: string;
152
- pattern: string;
153
- enum: string[];
154
- };
155
- "km-version": {
156
- type: string;
157
- pattern: string;
158
- };
159
- };
160
- };
161
- export default _default;
162
- //# debugId=6ed5f111-f80e-5944-83d4-0ca7db256bf4
163
- //# sourceMappingURL=kvks.schema.d.ts.map
1
+ declare const _default: {
2
+ title: string;
3
+ $schema: string;
4
+ type: string;
5
+ properties: {
6
+ visualkeyboard: {
7
+ properties: {
8
+ header: {
9
+ $ref: string;
10
+ };
11
+ encoding: {
12
+ type: string;
13
+ items: {
14
+ $ref: string;
15
+ };
16
+ };
17
+ };
18
+ required: string[];
19
+ additionalProperties: boolean;
20
+ type: string;
21
+ };
22
+ };
23
+ required: string[];
24
+ additionalProperties: boolean;
25
+ definitions: {
26
+ "kvk-header": {
27
+ type: string;
28
+ properties: {
29
+ version: {
30
+ $ref: string;
31
+ };
32
+ kbdname: {
33
+ type: string;
34
+ };
35
+ flags: {
36
+ $ref: string;
37
+ };
38
+ layout: {
39
+ type: string;
40
+ };
41
+ };
42
+ required: string[];
43
+ additionalProperties: boolean;
44
+ };
45
+ "kvk-header-flags": {
46
+ type: string;
47
+ properties: {
48
+ key102: {
49
+ $ref: string;
50
+ };
51
+ displayunderlying: {
52
+ $ref: string;
53
+ };
54
+ usealtgr: {
55
+ $ref: string;
56
+ };
57
+ useunderlying: {
58
+ $ref: string;
59
+ };
60
+ };
61
+ additionalProperties: boolean;
62
+ };
63
+ "kvk-encoding": {
64
+ type: string;
65
+ properties: {
66
+ layer: {
67
+ type: string;
68
+ items: {
69
+ $ref: string;
70
+ };
71
+ };
72
+ $: {
73
+ type: string;
74
+ properties: {
75
+ name: {
76
+ $ref: string;
77
+ };
78
+ fontname: {
79
+ type: string;
80
+ };
81
+ fontsize: {
82
+ type: string;
83
+ };
84
+ };
85
+ required: string[];
86
+ additionalProperties: boolean;
87
+ };
88
+ };
89
+ required: string[];
90
+ additionalProperties: boolean;
91
+ };
92
+ "kvk-layer": {
93
+ type: string;
94
+ properties: {
95
+ key: {
96
+ type: string;
97
+ items: {
98
+ $ref: string;
99
+ };
100
+ };
101
+ $: {
102
+ type: string;
103
+ properties: {
104
+ shift: {
105
+ $ref: string;
106
+ };
107
+ };
108
+ required: string[];
109
+ additionalProperties: boolean;
110
+ };
111
+ };
112
+ required: string[];
113
+ additionalProperties: boolean;
114
+ };
115
+ "kvk-key": {
116
+ type: string;
117
+ properties: {
118
+ bitmap: {
119
+ type: string;
120
+ };
121
+ $: {
122
+ type: string;
123
+ properties: {
124
+ vkey: {
125
+ type: string;
126
+ };
127
+ };
128
+ required: string[];
129
+ additionalProperties: boolean;
130
+ };
131
+ _: {
132
+ type: string;
133
+ };
134
+ };
135
+ required: string[];
136
+ additionalProperties: boolean;
137
+ };
138
+ "km-empty": {
139
+ type: string;
140
+ };
141
+ "kvk-encoding-name": {
142
+ type: string;
143
+ enum: string[];
144
+ };
145
+ "kvk-layer-shift": {
146
+ type: string;
147
+ pattern: string;
148
+ };
149
+ "kvk-version": {
150
+ type: string;
151
+ pattern: string;
152
+ enum: string[];
153
+ };
154
+ "km-version": {
155
+ type: string;
156
+ pattern: string;
157
+ };
158
+ };
159
+ };
160
+ export default _default;
161
+ //# sourceMappingURL=kvks.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"6ed5f111-f80e-5944-83d4-0ca7db256bf4","file":"kvks.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsLC","names":[],"sourceRoot":"","sources":["../../../src/schemas/kvks.schema.ts"],"version":3}
1
+ {"version":3,"file":"kvks.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/kvks.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsLC"}