@theia/core 1.70.0-next.0 → 1.70.0-next.6
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/lib/browser/catalog.json
CHANGED
|
@@ -189,11 +189,20 @@
|
|
|
189
189
|
"5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json"
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"name": "ABCClinicalDemandForecast",
|
|
194
|
+
"description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
|
|
195
|
+
"fileMatch": ["abc-clinical-demand-forecast-*.json"],
|
|
196
|
+
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
|
|
197
|
+
"versions": {
|
|
198
|
+
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
192
201
|
{
|
|
193
202
|
"name": "ABCSupplyPlan",
|
|
194
203
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
195
204
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
196
|
-
"url": "https://www.schemastore.org/abc-supply-plan-11.
|
|
205
|
+
"url": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
|
|
197
206
|
"versions": {
|
|
198
207
|
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
199
208
|
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
@@ -208,7 +217,8 @@
|
|
|
208
217
|
"10.1.0": "https://www.schemastore.org/abc-supply-plan-10.1.0.json",
|
|
209
218
|
"11.0.0": "https://www.schemastore.org/abc-supply-plan-11.0.0.json",
|
|
210
219
|
"11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
|
|
211
|
-
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
|
|
220
|
+
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
|
|
221
|
+
"11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json"
|
|
212
222
|
}
|
|
213
223
|
},
|
|
214
224
|
{
|
|
@@ -871,9 +881,9 @@
|
|
|
871
881
|
},
|
|
872
882
|
{
|
|
873
883
|
"name": "Lando (landofile)",
|
|
874
|
-
"description": "The configuration file for a Lando app. Documentation: https://github.com/
|
|
884
|
+
"description": "The configuration file for a Lando app. Documentation: https://github.com/lando-community/lando-spec",
|
|
875
885
|
"fileMatch": [".lando.yml", ".lando.*.yml"],
|
|
876
|
-
"url": "https://
|
|
886
|
+
"url": "https://lando-community.github.io/lando-spec/landofile-spec.json"
|
|
877
887
|
},
|
|
878
888
|
{
|
|
879
889
|
"name": "latexindent configuration",
|
|
@@ -3641,8 +3651,9 @@
|
|
|
3641
3651
|
"name": "JReleaser",
|
|
3642
3652
|
"description": "JReleaser config file",
|
|
3643
3653
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3644
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3654
|
+
"url": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3645
3655
|
"versions": {
|
|
3656
|
+
"1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3646
3657
|
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3647
3658
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
3648
3659
|
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
|
|
@@ -4265,6 +4276,21 @@
|
|
|
4265
4276
|
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
|
|
4266
4277
|
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
|
|
4267
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "mockd.yaml",
|
|
4281
|
+
"description": "mockd multi-protocol API mock server configuration file. See https://mockd.io",
|
|
4282
|
+
"fileMatch": [
|
|
4283
|
+
"mockd.yaml",
|
|
4284
|
+
"mockd.yml",
|
|
4285
|
+
"mockd.json",
|
|
4286
|
+
".mockd.yaml",
|
|
4287
|
+
".mockd.yml",
|
|
4288
|
+
".mockd.json",
|
|
4289
|
+
"mocks.yaml",
|
|
4290
|
+
"mocks.yml"
|
|
4291
|
+
],
|
|
4292
|
+
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
|
|
4293
|
+
},
|
|
4268
4294
|
{
|
|
4269
4295
|
"name": "monospace.yml",
|
|
4270
4296
|
"description": "MonoSpace configuration file",
|
|
@@ -9427,6 +9453,17 @@
|
|
|
9427
9453
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
9428
9454
|
"fileMatch": [".oxlintrc.json"],
|
|
9429
9455
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
|
|
9456
|
+
},
|
|
9457
|
+
{
|
|
9458
|
+
"name": "text2confl config",
|
|
9459
|
+
"description": "Configuration file for Text2Confl - tool to publish Markdown and Asciidoctor files to Confluence",
|
|
9460
|
+
"fileMatch": [
|
|
9461
|
+
"**/.text2confl.yaml",
|
|
9462
|
+
"**/.text2confl.yml",
|
|
9463
|
+
"**/text2confl.yaml",
|
|
9464
|
+
"**/text2confl.yml"
|
|
9465
|
+
],
|
|
9466
|
+
"url": "https://raw.githubusercontent.com/zeldigas/text2confl/refs/heads/master/docs/config.schema.json"
|
|
9430
9467
|
}
|
|
9431
9468
|
]
|
|
9432
9469
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-menu-node.d.ts","sourceRoot":"","sources":["../../../src/browser/menu/action-menu-node.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAY,eAAe,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"action-menu-node.d.ts","sourceRoot":"","sources":["../../../src/browser/menu/action-menu-node.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAY,eAAe,EAAE,OAAO,EAAe,MAAM,cAAc,CAAC;AACrG,OAAO,EAAE,WAAW,EAAE,wBAAwB,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE3G,MAAM,WAAW,iBAAiB;IAC9B,cAAc,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS,GAAG,MAAM,EAAE,CAAC;CAC9D;AAED,yBAAiB,iBAAiB,CAAC;IAC/B,SAAgB,EAAE,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,iBAAiB,CAE3D;CACJ;AAED;;;;GAIG;AACH,qBAAa,cAAe,YAAW,WAAW;IAQ1C,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,UAAU;IACrC,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe;IAC5C,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,kBAAkB;IACzD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB;IAT3D,SAAS,CAAC,QAAQ,CAAC,WAAW,uBAA8B;IAC5D,SAAS,CAAC,QAAQ,CAAC,kBAAkB,gBAAuB;IAE5D,WAAW,qCAAiC;gBAGrB,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,eAAe,EACzB,kBAAkB,EAAE,kBAAkB,EACtC,iBAAiB,EAAE,iBAAiB;IAqB3D,OAAO,IAAI,IAAI;IAIf,SAAS,CAAC,CAAC,EAAE,gBAAgB,EAAE,QAAQ,EAAE,cAAc,EAAE,wBAAwB,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,SAAS,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO;IAU1I,cAAc,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS,GAAG,MAAM,EAAE;IAa1D,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO;IAGlE,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO;IAG5D,GAAG,CAAC,gBAAgB,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxE,IAAI,EAAE,IAAI,MAAM,CAAkC;IAElD,IAAI,KAAK,IAAI,MAAM,CAUlB;IAED,IAAI,IAAI,IAAI,MAAM,GAAG,SAAS,CAM7B;IAED,IAAI,UAAU,IAAI,MAAM,CAA4C;CACvE"}
|
|
@@ -73,7 +73,8 @@ class ActionMenuNode {
|
|
|
73
73
|
if (bindings.length) {
|
|
74
74
|
const binding = bindings.find(b => this.keybindingRegistry.isEnabledInScope(b, context));
|
|
75
75
|
if (binding) {
|
|
76
|
-
|
|
76
|
+
const asciiOnly = common_1.environment.electron.is();
|
|
77
|
+
return this.keybindingRegistry.acceleratorFor(binding, '+', asciiOnly);
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
return [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-menu-node.js","sourceRoot":"","sources":["../../../src/browser/menu/action-menu-node.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAIhF,
|
|
1
|
+
{"version":3,"file":"action-menu-node.js","sourceRoot":"","sources":["../../../src/browser/menu/action-menu-node.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.70.0-next.
|
|
3
|
+
"version": "1.70.0-next.6+89cff0d43",
|
|
4
4
|
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@lumino/virtualdom": "^2.0.4",
|
|
18
18
|
"@lumino/widgets": "2.7.5",
|
|
19
19
|
"@parcel/watcher": "^2.5.0",
|
|
20
|
-
"@theia/application-package": "1.70.0-next.
|
|
21
|
-
"@theia/request": "1.70.0-next.
|
|
20
|
+
"@theia/application-package": "1.70.0-next.6+89cff0d43",
|
|
21
|
+
"@theia/request": "1.70.0-next.6+89cff0d43",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "89cff0d4360dbbdd37ee1245391a8f954df728e7"
|
|
225
225
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
import { KeybindingRegistry } from '../keybinding';
|
|
18
18
|
import { ContextKeyService } from '../context-key-service';
|
|
19
|
-
import { DisposableCollection, isObject, CommandRegistry, Emitter } from '../../common';
|
|
19
|
+
import { DisposableCollection, isObject, CommandRegistry, Emitter, environment } from '../../common';
|
|
20
20
|
import { CommandMenu, ContextExpressionMatcher, MenuAction, MenuPath } from '../../common/menu/menu-types';
|
|
21
21
|
|
|
22
22
|
export interface AcceleratorSource {
|
|
@@ -86,7 +86,8 @@ export class ActionMenuNode implements CommandMenu {
|
|
|
86
86
|
if (bindings.length) {
|
|
87
87
|
const binding = bindings.find(b => this.keybindingRegistry.isEnabledInScope(b, context));
|
|
88
88
|
if (binding) {
|
|
89
|
-
|
|
89
|
+
const asciiOnly = environment.electron.is();
|
|
90
|
+
return this.keybindingRegistry.acceleratorFor(binding, '+', asciiOnly);
|
|
90
91
|
}
|
|
91
92
|
}
|
|
92
93
|
return [];
|