@deephaven/console 0.9.1-beta.2 → 0.9.1-beta.5

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.
@@ -21,7 +21,7 @@ declare class MonacoUtils {
21
21
  * @param {monaco.editor.IEditor} editor The editor to link the session to
22
22
  * @return A cleanup function for disposing of the created listeners
23
23
  */
24
- static openDocument(editor: monaco.editor.IEditor, session: any): any;
24
+ static openDocument(editor: monaco.editor.IEditor, session: dh.IdeSession): any;
25
25
  static closeDocument(editor: any, session: any): void;
26
26
  /**
27
27
  * Register a paste handle to clean up any garbage code pasted.
@@ -29,14 +29,14 @@ declare class MonacoUtils {
29
29
  * I've emailed Slack about the issue and they're working on it. I can't reference a ticket number because their ticket system is entirely internally facing.
30
30
  * @param {Monaco.editor} editor The editor the register the paste handler for
31
31
  */
32
- static registerPasteHandler(editor: any): void;
32
+ static registerPasteHandler(editor: Monaco.editor): void;
33
33
  static isMacPlatform(): boolean;
34
34
  /**
35
35
  * Remove any keybindings which are used for our own shortcuts.
36
36
  * This allows the key events to bubble up so a component higher up can capture them
37
37
  * @param {Monaco.editor} editor The editor to remove the keybindings from
38
38
  */
39
- static removeConflictingKeybindings(editor: any): void;
39
+ static removeConflictingKeybindings(editor: Monaco.editor): void;
40
40
  /**
41
41
  * Remove a keybinding and allow the events to bubble up
42
42
  * If you want the keybinding removed for all editors, add it to removeConflictingKeybindings
@@ -49,7 +49,7 @@ declare class MonacoUtils {
49
49
  * @param {Monaco.editor} editor The editor to remove the keybinding from
50
50
  * @param {string} keybinding The key string to remove. E.g. 'ctrl+C' for copy on Windows
51
51
  */
52
- static removeKeybinding(editor: any, keybinding: string): void;
52
+ static removeKeybinding(editor: Monaco.editor, keybinding: string): void;
53
53
  static getMonacoKeyCodeFromShortcut(shortcut: any): number;
54
54
  }
55
55
  import * as monaco from "monaco-editor/esm/vs/editor/editor.api.js";
@@ -1 +1 @@
1
- {"version":3,"file":"MonacoUtils.d.ts","sourceRoot":"","sources":["../../src/monaco/MonacoUtils.js"],"names":[],"mappings":";AAsEA;IACE,oBAoHC;IAED;;;;OAIG;IACH,4CAEC;IAED,+CAmBC;IAED,6CAQC;IAED;;;;OAIG;IACH,sBAHW,OAAO,MAAM,CAAC,OAAO,gBACrB,OAAO,MAAM,CAAC,iBAAiB,QAIzC;IAED;;;;;OAKG;IACH,4BAHW,OAAO,MAAM,CAAC,OAAO,qBAwD/B;IAED,sDAQC;IAED;;;;;OAKG;IACH,+CAiBC;IAED,gCAGC;IAED;;;;OAIG;IACH,uDA2BC;IAED;;;;;;;;;;;OAWG;IACH,iDAFW,MAAM,QA2BhB;IAED,2DA4BC;CACF"}
1
+ {"version":3,"file":"MonacoUtils.d.ts","sourceRoot":"","sources":["../../src/monaco/MonacoUtils.js"],"names":[],"mappings":";AAsEA;IACE,oBAoHC;IAED;;;;OAIG;IACH,4CAEC;IAED,+CAmBC;IAED,6CAQC;IAED;;;;OAIG;IACH,sBAHW,OAAO,MAAM,CAAC,OAAO,gBACrB,OAAO,MAAM,CAAC,iBAAiB,QAIzC;IAED;;;;;OAKG;IACH,4BAHW,OAAO,MAAM,CAAC,OAAO,+BAwD/B;IAED,sDAQC;IAED;;;;;OAKG;IACH,yDAiBC;IAED,gCAGC;IAED;;;;OAIG;IACH,iEA2BC;IAED;;;;;;;;;;;OAWG;IACH,2DAFW,MAAM,QA2BhB;IAED,2DA4BC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/console",
3
- "version": "0.9.1-beta.2+b7c0512",
3
+ "version": "0.9.1-beta.5+675913b",
4
4
  "description": "Deephaven Console",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  "start": "cross-env NODE_ENV=development npm run watch"
35
35
  },
36
36
  "dependencies": {
37
- "@deephaven/icons": "^0.9.1-beta.2+b7c0512",
38
- "@deephaven/jsapi-shim": "^0.9.1-beta.2+b7c0512",
39
- "@deephaven/storage": "^0.9.1-beta.2+b7c0512",
40
- "@deephaven/utils": "^0.9.1-beta.2+b7c0512",
37
+ "@deephaven/icons": "^0.9.1-beta.5+675913b",
38
+ "@deephaven/jsapi-shim": "^0.9.1-beta.5+675913b",
39
+ "@deephaven/storage": "^0.9.1-beta.5+675913b",
40
+ "@deephaven/utils": "^0.9.1-beta.5+675913b",
41
41
  "@fortawesome/react-fontawesome": "^0.1.12",
42
42
  "classnames": "^2.3.1",
43
43
  "jszip": "3.2.2",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/cli": "^7.16.0",
61
- "@deephaven/components": "^0.9.1-beta.2+b7c0512",
62
- "@deephaven/log": "^0.9.1-beta.2+b7c0512",
63
- "@deephaven/mocks": "^0.9.1-beta.2+b7c0512",
64
- "@deephaven/tsconfig": "^0.9.1-beta.2+b7c0512",
61
+ "@deephaven/components": "^0.9.1-beta.5+675913b",
62
+ "@deephaven/log": "^0.9.1-beta.5+675913b",
63
+ "@deephaven/mocks": "^0.9.1-beta.5+675913b",
64
+ "@deephaven/tsconfig": "^0.9.1-beta.5+675913b",
65
65
  "@types/react": "^16.14.8",
66
66
  "@types/react-dom": "^16.9.13",
67
67
  "cross-env": "^7.0.2",
@@ -70,8 +70,7 @@
70
70
  "react": "^16.14.0",
71
71
  "react-dom": "^16.14.0",
72
72
  "rimraf": "^3.0.2",
73
- "sass": "1.32.13",
74
- "typescript": "~4.3.2"
73
+ "sass": "1.32.13"
75
74
  },
76
75
  "files": [
77
76
  "dist"
@@ -82,5 +81,5 @@
82
81
  "publishConfig": {
83
82
  "access": "public"
84
83
  },
85
- "gitHead": "b7c05127d0caa20989ff59bd061b5780e408e38e"
84
+ "gitHead": "675913bbbdbadb2eae76b3732f457b8ec7be4a90"
86
85
  }