@codingame/monaco-vscode-views-service-override 32.0.2 → 33.0.9

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/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-views-service-override",
3
- "version": "32.0.2",
3
+ "version": "33.0.9",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - views service-override",
6
6
  "keywords": [],
7
+ "license": "MIT",
7
8
  "author": {
8
9
  "name": "CodinGame",
9
10
  "url": "http://www.codingame.com"
10
11
  },
11
- "license": "MIT",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-api": "32.0.2",
19
- "@codingame/monaco-vscode-keybindings-service-override": "32.0.2",
20
- "@codingame/monaco-vscode-layout-service-override": "32.0.2",
21
- "@codingame/monaco-vscode-quickaccess-service-override": "32.0.2",
22
- "@codingame/monaco-vscode-view-common-service-override": "32.0.2"
18
+ "@codingame/monaco-vscode-api": "33.0.9",
19
+ "@codingame/monaco-vscode-keybindings-service-override": "33.0.9",
20
+ "@codingame/monaco-vscode-layout-service-override": "33.0.9",
21
+ "@codingame/monaco-vscode-quickaccess-service-override": "33.0.9",
22
+ "@codingame/monaco-vscode-view-common-service-override": "33.0.9"
23
23
  },
24
24
  "main": "index.js",
25
25
  "module": "index.js",
@@ -5,7 +5,7 @@ import { Dimension } from "@codingame/monaco-vscode-api/vscode/vs/base/browser/d
5
5
  import { ViewPaneContainer } from "@codingame/monaco-vscode-api/vscode/vs/workbench/browser/parts/views/viewPaneContainer";
6
6
  import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
7
7
  import { Codicon } from "@codingame/monaco-vscode-api/vscode/vs/base/common/codicons";
8
- import { type EditorInputFactoryObject, type RegisteredEditorInfo, type RegisteredEditorOptions, RegisteredEditorPriority } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService";
8
+ import { type EditorInputFactoryObject, type RegisteredEditorInfo, type RegisteredEditorOptions, RegisteredEditorPriority, type RegisteredEditorPriorityInfo } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService";
9
9
  import { EditorInput, type IEditorCloseHandler } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/editorInput";
10
10
  import { EditorInputCapabilities, type IEditorOpenContext, type IEditorSerializer, Verbosity } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
11
11
  import type { IEditorOptions, IResourceEditorInput } from "@codingame/monaco-vscode-api/vscode/vs/platform/editor/common/editor";
@@ -102,4 +102,4 @@ export declare function getPanelPosition(): Position;
102
102
  export declare const onDidChangeSideBarPosition: Event<string>;
103
103
  export declare function getSideBarPosition(): Position;
104
104
  export { ViewContainerLocation, registerCustomView, ViewPaneContainer, ConfirmResult, registerEditorPane, RegisteredEditorPriority, InjectedEditorPane as EditorPane, SimpleEditorPane, SimpleEditorInput, AbstractResourceEditorInput, AbstractTextResourceEditorInput, EditorInput, registerEditor, registerEditorSerializer, EditorInputCapabilities, Parts, SplitView, viewRegistry, viewContainerRegistry, DomScrollableElement };
105
- export type { IEditorSerializer, CustomViewOption, IEditorCloseHandler, RegisteredEditorInfo, RegisteredEditorOptions, EditorInputFactoryObject, IView, IViewContainerDescriptor, ViewContainer, IViewDescriptor };
105
+ export type { RegisteredEditorPriorityInfo, IEditorSerializer, CustomViewOption, IEditorCloseHandler, RegisteredEditorInfo, RegisteredEditorOptions, EditorInputFactoryObject, IView, IViewContainerDescriptor, ViewContainer, IViewDescriptor };