@codingame/monaco-vscode-search-service-override 17.1.1 → 17.1.3

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-search-service-override",
3
- "version": "17.1.1",
3
+ "version": "17.1.3",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - search service-override",
6
6
  "keywords": [],
@@ -15,25 +15,24 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-1ae7d696-d960-5ac6-97a3-9fe7c8c3a793-common": "17.1.1",
19
- "@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common": "17.1.1",
20
- "@codingame/monaco-vscode-324f9a6e-6231-5bfc-af17-e147abd2dfd2-common": "17.1.1",
21
- "@codingame/monaco-vscode-3cf6a388-482f-5484-a806-0525ad9ad8af-common": "17.1.1",
22
- "@codingame/monaco-vscode-42931eb9-e564-530c-bafc-fa23ab43a070-common": "17.1.1",
23
- "@codingame/monaco-vscode-45a408c6-90ed-5d8b-801d-f3f69c7a97f2-common": "17.1.1",
24
- "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "17.1.1",
25
- "@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common": "17.1.1",
26
- "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "17.1.1",
27
- "@codingame/monaco-vscode-6f9bc782-77e0-5716-93bd-b05210c768c5-common": "17.1.1",
28
- "@codingame/monaco-vscode-86d65fc6-30f9-5dca-9501-e249de688591-common": "17.1.1",
29
- "@codingame/monaco-vscode-97284942-b044-5fbb-b53b-3f46d2468746-common": "17.1.1",
30
- "@codingame/monaco-vscode-api": "17.1.1",
31
- "@codingame/monaco-vscode-bed2b49f-41ae-5ed2-b61a-1105500a3f8a-common": "17.1.1",
32
- "@codingame/monaco-vscode-c8227507-8e59-53d6-b50b-71c0ab384cf4-common": "17.1.1",
33
- "@codingame/monaco-vscode-d0fb86d3-2a47-594e-955b-9a24631a7124-common": "17.1.1",
34
- "@codingame/monaco-vscode-e28ac690-06d5-5ee9-92d1-02df70296354-common": "17.1.1",
35
- "@codingame/monaco-vscode-e67a0dae-5b2c-54e6-8d61-90102c78362d-common": "17.1.1",
36
- "@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common": "17.1.1"
18
+ "@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common": "17.1.3",
19
+ "@codingame/monaco-vscode-1ae7d696-d960-5ac6-97a3-9fe7c8c3a793-common": "17.1.3",
20
+ "@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common": "17.1.3",
21
+ "@codingame/monaco-vscode-324f9a6e-6231-5bfc-af17-e147abd2dfd2-common": "17.1.3",
22
+ "@codingame/monaco-vscode-3cf6a388-482f-5484-a806-0525ad9ad8af-common": "17.1.3",
23
+ "@codingame/monaco-vscode-42931eb9-e564-530c-bafc-fa23ab43a070-common": "17.1.3",
24
+ "@codingame/monaco-vscode-45a408c6-90ed-5d8b-801d-f3f69c7a97f2-common": "17.1.3",
25
+ "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "17.1.3",
26
+ "@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common": "17.1.3",
27
+ "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "17.1.3",
28
+ "@codingame/monaco-vscode-6f9bc782-77e0-5716-93bd-b05210c768c5-common": "17.1.3",
29
+ "@codingame/monaco-vscode-86d65fc6-30f9-5dca-9501-e249de688591-common": "17.1.3",
30
+ "@codingame/monaco-vscode-97284942-b044-5fbb-b53b-3f46d2468746-common": "17.1.3",
31
+ "@codingame/monaco-vscode-api": "17.1.3",
32
+ "@codingame/monaco-vscode-d0fb86d3-2a47-594e-955b-9a24631a7124-common": "17.1.3",
33
+ "@codingame/monaco-vscode-e28ac690-06d5-5ee9-92d1-02df70296354-common": "17.1.3",
34
+ "@codingame/monaco-vscode-e67a0dae-5b2c-54e6-8d61-90102c78362d-common": "17.1.3",
35
+ "@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common": "17.1.3"
37
36
  },
38
37
  "main": "index.js",
39
38
  "module": "index.js",
@@ -22,7 +22,7 @@ import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench
22
22
  import { QueryBuilder } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/search/common/queryBuilder';
23
23
  import { VIEW_ID } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/search/common/search';
24
24
  import { Event } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
25
- import { PickerEditorState } from '@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common/vscode/vs/workbench/browser/quickaccess';
25
+ import { PickerEditorState } from '@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common/vscode/vs/workbench/browser/quickaccess';
26
26
  import { IViewsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/views/common/viewsService.service';
27
27
  import { Sequencer } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
28
28
  import { Codicon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/codicons';
@@ -10,7 +10,7 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/ext
10
10
  import { Extensions as Extensions$1 } from '@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickAccess';
11
11
  import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/registry/common/platform';
12
12
  import { ViewPaneContainer } from '@codingame/monaco-vscode-e67a0dae-5b2c-54e6-8d61-90102c78362d-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
13
- import { defaultQuickAccessContextKeyValue } from '@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common/vscode/vs/workbench/browser/quickaccess';
13
+ import { defaultQuickAccessContextKeyValue } from '@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common/vscode/vs/workbench/browser/quickaccess';
14
14
  import { Extensions, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
15
15
  import { GotoSymbolQuickAccessProvider } from '@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common/vscode/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess';
16
16
  import { AnythingQuickAccessProvider } from '@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common/vscode/vs/workbench/contrib/search/browser/anythingQuickAccess';
@@ -6,7 +6,7 @@ import { Disposable, DisposableStore } from "@codingame/monaco-vscode-api/vscode
6
6
  import { IConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service";
7
7
  import { ILabelService } from "@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service";
8
8
  import { IWorkspaceContextService } from "@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service";
9
- import { IResourceLabel, ResourceLabels } from "@codingame/monaco-vscode-bed2b49f-41ae-5ed2-b61a-1105500a3f8a-common/vscode/vs/workbench/browser/labels";
9
+ import { IResourceLabel, ResourceLabels } from "@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common/vscode/vs/workbench/browser/labels";
10
10
  import { SearchView } from "./searchView.js";
11
11
  import { ICompressibleTreeRenderer } from "@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/tree/objectTree";
12
12
  import { ICompressedTreeNode } from "@codingame/monaco-vscode-api/vscode/vs/base/browser/ui/tree/compressedObjectTreeModel";
@@ -48,10 +48,10 @@ import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/th
48
48
  import { WorkbenchState } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace';
49
49
  import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
50
50
  import { OpenFileFolderAction, OpenFolderAction } from '@codingame/monaco-vscode-97284942-b044-5fbb-b53b-3f46d2468746-common/vscode/vs/workbench/browser/actions/workspaceActions';
51
- import { ResourceListDnDHandler } from '@codingame/monaco-vscode-c8227507-8e59-53d6-b50b-71c0ab384cf4-common/vscode/vs/workbench/browser/dnd';
52
- import { ResourceLabels } from '@codingame/monaco-vscode-bed2b49f-41ae-5ed2-b61a-1105500a3f8a-common/vscode/vs/workbench/browser/labels';
51
+ import { ResourceListDnDHandler } from '@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common/vscode/vs/workbench/browser/dnd';
52
+ import { ResourceLabels } from '@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common/vscode/vs/workbench/browser/labels';
53
53
  import { ViewPane } from '@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common/vscode/vs/workbench/browser/parts/views/viewPane';
54
- import { Memento } from '@codingame/monaco-vscode-c8227507-8e59-53d6-b50b-71c0ab384cf4-common/vscode/vs/workbench/common/memento';
54
+ import { Memento } from '@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common/vscode/vs/workbench/common/memento';
55
55
  import { IViewDescriptorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views.service';
56
56
  import { NotebookEditor } from '@codingame/monaco-vscode-6f9bc782-77e0-5716-93bd-b05210c768c5-common/vscode/vs/workbench/contrib/notebook/browser/notebookEditor';
57
57
  import { IncludePatternInputWidget, ExcludePatternInputWidget } from './patternInputWidget.js';
@@ -15,7 +15,7 @@ import { StorageScope, StorageTarget } from '@codingame/monaco-vscode-api/vscode
15
15
  import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service';
16
16
  import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
17
17
  import { EditorInputCapabilities, EditorResourceAccessor } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor';
18
- import { Memento } from '@codingame/monaco-vscode-c8227507-8e59-53d6-b50b-71c0ab384cf4-common/vscode/vs/workbench/common/memento';
18
+ import { Memento } from '@codingame/monaco-vscode-25a9b730-95ad-54d3-8807-71421ad9b891-common/vscode/vs/workbench/common/memento';
19
19
  import { SearchEditorInputTypeId, SearchEditorScheme, SearchEditorWorkingCopyTypeId, SearchEditorFindMatchClass } from '@codingame/monaco-vscode-45a408c6-90ed-5d8b-801d-f3f69c7a97f2-common/vscode/vs/workbench/contrib/searchEditor/browser/constants';
20
20
  import { SearchEditorModel, searchEditorModelFactory } from './searchEditorModel.js';
21
21
  import { serializeSearchConfiguration, parseSavedSearchEditor, defaultSearchConfig } from './searchEditorSerialization.js';