@knime/scripting-editor 0.0.17 → 0.0.18
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.
|
@@ -18556,7 +18556,7 @@ var aw = sf.exports, af = { exports: {} };
|
|
|
18556
18556
|
});
|
|
18557
18557
|
})(af);
|
|
18558
18558
|
var cw = af.exports;
|
|
18559
|
-
const lw = "
|
|
18559
|
+
const lw = "hsl(12, 4.2%, 23.3%)", uw = "hsl(200, 10.33%, 94.3%)", hw = "hsl(0, 0%, 100%)", dw = "hsl(329, 71.4%, 52%)", fw = "hsl(0, 3%, 12%)", _w = "hsl(0, 0%, 53.3%)", gw = 300, pw = /* @__PURE__ */ Wt({
|
|
18560
18560
|
__name: "OutputConsole",
|
|
18561
18561
|
emits: ["console-created"],
|
|
18562
18562
|
setup(e, { emit: r }) {
|
|
@@ -18570,12 +18570,12 @@ const lw = "#3E3A39", uw = "#888888", hw = "#EFF1F2", dw = "#FFFFFF", fw = "#201
|
|
|
18570
18570
|
disableStdin: !0,
|
|
18571
18571
|
cursorBlink: !1,
|
|
18572
18572
|
theme: {
|
|
18573
|
-
background:
|
|
18573
|
+
background: hw,
|
|
18574
18574
|
foreground: lw,
|
|
18575
|
-
selectionBackground:
|
|
18576
|
-
cursor:
|
|
18575
|
+
selectionBackground: uw,
|
|
18576
|
+
cursor: _w,
|
|
18577
18577
|
black: fw,
|
|
18578
|
-
red:
|
|
18578
|
+
red: dw
|
|
18579
18579
|
}
|
|
18580
18580
|
}, o = new aw.Terminal(s), v = ht(null), g = new cw.FitAddon();
|
|
18581
18581
|
o.loadAddon(g);
|
|
@@ -18597,7 +18597,7 @@ const lw = "#3E3A39", uw = "#888888", hw = "#EFF1F2", dw = "#FFFFFF", fw = "#201
|
|
|
18597
18597
|
Ie(mr, {
|
|
18598
18598
|
class: "clear-button",
|
|
18599
18599
|
compact: "",
|
|
18600
|
-
onClick: h[0] || (h[0] = (m) => At(o).
|
|
18600
|
+
onClick: h[0] || (h[0] = (m) => At(o).reset())
|
|
18601
18601
|
}, {
|
|
18602
18602
|
default: $e(() => [
|
|
18603
18603
|
Pn("clear ")
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/scripting-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.18",
|
|
5
5
|
"description": "Shared Scripting Editor components for KNIME",
|
|
6
6
|
"author": "KNIME AG, Zurich, Switzerland",
|
|
7
7
|
"license": "See the file license.txt",
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@knime/ui-extension-service": "0.16.0",
|
|
28
28
|
"@vueuse/core": "10.4.1",
|
|
29
|
-
"
|
|
30
|
-
"monaco-editor": "0.41.0",
|
|
29
|
+
"monaco-editor": "0.42.0-dev-20230906",
|
|
31
30
|
"splitpanes": "3.1.5",
|
|
32
31
|
"vscode-languageserver-protocol": "3.17.3",
|
|
33
32
|
"vue": "3.x",
|
|
@@ -50,6 +49,7 @@
|
|
|
50
49
|
"@vue/test-utils": "2.4.1",
|
|
51
50
|
"@vue/tsconfig": "0.4.0",
|
|
52
51
|
"eslint": "8.45.0",
|
|
52
|
+
"eslint-import-resolver-typescript": "3.5.5",
|
|
53
53
|
"eslint-plugin-vue": "9.15.1",
|
|
54
54
|
"husky": "8.0.3",
|
|
55
55
|
"jsdom": "22.1.0",
|