@opensumi/ide-static-resource 2.15.1 → 2.15.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/lib/browser/index.js
CHANGED
|
@@ -6,7 +6,7 @@ const di_1 = require("@opensumi/di");
|
|
|
6
6
|
const ide_core_browser_1 = require("@opensumi/ide-core-browser");
|
|
7
7
|
const static_definition_1 = require("./static.definition");
|
|
8
8
|
const static_service_1 = require("./static.service");
|
|
9
|
-
|
|
9
|
+
tslib_1.__exportStar(require("./static.definition"), exports);
|
|
10
10
|
let StaticResourceModule = class StaticResourceModule extends ide_core_browser_1.BrowserModule {
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments);
|
|
@@ -20,7 +20,7 @@ let StaticResourceModule = class StaticResourceModule extends ide_core_browser_1
|
|
|
20
20
|
this.contributionProvider = static_definition_1.StaticResourceContribution;
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
|
-
StaticResourceModule =
|
|
23
|
+
StaticResourceModule = tslib_1.__decorate([
|
|
24
24
|
(0, di_1.Injectable)()
|
|
25
25
|
], StaticResourceModule);
|
|
26
26
|
exports.StaticResourceModule = StaticResourceModule;
|
|
@@ -31,15 +31,15 @@ let StaticResourceClientAppContribution = class StaticResourceClientAppContribut
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
tslib_1.__decorate([
|
|
35
35
|
(0, di_1.Autowired)(),
|
|
36
|
-
|
|
36
|
+
tslib_1.__metadata("design:type", static_definition_1.StaticResourceService)
|
|
37
37
|
], StaticResourceClientAppContribution.prototype, "staticResourceService", void 0);
|
|
38
|
-
|
|
38
|
+
tslib_1.__decorate([
|
|
39
39
|
(0, di_1.Autowired)(static_definition_1.StaticResourceContribution),
|
|
40
|
-
|
|
40
|
+
tslib_1.__metadata("design:type", Object)
|
|
41
41
|
], StaticResourceClientAppContribution.prototype, "contributions", void 0);
|
|
42
|
-
StaticResourceClientAppContribution =
|
|
42
|
+
StaticResourceClientAppContribution = tslib_1.__decorate([
|
|
43
43
|
(0, ide_core_browser_1.Domain)(ide_core_browser_1.ClientAppContribution)
|
|
44
44
|
], StaticResourceClientAppContribution);
|
|
45
45
|
exports.StaticResourceClientAppContribution = StaticResourceClientAppContribution;
|
package/lib/browser/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA+D;AAC/D,iEAAgH;AAChH,2DAAwF;AACxF,qDAA6D;AAC7D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/browser/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA+D;AAC/D,iEAAgH;AAChH,2DAAwF;AACxF,qDAA6D;AAC7D,8DAAoC;AAGpC,IAAa,oBAAoB,GAAjC,MAAa,oBAAqB,SAAQ,gCAAa;IAAvD;;QACE,cAAS,GAAe;YACtB;gBACE,KAAK,EAAE,yCAAqB;gBAC5B,QAAQ,EAAE,0CAAyB;aACpC;YACD,mCAAmC;SACpC,CAAC;QAEF,yBAAoB,GAAG,8CAA0B,CAAC;IACpD,CAAC;CAAA,CAAA;AAVY,oBAAoB;IADhC,IAAA,eAAU,GAAE;GACA,oBAAoB,CAUhC;AAVY,oDAAoB;AAajC,IAAa,mCAAmC,GAAhD,MAAa,mCAAmC;IAO9C,UAAU;QACR,KAAK,MAAM,YAAY,IAAI,IAAI,CAAC,aAAa,CAAC,gBAAgB,EAAE,EAAE;YAChE,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;SACjE;IACH,CAAC;CACF,CAAA;AAVC;IADC,IAAA,cAAS,GAAE;sCAC4B,yCAAqB;kFAAC;AAG9D;IADC,IAAA,cAAS,EAAC,8CAA0B,CAAC;;0EAC2C;AALtE,mCAAmC;IAD/C,IAAA,yBAAM,EAAC,wCAAqB,CAAC;GACjB,mCAAmC,CAY/C;AAZY,kFAAmC"}
|
|
@@ -15,7 +15,7 @@ const di_1 = require("@opensumi/di");
|
|
|
15
15
|
*/
|
|
16
16
|
let StaticResourceService = class StaticResourceService {
|
|
17
17
|
};
|
|
18
|
-
StaticResourceService =
|
|
18
|
+
StaticResourceService = tslib_1.__decorate([
|
|
19
19
|
(0, di_1.Injectable)()
|
|
20
20
|
], StaticResourceService);
|
|
21
21
|
exports.StaticResourceService = StaticResourceService;
|
|
@@ -33,7 +33,7 @@ let StaticResourceServiceImpl = class StaticResourceServiceImpl {
|
|
|
33
33
|
return url;
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
StaticResourceServiceImpl =
|
|
36
|
+
StaticResourceServiceImpl = tslib_1.__decorate([
|
|
37
37
|
(0, di_1.Injectable)()
|
|
38
38
|
], StaticResourceServiceImpl);
|
|
39
39
|
exports.StaticResourceServiceImpl = StaticResourceServiceImpl;
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-static-resource",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.3",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib"
|
|
6
6
|
],
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"url": "git@github.com:opensumi/core.git"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@opensumi/ide-core-browser": "2.15.
|
|
19
|
+
"@opensumi/ide-core-browser": "2.15.3",
|
|
20
20
|
"@opensumi/ide-dev-tool": "^1.3.1"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "d4297082ad721a2350e80a650c0875c4adc83cf4"
|
|
23
23
|
}
|