@theia/core 1.73.0-next.3 → 1.73.0-next.31

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 (130) hide show
  1. package/lib/browser/authentication-service.d.ts +2 -0
  2. package/lib/browser/authentication-service.d.ts.map +1 -1
  3. package/lib/browser/authentication-service.js +8 -2
  4. package/lib/browser/authentication-service.js.map +1 -1
  5. package/lib/browser/catalog.json +210 -66
  6. package/lib/browser/frontend-application.d.ts +2 -0
  7. package/lib/browser/frontend-application.d.ts.map +1 -1
  8. package/lib/browser/frontend-application.js +15 -9
  9. package/lib/browser/frontend-application.js.map +1 -1
  10. package/lib/browser/json-schema-store.d.ts +2 -0
  11. package/lib/browser/json-schema-store.d.ts.map +1 -1
  12. package/lib/browser/json-schema-store.js +8 -2
  13. package/lib/browser/json-schema-store.js.map +1 -1
  14. package/lib/browser/keybinding.js +2 -1
  15. package/lib/browser/keybinding.js.map +1 -1
  16. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
  17. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
  18. package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
  19. package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
  20. package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
  21. package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
  22. package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
  23. package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
  24. package/lib/browser/preferences/preference-validation-service.js +11 -5
  25. package/lib/browser/preferences/preference-validation-service.js.map +1 -1
  26. package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
  27. package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
  28. package/lib/browser/quick-input/quick-view-service.d.ts +1 -0
  29. package/lib/browser/quick-input/quick-view-service.d.ts.map +1 -1
  30. package/lib/browser/quick-input/quick-view-service.js +6 -1
  31. package/lib/browser/quick-input/quick-view-service.js.map +1 -1
  32. package/lib/browser/quick-input/quick-view-service.spec.d.ts +2 -0
  33. package/lib/browser/quick-input/quick-view-service.spec.d.ts.map +1 -0
  34. package/lib/browser/quick-input/quick-view-service.spec.js +41 -0
  35. package/lib/browser/quick-input/quick-view-service.spec.js.map +1 -0
  36. package/lib/browser/secondary-window-handler.d.ts +2 -0
  37. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  38. package/lib/browser/secondary-window-handler.js +12 -6
  39. package/lib/browser/secondary-window-handler.js.map +1 -1
  40. package/lib/browser/shell/application-shell.d.ts +2 -0
  41. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  42. package/lib/browser/shell/application-shell.js +9 -3
  43. package/lib/browser/shell/application-shell.js.map +1 -1
  44. package/lib/browser/tree/tree-container.spec.js +4 -0
  45. package/lib/browser/tree/tree-container.spec.js.map +1 -1
  46. package/lib/browser/tree/tree.d.ts +2 -0
  47. package/lib/browser/tree/tree.d.ts.map +1 -1
  48. package/lib/browser/tree/tree.js +7 -1
  49. package/lib/browser/tree/tree.js.map +1 -1
  50. package/lib/browser/window/default-window-service.d.ts +2 -1
  51. package/lib/browser/window/default-window-service.d.ts.map +1 -1
  52. package/lib/browser/window/default-window-service.js +10 -5
  53. package/lib/browser/window/default-window-service.js.map +1 -1
  54. package/lib/browser/window/default-window-service.spec.js +2 -0
  55. package/lib/browser/window/default-window-service.spec.js.map +1 -1
  56. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
  57. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  58. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
  59. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  60. package/lib/common/command.d.ts +2 -0
  61. package/lib/common/command.d.ts.map +1 -1
  62. package/lib/common/command.js +10 -4
  63. package/lib/common/command.js.map +1 -1
  64. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  65. package/lib/electron-main/electron-main-application.js +4 -2
  66. package/lib/electron-main/electron-main-application.js.map +1 -1
  67. package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
  68. package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
  69. package/lib/electron-node/request/electron-backend-request-service.js +7 -1
  70. package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
  71. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
  72. package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
  73. package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
  74. package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
  75. package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
  76. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  77. package/lib/electron-node/token/electron-token-validator.js +7 -1
  78. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  79. package/lib/node/backend-application.d.ts +2 -0
  80. package/lib/node/backend-application.d.ts.map +1 -1
  81. package/lib/node/backend-application.js +17 -11
  82. package/lib/node/backend-application.js.map +1 -1
  83. package/lib/node/backend-application.spec.js +3 -2
  84. package/lib/node/backend-application.spec.js.map +1 -1
  85. package/lib/node/messaging/default-messaging-service.d.ts +2 -0
  86. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  87. package/lib/node/messaging/default-messaging-service.js +8 -2
  88. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  89. package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
  90. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
  91. package/lib/node/messaging/websocket-endpoint.d.ts +2 -0
  92. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  93. package/lib/node/messaging/websocket-endpoint.js +7 -1
  94. package/lib/node/messaging/websocket-endpoint.js.map +1 -1
  95. package/lib/node/process-utils.d.ts +2 -0
  96. package/lib/node/process-utils.d.ts.map +1 -1
  97. package/lib/node/process-utils.js +8 -2
  98. package/lib/node/process-utils.js.map +1 -1
  99. package/lib/node/process-utils.spec.js +11 -9
  100. package/lib/node/process-utils.spec.js.map +1 -1
  101. package/package.json +4 -4
  102. package/src/browser/authentication-service.ts +6 -3
  103. package/src/browser/frontend-application.ts +13 -9
  104. package/src/browser/json-schema-store.ts +6 -2
  105. package/src/browser/keybinding.ts +2 -2
  106. package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
  107. package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
  108. package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
  109. package/src/browser/preferences/preference-validation-service.ts +9 -6
  110. package/src/browser/quick-input/quick-view-service.spec.ts +50 -0
  111. package/src/browser/quick-input/quick-view-service.ts +5 -0
  112. package/src/browser/secondary-window-handler.ts +11 -7
  113. package/src/browser/shell/application-shell.ts +8 -4
  114. package/src/browser/tree/tree-container.spec.ts +6 -0
  115. package/src/browser/tree/tree.ts +6 -2
  116. package/src/browser/window/default-window-service.spec.ts +3 -1
  117. package/src/browser/window/default-window-service.ts +9 -6
  118. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
  119. package/src/common/command.ts +8 -4
  120. package/src/electron-main/electron-main-application.ts +4 -2
  121. package/src/electron-node/request/electron-backend-request-service.ts +6 -2
  122. package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
  123. package/src/electron-node/token/electron-token-validator.ts +6 -2
  124. package/src/node/backend-application.spec.ts +3 -3
  125. package/src/node/backend-application.ts +15 -11
  126. package/src/node/messaging/default-messaging-service.ts +6 -2
  127. package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
  128. package/src/node/messaging/websocket-endpoint.ts +6 -2
  129. package/src/node/process-utils.spec.ts +12 -9
  130. package/src/node/process-utils.ts +7 -3
@@ -2,6 +2,12 @@
2
2
  "$schema": "https://www.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "SigmaCV CV",
7
+ "description": "SigmaCV canonical academic-CV object \u2014 open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
8
+ "fileMatch": ["**/*.sigmacv.json"],
9
+ "url": "https://www.schemastore.org/sigmacv.json"
10
+ },
5
11
  {
6
12
  "name": "revola.json",
7
13
  "description": "Configuration file for Revola",
@@ -64,7 +70,9 @@
64
70
  "fileMatch": [
65
71
  ".platform.app.yml",
66
72
  ".platform.app.yaml",
67
- "**/.platform.app.yml"
73
+ "**/.platform.app.yml",
74
+ "**/.platform/applications.yml",
75
+ "**/.platform/applications.yaml"
68
76
  ],
69
77
  "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
70
78
  },
@@ -199,7 +207,7 @@
199
207
  "name": ".aiproj.json",
200
208
  "description": "Settings for project analysis by the Application Inspector",
201
209
  "fileMatch": [".aiproj.json"],
202
- "url": "https://www.schemastore.org/aiproj-1.9.json",
210
+ "url": "https://www.schemastore.org/aiproj-1.10.json",
203
211
  "versions": {
204
212
  "1.0": "https://www.schemastore.org/aiproj-1.0.json",
205
213
  "1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -210,7 +218,8 @@
210
218
  "1.6": "https://www.schemastore.org/aiproj-1.6.json",
211
219
  "1.7": "https://www.schemastore.org/aiproj-1.7.json",
212
220
  "1.8": "https://www.schemastore.org/aiproj-1.8.json",
213
- "1.9": "https://www.schemastore.org/aiproj-1.9.json"
221
+ "1.9": "https://www.schemastore.org/aiproj-1.9.json",
222
+ "1.10": "https://www.schemastore.org/aiproj-1.10.json"
214
223
  }
215
224
  },
216
225
  {
@@ -1887,6 +1896,12 @@
1887
1896
  "fileMatch": ["**/charts/*/tests/*.yaml"],
1888
1897
  "url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
1889
1898
  },
1899
+ {
1900
+ "name": "Hex file",
1901
+ "description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
1902
+ "fileMatch": ["*.hex.yaml"],
1903
+ "url": "https://static.hex.site/hex-file-schema.json"
1904
+ },
1890
1905
  {
1891
1906
  "name": "CircleCI config.yml",
1892
1907
  "description": "CircleCI config files",
@@ -1963,6 +1978,12 @@
1963
1978
  "fileMatch": ["**/.codex/hooks.json"],
1964
1979
  "url": "https://www.schemastore.org/codex-hooks.json"
1965
1980
  },
1981
+ {
1982
+ "name": "Codex Skill Metadata",
1983
+ "description": "OpenAI Codex skill metadata file",
1984
+ "fileMatch": ["**/agents/openai.yaml"],
1985
+ "url": "https://www.schemastore.org/codex-skill-metadata.json"
1986
+ },
1966
1987
  {
1967
1988
  "name": "codemagic",
1968
1989
  "description": "Codemagic CI/CD file configuration",
@@ -1979,7 +2000,13 @@
1979
2000
  "name": "devcontainer.json",
1980
2001
  "description": "dev container configuration files",
1981
2002
  "fileMatch": ["devcontainer.json", ".devcontainer.json"],
1982
- "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
2003
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json"
2004
+ },
2005
+ {
2006
+ "name": "devcontainer-feature.json",
2007
+ "description": "Dev Container Feature metadata files",
2008
+ "fileMatch": ["devcontainer-feature.json"],
2009
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
1983
2010
  },
1984
2011
  {
1985
2012
  "name": "Codecov configuration files",
@@ -2235,6 +2262,17 @@
2235
2262
  "fileMatch": ["coffeelint.json"],
2236
2263
  "url": "https://www.schemastore.org/coffeelint.json"
2237
2264
  },
2265
+ {
2266
+ "name": "commit-check",
2267
+ "description": "Configuration for commit-check, a commit message, branch naming, and push linter",
2268
+ "fileMatch": [
2269
+ "cchk.toml",
2270
+ "commit-check.toml",
2271
+ "**/.github/cchk.toml",
2272
+ "**/.github/commit-check.toml"
2273
+ ],
2274
+ "url": "https://www.schemastore.org/commit-check.json"
2275
+ },
2238
2276
  {
2239
2277
  "name": "committed.toml",
2240
2278
  "description": "committed configuration file",
@@ -2434,8 +2472,13 @@
2434
2472
  },
2435
2473
  {
2436
2474
  "name": "dependabot-v2.json",
2437
- "description": "GitHub Actions' dependabot.yml files",
2438
- "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
2475
+ "description": "Dependabot v2 configuration files",
2476
+ "fileMatch": [
2477
+ "**/.azuredevops/dependabot.yml",
2478
+ "**/.azuredevops/dependabot.yaml",
2479
+ "**/.github/dependabot.yml",
2480
+ "**/.github/dependabot.yaml"
2481
+ ],
2439
2482
  "url": "https://www.schemastore.org/dependabot-2.0.json"
2440
2483
  },
2441
2484
  {
@@ -2713,11 +2756,12 @@
2713
2756
  "**/src/main/resources/apis/*/*.yaml",
2714
2757
  "**/src/main/resources/apis/*/*.yml"
2715
2758
  ],
2716
- "url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2759
+ "url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2717
2760
  "versions": {
2718
- "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2761
+ "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2719
2762
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2720
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json"
2763
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2764
+ "8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
2721
2765
  }
2722
2766
  },
2723
2767
  {
@@ -2727,11 +2771,12 @@
2727
2771
  "**/src/main/resources/admin/extensions/*/*.yaml",
2728
2772
  "**/src/main/resources/admin/extensions/*/*.yml"
2729
2773
  ],
2730
- "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2774
+ "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2731
2775
  "versions": {
2732
- "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2776
+ "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2733
2777
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2734
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json"
2778
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2779
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
2735
2780
  }
2736
2781
  },
2737
2782
  {
@@ -2741,11 +2786,12 @@
2741
2786
  "**/src/main/resources/admin/tools/*/*.yaml",
2742
2787
  "**/src/main/resources/admin/tools/*/*.yml"
2743
2788
  ],
2744
- "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2789
+ "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2745
2790
  "versions": {
2746
- "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2791
+ "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2747
2792
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2748
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json"
2793
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2794
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
2749
2795
  }
2750
2796
  },
2751
2797
  {
@@ -2755,11 +2801,12 @@
2755
2801
  "**/src/main/resources/enonic.yaml",
2756
2802
  "**/src/main/resources/enonic.yml"
2757
2803
  ],
2758
- "url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2804
+ "url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2759
2805
  "versions": {
2760
- "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2806
+ "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2761
2807
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2762
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json"
2808
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2809
+ "8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
2763
2810
  }
2764
2811
  },
2765
2812
  {
@@ -2769,11 +2816,12 @@
2769
2816
  "**/src/main/resources/cms/cms.yaml",
2770
2817
  "**/src/main/resources/cms/cms.yml"
2771
2818
  ],
2772
- "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2819
+ "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2773
2820
  "versions": {
2774
- "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2821
+ "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2775
2822
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2776
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json"
2823
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2824
+ "8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
2777
2825
  }
2778
2826
  },
2779
2827
  {
@@ -2783,11 +2831,12 @@
2783
2831
  "**/src/main/resources/cms/content-types/*/*.yaml",
2784
2832
  "**/src/main/resources/cms/content-types/*/*.yml"
2785
2833
  ],
2786
- "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2834
+ "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2787
2835
  "versions": {
2788
- "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2836
+ "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2789
2837
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2790
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json"
2838
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2839
+ "8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
2791
2840
  }
2792
2841
  },
2793
2842
  {
@@ -2797,11 +2846,12 @@
2797
2846
  "**/src/main/resources/cms/form-fragments/*/*.yaml",
2798
2847
  "**/src/main/resources/cms/form-fragments/*/*.yml"
2799
2848
  ],
2800
- "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2849
+ "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2801
2850
  "versions": {
2802
- "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2851
+ "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2803
2852
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2804
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json"
2853
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2854
+ "8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
2805
2855
  }
2806
2856
  },
2807
2857
  {
@@ -2811,11 +2861,12 @@
2811
2861
  "**/src/main/resources/idprovider/idprovider.yaml",
2812
2862
  "**/src/main/resources/idprovider/idprovider.yml"
2813
2863
  ],
2814
- "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2864
+ "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2815
2865
  "versions": {
2816
- "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2866
+ "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2817
2867
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2818
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json"
2868
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2869
+ "8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
2819
2870
  }
2820
2871
  },
2821
2872
  {
@@ -2825,11 +2876,12 @@
2825
2876
  "**/src/main/resources/cms/layouts/*/*.yaml",
2826
2877
  "**/src/main/resources/cms/layouts/*/*.yml"
2827
2878
  ],
2828
- "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2879
+ "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2829
2880
  "versions": {
2830
- "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2881
+ "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2831
2882
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2832
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json"
2883
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2884
+ "8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
2833
2885
  }
2834
2886
  },
2835
2887
  {
@@ -2839,11 +2891,12 @@
2839
2891
  "**/src/main/resources/cms/macros/*/*.yaml",
2840
2892
  "**/src/main/resources/cms/macros/*/*.yml"
2841
2893
  ],
2842
- "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2894
+ "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2843
2895
  "versions": {
2844
- "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2896
+ "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2845
2897
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2846
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json"
2898
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2899
+ "8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
2847
2900
  }
2848
2901
  },
2849
2902
  {
@@ -2853,11 +2906,12 @@
2853
2906
  "**/src/main/resources/cms/mixins/*/*.yaml",
2854
2907
  "**/src/main/resources/cms/mixins/*/*.yml"
2855
2908
  ],
2856
- "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2909
+ "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2857
2910
  "versions": {
2858
- "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2911
+ "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2859
2912
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2860
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json"
2913
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2914
+ "8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
2861
2915
  }
2862
2916
  },
2863
2917
  {
@@ -2867,11 +2921,12 @@
2867
2921
  "**/src/main/resources/cms/pages/*/*.yaml",
2868
2922
  "**/src/main/resources/cms/pages/*/*.yml"
2869
2923
  ],
2870
- "url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2924
+ "url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2871
2925
  "versions": {
2872
- "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2926
+ "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2873
2927
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2874
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json"
2928
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2929
+ "8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
2875
2930
  }
2876
2931
  },
2877
2932
  {
@@ -2881,11 +2936,12 @@
2881
2936
  "**/src/main/resources/cms/parts/*/*.yaml",
2882
2937
  "**/src/main/resources/cms/parts/*/*.yml"
2883
2938
  ],
2884
- "url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2939
+ "url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2885
2940
  "versions": {
2886
- "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2941
+ "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2887
2942
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2888
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json"
2943
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2944
+ "8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
2889
2945
  }
2890
2946
  },
2891
2947
  {
@@ -2895,11 +2951,12 @@
2895
2951
  "**/src/main/resources/services/*/*.yaml",
2896
2952
  "**/src/main/resources/services/*/*.yml"
2897
2953
  ],
2898
- "url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2954
+ "url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2899
2955
  "versions": {
2900
- "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2956
+ "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2901
2957
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2902
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json"
2958
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2959
+ "8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
2903
2960
  }
2904
2961
  },
2905
2962
  {
@@ -2909,11 +2966,12 @@
2909
2966
  "**/src/main/resources/cms/site.yaml",
2910
2967
  "**/src/main/resources/cms/site.yml"
2911
2968
  ],
2912
- "url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2969
+ "url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2913
2970
  "versions": {
2914
- "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2971
+ "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2915
2972
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2916
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json"
2973
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2974
+ "8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
2917
2975
  }
2918
2976
  },
2919
2977
  {
@@ -2923,11 +2981,12 @@
2923
2981
  "**/src/main/resources/cms/style/style.yaml",
2924
2982
  "**/src/main/resources/cms/style/style.yml"
2925
2983
  ],
2926
- "url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2984
+ "url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2927
2985
  "versions": {
2928
- "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2986
+ "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2929
2987
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2930
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json"
2988
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2989
+ "8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
2931
2990
  }
2932
2991
  },
2933
2992
  {
@@ -2937,11 +2996,12 @@
2937
2996
  "**/src/main/resources/tasks/*/*.yaml",
2938
2997
  "**/src/main/resources/tasks/*/*.yml"
2939
2998
  ],
2940
- "url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
2999
+ "url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2941
3000
  "versions": {
2942
- "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
3001
+ "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2943
3002
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2944
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json"
3003
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
3004
+ "8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
2945
3005
  }
2946
3006
  },
2947
3007
  {
@@ -2951,11 +3011,12 @@
2951
3011
  "**/src/main/resources/webapp/webapp.yaml",
2952
3012
  "**/src/main/resources/webapp/webapp.yml"
2953
3013
  ],
2954
- "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3014
+ "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2955
3015
  "versions": {
2956
- "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3016
+ "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2957
3017
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2958
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json"
3018
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3019
+ "8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
2959
3020
  }
2960
3021
  },
2961
3022
  {
@@ -3127,6 +3188,12 @@
3127
3188
  ],
3128
3189
  "url": "https://www.schemastore.org/eslintrc.json"
3129
3190
  },
3191
+ {
3192
+ "name": "ESLint Suppressions",
3193
+ "description": "ESLint bulk suppressions file",
3194
+ "fileMatch": ["eslint-suppressions.json"],
3195
+ "url": "https://www.schemastore.org/eslint-suppressions.json"
3196
+ },
3130
3197
  {
3131
3198
  "name": "fabric.mod.json",
3132
3199
  "description": "Metadata file used by the Fabric mod loader",
@@ -3346,6 +3413,19 @@
3346
3413
  ],
3347
3414
  "url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
3348
3415
  },
3416
+ {
3417
+ "name": "Glamour style",
3418
+ "description": "Style configuration for Charmbracelet Glamour and Glow Markdown rendering",
3419
+ "fileMatch": [
3420
+ ".glamour-style.json",
3421
+ "*.glamour-style.json",
3422
+ "*.glamour.json",
3423
+ "*.glow-style.json",
3424
+ "glamour-style.json",
3425
+ "glow-style.json"
3426
+ ],
3427
+ "url": "https://www.schemastore.org/glamour-style.json"
3428
+ },
3349
3429
  {
3350
3430
  "name": "Global Privacy Control",
3351
3431
  "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
@@ -3947,6 +4027,22 @@
3947
4027
  "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
3948
4028
  "url": "https://www.schemastore.org/importmap.json"
3949
4029
  },
4030
+ {
4031
+ "name": "Infinispan Configuration",
4032
+ "description": "Infinispan distributed cache configuration",
4033
+ "fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
4034
+ "url": "https://infinispan.org/schemas/infinispan-config.json"
4035
+ },
4036
+ {
4037
+ "name": "Infinispan Server Configuration",
4038
+ "description": "Infinispan Server configuration",
4039
+ "fileMatch": [
4040
+ "infinispan-server.json",
4041
+ "infinispan-server.yaml",
4042
+ "infinispan-server.yml"
4043
+ ],
4044
+ "url": "https://infinispan.org/schemas/infinispan-server.json"
4045
+ },
3950
4046
  {
3951
4047
  "name": "Infrahub",
3952
4048
  "description": "Repository config definition for Infrahub by OpsMill",
@@ -4760,6 +4856,12 @@
4760
4856
  ],
4761
4857
  "url": "https://www.mock-server.com/schema/expectations.json"
4762
4858
  },
4859
+ {
4860
+ "name": "modelparams.dev Model",
4861
+ "description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
4862
+ "fileMatch": [],
4863
+ "url": "https://www.schemastore.org/modelparams.json"
4864
+ },
4763
4865
  {
4764
4866
  "name": "monospace.yml",
4765
4867
  "description": "MonoSpace configuration file",
@@ -5162,8 +5264,9 @@
5162
5264
  "otel*.yaml",
5163
5265
  "otel*.yml"
5164
5266
  ],
5165
- "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
5267
+ "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5166
5268
  "versions": {
5269
+ "1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5167
5270
  "1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
5168
5271
  }
5169
5272
  },
@@ -5457,6 +5560,12 @@
5457
5560
  "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5458
5561
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5459
5562
  },
5563
+ {
5564
+ "name": "Panache",
5565
+ "description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
5566
+ "fileMatch": ["panache.toml", ".panache.toml"],
5567
+ "url": "https://panache.bz/panache.schema.json"
5568
+ },
5460
5569
  {
5461
5570
  "name": "Paper paper-plugin.yml",
5462
5571
  "description": "Paper Plugins YAML",
@@ -7296,7 +7405,7 @@
7296
7405
  "venvironment.json",
7297
7406
  "*.venvironment.json"
7298
7407
  ],
7299
- "url": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7408
+ "url": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
7300
7409
  "versions": {
7301
7410
  "1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
7302
7411
  "1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
@@ -7309,7 +7418,8 @@
7309
7418
  "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
7310
7419
  "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
7311
7420
  "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
7312
- "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
7421
+ "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7422
+ "5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
7313
7423
  }
7314
7424
  },
7315
7425
  {
@@ -7323,9 +7433,10 @@
7323
7433
  "venvplus.json",
7324
7434
  "*.venvplus.json"
7325
7435
  ],
7326
- "url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7436
+ "url": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
7327
7437
  "versions": {
7328
- "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
7438
+ "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7439
+ "1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
7329
7440
  }
7330
7441
  },
7331
7442
  {
@@ -7882,6 +7993,12 @@
7882
7993
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
7883
7994
  "url": "https://www.schemastore.org/yamllint.json"
7884
7995
  },
7996
+ {
7997
+ "name": "yap.json",
7998
+ "description": "YAP (Yet Another Packager) multi-package project file",
7999
+ "fileMatch": ["yap.json"],
8000
+ "url": "https://www.schemastore.org/yap.json"
8001
+ },
7885
8002
  {
7886
8003
  "name": "Yippee-Ki-JSON configuration YML",
7887
8004
  "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
@@ -8062,6 +8179,12 @@
8062
8179
  "fileMatch": ["*-clab.yaml", "*-clab.yml", "*.clab.yaml", "*.clab.yml"],
8063
8180
  "url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
8064
8181
  },
8182
+ {
8183
+ "name": "ContractGuard",
8184
+ "description": "ContractGuard API contract prescribing the signatures a built .NET assembly must expose",
8185
+ "fileMatch": ["*.contract.json"],
8186
+ "url": "https://raw.githubusercontent.com/lxman/ContractGuard/main/schema/contractguard.schema.json"
8187
+ },
8065
8188
  {
8066
8189
  "name": "User Journey Map",
8067
8190
  "description": "user journey map definition files",
@@ -9262,6 +9385,11 @@
9262
9385
  "fileMatch": ["elm.json"],
9263
9386
  "url": "https://www.schemastore.org/elm.json"
9264
9387
  },
9388
+ {
9389
+ "name": "Emmet",
9390
+ "description": "Emmet snippets file",
9391
+ "url": "https://www.schemastore.org/emmet.json"
9392
+ },
9265
9393
  {
9266
9394
  "name": "Cloud Run Spec v1",
9267
9395
  "description": "Specification for Cloud Run Admin API v1",
@@ -9813,7 +9941,8 @@
9813
9941
  "7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
9814
9942
  "8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9815
9943
  "9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9816
- "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
9944
+ "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
9945
+ "11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
9817
9946
  }
9818
9947
  },
9819
9948
  {
@@ -10099,6 +10228,12 @@
10099
10228
  "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
10100
10229
  }
10101
10230
  },
10231
+ {
10232
+ "name": "AgentLoopKit",
10233
+ "description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
10234
+ "fileMatch": ["agentloop.config.json"],
10235
+ "url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
10236
+ },
10102
10237
  {
10103
10238
  "name": "Ethereum ERC721",
10104
10239
  "description": "ERC-721 Non-Fungible Token Standard",
@@ -10265,6 +10400,15 @@
10265
10400
  "amxbuild.*.yaml"
10266
10401
  ],
10267
10402
  "url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
10403
+ },
10404
+ {
10405
+ "name": "Podman Desktop Extension",
10406
+ "description": "Podman Desktop extension package.json manifest",
10407
+ "fileMatch": [],
10408
+ "url": "https://www.schemastore.org/podman-desktop-extension.json",
10409
+ "versions": {
10410
+ "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10411
+ }
10268
10412
  }
10269
10413
  ]
10270
10414
  }
@@ -8,6 +8,7 @@ import { CorePreferences } from '../common/core-preferences';
8
8
  import { WindowService } from './window/window-service';
9
9
  import { TooltipService } from './tooltip-service';
10
10
  import { FrontendApplicationContribution } from './frontend-application-contribution';
11
+ import { ILogger } from '../common/logger';
11
12
  export declare class FrontendApplication {
12
13
  protected readonly commands: CommandRegistry;
13
14
  protected readonly menus: MenuModelRegistry;
@@ -21,6 +22,7 @@ export declare class FrontendApplication {
21
22
  protected readonly tooltipService: TooltipService;
22
23
  protected readonly stopwatch: Stopwatch;
23
24
  protected readonly backendStopwatch: BackendStopwatch;
25
+ protected readonly logger: ILogger;
24
26
  private settlementContext?;
25
27
  constructor(commands: CommandRegistry, menus: MenuModelRegistry, keybindings: KeybindingRegistry, layoutRestorer: ShellLayoutRestorer, contributions: ContributionProvider<FrontendApplicationContribution>, _shell: ApplicationShell, stateService: FrontendApplicationStateService);
26
28
  get shell(): ApplicationShell;
@@ -1 +1 @@
1
- {"version":3,"file":"frontend-application.d.ts","sourceRoot":"","sources":["../../src/browser/frontend-application.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"frontend-application.d.ts","sourceRoot":"","sources":["../../src/browser/frontend-application.ts"],"names":[],"mappings":"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"}