@theia/plugin-ext 1.40.1 → 1.41.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/lib/common/collections.d.ts +4 -0
- package/lib/common/collections.d.ts.map +1 -1
- package/lib/common/collections.js +17 -1
- package/lib/common/collections.js.map +1 -1
- package/lib/common/errors.d.ts +14 -0
- package/lib/common/errors.d.ts.map +1 -1
- package/lib/common/errors.js +17 -1
- package/lib/common/errors.js.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +286 -6
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +20 -1
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-protocol.d.ts +27 -5
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +5 -2
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +21 -12
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/plugin-reader.d.ts +1 -1
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-reader.js +1 -1
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +5 -5
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +6 -6
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +54 -41
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +1 -0
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +6 -4
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +18 -0
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +6 -3
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts +50 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js +189 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-main.d.ts +22 -0
- package/lib/main/browser/notebooks/notebook-documents-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-main.js +133 -0
- package/lib/main/browser/notebooks/notebook-documents-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-dto.d.ts +15 -0
- package/lib/main/browser/notebooks/notebook-dto.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-dto.js +138 -0
- package/lib/main/browser/notebooks/notebook-dto.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-editors-main.d.ts +20 -0
- package/lib/main/browser/notebooks/notebook-editors-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-editors-main.js +58 -0
- package/lib/main/browser/notebooks/notebook-editors-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts +42 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.js +230 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.d.ts +12 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.js +39 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebooks-main.d.ts +20 -0
- package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebooks-main.js +103 -0
- package/lib/main/browser/notebooks/notebooks-main.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts +35 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts.map +1 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js +204 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts +13 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +1 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js +375 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts +52 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts.map +1 -0
- package/{src/typings/index.d.ts → lib/main/browser/notebooks/renderers/webview-communication.js} +8 -11
- package/lib/main/browser/notebooks/renderers/webview-communication.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +3 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +31 -3
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +3 -2
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +6 -0
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +2 -1
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/tasks-main.js +2 -2
- package/lib/main/browser/tasks-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +2 -2
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +4 -4
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +3 -1
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +32 -1
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +2 -1
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +10 -0
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +1 -0
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +5 -0
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/node/errors.spec.d.ts +2 -0
- package/lib/main/node/errors.spec.d.ts.map +1 -0
- package/lib/main/node/errors.spec.js +36 -0
- package/lib/main/node/errors.spec.js.map +1 -0
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +5 -2
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +14 -8
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +2 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +13 -5
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +4 -9
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +8 -8
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +2 -2
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.js +9 -7
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.d.ts +2 -2
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +16 -24
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts +2 -2
- package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +14 -6
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +14 -6
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/temp-dir-util.d.ts +1 -0
- package/lib/main/node/temp-dir-util.d.ts.map +1 -1
- package/lib/main/node/temp-dir-util.js +12 -3
- package/lib/main/node/temp-dir-util.js.map +1 -1
- package/lib/plugin/editors-and-documents.d.ts +1 -1
- package/lib/plugin/editors-and-documents.d.ts.map +1 -1
- package/lib/plugin/editors-and-documents.js +1 -1
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/notebook/notebook-document.d.ts +62 -0
- package/lib/plugin/notebook/notebook-document.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-document.js +373 -0
- package/lib/plugin/notebook/notebook-document.js.map +1 -0
- package/lib/plugin/notebook/notebook-documents.d.ts +17 -0
- package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-documents.js +48 -0
- package/lib/plugin/notebook/notebook-documents.js.map +1 -0
- package/lib/plugin/notebook/notebook-editor.d.ts +21 -0
- package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-editor.js +99 -0
- package/lib/plugin/notebook/notebook-editor.js.map +1 -0
- package/lib/plugin/notebook/notebook-editors.d.ts +14 -0
- package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-editors.js +65 -0
- package/lib/plugin/notebook/notebook-editors.js.map +1 -0
- package/lib/plugin/notebook/notebook-kernels.d.ts +37 -0
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-kernels.js +516 -0
- package/lib/plugin/notebook/notebook-kernels.js.map +1 -0
- package/lib/plugin/notebook/notebook-renderers.d.ts +14 -0
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-renderers.js +63 -0
- package/lib/plugin/notebook/notebook-renderers.js.map +1 -0
- package/lib/plugin/notebook/notebooks.d.ts +57 -0
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -0
- package/lib/plugin/notebook/notebooks.js +295 -0
- package/lib/plugin/notebook/notebooks.js.map +1 -0
- package/lib/plugin/plugin-context.d.ts +2 -2
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +79 -59
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +2 -0
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-manager.js +9 -1
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +2 -2
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.js +7 -10
- package/lib/plugin/tasks/task-provider.js.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +3 -2
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.js +18 -13
- package/lib/plugin/tasks/tasks.js.map +1 -1
- package/lib/plugin/terminal-ext.d.ts +3 -0
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +11 -1
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +15 -5
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js +52 -3
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +60 -0
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +372 -13
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +68 -29
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +123 -44
- package/lib/plugin/types-impl.js.map +1 -1
- package/package.json +31 -29
- package/src/common/collections.ts +17 -0
- package/src/common/errors.ts +26 -0
- package/src/common/plugin-api-rpc.ts +340 -5
- package/src/common/plugin-protocol.ts +23 -5
- package/src/hosted/browser/hosted-plugin.ts +21 -14
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +1 -1
- package/src/hosted/node/plugin-reader.ts +1 -1
- package/src/hosted/node/scanners/grammars-reader.ts +6 -5
- package/src/hosted/node/scanners/scanner-theia.ts +55 -41
- package/src/main/browser/custom-editors/custom-editor-widget.ts +1 -1
- package/src/main/browser/custom-editors/custom-editors-main.ts +1 -1
- package/src/main/browser/editors-and-documents-main.ts +1 -0
- package/src/main/browser/languages-main.ts +7 -4
- package/src/main/browser/main-context.ts +19 -0
- package/src/main/browser/menus/menus-contribution-handler.ts +7 -4
- package/src/main/browser/notebooks/notebook-documents-and-editors-main.ts +238 -0
- package/src/main/browser/notebooks/notebook-documents-main.ts +166 -0
- package/src/main/browser/notebooks/notebook-dto.ts +141 -0
- package/src/main/browser/notebooks/notebook-editors-main.ts +70 -0
- package/src/main/browser/notebooks/notebook-kernels-main.ts +291 -0
- package/src/main/browser/notebooks/notebook-renderers-main.ts +47 -0
- package/src/main/browser/notebooks/notebooks-main.ts +124 -0
- package/src/main/browser/notebooks/renderers/cell-output-webview.tsx +198 -0
- package/src/main/browser/notebooks/renderers/output-webview-internal.ts +476 -0
- package/src/main/browser/notebooks/renderers/webview-communication.ts +79 -0
- package/src/main/browser/plugin-contribution-handler.ts +36 -3
- package/src/main/browser/plugin-ext-frontend-module.ts +7 -3
- package/src/main/browser/plugin-icon-theme-service.ts +6 -0
- package/src/main/browser/plugin-shared-style.ts +2 -1
- package/src/main/browser/tasks-main.ts +4 -4
- package/src/main/browser/terminal-main.ts +5 -5
- package/src/main/browser/view/tree-view-widget.tsx +36 -2
- package/src/main/browser/view/tree-views-main.ts +8 -0
- package/src/main/browser/webview/webview.ts +6 -0
- package/src/main/node/errors.spec.ts +37 -0
- package/src/main/node/handlers/plugin-theia-directory-handler.ts +18 -8
- package/src/main/node/handlers/plugin-theia-file-handler.ts +18 -6
- package/src/main/node/paths/plugin-paths-service.ts +5 -10
- package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +8 -8
- package/src/main/node/plugin-deployer-entry-impl.ts +9 -7
- package/src/main/node/plugin-deployer-impl.ts +20 -28
- package/src/main/node/plugin-deployer-proxy-entry-impl.ts +2 -2
- package/src/main/node/plugin-github-resolver.ts +15 -8
- package/src/main/node/plugin-http-resolver.ts +15 -8
- package/src/main/node/temp-dir-util.ts +11 -2
- package/src/plugin/editors-and-documents.ts +1 -1
- package/src/plugin/notebook/notebook-document.ts +438 -0
- package/src/plugin/notebook/notebook-documents.ts +58 -0
- package/src/plugin/notebook/notebook-editor.ts +116 -0
- package/src/plugin/notebook/notebook-editors.ts +71 -0
- package/src/plugin/notebook/notebook-kernels.ts +616 -0
- package/src/plugin/notebook/notebook-renderers.ts +72 -0
- package/src/plugin/notebook/notebooks.ts +385 -0
- package/src/plugin/plugin-context.ts +77 -70
- package/src/plugin/plugin-manager.ts +9 -1
- package/src/plugin/tasks/task-provider.ts +9 -12
- package/src/plugin/tasks/tasks.ts +18 -13
- package/src/plugin/terminal-ext.ts +13 -1
- package/src/plugin/tree/tree-views.ts +57 -7
- package/src/plugin/type-converters.ts +370 -12
- package/src/plugin/types-impl.ts +162 -58
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -24
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +0 -1
- package/lib/main/browser/custom-editors/undo-redo-service.js +0 -111
- package/lib/main/browser/custom-editors/undo-redo-service.js.map +0 -1
- package/src/main/browser/custom-editors/undo-redo-service.ts +0 -120
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2023 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
|
+
/*---------------------------------------------------------------------------------------------
|
|
18
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
19
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
20
|
+
*--------------------------------------------------------------------------------------------*/
|
|
21
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
22
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
24
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
25
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
26
|
+
};
|
|
27
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
28
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
29
|
+
};
|
|
30
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31
|
+
exports.CellOutputWebviewImpl = exports.createCellOutputWebviewContainer = void 0;
|
|
32
|
+
const React = require("@theia/core/shared/react");
|
|
33
|
+
const inversify_1 = require("@theia/core/shared/inversify");
|
|
34
|
+
const browser_1 = require("@theia/notebook/lib/browser");
|
|
35
|
+
const uuid_1 = require("uuid");
|
|
36
|
+
const notebook_cell_model_1 = require("@theia/notebook/lib/browser/view-model/notebook-cell-model");
|
|
37
|
+
const webview_1 = require("../../webview/webview");
|
|
38
|
+
const browser_2 = require("@theia/core/lib/browser");
|
|
39
|
+
const output_webview_internal_1 = require("./output-webview-internal");
|
|
40
|
+
const browser_3 = require("@theia/workspace/lib/browser");
|
|
41
|
+
const common_1 = require("@theia/notebook/lib/common");
|
|
42
|
+
const core_1 = require("@theia/core");
|
|
43
|
+
const CellModel = Symbol('CellModel');
|
|
44
|
+
function createCellOutputWebviewContainer(ctx, cell) {
|
|
45
|
+
const child = ctx.createChild();
|
|
46
|
+
child.bind(CellModel).toConstantValue(cell);
|
|
47
|
+
child.bind(CellOutputWebviewImpl).toSelf().inSingletonScope();
|
|
48
|
+
return child;
|
|
49
|
+
}
|
|
50
|
+
exports.createCellOutputWebviewContainer = createCellOutputWebviewContainer;
|
|
51
|
+
let CellOutputWebviewImpl = class CellOutputWebviewImpl {
|
|
52
|
+
constructor() {
|
|
53
|
+
this.id = (0, uuid_1.v4)();
|
|
54
|
+
this.elementRef = React.createRef();
|
|
55
|
+
this.outputPresentationListeners = new core_1.DisposableCollection();
|
|
56
|
+
}
|
|
57
|
+
async init() {
|
|
58
|
+
this.cell.onDidChangeOutputs(outputChange => this.updateOutput(outputChange));
|
|
59
|
+
this.webviewWidget = await this.widgetManager.getOrCreateWidget(webview_1.WebviewWidget.FACTORY_ID, { id: this.id });
|
|
60
|
+
this.webviewWidget.setContentOptions({ allowScripts: true });
|
|
61
|
+
this.webviewWidget.setHTML(await this.createWebviewContent());
|
|
62
|
+
this.webviewWidget.onMessage((message) => {
|
|
63
|
+
this.handleWebviewMessage(message);
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
render() {
|
|
67
|
+
return React.createElement("div", { className: 'theia-notebook-cell-output-webview', ref: this.elementRef });
|
|
68
|
+
}
|
|
69
|
+
attachWebview() {
|
|
70
|
+
if (this.elementRef.current) {
|
|
71
|
+
this.webviewWidget.processMessage(new browser_2.Message('before-attach'));
|
|
72
|
+
this.elementRef.current.appendChild(this.webviewWidget.node);
|
|
73
|
+
this.webviewWidget.processMessage(new browser_2.Message('after-attach'));
|
|
74
|
+
this.webviewWidget.setIframeHeight(0);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
isAttached() {
|
|
78
|
+
var _a, _b;
|
|
79
|
+
return (_b = (_a = this.elementRef.current) === null || _a === void 0 ? void 0 : _a.contains(this.webviewWidget.node)) !== null && _b !== void 0 ? _b : false;
|
|
80
|
+
}
|
|
81
|
+
updateOutput(update) {
|
|
82
|
+
if (this.cell.outputs.length > 0) {
|
|
83
|
+
if (this.webviewWidget.isHidden) {
|
|
84
|
+
this.webviewWidget.show();
|
|
85
|
+
}
|
|
86
|
+
this.outputPresentationListeners.dispose();
|
|
87
|
+
this.outputPresentationListeners = new core_1.DisposableCollection();
|
|
88
|
+
for (const output of this.cell.outputs) {
|
|
89
|
+
this.outputPresentationListeners.push(output.onRequestOutputPresentationChange(() => this.requestOutputPresentationUpdate(output)));
|
|
90
|
+
}
|
|
91
|
+
const updateOutputMessage = {
|
|
92
|
+
type: 'outputChanged',
|
|
93
|
+
newOutputs: update.newOutputs.map(output => ({
|
|
94
|
+
id: output.outputId,
|
|
95
|
+
items: output.outputs.map(item => ({ mime: item.mime, data: item.data.buffer })),
|
|
96
|
+
metadata: output.metadata
|
|
97
|
+
})),
|
|
98
|
+
deletedOutputIds: this.cell.outputs.slice(update.start, update.start + update.deleteCount).map(output => output.outputId)
|
|
99
|
+
};
|
|
100
|
+
this.webviewWidget.sendMessage(updateOutputMessage);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
async requestOutputPresentationUpdate(output) {
|
|
104
|
+
const selectedMime = await this.quickPickService.show(output.outputs.map(item => ({ label: item.mime })), { description: core_1.nls.localizeByDefault('Select mimetype to render for current output') });
|
|
105
|
+
if (selectedMime) {
|
|
106
|
+
this.webviewWidget.sendMessage({
|
|
107
|
+
type: 'changePreferredMimetype',
|
|
108
|
+
outputId: output.outputId,
|
|
109
|
+
mimeType: selectedMime.label
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
handleWebviewMessage(message) {
|
|
114
|
+
var _a, _b;
|
|
115
|
+
switch (message.type) {
|
|
116
|
+
case 'initialized':
|
|
117
|
+
this.updateOutput({ newOutputs: this.cell.outputs, start: 0, deleteCount: 0 });
|
|
118
|
+
break;
|
|
119
|
+
case 'customRendererMessage':
|
|
120
|
+
this.messagingService.getScoped('').postMessage(message.rendererId, message.message);
|
|
121
|
+
break;
|
|
122
|
+
case 'didRenderOutput':
|
|
123
|
+
this.webviewWidget.setIframeHeight(message.contentHeight + 5);
|
|
124
|
+
break;
|
|
125
|
+
case 'did-scroll-wheel':
|
|
126
|
+
(_b = this.notebookEditorWidgetService.getNotebookEditor(`notebook:${(_a = common_1.CellUri.parse(this.cell.uri)) === null || _a === void 0 ? void 0 : _a.notebook}`)) === null || _b === void 0 ? void 0 : _b.node.scrollBy(message.deltaX, message.deltaY);
|
|
127
|
+
break;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
async createWebviewContent() {
|
|
131
|
+
const isWorkspaceTrusted = await this.workspaceTrustService.getWorkspaceTrust();
|
|
132
|
+
const preloads = this.preloadsScriptString(isWorkspaceTrusted);
|
|
133
|
+
const content = `
|
|
134
|
+
<html>
|
|
135
|
+
<head>
|
|
136
|
+
<meta charset="UTF-8">
|
|
137
|
+
</head>
|
|
138
|
+
<body>
|
|
139
|
+
<script type="module">${preloads}</script>
|
|
140
|
+
</body>
|
|
141
|
+
</html>
|
|
142
|
+
`;
|
|
143
|
+
return content;
|
|
144
|
+
}
|
|
145
|
+
preloadsScriptString(isWorkspaceTrusted) {
|
|
146
|
+
const ctx = {
|
|
147
|
+
isWorkspaceTrusted,
|
|
148
|
+
rendererData: this.notebookRendererRegistry.notebookRenderers,
|
|
149
|
+
renderOptions: {
|
|
150
|
+
lineLimit: 30,
|
|
151
|
+
outputScrolling: false,
|
|
152
|
+
outputWordWrap: false,
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
// TS will try compiling `import()` in webviewPreloads, so use a helper function instead
|
|
156
|
+
// of using `import(...)` directly
|
|
157
|
+
return `
|
|
158
|
+
const __import = (x) => import(x);
|
|
159
|
+
(${output_webview_internal_1.outputWebviewPreload})(JSON.parse(decodeURIComponent("${encodeURIComponent(JSON.stringify(ctx))}")))`;
|
|
160
|
+
}
|
|
161
|
+
dispose() {
|
|
162
|
+
this.outputPresentationListeners.dispose();
|
|
163
|
+
this.webviewWidget.dispose();
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
__decorate([
|
|
167
|
+
(0, inversify_1.inject)(browser_1.NotebookRendererMessagingService),
|
|
168
|
+
__metadata("design:type", browser_1.NotebookRendererMessagingService)
|
|
169
|
+
], CellOutputWebviewImpl.prototype, "messagingService", void 0);
|
|
170
|
+
__decorate([
|
|
171
|
+
(0, inversify_1.inject)(CellModel),
|
|
172
|
+
__metadata("design:type", notebook_cell_model_1.NotebookCellModel)
|
|
173
|
+
], CellOutputWebviewImpl.prototype, "cell", void 0);
|
|
174
|
+
__decorate([
|
|
175
|
+
(0, inversify_1.inject)(browser_2.WidgetManager),
|
|
176
|
+
__metadata("design:type", browser_2.WidgetManager)
|
|
177
|
+
], CellOutputWebviewImpl.prototype, "widgetManager", void 0);
|
|
178
|
+
__decorate([
|
|
179
|
+
(0, inversify_1.inject)(browser_3.WorkspaceTrustService),
|
|
180
|
+
__metadata("design:type", browser_3.WorkspaceTrustService)
|
|
181
|
+
], CellOutputWebviewImpl.prototype, "workspaceTrustService", void 0);
|
|
182
|
+
__decorate([
|
|
183
|
+
(0, inversify_1.inject)(browser_1.NotebookRendererRegistry),
|
|
184
|
+
__metadata("design:type", browser_1.NotebookRendererRegistry)
|
|
185
|
+
], CellOutputWebviewImpl.prototype, "notebookRendererRegistry", void 0);
|
|
186
|
+
__decorate([
|
|
187
|
+
(0, inversify_1.inject)(browser_1.NotebookEditorWidgetService),
|
|
188
|
+
__metadata("design:type", browser_1.NotebookEditorWidgetService)
|
|
189
|
+
], CellOutputWebviewImpl.prototype, "notebookEditorWidgetService", void 0);
|
|
190
|
+
__decorate([
|
|
191
|
+
(0, inversify_1.inject)(core_1.QuickPickService),
|
|
192
|
+
__metadata("design:type", Object)
|
|
193
|
+
], CellOutputWebviewImpl.prototype, "quickPickService", void 0);
|
|
194
|
+
__decorate([
|
|
195
|
+
(0, inversify_1.postConstruct)(),
|
|
196
|
+
__metadata("design:type", Function),
|
|
197
|
+
__metadata("design:paramtypes", []),
|
|
198
|
+
__metadata("design:returntype", Promise)
|
|
199
|
+
], CellOutputWebviewImpl.prototype, "init", null);
|
|
200
|
+
CellOutputWebviewImpl = __decorate([
|
|
201
|
+
(0, inversify_1.injectable)()
|
|
202
|
+
], CellOutputWebviewImpl);
|
|
203
|
+
exports.CellOutputWebviewImpl = CellOutputWebviewImpl;
|
|
204
|
+
//# sourceMappingURL=cell-output-webview.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cell-output-webview.js","sourceRoot":"","sources":["../../../../../src/main/browser/notebooks/renderers/cell-output-webview.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as webviewCommunication from './webview-communication';
|
|
2
|
+
export interface RenderOptions {
|
|
3
|
+
readonly lineLimit: number;
|
|
4
|
+
readonly outputScrolling: boolean;
|
|
5
|
+
readonly outputWordWrap: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface PreloadContext {
|
|
8
|
+
readonly isWorkspaceTrusted: boolean;
|
|
9
|
+
readonly rendererData: readonly webviewCommunication.RendererMetadata[];
|
|
10
|
+
readonly renderOptions: RenderOptions;
|
|
11
|
+
}
|
|
12
|
+
export declare function outputWebviewPreload(ctx: PreloadContext): Promise<void>;
|
|
13
|
+
//# sourceMappingURL=output-webview-internal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-webview-internal.d.ts","sourceRoot":"","sources":["../../../../../src/main/browser/notebooks/renderers/output-webview-internal.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AA6BrE,MAAM,WAAW,aAAa;IAC1B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;CACpC;AAED,MAAM,WAAW,cAAc;IAC3B,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACrC,QAAQ,CAAC,YAAY,EAAE,SAAS,oBAAoB,CAAC,gBAAgB,EAAE,CAAC;IACxE,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAC;CACzC;AAED,wBAAsB,oBAAoB,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CA6Z7E"}
|
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2023 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
|
+
/*---------------------------------------------------------------------------------------------
|
|
18
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
19
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
20
|
+
*--------------------------------------------------------------------------------------------*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.outputWebviewPreload = void 0;
|
|
23
|
+
;
|
|
24
|
+
;
|
|
25
|
+
async function outputWebviewPreload(ctx) {
|
|
26
|
+
const theia = acquireVsCodeApi();
|
|
27
|
+
const renderFallbackErrorName = 'vscode.fallbackToNextRenderer';
|
|
28
|
+
function createEmitter(listenerChange = () => undefined) {
|
|
29
|
+
const listeners = new Set();
|
|
30
|
+
return {
|
|
31
|
+
fire(data) {
|
|
32
|
+
for (const listener of [...listeners]) {
|
|
33
|
+
listener.fn.call(listener.thisArg, data);
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
event(fn, thisArg, disposables) {
|
|
37
|
+
const listenerObj = { fn, thisArg };
|
|
38
|
+
const disposable = {
|
|
39
|
+
dispose: () => {
|
|
40
|
+
listeners.delete(listenerObj);
|
|
41
|
+
listenerChange(listeners);
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
listeners.add(listenerObj);
|
|
45
|
+
listenerChange(listeners);
|
|
46
|
+
if (disposables) {
|
|
47
|
+
if ('push' in disposables) {
|
|
48
|
+
disposables.push(disposable);
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
disposables.add(disposable);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return disposable;
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
;
|
|
59
|
+
const settingChange = createEmitter();
|
|
60
|
+
class Output {
|
|
61
|
+
constructor(output, items) {
|
|
62
|
+
this.element = document.createElement('div');
|
|
63
|
+
// padding for scrollbars
|
|
64
|
+
this.element.style.paddingBottom = '10px';
|
|
65
|
+
this.element.style.paddingRight = '10px';
|
|
66
|
+
this.element.id = output.id;
|
|
67
|
+
document.body.appendChild(this.element);
|
|
68
|
+
this.allItems = items;
|
|
69
|
+
}
|
|
70
|
+
findItemToRender(preferredMimetype) {
|
|
71
|
+
var _a;
|
|
72
|
+
if (preferredMimetype) {
|
|
73
|
+
const itemToRender = this.allItems.find(item => item.mime === preferredMimetype);
|
|
74
|
+
if (itemToRender) {
|
|
75
|
+
return itemToRender;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return (_a = this.renderedItem) !== null && _a !== void 0 ? _a : this.allItems[0];
|
|
79
|
+
}
|
|
80
|
+
clear() {
|
|
81
|
+
var _a, _b, _c;
|
|
82
|
+
(_b = (_a = this.renderer) === null || _a === void 0 ? void 0 : _a.disposeOutputItem) === null || _b === void 0 ? void 0 : _b.call(_a, (_c = this.renderedItem) === null || _c === void 0 ? void 0 : _c.id);
|
|
83
|
+
this.element.innerHTML = '';
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
const outputs = new Map();
|
|
87
|
+
class Renderer {
|
|
88
|
+
constructor(data) {
|
|
89
|
+
this.data = data;
|
|
90
|
+
this.onMessageEvent = createEmitter();
|
|
91
|
+
}
|
|
92
|
+
receiveMessage(message) {
|
|
93
|
+
this.onMessageEvent.fire(message);
|
|
94
|
+
}
|
|
95
|
+
disposeOutputItem(id) {
|
|
96
|
+
var _a, _b;
|
|
97
|
+
(_b = (_a = this.rendererApi) === null || _a === void 0 ? void 0 : _a.disposeOutputItem) === null || _b === void 0 ? void 0 : _b.call(_a, id);
|
|
98
|
+
}
|
|
99
|
+
async getOrLoad() {
|
|
100
|
+
if (this.rendererApi) {
|
|
101
|
+
return this.rendererApi;
|
|
102
|
+
}
|
|
103
|
+
const rendererModule = await __import(this.data.entrypoint.uri);
|
|
104
|
+
this.rendererApi = await rendererModule.activate(this.createRendererContext());
|
|
105
|
+
return this.rendererApi;
|
|
106
|
+
}
|
|
107
|
+
createRendererContext() {
|
|
108
|
+
const context = {
|
|
109
|
+
setState: newState => theia.setState({ ...theia.getState(), [this.data.id]: newState }),
|
|
110
|
+
getState: () => {
|
|
111
|
+
const state = theia.getState();
|
|
112
|
+
return typeof state === 'object' && state ? state[this.data.id] : undefined;
|
|
113
|
+
},
|
|
114
|
+
getRenderer: async (id) => {
|
|
115
|
+
const renderer = renderers.getRenderer(id);
|
|
116
|
+
if (!renderer) {
|
|
117
|
+
return undefined;
|
|
118
|
+
}
|
|
119
|
+
if (renderer.rendererApi) {
|
|
120
|
+
return renderer.rendererApi;
|
|
121
|
+
}
|
|
122
|
+
return renderer.getOrLoad();
|
|
123
|
+
},
|
|
124
|
+
workspace: {
|
|
125
|
+
get isTrusted() { return true; } // TODO use Workspace trust service
|
|
126
|
+
},
|
|
127
|
+
settings: {
|
|
128
|
+
get lineLimit() { return ctx.renderOptions.lineLimit; },
|
|
129
|
+
get outputScrolling() { return ctx.renderOptions.outputScrolling; },
|
|
130
|
+
get outputWordWrap() { return ctx.renderOptions.outputWordWrap; },
|
|
131
|
+
},
|
|
132
|
+
get onDidChangeSettings() { return settingChange.event; },
|
|
133
|
+
};
|
|
134
|
+
if (this.data.requiresMessaging) {
|
|
135
|
+
context.onDidReceiveMessage = this.onMessageEvent.event;
|
|
136
|
+
context.postMessage = message => theia.postMessage({ type: 'customRendererMessage', rendererId: this.data.id, message });
|
|
137
|
+
}
|
|
138
|
+
return Object.freeze(context);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
const renderers = new class {
|
|
142
|
+
constructor() {
|
|
143
|
+
this.renderers = new Map();
|
|
144
|
+
for (const renderer of ctx.rendererData) {
|
|
145
|
+
this.addRenderer(renderer);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
getRenderer(id) {
|
|
149
|
+
return this.renderers.get(id);
|
|
150
|
+
}
|
|
151
|
+
rendererEqual(a, b) {
|
|
152
|
+
if (a.id !== b.id || a.entrypoint.uri !== b.entrypoint.uri || a.entrypoint.extends !== b.entrypoint.extends || a.requiresMessaging !== b.requiresMessaging) {
|
|
153
|
+
return false;
|
|
154
|
+
}
|
|
155
|
+
if (a.mimeTypes.length !== b.mimeTypes.length) {
|
|
156
|
+
return false;
|
|
157
|
+
}
|
|
158
|
+
for (let i = 0; i < a.mimeTypes.length; i++) {
|
|
159
|
+
if (a.mimeTypes[i] !== b.mimeTypes[i]) {
|
|
160
|
+
return false;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
return true;
|
|
164
|
+
}
|
|
165
|
+
updateRendererData(rendererData) {
|
|
166
|
+
const oldKeys = new Set(this.renderers.keys());
|
|
167
|
+
const newKeys = new Set(rendererData.map(d => d.id));
|
|
168
|
+
for (const renderer of rendererData) {
|
|
169
|
+
const existing = this.renderers.get(renderer.id);
|
|
170
|
+
if (existing && this.rendererEqual(existing.data, renderer)) {
|
|
171
|
+
continue;
|
|
172
|
+
}
|
|
173
|
+
this.addRenderer(renderer);
|
|
174
|
+
}
|
|
175
|
+
for (const key of oldKeys) {
|
|
176
|
+
if (!newKeys.has(key)) {
|
|
177
|
+
this.renderers.delete(key);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
addRenderer(renderer) {
|
|
182
|
+
this.renderers.set(renderer.id, new Renderer(renderer));
|
|
183
|
+
}
|
|
184
|
+
clearAll() {
|
|
185
|
+
for (const renderer of this.renderers.values()) {
|
|
186
|
+
renderer.disposeOutputItem();
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
clearOutput(rendererId, outputId) {
|
|
190
|
+
var _a;
|
|
191
|
+
// outputRunner.cancelOutput(outputId);
|
|
192
|
+
(_a = this.renderers.get(rendererId)) === null || _a === void 0 ? void 0 : _a.disposeOutputItem(outputId);
|
|
193
|
+
}
|
|
194
|
+
async render(output, preferredMimeType, preferredRendererId, signal) {
|
|
195
|
+
const item = output.findItemToRender(preferredMimeType);
|
|
196
|
+
const primaryRenderer = this.findRenderer(preferredRendererId, item);
|
|
197
|
+
if (!primaryRenderer) {
|
|
198
|
+
this.showRenderError(item, output.element, 'No renderer found for output type.');
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
// Try primary renderer first
|
|
202
|
+
if (!(await this.doRender(item, output.element, primaryRenderer, signal)).continue) {
|
|
203
|
+
output.renderer = primaryRenderer;
|
|
204
|
+
this.onRenderCompleted();
|
|
205
|
+
return;
|
|
206
|
+
}
|
|
207
|
+
// Primary renderer failed in an expected way. Fallback to render the next mime types
|
|
208
|
+
for (const additionalItem of output.allItems) {
|
|
209
|
+
if (additionalItem.mime === item.mime) {
|
|
210
|
+
continue;
|
|
211
|
+
}
|
|
212
|
+
if (signal.aborted) {
|
|
213
|
+
return;
|
|
214
|
+
}
|
|
215
|
+
if (additionalItem) {
|
|
216
|
+
const renderer = this.findRenderer(undefined, additionalItem);
|
|
217
|
+
if (renderer) {
|
|
218
|
+
if (!(await this.doRender(additionalItem, output.element, renderer, signal)).continue) {
|
|
219
|
+
output.renderer = renderer;
|
|
220
|
+
this.onRenderCompleted();
|
|
221
|
+
return; // We rendered successfully
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
// All renderers have failed and there is nothing left to fallback to
|
|
227
|
+
this.showRenderError(item, output.element, 'No fallback renderers found or all fallback renderers failed.');
|
|
228
|
+
}
|
|
229
|
+
onRenderCompleted() {
|
|
230
|
+
// we need to check for all images are loaded. Otherwise we can't determine the correct height of the output
|
|
231
|
+
const images = Array.from(document.images);
|
|
232
|
+
if (images.length > 0) {
|
|
233
|
+
Promise.all(images.filter(img => !img.complete).map(img => new Promise(resolve => { img.onload = img.onerror = resolve; }))).then(() => theia.postMessage({ type: 'didRenderOutput', contentHeight: document.body.clientHeight }));
|
|
234
|
+
}
|
|
235
|
+
else {
|
|
236
|
+
theia.postMessage({ type: 'didRenderOutput', contentHeight: document.body.clientHeight });
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
async doRender(item, element, renderer, signal) {
|
|
240
|
+
var _a;
|
|
241
|
+
try {
|
|
242
|
+
(_a = (await renderer.getOrLoad())) === null || _a === void 0 ? void 0 : _a.renderOutputItem(item, element, signal);
|
|
243
|
+
return { continue: false }; // We rendered successfully
|
|
244
|
+
}
|
|
245
|
+
catch (e) {
|
|
246
|
+
if (signal.aborted) {
|
|
247
|
+
return { continue: false };
|
|
248
|
+
}
|
|
249
|
+
if (e instanceof Error && e.name === renderFallbackErrorName) {
|
|
250
|
+
return { continue: true };
|
|
251
|
+
}
|
|
252
|
+
else {
|
|
253
|
+
throw e; // Bail and let callers handle unknown errors
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
findRenderer(preferredRendererId, info) {
|
|
258
|
+
let foundRenderer;
|
|
259
|
+
if (typeof preferredRendererId === 'string') {
|
|
260
|
+
foundRenderer = Array.from(this.renderers.values())
|
|
261
|
+
.find(renderer => renderer.data.id === preferredRendererId);
|
|
262
|
+
}
|
|
263
|
+
else {
|
|
264
|
+
const rendererList = Array.from(this.renderers.values())
|
|
265
|
+
.filter(renderer => renderer.data.mimeTypes.includes(info.mime) && !renderer.data.entrypoint.extends);
|
|
266
|
+
if (rendererList.length) {
|
|
267
|
+
// De-prioritize built-in renderers
|
|
268
|
+
// rendererList.sort((a, b) => +a.data.isBuiltin - +b.data.isBuiltin);
|
|
269
|
+
// Use first renderer we find in sorted list
|
|
270
|
+
foundRenderer = rendererList[0];
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
return foundRenderer;
|
|
274
|
+
}
|
|
275
|
+
showRenderError(info, element, errorMessage) {
|
|
276
|
+
const errorContainer = document.createElement('div');
|
|
277
|
+
const error = document.createElement('div');
|
|
278
|
+
error.className = 'no-renderer-error';
|
|
279
|
+
error.innerText = errorMessage;
|
|
280
|
+
const cellText = document.createElement('div');
|
|
281
|
+
cellText.innerText = info.text();
|
|
282
|
+
errorContainer.appendChild(error);
|
|
283
|
+
errorContainer.appendChild(cellText);
|
|
284
|
+
element.innerText = '';
|
|
285
|
+
element.appendChild(errorContainer);
|
|
286
|
+
}
|
|
287
|
+
}();
|
|
288
|
+
function clearOutput(outputId) {
|
|
289
|
+
var _a;
|
|
290
|
+
(_a = outputs.get(outputId)) === null || _a === void 0 ? void 0 : _a.clear();
|
|
291
|
+
outputs.delete(outputId);
|
|
292
|
+
}
|
|
293
|
+
function outputsChanged(changedEvent) {
|
|
294
|
+
var _a, _b;
|
|
295
|
+
for (const outputId of (_a = changedEvent.deletedOutputIds) !== null && _a !== void 0 ? _a : []) {
|
|
296
|
+
clearOutput(outputId);
|
|
297
|
+
}
|
|
298
|
+
for (const outputData of (_b = changedEvent.newOutputs) !== null && _b !== void 0 ? _b : []) {
|
|
299
|
+
const apiItems = outputData.items.map((item, index) => ({
|
|
300
|
+
id: `${outputData.id}-${index}`,
|
|
301
|
+
mime: item.mime,
|
|
302
|
+
metadata: outputData.metadata,
|
|
303
|
+
data() {
|
|
304
|
+
return item.data;
|
|
305
|
+
},
|
|
306
|
+
text() {
|
|
307
|
+
return new TextDecoder().decode(this.data());
|
|
308
|
+
},
|
|
309
|
+
json() {
|
|
310
|
+
return JSON.parse(this.text());
|
|
311
|
+
},
|
|
312
|
+
blob() {
|
|
313
|
+
return new Blob([this.data()], { type: this.mime });
|
|
314
|
+
},
|
|
315
|
+
}));
|
|
316
|
+
const output = new Output(outputData, apiItems);
|
|
317
|
+
outputs.set(outputData.id, output);
|
|
318
|
+
renderers.render(output, undefined, undefined, new AbortController().signal);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
function scrollParent(event) {
|
|
322
|
+
for (let node = event.target; node; node = node.parentNode) {
|
|
323
|
+
if (!(node instanceof Element)) {
|
|
324
|
+
continue;
|
|
325
|
+
}
|
|
326
|
+
// scroll up
|
|
327
|
+
if (event.deltaY < 0 && node.scrollTop > 0) {
|
|
328
|
+
// there is still some content to scroll
|
|
329
|
+
return false;
|
|
330
|
+
}
|
|
331
|
+
// scroll down
|
|
332
|
+
if (event.deltaY > 0 && node.scrollTop + node.clientHeight < node.scrollHeight) {
|
|
333
|
+
// per https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollHeight
|
|
334
|
+
// scrollTop is not rounded but scrollHeight and clientHeight are
|
|
335
|
+
// so we need to check if the difference is less than some threshold
|
|
336
|
+
if (node.scrollHeight - node.scrollTop - node.clientHeight > 2) {
|
|
337
|
+
return false;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
return true;
|
|
342
|
+
}
|
|
343
|
+
const handleWheel = (event) => {
|
|
344
|
+
if (scrollParent(event)) {
|
|
345
|
+
theia.postMessage({
|
|
346
|
+
type: 'did-scroll-wheel',
|
|
347
|
+
deltaY: event.deltaY,
|
|
348
|
+
deltaX: event.deltaX,
|
|
349
|
+
});
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
window.addEventListener('message', async (rawEvent) => {
|
|
353
|
+
var _a;
|
|
354
|
+
const event = rawEvent;
|
|
355
|
+
switch (event.data.type) {
|
|
356
|
+
case 'updateRenderers':
|
|
357
|
+
renderers.updateRendererData(event.data.rendererData);
|
|
358
|
+
break;
|
|
359
|
+
case 'outputChanged':
|
|
360
|
+
outputsChanged(event.data);
|
|
361
|
+
break;
|
|
362
|
+
case 'customRendererMessage':
|
|
363
|
+
(_a = renderers.getRenderer(event.data.rendererId)) === null || _a === void 0 ? void 0 : _a.receiveMessage(event.data.message);
|
|
364
|
+
break;
|
|
365
|
+
case 'changePreferredMimetype':
|
|
366
|
+
clearOutput(event.data.outputId);
|
|
367
|
+
renderers.render(outputs.get(event.data.outputId), event.data.mimeType, undefined, new AbortController().signal);
|
|
368
|
+
break;
|
|
369
|
+
}
|
|
370
|
+
});
|
|
371
|
+
window.addEventListener('wheel', handleWheel);
|
|
372
|
+
theia.postMessage({ type: 'initialized' });
|
|
373
|
+
}
|
|
374
|
+
exports.outputWebviewPreload = outputWebviewPreload;
|
|
375
|
+
//# sourceMappingURL=output-webview-internal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output-webview-internal.js","sourceRoot":"","sources":["../../../../../src/main/browser/notebooks/renderers/output-webview-internal.ts"],"names":[],"mappings":"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"}
|