@theia/core 1.75.0-next.8 → 1.76.0-next.0
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/README.md +27 -24
- package/i18n/nls.cs.json +334 -98
- package/i18n/nls.de.json +335 -99
- package/i18n/nls.es.json +337 -101
- package/i18n/nls.fr.json +335 -99
- package/i18n/nls.hu.json +337 -101
- package/i18n/nls.it.json +334 -98
- package/i18n/nls.ja.json +335 -99
- package/i18n/nls.json +338 -102
- package/i18n/nls.ko.json +335 -99
- package/i18n/nls.pl.json +335 -99
- package/i18n/nls.pt-br.json +338 -102
- package/i18n/nls.ru.json +338 -102
- package/i18n/nls.tr.json +337 -101
- package/i18n/nls.zh-cn.json +337 -101
- package/i18n/nls.zh-tw.json +337 -101
- package/lib/browser/about-dialog.js +6 -35
- package/lib/browser/about-dialog.js.map +1 -1
- package/lib/browser/authentication-service.js +1 -1
- package/lib/browser/authentication-service.js.map +1 -1
- package/lib/browser/breadcrumbs/breadcrumb-renderer.js +2 -22
- package/lib/browser/breadcrumbs/breadcrumb-renderer.js.map +1 -1
- package/lib/browser/breadcrumbs/breadcrumbs-renderer.js +2 -17
- package/lib/browser/breadcrumbs/breadcrumbs-renderer.js.map +1 -1
- package/lib/browser/browser-clipboard-service.js +1 -0
- package/lib/browser/browser-clipboard-service.js.map +1 -1
- package/lib/browser/catalog.json +218 -52
- package/lib/browser/components/card.js +4 -10
- package/lib/browser/components/card.js.map +1 -1
- package/lib/browser/connection-status-service.d.ts +1 -0
- package/lib/browser/connection-status-service.d.ts.map +1 -1
- package/lib/browser/connection-status-service.js +7 -0
- package/lib/browser/connection-status-service.js.map +1 -1
- package/lib/browser/dialogs/react-dialog.js +2 -17
- package/lib/browser/dialogs/react-dialog.js.map +1 -1
- package/lib/browser/dialogs/react-dialog.spec.js +3 -3
- package/lib/browser/dialogs/react-dialog.spec.js.map +1 -1
- package/lib/browser/dialogs.d.ts +1 -1
- package/lib/browser/dialogs.d.ts.map +1 -1
- package/lib/browser/dialogs.js +4 -3
- package/lib/browser/dialogs.js.map +1 -1
- package/lib/browser/frontend-application-state.js +1 -0
- package/lib/browser/frontend-application-state.js.map +1 -1
- package/lib/browser/hover-service.d.ts.map +1 -1
- package/lib/browser/hover-service.js +13 -0
- package/lib/browser/hover-service.js.map +1 -1
- package/lib/browser/icon-theme-service.d.ts +5 -3
- package/lib/browser/icon-theme-service.d.ts.map +1 -1
- package/lib/browser/icon-theme-service.js +7 -1
- package/lib/browser/icon-theme-service.js.map +1 -1
- package/lib/browser/keyboard/browser-keyboard-layout-provider.js +1 -0
- package/lib/browser/keyboard/browser-keyboard-layout-provider.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.d.ts +11 -0
- package/lib/browser/markdown-rendering/markdown-link-handler.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.js +23 -1
- package/lib/browser/markdown-rendering/markdown-link-handler.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.d.ts +11 -0
- package/lib/browser/markdown-rendering/markdown-renderer.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.js +41 -0
- package/lib/browser/markdown-rendering/markdown-renderer.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown-renderer.spec.d.ts +2 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.d.ts.map +1 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.js +79 -0
- package/lib/browser/markdown-rendering/markdown-renderer.spec.js.map +1 -0
- package/lib/browser/markdown-rendering/markdown.js +6 -5
- package/lib/browser/markdown-rendering/markdown.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown.spec.js +16 -16
- package/lib/browser/markdown-rendering/markdown.spec.js.map +1 -1
- package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-source.js +3 -0
- package/lib/browser/messaging/ws-connection-source.js.map +1 -1
- package/lib/browser/open-with-service.d.ts +2 -1
- package/lib/browser/open-with-service.d.ts.map +1 -1
- package/lib/browser/open-with-service.js +6 -1
- package/lib/browser/open-with-service.js.map +1 -1
- package/lib/browser/performance/frontend-stopwatch.d.ts +2 -1
- package/lib/browser/performance/frontend-stopwatch.d.ts.map +1 -1
- package/lib/browser/performance/frontend-stopwatch.js +6 -1
- package/lib/browser/performance/frontend-stopwatch.js.map +1 -1
- package/lib/browser/perspective-service.js +1 -1
- package/lib/browser/perspective-service.js.map +1 -1
- package/lib/browser/preferences/preference-proxy.spec.js +3 -0
- package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
- package/lib/browser/preferences/preference-service.spec.js +3 -0
- package/lib/browser/preferences/preference-service.spec.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.js +1 -1
- package/lib/browser/preferences/preference-validation-service.js.map +1 -1
- package/lib/browser/saveable-service.d.ts +2 -1
- package/lib/browser/saveable-service.d.ts.map +1 -1
- package/lib/browser/saveable-service.js +6 -1
- package/lib/browser/saveable-service.js.map +1 -1
- package/lib/browser/shell/application-shell.js +3 -3
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/application-shell.spec.d.ts +2 -0
- package/lib/browser/shell/application-shell.spec.d.ts.map +1 -0
- package/lib/browser/shell/application-shell.spec.js +57 -0
- package/lib/browser/shell/application-shell.spec.js.map +1 -0
- package/lib/browser/shell/shell-layout-restorer.d.ts +1 -1
- package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.js +5 -4
- package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
- package/lib/browser/shell/sidebar-menu-widget.js +6 -7
- package/lib/browser/shell/sidebar-menu-widget.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +4 -22
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts +2 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +6 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +8 -10
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +2 -20
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
- package/lib/browser/source-tree/source-tree-widget.js +3 -18
- package/lib/browser/source-tree/source-tree-widget.js.map +1 -1
- package/lib/browser/status-bar/status-bar-view-model.d.ts +2 -1
- package/lib/browser/status-bar/status-bar-view-model.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar-view-model.js +6 -1
- package/lib/browser/status-bar/status-bar-view-model.js.map +1 -1
- package/lib/browser/status-bar/status-bar.js +10 -11
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/storage-service.d.ts +1 -1
- package/lib/browser/storage-service.d.ts.map +1 -1
- package/lib/browser/storage-service.js +1 -0
- package/lib/browser/storage-service.js.map +1 -1
- package/lib/browser/tooltip-service.js +5 -5
- package/lib/browser/tooltip-service.js.map +1 -1
- package/lib/browser/tree/search-box.js +9 -16
- package/lib/browser/tree/search-box.js.map +1 -1
- package/lib/browser/tree/tree-compression/compressed-tree-widget.js +7 -9
- package/lib/browser/tree/tree-compression/compressed-tree-widget.js.map +1 -1
- package/lib/browser/tree/tree-model.d.ts.map +1 -1
- package/lib/browser/tree/tree-model.js +1 -0
- package/lib/browser/tree/tree-model.js.map +1 -1
- package/lib/browser/tree/tree-view-welcome-widget.js +8 -30
- package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
- package/lib/browser/tree/tree-widget.js +30 -42
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/widget-manager.js +1 -0
- package/lib/browser/widget-manager.js.map +1 -1
- package/lib/browser/widgets/alert-message.js +4 -8
- package/lib/browser/widgets/alert-message.js.map +1 -1
- package/lib/browser/widgets/react-renderer.js +5 -4
- package/lib/browser/widgets/react-renderer.js.map +1 -1
- package/lib/browser/widgets/react-widget.js +5 -4
- package/lib/browser/widgets/react-widget.js.map +1 -1
- package/lib/browser/widgets/select-component.d.ts +2 -2
- package/lib/browser/widgets/select-component.d.ts.map +1 -1
- package/lib/browser/widgets/select-component.js +14 -19
- package/lib/browser/widgets/select-component.js.map +1 -1
- package/lib/browser/window/default-secondary-window-service.d.ts +2 -1
- package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-secondary-window-service.js +9 -4
- package/lib/browser/window/default-secondary-window-service.js.map +1 -1
- package/lib/browser-only/frontend-only-application-module.d.ts.map +1 -1
- package/lib/browser-only/frontend-only-application-module.js +25 -1
- package/lib/browser-only/frontend-only-application-module.js.map +1 -1
- package/lib/common/command.d.ts +37 -0
- package/lib/common/command.d.ts.map +1 -1
- package/lib/common/command.js +74 -4
- package/lib/common/command.js.map +1 -1
- package/lib/common/command.spec.js +109 -0
- package/lib/common/command.spec.js.map +1 -1
- package/lib/common/message-service-protocol.d.ts +2 -0
- package/lib/common/message-service-protocol.d.ts.map +1 -1
- package/lib/common/message-service-protocol.js +8 -2
- package/lib/common/message-service-protocol.js.map +1 -1
- package/lib/common/performance/stopwatch.js +1 -0
- package/lib/common/performance/stopwatch.js.map +1 -1
- package/lib/common/preferences/preference-schema-service.d.ts +2 -0
- package/lib/common/preferences/preference-schema-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-schema-service.js +11 -5
- package/lib/common/preferences/preference-schema-service.js.map +1 -1
- package/lib/common/preferences/preference-service.d.ts +2 -0
- package/lib/common/preferences/preference-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-service.js +7 -1
- package/lib/common/preferences/preference-service.js.map +1 -1
- package/lib/electron-browser/window/window-zoom-action-bar.js +6 -11
- package/lib/electron-browser/window/window-zoom-action-bar.js.map +1 -1
- package/lib/node/backend-application.js +6 -6
- package/lib/node/backend-application.js.map +1 -1
- package/lib/node/backend-application.spec.js +6 -3
- package/lib/node/backend-application.spec.js.map +1 -1
- package/lib/node/console-logger-server.d.ts.map +1 -1
- package/lib/node/console-logger-server.js +2 -0
- package/lib/node/console-logger-server.js.map +1 -1
- package/lib/node/env-variables/env-variables-server.d.ts +2 -0
- package/lib/node/env-variables/env-variables-server.d.ts.map +1 -1
- package/lib/node/env-variables/env-variables-server.js +7 -1
- package/lib/node/env-variables/env-variables-server.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.d.ts +2 -0
- package/lib/node/hosting/browser-connection-token.d.ts.map +1 -1
- package/lib/node/hosting/browser-connection-token.js +14 -1
- package/lib/node/hosting/browser-connection-token.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.spec.js +25 -2
- package/lib/node/hosting/browser-connection-token.spec.js.map +1 -1
- package/lib/node/key-store-server.d.ts +2 -0
- package/lib/node/key-store-server.d.ts.map +1 -1
- package/lib/node/key-store-server.js +6 -1
- package/lib/node/key-store-server.js.map +1 -1
- package/lib/node/logger-cli-contribution.d.ts.map +1 -1
- package/lib/node/logger-cli-contribution.js.map +1 -1
- package/lib/node/messaging/default-messaging-service.js +1 -1
- package/lib/node/messaging/default-messaging-service.js.map +1 -1
- package/lib/node/messaging/ipc-connection-provider.js +1 -0
- package/lib/node/messaging/ipc-connection-provider.js.map +1 -1
- package/lib/node/messaging/websocket-endpoint.js +1 -1
- package/lib/node/messaging/websocket-endpoint.js.map +1 -1
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts +2 -1
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts.map +1 -1
- package/lib/node/messaging/websocket-frontend-connection-service.js +11 -6
- package/lib/node/messaging/websocket-frontend-connection-service.js.map +1 -1
- package/lib/node/setting-service.js +1 -0
- package/lib/node/setting-service.js.map +1 -1
- package/package.json +32 -29
- package/shared/react/jsx-dev-runtime/index.d.ts +1 -0
- package/shared/react/jsx-dev-runtime/index.js +1 -0
- package/shared/react/jsx-runtime/index.d.ts +1 -0
- package/shared/react/jsx-runtime/index.js +1 -0
- package/shared/react-dom/server/index.d.ts +1 -0
- package/shared/react-dom/server/index.js +1 -0
- package/src/browser/authentication-service.ts +1 -1
- package/src/browser/browser-clipboard-service.ts +2 -2
- package/src/browser/connection-status-service.ts +7 -3
- package/src/browser/dialogs.ts +3 -2
- package/src/browser/frontend-application-state.ts +2 -2
- package/src/browser/hover-service.ts +13 -0
- package/src/browser/icon-theme-service.ts +6 -2
- package/src/browser/keyboard/browser-keyboard-layout-provider.ts +2 -2
- package/src/browser/markdown-rendering/markdown-link-handler.ts +23 -1
- package/src/browser/markdown-rendering/markdown-renderer.spec.ts +88 -0
- package/src/browser/markdown-rendering/markdown-renderer.ts +43 -0
- package/src/browser/messaging/ws-connection-source.ts +4 -0
- package/src/browser/open-with-service.ts +6 -3
- package/src/browser/performance/frontend-stopwatch.ts +6 -3
- package/src/browser/perspective-service.ts +1 -1
- package/src/browser/preferences/preference-proxy.spec.ts +3 -0
- package/src/browser/preferences/preference-service.spec.ts +3 -0
- package/src/browser/preferences/preference-validation-service.ts +1 -1
- package/src/browser/saveable-service.ts +5 -2
- package/src/browser/shell/application-shell.spec.ts +62 -0
- package/src/browser/shell/application-shell.ts +4 -4
- package/src/browser/shell/shell-layout-restorer.ts +6 -5
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +3 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +5 -2
- package/src/browser/status-bar/status-bar-view-model.ts +7 -3
- package/src/browser/storage-service.ts +4 -2
- package/src/browser/style/sidepanel.css +2 -0
- package/src/browser/style/tabs.css +2 -0
- package/src/browser/style/view-container.css +2 -0
- package/src/browser/tree/tree-model.ts +4 -2
- package/src/browser/widget-manager.ts +1 -1
- package/src/browser/window/default-secondary-window-service.ts +9 -6
- package/src/browser-only/frontend-only-application-module.ts +25 -1
- package/src/common/command.spec.ts +125 -0
- package/src/common/command.ts +77 -4
- package/src/common/i18n/nls.metadata.json +3933 -1186
- package/src/common/message-service-protocol.ts +7 -3
- package/src/common/performance/stopwatch.ts +2 -2
- package/src/common/preferences/preference-schema-service.ts +9 -5
- package/src/common/preferences/preference-service.ts +6 -2
- package/src/node/backend-application.spec.ts +6 -3
- package/src/node/backend-application.ts +6 -6
- package/src/node/console-logger-server.ts +3 -0
- package/src/node/env-variables/env-variables-server.ts +6 -2
- package/src/node/hosting/browser-connection-token.spec.ts +30 -3
- package/src/node/hosting/browser-connection-token.ts +13 -2
- package/src/node/key-store-server.ts +6 -3
- package/src/node/logger-cli-contribution.ts +3 -0
- package/src/node/messaging/default-messaging-service.ts +1 -1
- package/src/node/messaging/ipc-connection-provider.ts +2 -2
- package/src/node/messaging/websocket-endpoint.ts +1 -1
- package/src/node/messaging/websocket-frontend-connection-service.ts +11 -8
- package/src/node/setting-service.ts +2 -2
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "glslint config",
|
|
7
|
+
"description": "glslint project config and shader-dialect preset (glslint.toml): ecosystem detection, #pragma expansion, shared-library and injected-define declarations",
|
|
8
|
+
"fileMatch": ["glslint.toml"],
|
|
9
|
+
"url": "https://raw.githubusercontent.com/johncarmack1984/glslint/main/schema/glslint.schema.json"
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"name": "Mermaid config",
|
|
7
13
|
"description": "Configuration for Mermaid diagrams and charts",
|
|
@@ -261,7 +267,7 @@
|
|
|
261
267
|
"name": "ABCInventoryModuleData",
|
|
262
268
|
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
|
|
263
269
|
"fileMatch": ["abc-inventory-module-data-*.json"],
|
|
264
|
-
"url": "https://www.schemastore.org/abc-inventory-module-data-5.
|
|
270
|
+
"url": "https://www.schemastore.org/abc-inventory-module-data-5.4.0.json",
|
|
265
271
|
"versions": {
|
|
266
272
|
"1.0.0": "https://www.schemastore.org/abc-inventory-module-data-1.0.0.json",
|
|
267
273
|
"2.0.0": "https://www.schemastore.org/abc-inventory-module-data-2.0.0.json",
|
|
@@ -269,27 +275,29 @@
|
|
|
269
275
|
"4.0.0": "https://www.schemastore.org/abc-inventory-module-data-4.0.0.json",
|
|
270
276
|
"5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json",
|
|
271
277
|
"5.2.0": "https://www.schemastore.org/abc-inventory-module-data-5.2.0.json",
|
|
272
|
-
"5.3.0": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json"
|
|
278
|
+
"5.3.0": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json",
|
|
279
|
+
"5.4.0": "https://www.schemastore.org/abc-inventory-module-data-5.4.0.json"
|
|
273
280
|
}
|
|
274
281
|
},
|
|
275
282
|
{
|
|
276
283
|
"name": "ABCClinicalDemandForecast",
|
|
277
284
|
"description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
|
|
278
285
|
"fileMatch": ["abc-clinical-demand-forecast-*.json"],
|
|
279
|
-
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-5.
|
|
286
|
+
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-5.1.0.json",
|
|
280
287
|
"versions": {
|
|
281
288
|
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
|
|
282
289
|
"2.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-2.0.0.json",
|
|
283
290
|
"3.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-3.0.0.json",
|
|
284
291
|
"4.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json",
|
|
285
|
-
"5.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json"
|
|
292
|
+
"5.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json",
|
|
293
|
+
"5.1.0": "https://www.schemastore.org/abc-clinical-demand-forecast-5.1.0.json"
|
|
286
294
|
}
|
|
287
295
|
},
|
|
288
296
|
{
|
|
289
297
|
"name": "ABCSupplyPlan",
|
|
290
298
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
291
299
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
292
|
-
"url": "https://www.schemastore.org/abc-supply-plan-14.
|
|
300
|
+
"url": "https://www.schemastore.org/abc-supply-plan-14.1.0.json",
|
|
293
301
|
"versions": {
|
|
294
302
|
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
295
303
|
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
@@ -309,7 +317,8 @@
|
|
|
309
317
|
"11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
|
|
310
318
|
"12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
|
|
311
319
|
"13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
|
|
312
|
-
"14.0.0": "https://www.schemastore.org/abc-supply-plan-14.0.0.json"
|
|
320
|
+
"14.0.0": "https://www.schemastore.org/abc-supply-plan-14.0.0.json",
|
|
321
|
+
"14.1.0": "https://www.schemastore.org/abc-supply-plan-14.1.0.json"
|
|
313
322
|
}
|
|
314
323
|
},
|
|
315
324
|
{
|
|
@@ -806,6 +815,8 @@
|
|
|
806
815
|
"url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
807
816
|
"versions": {
|
|
808
817
|
"nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
|
|
818
|
+
"0.14.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.14.9/bottom.json",
|
|
819
|
+
"0.14.7": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.14.7/bottom.json",
|
|
809
820
|
"0.14.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.14.0/bottom.json",
|
|
810
821
|
"0.13.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.13.0/bottom.json",
|
|
811
822
|
"0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
|
|
@@ -1337,6 +1348,23 @@
|
|
|
1337
1348
|
"description": "Deploy config for BOSH CLI",
|
|
1338
1349
|
"url": "https://www.schemastore.org/bosh-deploy-config.json"
|
|
1339
1350
|
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "BOSH Job Spec",
|
|
1353
|
+
"description": "Job Spec for BOSH Releases",
|
|
1354
|
+
"fileMatch": ["**/jobs/*/spec"],
|
|
1355
|
+
"url": "https://www.schemastore.org/bosh-job-spec.json"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "BOSH Package Spec",
|
|
1359
|
+
"description": "Package Spec for BOSH Releases",
|
|
1360
|
+
"fileMatch": ["**/packages/*/spec"],
|
|
1361
|
+
"url": "https://www.schemastore.org/bosh-package-spec.json"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "BOSH Ops File",
|
|
1365
|
+
"description": "Ops File for BOSH CLI",
|
|
1366
|
+
"url": "https://www.schemastore.org/bosh-ops-file.json"
|
|
1367
|
+
},
|
|
1340
1368
|
{
|
|
1341
1369
|
"name": "Boyka Framework",
|
|
1342
1370
|
"description": "Boyka Framework config file",
|
|
@@ -1855,6 +1883,12 @@
|
|
|
1855
1883
|
"1.6": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.6.schema.json"
|
|
1856
1884
|
}
|
|
1857
1885
|
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "Dark Factory consumer config",
|
|
1888
|
+
"description": "Unified darkfactory.yaml for the Cerebe / Dark Factory CLI (doctrine, deny, hooks, MCP, critics, policy)",
|
|
1889
|
+
"fileMatch": ["darkfactory.yaml", "darkfactory.yml"],
|
|
1890
|
+
"url": "https://raw.githubusercontent.com/momentiq-ai/cerebe/main/schemas/darkfactory/v1.json"
|
|
1891
|
+
},
|
|
1858
1892
|
{
|
|
1859
1893
|
"name": "DataYoga Connections",
|
|
1860
1894
|
"description": "Collection of defined source and target connections used within DataYoga jobs",
|
|
@@ -1967,6 +2001,16 @@
|
|
|
1967
2001
|
],
|
|
1968
2002
|
"url": "https://cdnx.deploystack.io/schema/config.yml.json"
|
|
1969
2003
|
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "Design Tokens Community Group format",
|
|
2006
|
+
"description": "Design token files using the DTCG format",
|
|
2007
|
+
"url": "https://www.designtokens.org/schemas/2025.10/format.json"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "Design Tokens Community Group resolver",
|
|
2011
|
+
"description": "DTCG resolver documents",
|
|
2012
|
+
"url": "https://www.designtokens.org/schemas/2025.10/resolver.json"
|
|
2013
|
+
},
|
|
1970
2014
|
{
|
|
1971
2015
|
"name": "Deta Spacefile",
|
|
1972
2016
|
"description": "Configuration file for Space Apps",
|
|
@@ -1985,6 +2029,12 @@
|
|
|
1985
2029
|
"fileMatch": ["devbox-plugin.json"],
|
|
1986
2030
|
"url": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox-plugin.schema.json"
|
|
1987
2031
|
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "devconcurrent",
|
|
2034
|
+
"description": "Easily manage multiple, isolated development environments",
|
|
2035
|
+
"fileMatch": ["**/devconcurrent/config.toml"],
|
|
2036
|
+
"url": "https://devconcurrent.paholg.com/devconcurrent.schema.json"
|
|
2037
|
+
},
|
|
1988
2038
|
{
|
|
1989
2039
|
"name": "Drupal Breakpoints",
|
|
1990
2040
|
"description": "Drupal configuration for breakpoints",
|
|
@@ -2205,6 +2255,12 @@
|
|
|
2205
2255
|
"fileMatch": ["devcontainer-feature.json"],
|
|
2206
2256
|
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
|
|
2207
2257
|
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": ".devprune.json",
|
|
2260
|
+
"description": "Per-repository configuration for dev-prune, the lockfile-verified workspace cleaner",
|
|
2261
|
+
"fileMatch": [".devprune.json"],
|
|
2262
|
+
"url": "https://devprune.vkrishna04.me/schemas/v1/devprune.schema.json"
|
|
2263
|
+
},
|
|
2208
2264
|
{
|
|
2209
2265
|
"name": "Codecov configuration files",
|
|
2210
2266
|
"description": "codecov.yml files",
|
|
@@ -2530,6 +2586,15 @@
|
|
|
2530
2586
|
"fileMatch": ["**/scenarios/*/*.yaml"],
|
|
2531
2587
|
"url": "https://raw.githubusercontent.com/crowdsecurity/crowdsec-yaml-schemas/main/scenario_schema.yaml"
|
|
2532
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "crucible",
|
|
2591
|
+
"description": "Settings for the crucible coding agent",
|
|
2592
|
+
"fileMatch": [
|
|
2593
|
+
"**/.crucible/config.json",
|
|
2594
|
+
"**/.crucible/config.local.json"
|
|
2595
|
+
],
|
|
2596
|
+
"url": "https://www.schemastore.org/crucible-code-schema.json"
|
|
2597
|
+
},
|
|
2533
2598
|
{
|
|
2534
2599
|
"name": "cypress.json",
|
|
2535
2600
|
"description": "Cypress.io test runner configuration file",
|
|
@@ -2801,13 +2866,13 @@
|
|
|
2801
2866
|
"name": "Dolittle Tenant Map Configuration",
|
|
2802
2867
|
"description": "A Dolittle bounded context's tenant mapping configurations",
|
|
2803
2868
|
"fileMatch": ["**/.dolittle/tenant-map.json"],
|
|
2804
|
-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/
|
|
2869
|
+
"url": "https://raw.githubusercontent.com/dolittle-obsolete/DotNET.Fundamentals/v4.10.0/Schemas/Tenancy.Configuration/tenant-map.json"
|
|
2805
2870
|
},
|
|
2806
2871
|
{
|
|
2807
2872
|
"name": "Dolittle Topology",
|
|
2808
2873
|
"description": "A Dolittle bounded context's topology",
|
|
2809
2874
|
"fileMatch": ["**/.dolittle/topology.json"],
|
|
2810
|
-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/
|
|
2875
|
+
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Applications.Configuration/topology.json"
|
|
2811
2876
|
},
|
|
2812
2877
|
{
|
|
2813
2878
|
"name": "dotnet Release Index manifest",
|
|
@@ -2879,7 +2944,7 @@
|
|
|
2879
2944
|
"fileMatch": ["devfile.yaml", ".devfile.yaml"],
|
|
2880
2945
|
"url": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json",
|
|
2881
2946
|
"versions": {
|
|
2882
|
-
"1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/
|
|
2947
|
+
"1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/7.80.0/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
|
|
2883
2948
|
"2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
|
|
2884
2949
|
"2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
|
|
2885
2950
|
"2.2.0": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json"
|
|
@@ -3855,15 +3920,10 @@
|
|
|
3855
3920
|
"url": "https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json"
|
|
3856
3921
|
},
|
|
3857
3922
|
{
|
|
3858
|
-
"name": "
|
|
3859
|
-
"description": "
|
|
3860
|
-
"fileMatch": [
|
|
3861
|
-
|
|
3862
|
-
"**/.gitpod/automations.yaml",
|
|
3863
|
-
"**/.gitpod/automations.yml",
|
|
3864
|
-
"**/.gitpod/automation.yaml"
|
|
3865
|
-
],
|
|
3866
|
-
"url": "https://app.gitpod.io/jsonschema/v1/automations_file.jsonschema.json"
|
|
3923
|
+
"name": "GitLab Duo Workflow",
|
|
3924
|
+
"description": "YAML configuration for GitLab Duo Workflows",
|
|
3925
|
+
"fileMatch": ["**/.gitlab/duo/flows/*.yaml"],
|
|
3926
|
+
"url": "https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/raw/main/duo_workflow_service/schemas/v1/flow_config.schema.json"
|
|
3867
3927
|
},
|
|
3868
3928
|
{
|
|
3869
3929
|
"name": "Gitpod Configuration",
|
|
@@ -4025,6 +4085,12 @@
|
|
|
4025
4085
|
"fileMatch": ["*.goff.yml", "*.goff.yaml", "*.goff.json", "*.goff.toml"],
|
|
4026
4086
|
"url": "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/.schema/flag-schema.json"
|
|
4027
4087
|
},
|
|
4088
|
+
{
|
|
4089
|
+
"name": "gojo.yaml",
|
|
4090
|
+
"description": "gojo project manifest (profiles, agents, schedules)",
|
|
4091
|
+
"fileMatch": ["gojo.yaml", "**/.gojo/project.yaml"],
|
|
4092
|
+
"url": "https://raw.githubusercontent.com/detroitpro/gojo/main/packages/contracts/schemas/gojo.project.schema.json"
|
|
4093
|
+
},
|
|
4028
4094
|
{
|
|
4029
4095
|
"name": "Goreleaser",
|
|
4030
4096
|
"description": "Goreleaser configuration file",
|
|
@@ -4062,7 +4128,7 @@
|
|
|
4062
4128
|
"name": "tree-sitter grammar.json",
|
|
4063
4129
|
"description": "tree-sitter grammar.json",
|
|
4064
4130
|
"fileMatch": ["grammar.json"],
|
|
4065
|
-
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/assets/schemas/config.schema.json"
|
|
4131
|
+
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/src/assets/schemas/config.schema.json"
|
|
4066
4132
|
},
|
|
4067
4133
|
{
|
|
4068
4134
|
"name": "Treefmt",
|
|
@@ -4266,7 +4332,7 @@
|
|
|
4266
4332
|
"name": "IBM Zapp document",
|
|
4267
4333
|
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
|
|
4268
4334
|
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
|
|
4269
|
-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.
|
|
4335
|
+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.11.0.json",
|
|
4270
4336
|
"versions": {
|
|
4271
4337
|
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
|
|
4272
4338
|
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
|
|
@@ -4280,7 +4346,8 @@
|
|
|
4280
4346
|
"1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
|
|
4281
4347
|
"1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json",
|
|
4282
4348
|
"1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json",
|
|
4283
|
-
"1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json"
|
|
4349
|
+
"1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json",
|
|
4350
|
+
"1.11.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.11.0.json"
|
|
4284
4351
|
}
|
|
4285
4352
|
},
|
|
4286
4353
|
{
|
|
@@ -4568,7 +4635,7 @@
|
|
|
4568
4635
|
{
|
|
4569
4636
|
"name": "JSON-API",
|
|
4570
4637
|
"description": "JSON API document",
|
|
4571
|
-
"url": "https://
|
|
4638
|
+
"url": "https://raw.githubusercontent.com/json-api/json-api/v1.1/schema"
|
|
4572
4639
|
},
|
|
4573
4640
|
{
|
|
4574
4641
|
"name": "JSON Document Transform",
|
|
@@ -4597,6 +4664,14 @@
|
|
|
4597
4664
|
"fileMatch": ["*.patch", "*.patch.json", "*.patch.yml", "*.patch.yaml"],
|
|
4598
4665
|
"url": "https://www.schemastore.org/json-patch.json"
|
|
4599
4666
|
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "Jsontron",
|
|
4669
|
+
"description": "Jsontron vocabulary: rules and assert keywords using jq expressions for cross-field validation",
|
|
4670
|
+
"url": "https://www.schemastore.org/jsontron-0.1.json",
|
|
4671
|
+
"versions": {
|
|
4672
|
+
"0.1": "https://www.schemastore.org/jsontron-0.1.json"
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4600
4675
|
{
|
|
4601
4676
|
"name": "jsconfig.json",
|
|
4602
4677
|
"description": "JavaScript project configuration file",
|
|
@@ -4877,6 +4952,24 @@
|
|
|
4877
4952
|
"fileMatch": [],
|
|
4878
4953
|
"url": "https://w3id.org/linkml/meta.schema.json"
|
|
4879
4954
|
},
|
|
4955
|
+
{
|
|
4956
|
+
"name": "LiquiLens Evidence Carrier v1",
|
|
4957
|
+
"description": "Transport-neutral, content-addressed financial evidence carrier",
|
|
4958
|
+
"fileMatch": [
|
|
4959
|
+
"liquilens-evidence-carrier.json",
|
|
4960
|
+
"*.liquilens-evidence-carrier.json"
|
|
4961
|
+
],
|
|
4962
|
+
"url": "https://liquilens.in/protocol/liquilens-evidence-carrier-v1.schema.json"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "LiquiLens Evidence Carrier Reference v1",
|
|
4966
|
+
"description": "Policy-redacted reference to a verified LiquiLens Evidence Carrier",
|
|
4967
|
+
"fileMatch": [
|
|
4968
|
+
"liquilens-evidence-carrier-reference.json",
|
|
4969
|
+
"*.liquilens-evidence-carrier-reference.json"
|
|
4970
|
+
],
|
|
4971
|
+
"url": "https://liquilens.in/protocol/liquilens-evidence-carrier-reference-v1.schema.json"
|
|
4972
|
+
},
|
|
4880
4973
|
{
|
|
4881
4974
|
"name": "Lively Properties",
|
|
4882
4975
|
"description": "Lively Wallpaper configuration file. Documentation: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction#lively-properties",
|
|
@@ -5562,15 +5655,17 @@
|
|
|
5562
5655
|
"url": "https://www.schemastore.org/omnisharp.json"
|
|
5563
5656
|
},
|
|
5564
5657
|
{
|
|
5565
|
-
"name": "Ona
|
|
5566
|
-
"description": "
|
|
5658
|
+
"name": "Ona Tasks and Services",
|
|
5659
|
+
"description": "Tasks and services configuration for Ona environments",
|
|
5567
5660
|
"fileMatch": [
|
|
5568
|
-
"**/.ona/
|
|
5661
|
+
"**/.ona/config.yaml",
|
|
5662
|
+
"**/.ona/config.yml",
|
|
5569
5663
|
"**/.ona/automations.yaml",
|
|
5570
5664
|
"**/.ona/automations.yml",
|
|
5571
|
-
"**/.
|
|
5665
|
+
"**/.gitpod/automations.yaml",
|
|
5666
|
+
"**/.gitpod/automations.yml"
|
|
5572
5667
|
],
|
|
5573
|
-
"url": "https://app.
|
|
5668
|
+
"url": "https://app.gitpod.io/jsonschema/v1/ona_config.jsonschema.json"
|
|
5574
5669
|
},
|
|
5575
5670
|
{
|
|
5576
5671
|
"name": "openapi.json",
|
|
@@ -5699,6 +5794,12 @@
|
|
|
5699
5794
|
"v0.9.0": "https://github.com/bitol-io/open-data-product-standard/blob/main/schema/odps-json-schema-v0.9.0.json"
|
|
5700
5795
|
}
|
|
5701
5796
|
},
|
|
5797
|
+
{
|
|
5798
|
+
"name": "Open Pentest Format",
|
|
5799
|
+
"description": "OPF finding library or engagement export (*.opf.json): portable penetration test findings",
|
|
5800
|
+
"fileMatch": ["*.opf.json"],
|
|
5801
|
+
"url": "https://cairnsecurity.com/opf/schema/opf-1.1.schema.json"
|
|
5802
|
+
},
|
|
5702
5803
|
{
|
|
5703
5804
|
"name": "OpenSRM",
|
|
5704
5805
|
"description": "Open Service Reliability Manifest - Define service reliability requirements as code",
|
|
@@ -6397,12 +6498,8 @@
|
|
|
6397
6498
|
{
|
|
6398
6499
|
"name": "Rancher Fleet",
|
|
6399
6500
|
"description": "Rancher Fleet fleet.yaml configuration file",
|
|
6400
|
-
"fileMatch": ["fleet.yaml"],
|
|
6401
|
-
"url": "https://
|
|
6402
|
-
"versions": {
|
|
6403
|
-
"0.5": "https://www.schemastore.org/rancher-fleet-0.5.json",
|
|
6404
|
-
"0.8": "https://www.schemastore.org/rancher-fleet-0.8.json"
|
|
6405
|
-
}
|
|
6501
|
+
"fileMatch": ["**/fleet.yaml"],
|
|
6502
|
+
"url": "https://raw.githubusercontent.com/rancher/fleet/main/schemas/fleet.yaml.json"
|
|
6406
6503
|
},
|
|
6407
6504
|
{
|
|
6408
6505
|
"name": "config.yaml",
|
|
@@ -6581,10 +6678,10 @@
|
|
|
6581
6678
|
"url": "https://www.schemastore.org/replit.json"
|
|
6582
6679
|
},
|
|
6583
6680
|
{
|
|
6584
|
-
"name": "
|
|
6585
|
-
"description": "Declarative GitHub repository settings applied by the
|
|
6681
|
+
"name": "github-settings-as-code",
|
|
6682
|
+
"description": "Declarative GitHub repository settings applied by the github-settings-as-code action; accepts Probot Settings app files as-is. Documentation: https://github.com/Vivswan/github-settings-as-code",
|
|
6586
6683
|
"fileMatch": ["**/.github/settings.yml"],
|
|
6587
|
-
"url": "https://raw.githubusercontent.com/Vivswan/
|
|
6684
|
+
"url": "https://raw.githubusercontent.com/Vivswan/github-settings-as-code/main/lib/settings.schema.json"
|
|
6588
6685
|
},
|
|
6589
6686
|
{
|
|
6590
6687
|
"name": "reposets Configuration",
|
|
@@ -6890,28 +6987,31 @@
|
|
|
6890
6987
|
{
|
|
6891
6988
|
"name": "SDMX structure message",
|
|
6892
6989
|
"description": "Statistical Data and Metadata eXchange (ISO 17369) structure message",
|
|
6893
|
-
"url": "https://
|
|
6990
|
+
"url": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json",
|
|
6894
6991
|
"versions": {
|
|
6895
|
-
"1.0": "https://
|
|
6896
|
-
"2.0.0": "https://
|
|
6992
|
+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-structure-schema.json",
|
|
6993
|
+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-structure-schema.json",
|
|
6994
|
+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json"
|
|
6897
6995
|
}
|
|
6898
6996
|
},
|
|
6899
6997
|
{
|
|
6900
6998
|
"name": "SDMX metadata message",
|
|
6901
6999
|
"description": "Statistical Data and Metadata eXchange (ISO 17369) metadata message",
|
|
6902
|
-
"url": "https://
|
|
7000
|
+
"url": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json",
|
|
6903
7001
|
"versions": {
|
|
6904
|
-
"1.0": "https://
|
|
6905
|
-
"2.0.0": "https://
|
|
7002
|
+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-metadata-schema.json",
|
|
7003
|
+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-metadata-schema.json",
|
|
7004
|
+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json"
|
|
6906
7005
|
}
|
|
6907
7006
|
},
|
|
6908
7007
|
{
|
|
6909
7008
|
"name": "SDMX data message",
|
|
6910
7009
|
"description": "Statistical Data and Metadata eXchange (ISO 17369) data message",
|
|
6911
|
-
"url": "https://
|
|
7010
|
+
"url": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json",
|
|
6912
7011
|
"versions": {
|
|
6913
|
-
"1.0": "https://
|
|
6914
|
-
"2.0.0": "https://
|
|
7012
|
+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-data-schema.json",
|
|
7013
|
+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-data-schema.json",
|
|
7014
|
+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json"
|
|
6915
7015
|
}
|
|
6916
7016
|
},
|
|
6917
7017
|
{
|
|
@@ -7435,6 +7535,30 @@
|
|
|
7435
7535
|
"fileMatch": ["swagger.json"],
|
|
7436
7536
|
"url": "https://spec.openapis.org/oas/2.0/schema/2017-08-27"
|
|
7437
7537
|
},
|
|
7538
|
+
{
|
|
7539
|
+
"name": "Symfony Routing Configuration",
|
|
7540
|
+
"description": "Symfony routing configuration file (config/routes)",
|
|
7541
|
+
"fileMatch": ["**/config/routes.yaml", "**/config/routes/**/*.yaml"],
|
|
7542
|
+
"url": "https://raw.githubusercontent.com/symfony/symfony/8.1/src/Symfony/Component/Routing/Loader/schema/routing.schema.json"
|
|
7543
|
+
},
|
|
7544
|
+
{
|
|
7545
|
+
"name": "Symfony Serializer Mapping",
|
|
7546
|
+
"description": "Symfony serializer mapping configuration file",
|
|
7547
|
+
"fileMatch": ["**/config/serializer/**/*.yaml"],
|
|
7548
|
+
"url": "https://raw.githubusercontent.com/symfony/symfony/8.1/src/Symfony/Component/Serializer/Mapping/Loader/schema/serialization.schema.json"
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "Symfony Services Configuration",
|
|
7552
|
+
"description": "Symfony parameters and services configuration file (config/services)",
|
|
7553
|
+
"fileMatch": ["**/config/services.yaml", "**/config/services_*.yaml"],
|
|
7554
|
+
"url": "https://raw.githubusercontent.com/symfony/symfony/8.1/src/Symfony/Component/DependencyInjection/Loader/schema/services.schema.json"
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"name": "Symfony Validation Mapping",
|
|
7558
|
+
"description": "Symfony validation mapping configuration file",
|
|
7559
|
+
"fileMatch": ["**/config/validator/**/*.yaml"],
|
|
7560
|
+
"url": "https://raw.githubusercontent.com/symfony/symfony/8.1/src/Symfony/Component/Validator/Mapping/Loader/schema/validation.schema.json"
|
|
7561
|
+
},
|
|
7438
7562
|
{
|
|
7439
7563
|
"name": "Synadia Connect Component",
|
|
7440
7564
|
"description": "Synadia Connect component definition",
|
|
@@ -7443,7 +7567,7 @@
|
|
|
7443
7567
|
"**/.connect/sources/*.yml",
|
|
7444
7568
|
"**/.connect/sinks/*.yml"
|
|
7445
7569
|
],
|
|
7446
|
-
"url": "https://raw.githubusercontent.com/synadia-io/connect/
|
|
7570
|
+
"url": "https://raw.githubusercontent.com/synadia-io/connect/b647c6bc4448f7790c5a97ce39daae405ead0f0a/schemas/component.json"
|
|
7447
7571
|
},
|
|
7448
7572
|
{
|
|
7449
7573
|
"name": "Tach",
|
|
@@ -7881,7 +8005,7 @@
|
|
|
7881
8005
|
"venvironment.json",
|
|
7882
8006
|
"*.venvironment.json"
|
|
7883
8007
|
],
|
|
7884
|
-
"url": "https://www.schemastore.org/venvironment-schema-v5.
|
|
8008
|
+
"url": "https://www.schemastore.org/venvironment-schema-v5.1.0.json",
|
|
7885
8009
|
"versions": {
|
|
7886
8010
|
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
|
|
7887
8011
|
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
|
|
@@ -7895,7 +8019,8 @@
|
|
|
7895
8019
|
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
|
|
7896
8020
|
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
|
|
7897
8021
|
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
|
|
7898
|
-
"5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
|
|
8022
|
+
"5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
|
|
8023
|
+
"5.1.0": "https://www.schemastore.org/venvironment-schema-v5.1.0.json"
|
|
7899
8024
|
}
|
|
7900
8025
|
},
|
|
7901
8026
|
{
|
|
@@ -7909,10 +8034,11 @@
|
|
|
7909
8034
|
"venvplus.json",
|
|
7910
8035
|
"*.venvplus.json"
|
|
7911
8036
|
],
|
|
7912
|
-
"url": "https://www.schemastore.org/venvplus-schema-v1.
|
|
8037
|
+
"url": "https://www.schemastore.org/venvplus-schema-v1.2.0.json",
|
|
7913
8038
|
"versions": {
|
|
7914
8039
|
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
|
|
7915
|
-
"1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
|
|
8040
|
+
"1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
|
|
8041
|
+
"1.2.0": "https://www.schemastore.org/venvplus-schema-v1.2.0.json"
|
|
7916
8042
|
}
|
|
7917
8043
|
},
|
|
7918
8044
|
{
|
|
@@ -10732,6 +10858,24 @@
|
|
|
10732
10858
|
"1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
|
|
10733
10859
|
}
|
|
10734
10860
|
},
|
|
10861
|
+
{
|
|
10862
|
+
"name": "AgentCtl config",
|
|
10863
|
+
"description": "agentctl config file (.ai/config.yaml): runtimes, project name, and sync settings for AI coding-agent configuration",
|
|
10864
|
+
"fileMatch": ["**/.ai/config.yaml", "**/.ai/config.yml"],
|
|
10865
|
+
"url": "https://raw.githubusercontent.com/itslab42/agentctl/main/schemas/config.schema.json"
|
|
10866
|
+
},
|
|
10867
|
+
{
|
|
10868
|
+
"name": "AgentCtl MCP",
|
|
10869
|
+
"description": "agentctl MCP server declarations (.ai/mcp.yaml): Model Context Protocol servers rendered into each runtime's format",
|
|
10870
|
+
"fileMatch": ["**/.ai/mcp.yaml", "**/.ai/mcp.yml"],
|
|
10871
|
+
"url": "https://raw.githubusercontent.com/itslab42/agentctl/main/schemas/mcp.schema.json"
|
|
10872
|
+
},
|
|
10873
|
+
{
|
|
10874
|
+
"name": "AgentCtl permissions",
|
|
10875
|
+
"description": "agentctl runtime-neutral permissions (.ai/permissions.yaml): filesystem and shell rules using deny-over-allow precedence",
|
|
10876
|
+
"fileMatch": ["**/.ai/permissions.yaml", "**/.ai/permissions.yml"],
|
|
10877
|
+
"url": "https://raw.githubusercontent.com/itslab42/agentctl/main/schemas/permissions.schema.json"
|
|
10878
|
+
},
|
|
10735
10879
|
{
|
|
10736
10880
|
"name": "AgentLoopKit",
|
|
10737
10881
|
"description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
|
|
@@ -10951,9 +11095,10 @@
|
|
|
10951
11095
|
"name": "OKF Graph",
|
|
10952
11096
|
"description": "Graph generated for an OKF bundle",
|
|
10953
11097
|
"fileMatch": ["okf.json"],
|
|
10954
|
-
"url": "https://www.schemastore.org/okf-0.
|
|
11098
|
+
"url": "https://www.schemastore.org/okf-0.2.json",
|
|
10955
11099
|
"versions": {
|
|
10956
|
-
"0.1": "https://www.schemastore.org/okf-0.1.json"
|
|
11100
|
+
"0.1": "https://www.schemastore.org/okf-0.1.json",
|
|
11101
|
+
"0.2": "https://www.schemastore.org/okf-0.2.json"
|
|
10957
11102
|
}
|
|
10958
11103
|
},
|
|
10959
11104
|
{
|
|
@@ -10961,6 +11106,27 @@
|
|
|
10961
11106
|
"description": "Configuration for preview servers in Claude Code Desktop",
|
|
10962
11107
|
"fileMatch": ["**/.claude/launch.json"],
|
|
10963
11108
|
"url": "https://www.schemastore.org/claude-code-launch.json"
|
|
11109
|
+
},
|
|
11110
|
+
{
|
|
11111
|
+
"name": "ArchSmith diagram IR",
|
|
11112
|
+
"description": "Intermediate representation consumed by ArchSmith to validate and render architecture diagrams",
|
|
11113
|
+
"fileMatch": ["*.archsmith.json"],
|
|
11114
|
+
"url": "https://ayeshlk.github.io/archsmith/schema/latest/diagram-schema.json",
|
|
11115
|
+
"versions": {
|
|
11116
|
+
"0.3.0": "https://ayeshlk.github.io/archsmith/schema/0.3.0/diagram-schema.json"
|
|
11117
|
+
}
|
|
11118
|
+
},
|
|
11119
|
+
{
|
|
11120
|
+
"name": "yaml-workflow",
|
|
11121
|
+
"description": "Workflow definition for the yaml-workflow engine — params, tasks, steps, imports, and flows",
|
|
11122
|
+
"fileMatch": ["**/*.yaml-workflow.yaml", "**/*.yaml-workflow.yml"],
|
|
11123
|
+
"url": "https://raw.githubusercontent.com/orieg/yaml-workflow/main/schema/workflow-schema.json"
|
|
11124
|
+
},
|
|
11125
|
+
{
|
|
11126
|
+
"name": "servercn",
|
|
11127
|
+
"description": "Servercn is the backend component registry for node.js inspired by shadcn/ui",
|
|
11128
|
+
"fileMatch": ["servercn.config.json", "servercn.json"],
|
|
11129
|
+
"url": "https://www.akkaldhami.com.np/schema/servercn.config.json"
|
|
10964
11130
|
}
|
|
10965
11131
|
]
|
|
10966
11132
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Card = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
2
5
|
// *****************************************************************************
|
|
3
6
|
// Copyright (C) 2026 EclipseSource GmbH.
|
|
4
7
|
//
|
|
@@ -14,8 +17,6 @@
|
|
|
14
17
|
//
|
|
15
18
|
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
16
19
|
// *****************************************************************************
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.Card = void 0;
|
|
19
20
|
const React = require("react");
|
|
20
21
|
const keyboard_utils_1 = require("../keyboard/keyboard-utils");
|
|
21
22
|
/**
|
|
@@ -47,13 +48,6 @@ exports.Card = React.memo(function Card(props) {
|
|
|
47
48
|
const titleStyle = {
|
|
48
49
|
WebkitLineClamp: maxTitleLines
|
|
49
50
|
};
|
|
50
|
-
return (
|
|
51
|
-
icon && (React.createElement("div", { className: `theia-Card-icon ${icon}` })),
|
|
52
|
-
React.createElement("div", { className: "theia-Card-content" },
|
|
53
|
-
React.createElement("div", { className: "theia-Card-title", title: titleTooltip, style: titleStyle }, title),
|
|
54
|
-
actionButtons ? (React.createElement("div", { className: "theia-Card-footer" },
|
|
55
|
-
subtitle && React.createElement("span", { className: "theia-Card-footer-time" }, subtitle),
|
|
56
|
-
React.createElement("div", { className: "theia-Card-footer-actions" }, actionButtons.map((btn, i) => (React.createElement("button", { key: i, className: `theia-Card-action-btn ${btn.iconClass}`, title: btn.title, ...(0, keyboard_utils_1.buttonKeyboardProps)(btn.title, hasFocus ? 0 : -1), onClick: btn.onClick })))))) : (subtitle && (React.createElement("div", { className: "theia-Card-subtitle" }, subtitle))),
|
|
57
|
-
children)));
|
|
51
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: cardClasses, onClick: onClick, role: isInteractive ? 'button' : undefined, tabIndex: isInteractive ? 0 : undefined, onKeyDown: isInteractive ? handleKeyDown : undefined, onFocus: actionButtons ? handleFocus : undefined, onBlur: actionButtons ? handleBlur : undefined, children: [icon && ((0, jsx_runtime_1.jsx)("div", { className: `theia-Card-icon ${icon}` })), (0, jsx_runtime_1.jsxs)("div", { className: "theia-Card-content", children: [(0, jsx_runtime_1.jsx)("div", { className: "theia-Card-title", title: titleTooltip, style: titleStyle, children: title }), actionButtons ? ((0, jsx_runtime_1.jsxs)("div", { className: "theia-Card-footer", children: [subtitle && (0, jsx_runtime_1.jsx)("span", { className: "theia-Card-footer-time", children: subtitle }), (0, jsx_runtime_1.jsx)("div", { className: "theia-Card-footer-actions", children: actionButtons.map((btn, i) => ((0, jsx_runtime_1.jsx)("button", { className: `theia-Card-action-btn ${btn.iconClass}`, title: btn.title, ...(0, keyboard_utils_1.buttonKeyboardProps)(btn.title, hasFocus ? 0 : -1), onClick: btn.onClick }, i))) })] })) : (subtitle && ((0, jsx_runtime_1.jsx)("div", { className: "theia-Card-subtitle", children: subtitle }))), children] })] }));
|
|
58
52
|
});
|
|
59
53
|
//# sourceMappingURL=card.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../../src/browser/components/card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../../src/browser/components/card.tsx"],"names":[],"mappings":"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"}
|
|
@@ -58,6 +58,7 @@ export declare class FrontendConnectionStatusService extends AbstractConnectionS
|
|
|
58
58
|
private scheduledPing;
|
|
59
59
|
protected readonly wsConnectionProvider: WebSocketConnectionSource;
|
|
60
60
|
protected readonly pingService: PingService;
|
|
61
|
+
protected readonly logger: ILogger;
|
|
61
62
|
protected init(): void;
|
|
62
63
|
protected schedulePing(): void;
|
|
63
64
|
protected performPingRequest(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-status-service.d.ts","sourceRoot":"","sources":["../../src/browser/connection-status-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAsB,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAO,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAE7E;;GAEG;AACH,eAAO,MAAM,uBAAuB,eAAoC,CAAC;AACzE,MAAM,WAAW,uBAAuB;IAEpC;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,gBAAgB,CAAC;IAEzC;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAEpD;AAED;;GAEG;AACH,oBAAY,gBAAgB;IAExB;;OAEG;IACH,MAAM,IAAA;IAEN;;OAEG;IACH,OAAO,IAAA;CACV;AAED,qBACa,uBAAuB;IAEhC,MAAM,CAAC,OAAO,EAAE,uBAAuB,CAErC;IAEF;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CAEnC;AAED,eAAO,MAAM,WAAW,eAAwB,CAAC;AACjD,MAAM,WAAW,WAAW;IACxB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACzB;AAED,8BACsB,+BAAgC,YAAW,uBAAuB,EAAE,UAAU;IASvC,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,uBAAuB;IAP5G,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4BAAmC;IAEzE,SAAS,CAAC,gBAAgB,EAAE,gBAAgB,CAA2B;IAGvE,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC;gBAEkD,OAAO,GAAE,uBAAyD;IAE9I,IAAI,cAAc,IAAI,KAAK,CAAC,gBAAgB,CAAC,CAE5C;IAED,IAAI,aAAa,IAAI,gBAAgB,CAEpC;IAED,OAAO,IAAI,IAAI;IAIf,SAAS,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAS9C,SAAS,CAAC,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI;CAI7D;AAED,qBACa,+BAAgC,SAAQ,+BAA+B;IAEhF,OAAO,CAAC,aAAa,CAAqB;IAEP,SAAS,CAAC,QAAQ,CAAC,oBAAoB,EAAE,yBAAyB,CAAC;IACjF,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"connection-status-service.d.ts","sourceRoot":"","sources":["../../src/browser/connection-status-service.ts"],"names":[],"mappings":"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"}
|