@codingame/monaco-vscode-markers-service-override 16.0.4 → 16.1.0-shadow-root.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-markers-service-override",
3
- "version": "16.0.4",
3
+ "version": "16.1.0-shadow-root.1",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - markers service-override",
6
6
  "keywords": [],
@@ -15,13 +15,14 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-12c5f9eb-72d3-57ca-babd-5bef7aa9de3b-common": "16.0.4",
19
- "@codingame/monaco-vscode-3e369455-cc41-54c6-86fb-8b7cd999a5da-common": "16.0.4",
20
- "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "16.0.4",
21
- "@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "16.0.4",
22
- "@codingame/monaco-vscode-ab07af84-42e8-5a0f-8aef-b83fb90ede21-common": "16.0.4",
23
- "@codingame/monaco-vscode-api": "16.0.4",
24
- "@codingame/monaco-vscode-b1110435-a331-5549-ab1e-aa3d763c3a1f-common": "16.0.4"
18
+ "@codingame/monaco-vscode-12c5f9eb-72d3-57ca-babd-5bef7aa9de3b-common": "16.1.0-shadow-root.1",
19
+ "@codingame/monaco-vscode-3e369455-cc41-54c6-86fb-8b7cd999a5da-common": "16.1.0-shadow-root.1",
20
+ "@codingame/monaco-vscode-4893679b-56e5-52c5-a8fb-c366cce9660f-common": "16.1.0-shadow-root.1",
21
+ "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "16.1.0-shadow-root.1",
22
+ "@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "16.1.0-shadow-root.1",
23
+ "@codingame/monaco-vscode-ab07af84-42e8-5a0f-8aef-b83fb90ede21-common": "16.1.0-shadow-root.1",
24
+ "@codingame/monaco-vscode-api": "16.1.0-shadow-root.1",
25
+ "@codingame/monaco-vscode-e67a0dae-5b2c-54e6-8d61-90102c78362d-common": "16.1.0-shadow-root.1"
25
26
  },
26
27
  "main": "index.js",
27
28
  "module": "index.js",
@@ -23,7 +23,7 @@ import { IMarkerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/
23
23
  import { Extensions as Extensions$1, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
24
24
  import { IViewsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/views/common/viewsService.service';
25
25
  import { FocusedViewContext, getVisbileViewContextKey } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/contextkeys';
26
- import { ViewPaneContainer } from '@codingame/monaco-vscode-b1110435-a331-5549-ab1e-aa3d763c3a1f-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
26
+ import { ViewPaneContainer } from '@codingame/monaco-vscode-e67a0dae-5b2c-54e6-8d61-90102c78362d-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
27
27
  import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/descriptors';
28
28
  import { Codicon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/codicons';
29
29
  import { registerIcon } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/iconRegistry';
@@ -1,6 +1,7 @@
1
1
 
2
+ import { registerCss } from '@codingame/monaco-vscode-api/css';
2
3
  import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
- import './media/markers.css';
4
+ import * as markers from './media/markers.css';
4
5
  import { addDisposableListener, append, $, isActiveElement, clearNode, addStandardDisposableListener, EventType } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/dom';
5
6
  import { StandardKeyboardEvent } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/keyboardEvent';
6
7
  import { ActionViewItem } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/actionbar/actionViewItems';
@@ -36,7 +37,7 @@ import { IUriIdentityService } from '@codingame/monaco-vscode-api/vscode/vs/plat
36
37
  import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
37
38
  import { registerNavigableContainer } from '@codingame/monaco-vscode-3e369455-cc41-54c6-86fb-8b7cd999a5da-common/vscode/vs/workbench/browser/actions/widgetNavigationCommands';
38
39
  import { RangeHighlightDecorations } from '@codingame/monaco-vscode-api/vscode/vs/workbench/browser/codeeditor';
39
- import { ResourceListDnDHandler } from '@codingame/monaco-vscode-b1110435-a331-5549-ab1e-aa3d763c3a1f-common/vscode/vs/workbench/browser/dnd';
40
+ import { ResourceListDnDHandler } from '@codingame/monaco-vscode-4893679b-56e5-52c5-a8fb-c366cce9660f-common/vscode/vs/workbench/browser/dnd';
40
41
  import { ResourceLabels } from '@codingame/monaco-vscode-12c5f9eb-72d3-57ca-babd-5bef7aa9de3b-common/vscode/vs/workbench/browser/labels';
41
42
  import { FilterViewPane } from '@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common/vscode/vs/workbench/browser/parts/views/viewPane';
42
43
  import { EditorResourceAccessor, SideBySideEditor } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor';
@@ -52,6 +53,7 @@ import { MarkersViewModel, MarkersWidgetAccessibilityProvider, Filter, VirtualDe
52
53
  import { MarkersFilters } from './markersViewActions.js';
53
54
  import Messages from './messages.js';
54
55
 
56
+ registerCss(markers);
55
57
  function createResourceMarkersIterator(resourceMarkers) {
56
58
  return ( Iterable.map(resourceMarkers.markers, m => {
57
59
  const relatedInformationIt = Iterable.from(m.relatedInformation);
@@ -1,4 +1,5 @@
1
1
 
2
+ import { registerCss } from '@codingame/monaco-vscode-api/css';
2
3
  import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
4
  import { EventHelper, getDomNodePagePosition } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/dom';
4
5
  import { Action } from '@codingame/monaco-vscode-api/vscode/vs/base/common/actions';
@@ -10,8 +11,9 @@ import { Codicon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/codi
10
11
  import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/themables';
11
12
  import { ActionViewItem } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/actionbar/actionViewItems';
12
13
  import { MarkersContextKeys } from '@codingame/monaco-vscode-ab07af84-42e8-5a0f-8aef-b83fb90ede21-common/vscode/vs/workbench/contrib/markers/common/markers';
13
- import './markersViewActions.css';
14
+ import * as markersViewActions from './markersViewActions.css';
14
15
 
16
+ registerCss(markersViewActions);
15
17
  class MarkersFilters extends Disposable {
16
18
  constructor(options, contextKeyService) {
17
19
  super();