@opensumi/ide-explorer 2.21.0 → 2.21.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.
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ClientAppContribution } from '@opensumi/ide-core-browser';
|
|
2
2
|
import { EXPLORER_CONTAINER_ID } from '@opensumi/ide-core-browser/lib/common/container-id';
|
|
3
3
|
import { ComponentContribution, ComponentRegistry } from '@opensumi/ide-core-browser/lib/layout';
|
|
4
|
+
import { IExtensionsSchemaService } from '@opensumi/ide-core-common';
|
|
4
5
|
export { EXPLORER_CONTAINER_ID };
|
|
5
6
|
export declare class ExplorerContribution implements ClientAppContribution, ComponentContribution {
|
|
6
7
|
protected readonly extensionsSchemaService: IExtensionsSchemaService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"explorer-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"explorer-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":"AACA,OAAO,EAA6C,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAC9G,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAE3F,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAErE,OAAO,EAAE,qBAAqB,EAAE,CAAC;AAEjC,qBACa,oBAAqB,YAAW,qBAAqB,EAAE,qBAAqB;IAEvF,SAAS,CAAC,QAAQ,CAAC,uBAAuB,EAAE,wBAAwB,CAAC;IAGrE,iBAAiB,CAAC,QAAQ,EAAE,iBAAiB;IAS7C,OAAO;CAUR"}
|
|
@@ -4,16 +4,16 @@ exports.ExplorerContribution = exports.EXPLORER_CONTAINER_ID = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const di_1 = require("@opensumi/di");
|
|
6
6
|
const ide_core_browser_1 = require("@opensumi/ide-core-browser");
|
|
7
|
-
const ide_core_browser_2 = require("@opensumi/ide-core-browser");
|
|
8
7
|
const container_id_1 = require("@opensumi/ide-core-browser/lib/common/container-id");
|
|
9
8
|
Object.defineProperty(exports, "EXPLORER_CONTAINER_ID", { enumerable: true, get: function () { return container_id_1.EXPLORER_CONTAINER_ID; } });
|
|
10
9
|
const browserViews_1 = require("@opensumi/ide-core-browser/lib/extensions/schema/browserViews");
|
|
11
10
|
const layout_1 = require("@opensumi/ide-core-browser/lib/layout");
|
|
11
|
+
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
12
12
|
let ExplorerContribution = class ExplorerContribution {
|
|
13
13
|
// Explorer 只注册容器
|
|
14
14
|
registerComponent(registry) {
|
|
15
15
|
registry.register('@opensumi/ide-explorer', [], {
|
|
16
|
-
iconClass: (0,
|
|
16
|
+
iconClass: (0, ide_core_browser_1.getIcon)('explorer'),
|
|
17
17
|
title: (0, ide_core_browser_1.localize)('explorer.title'),
|
|
18
18
|
priority: 10,
|
|
19
19
|
containerId: container_id_1.EXPLORER_CONTAINER_ID,
|
|
@@ -28,7 +28,7 @@ let ExplorerContribution = class ExplorerContribution {
|
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
tslib_1.__decorate([
|
|
31
|
-
(0, di_1.Autowired)(
|
|
31
|
+
(0, di_1.Autowired)(ide_core_common_1.IExtensionsSchemaService),
|
|
32
32
|
tslib_1.__metadata("design:type", Object)
|
|
33
33
|
], ExplorerContribution.prototype, "extensionsSchemaService", void 0);
|
|
34
34
|
ExplorerContribution = tslib_1.__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"explorer-contribution.js","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"explorer-contribution.js","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AACzC,iEAA8G;AAC9G,qFAA2F;AAKlF,sGALA,oCAAqB,OAKA;AAJ9B,gGAA6F;AAC7F,kEAAiG;AACjG,+DAAqE;AAKrE,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAI/B,iBAAiB;IACjB,iBAAiB,CAAC,QAA2B;QAC3C,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,EAAE,EAAE,EAAE;YAC9C,SAAS,EAAE,IAAA,0BAAO,EAAC,UAAU,CAAC;YAC9B,KAAK,EAAE,IAAA,2BAAQ,EAAC,gBAAgB,CAAC;YACjC,QAAQ,EAAE,EAAE;YACZ,WAAW,EAAE,oCAAqB;SACnC,CAAC,CAAC;IACL,CAAC;IAED,OAAO;QACL,IAAI,CAAC,uBAAuB,CAAC,oBAAoB,CAAC,CAAC,cAAc,EAAE,YAAY,CAAC,EAAE;YAChF,cAAc,EAAE,oCAAqB;YACrC,aAAa,EAAE,CAAC,UAAU,CAAC;YAC3B,UAAU,kCACL,2BAAY,CAAC,UAAU,KAC1B,WAAW,EAAE,IAAA,iCAAc,EAAC,8CAA8C,EAAE,IAAA,2BAAQ,EAAC,gBAAgB,CAAC,CAAC,GACxG;SACF,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AAtBC;IADC,IAAA,cAAS,EAAC,0CAAwB,CAAC;;qEACiC;AAF1D,oBAAoB;IADhC,IAAA,yBAAM,EAAC,wCAAqB,EAAE,8BAAqB,CAAC;GACxC,oBAAoB,CAwBhC;AAxBY,oDAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-explorer",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib"
|
|
6
6
|
],
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
"url": "git@github.com:opensumi/core.git"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@opensumi/ide-core-
|
|
19
|
+
"@opensumi/ide-core-common": "2.21.1",
|
|
20
|
+
"@opensumi/ide-core-node": "2.21.1"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
|
-
"@opensumi/ide-core-browser": "2.21.
|
|
23
|
+
"@opensumi/ide-core-browser": "2.21.1",
|
|
23
24
|
"@opensumi/ide-dev-tool": "^1.3.1"
|
|
24
25
|
},
|
|
25
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "2594f828620f4a84f5d4fbcf37012dcd67941d22"
|
|
26
27
|
}
|