@opensumi/ide-explorer 2.17.8 → 2.18.0

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,5 +1,5 @@
1
1
  import { ComponentContribution, ComponentRegistry } from '@opensumi/ide-core-browser/lib/layout';
2
- export declare const ExplorerContainerId = "explorer";
2
+ export declare const EXPLORER_CONTAINER_ID = "explorer";
3
3
  export declare class ExplorerContribution implements ComponentContribution {
4
4
  registerComponent(registry: ComponentRegistry): void;
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"explorer-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAEjG,eAAO,MAAM,mBAAmB,aAAa,CAAC;AAE9C,qBACa,oBAAqB,YAAW,qBAAqB;IAEhE,iBAAiB,CAAC,QAAQ,EAAE,iBAAiB;CAQ9C"}
1
+ {"version":3,"file":"explorer-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAEjG,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD,qBACa,oBAAqB,YAAW,qBAAqB;IAEhE,iBAAiB,CAAC,QAAQ,EAAE,iBAAiB;CAQ9C"}
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExplorerContribution = exports.ExplorerContainerId = void 0;
3
+ exports.ExplorerContribution = exports.EXPLORER_CONTAINER_ID = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const ide_core_browser_1 = require("@opensumi/ide-core-browser");
6
6
  const ide_core_browser_2 = require("@opensumi/ide-core-browser");
7
7
  const layout_1 = require("@opensumi/ide-core-browser/lib/layout");
8
- exports.ExplorerContainerId = 'explorer';
8
+ exports.EXPLORER_CONTAINER_ID = 'explorer';
9
9
  let ExplorerContribution = class ExplorerContribution {
10
10
  // Explorer 只注册容器
11
11
  registerComponent(registry) {
@@ -13,7 +13,7 @@ let ExplorerContribution = class ExplorerContribution {
13
13
  iconClass: (0, ide_core_browser_2.getIcon)('explorer'),
14
14
  title: (0, ide_core_browser_1.localize)('explorer.title'),
15
15
  priority: 10,
16
- containerId: exports.ExplorerContainerId,
16
+ containerId: exports.EXPLORER_CONTAINER_ID,
17
17
  });
18
18
  }
19
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"explorer-contribution.js","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":";;;;AAAA,iEAA8D;AAC9D,iEAAqD;AACrD,kEAAiG;AAEpF,QAAA,mBAAmB,GAAG,UAAU,CAAC;AAG9C,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAC/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,2BAAmB;SACjC,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AAVY,oBAAoB;IADhC,IAAA,yBAAM,EAAC,8BAAqB,CAAC;GACjB,oBAAoB,CAUhC;AAVY,oDAAoB"}
1
+ {"version":3,"file":"explorer-contribution.js","sourceRoot":"","sources":["../../src/browser/explorer-contribution.ts"],"names":[],"mappings":";;;;AAAA,iEAA8D;AAC9D,iEAAqD;AACrD,kEAAiG;AAEpF,QAAA,qBAAqB,GAAG,UAAU,CAAC;AAGhD,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAC/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,6BAAqB;SACnC,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AAVY,oBAAoB;IADhC,IAAA,yBAAM,EAAC,8BAAqB,CAAC;GACjB,oBAAoB,CAUhC;AAVY,oDAAoB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-explorer",
3
- "version": "2.17.8",
3
+ "version": "2.18.0",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -16,11 +16,11 @@
16
16
  "url": "git@github.com:opensumi/core.git"
17
17
  },
18
18
  "dependencies": {
19
- "@opensumi/ide-core-node": "2.17.8"
19
+ "@opensumi/ide-core-node": "2.18.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@opensumi/ide-core-browser": "2.17.8",
22
+ "@opensumi/ide-core-browser": "2.18.0",
23
23
  "@opensumi/ide-dev-tool": "^1.3.1"
24
24
  },
25
- "gitHead": "9bce37f94b3bbd9e40ffb664ba066acff0d11352"
25
+ "gitHead": "1db618dccac9390b4249f79d3dc75c6cc6546c44"
26
26
  }