@theia/getting-started 1.23.0-next.5 → 1.23.0-next.54
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/getting-started-contribution.d.ts +0 -15
- package/lib/browser/getting-started-contribution.d.ts.map +1 -1
- package/lib/browser/getting-started-contribution.js +18 -18
- package/lib/browser/getting-started-contribution.js.map +1 -1
- package/lib/browser/getting-started-frontend-module.d.ts +0 -15
- package/lib/browser/getting-started-frontend-module.d.ts.map +1 -1
- package/lib/browser/getting-started-frontend-module.js +16 -16
- package/lib/browser/getting-started-frontend-module.js.map +1 -1
- package/lib/browser/getting-started-widget.d.ts +0 -15
- package/lib/browser/getting-started-widget.d.ts.map +1 -1
- package/lib/browser/getting-started-widget.js +28 -28
- package/lib/browser/getting-started-widget.js.map +1 -1
- package/lib/package.spec.d.ts +0 -15
- package/lib/package.spec.d.ts.map +1 -1
- package/lib/package.spec.js +15 -15
- package/lib/package.spec.js.map +1 -1
- package/package.json +5 -6
- package/src/browser/getting-started-contribution.ts +17 -17
- package/src/browser/getting-started-frontend-module.ts +15 -15
- package/src/browser/getting-started-widget.tsx +16 -16
- package/src/package.spec.ts +15 -15
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Ericsson and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
import { CommandRegistry, MenuModelRegistry } from '@theia/core/lib/common';
|
|
17
2
|
import { AbstractViewContribution, FrontendApplicationContribution, FrontendApplication } from '@theia/core/lib/browser';
|
|
18
3
|
import { GettingStartedWidget } from './getting-started-widget';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getting-started-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-contribution.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAe,wBAAwB,EAAE,+BAA+B,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACtI,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oDAAoD,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC;AAEF,qBACa,0BAA2B,SAAQ,wBAAwB,CAAC,oBAAoB,CAAE,YAAW,+BAA+B;IAGrI,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,+BAA+B,CAAC;IAGjE,SAAS,CAAC,QAAQ,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;;IAYhD,OAAO,CAAC,GAAG,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ7C,gBAAgB,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI;IAMjD,aAAa,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;CAOzD"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -66,15 +66,15 @@ let GettingStartedContribution = class GettingStartedContribution extends browse
|
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
68
|
__decorate([
|
|
69
|
-
inversify_1.inject(frontend_application_state_1.FrontendApplicationStateService),
|
|
69
|
+
(0, inversify_1.inject)(frontend_application_state_1.FrontendApplicationStateService),
|
|
70
70
|
__metadata("design:type", frontend_application_state_1.FrontendApplicationStateService)
|
|
71
71
|
], GettingStartedContribution.prototype, "stateService", void 0);
|
|
72
72
|
__decorate([
|
|
73
|
-
inversify_1.inject(browser_2.WorkspaceService),
|
|
73
|
+
(0, inversify_1.inject)(browser_2.WorkspaceService),
|
|
74
74
|
__metadata("design:type", browser_2.WorkspaceService)
|
|
75
75
|
], GettingStartedContribution.prototype, "workspaceService", void 0);
|
|
76
76
|
GettingStartedContribution = __decorate([
|
|
77
|
-
inversify_1.injectable(),
|
|
77
|
+
(0, inversify_1.injectable)(),
|
|
78
78
|
__metadata("design:paramtypes", [])
|
|
79
79
|
], GettingStartedContribution);
|
|
80
80
|
exports.GettingStartedContribution = GettingStartedContribution;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-contribution.js","sourceRoot":"","sources":["../../src/browser/getting-started-contribution.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"getting-started-contribution.js","sourceRoot":"","sources":["../../src/browser/getting-started-contribution.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;;;;AAEhF,4DAAkE;AAElE,qDAAsI;AACtI,qEAAgE;AAChE,mGAAqG;AACrG,0DAAgE;AAEhE;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACjC,EAAE,EAAE,6CAAoB,CAAC,EAAE;IAC3B,KAAK,EAAE,6CAAoB,CAAC,KAAK;CACpC,CAAC;AAGF,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,kCAA8C;IAQ1F;QACI,KAAK,CAAC;YACF,QAAQ,EAAE,6CAAoB,CAAC,EAAE;YACjC,UAAU,EAAE,6CAAoB,CAAC,KAAK;YACtC,oBAAoB,EAAE;gBAClB,IAAI,EAAE,MAAM;aACf;SACJ,CAAC,CAAC;IACP,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,GAAwB;QAClC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE;YAC/B,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,IAAI,CACxC,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CACxC,CAAC;SACL;IACL,CAAC;IAEQ,gBAAgB,CAAC,QAAyB;QAC/C,QAAQ,CAAC,eAAe,CAAC,6BAAqB,EAAE;YAC5C,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;SACjD,CAAC,CAAC;IACP,CAAC;IAEQ,aAAa,CAAC,KAAwB;QAC3C,KAAK,CAAC,kBAAkB,CAAC,qBAAW,CAAC,IAAI,EAAE;YACvC,SAAS,EAAE,6BAAqB,CAAC,EAAE;YACnC,KAAK,EAAE,6BAAqB,CAAC,KAAK;YAClC,KAAK,EAAE,KAAK;SACf,CAAC,CAAC;IACP,CAAC;CACJ,CAAA;AApCG;IADC,IAAA,kBAAM,EAAC,4DAA+B,CAAC;8BACP,4DAA+B;gEAAC;AAGjE;IADC,IAAA,kBAAM,EAAC,0BAAgB,CAAC;8BACY,0BAAgB;oEAAC;AAN7C,0BAA0B;IADtC,IAAA,sBAAU,GAAE;;GACA,0BAA0B,CAuCtC;AAvCY,gEAA0B"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Ericsson and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
17
2
|
import '../../src/browser/style/index.css';
|
|
18
3
|
declare const _default: ContainerModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-frontend-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getting-started-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-frontend-module.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,eAAe,EAAc,MAAM,8BAA8B,CAAC;AAI3E,OAAO,mCAAmC,CAAC;;AAE3C,wBAQG"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
const getting_started_contribution_1 = require("./getting-started-contribution");
|
|
19
19
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
@@ -21,7 +21,7 @@ const getting_started_widget_1 = require("./getting-started-widget");
|
|
|
21
21
|
const browser_1 = require("@theia/core/lib/browser");
|
|
22
22
|
require("../../src/browser/style/index.css");
|
|
23
23
|
exports.default = new inversify_1.ContainerModule((bind) => {
|
|
24
|
-
browser_1.bindViewContribution(bind, getting_started_contribution_1.GettingStartedContribution);
|
|
24
|
+
(0, browser_1.bindViewContribution)(bind, getting_started_contribution_1.GettingStartedContribution);
|
|
25
25
|
bind(browser_1.FrontendApplicationContribution).toService(getting_started_contribution_1.GettingStartedContribution);
|
|
26
26
|
bind(getting_started_widget_1.GettingStartedWidget).toSelf();
|
|
27
27
|
bind(browser_1.WidgetFactory).toDynamicValue(context => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-frontend-module.js","sourceRoot":"","sources":["../../src/browser/getting-started-frontend-module.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"getting-started-frontend-module.js","sourceRoot":"","sources":["../../src/browser/getting-started-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,iFAA4E;AAC5E,4DAA2E;AAC3E,qEAAgE;AAChE,qDAA+G;AAE/G,6CAA2C;AAE3C,kBAAe,IAAI,2BAAe,CAAC,CAAC,IAAqB,EAAE,EAAE;IACzD,IAAA,8BAAoB,EAAC,IAAI,EAAE,yDAA0B,CAAC,CAAC;IACvD,IAAI,CAAC,yCAA+B,CAAC,CAAC,SAAS,CAAC,yDAA0B,CAAC,CAAC;IAC5E,IAAI,CAAC,6CAAoB,CAAC,CAAC,MAAM,EAAE,CAAC;IACpC,IAAI,CAAC,uBAAa,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC3C,EAAE,EAAE,6CAAoB,CAAC,EAAE;QAC3B,YAAY,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAuB,6CAAoB,CAAC;KACxF,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAC3B,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Ericsson and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
/// <reference types="react" />
|
|
17
2
|
import * as React from '@theia/core/shared/react';
|
|
18
3
|
import URI from '@theia/core/lib/common/uri';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-widget.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-widget.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getting-started-widget.d.ts","sourceRoot":"","sources":["../../src/browser/getting-started-widget.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -210,7 +210,7 @@ let GettingStartedWidget = GettingStartedWidget_1 = class GettingStartedWidget e
|
|
|
210
210
|
const openWorkspace = (React.createElement("a", { role: 'button', tabIndex: 0, onClick: this.doOpenWorkspace, onKeyDown: this.doOpenWorkspaceEnter }, nls_1.nls.localizeByDefault('Open Workspace')));
|
|
211
211
|
return React.createElement("div", { className: 'gs-section' },
|
|
212
212
|
React.createElement("h3", { className: 'gs-section-header' },
|
|
213
|
-
React.createElement("i", { className: browser_3.codicon('folder-opened') }),
|
|
213
|
+
React.createElement("i", { className: (0, browser_3.codicon)('folder-opened') }),
|
|
214
214
|
nls_1.nls.localizeByDefault('Open')),
|
|
215
215
|
open,
|
|
216
216
|
openFile,
|
|
@@ -231,9 +231,9 @@ let GettingStartedWidget = GettingStartedWidget_1 = class GettingStartedWidget e
|
|
|
231
231
|
React.createElement("a", { role: 'button', tabIndex: 0, onClick: this.doOpenRecentWorkspace, onKeyDown: this.doOpenRecentWorkspaceEnter }, nls_1.nls.localizeByDefault('More...')));
|
|
232
232
|
return React.createElement("div", { className: 'gs-section' },
|
|
233
233
|
React.createElement("h3", { className: 'gs-section-header' },
|
|
234
|
-
React.createElement("i", { className: browser_3.codicon('history') }),
|
|
234
|
+
React.createElement("i", { className: (0, browser_3.codicon)('history') }),
|
|
235
235
|
nls_1.nls.localizeByDefault('Recent')),
|
|
236
|
-
items.length > 0 ? content : React.createElement("p", { className: 'gs-no-recent' }, nls_1.nls.localizeByDefault('No
|
|
236
|
+
items.length > 0 ? content : React.createElement("p", { className: 'gs-no-recent' }, nls_1.nls.localizeByDefault('No recent folders')),
|
|
237
237
|
more);
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
@@ -243,7 +243,7 @@ let GettingStartedWidget = GettingStartedWidget_1 = class GettingStartedWidget e
|
|
|
243
243
|
renderSettings() {
|
|
244
244
|
return React.createElement("div", { className: 'gs-section' },
|
|
245
245
|
React.createElement("h3", { className: 'gs-section-header' },
|
|
246
|
-
React.createElement("i", { className: browser_3.codicon('settings-gear') }),
|
|
246
|
+
React.createElement("i", { className: (0, browser_3.codicon)('settings-gear') }),
|
|
247
247
|
nls_1.nls.localizeByDefault('Settings')),
|
|
248
248
|
React.createElement("div", { className: 'gs-action-container' },
|
|
249
249
|
React.createElement("a", { role: 'button', tabIndex: 0, onClick: this.doOpenPreferences, onKeyDown: this.doOpenPreferencesEnter }, nls_1.nls.localizeByDefault('Open Settings'))),
|
|
@@ -256,7 +256,7 @@ let GettingStartedWidget = GettingStartedWidget_1 = class GettingStartedWidget e
|
|
|
256
256
|
renderHelp() {
|
|
257
257
|
return React.createElement("div", { className: 'gs-section' },
|
|
258
258
|
React.createElement("h3", { className: 'gs-section-header' },
|
|
259
|
-
React.createElement("i", { className: browser_3.codicon('question') }),
|
|
259
|
+
React.createElement("i", { className: (0, browser_3.codicon)('question') }),
|
|
260
260
|
nls_1.nls.localizeByDefault('Help')),
|
|
261
261
|
React.createElement("div", { className: 'gs-action-container' },
|
|
262
262
|
React.createElement("a", { role: 'button', tabIndex: 0, onClick: () => this.doOpenExternalLink(this.documentationUrl), onKeyDown: (e) => this.doOpenExternalLinkEnter(e, this.documentationUrl) }, nls_1.nls.localizeByDefault('Documentation'))),
|
|
@@ -302,37 +302,37 @@ GettingStartedWidget.ID = 'getting.started.widget';
|
|
|
302
302
|
*/
|
|
303
303
|
GettingStartedWidget.LABEL = nls_1.nls.localizeByDefault('Getting Started');
|
|
304
304
|
__decorate([
|
|
305
|
-
inversify_1.inject(application_protocol_1.ApplicationServer),
|
|
305
|
+
(0, inversify_1.inject)(application_protocol_1.ApplicationServer),
|
|
306
306
|
__metadata("design:type", Object)
|
|
307
307
|
], GettingStartedWidget.prototype, "appServer", void 0);
|
|
308
308
|
__decorate([
|
|
309
|
-
inversify_1.inject(common_1.CommandRegistry),
|
|
309
|
+
(0, inversify_1.inject)(common_1.CommandRegistry),
|
|
310
310
|
__metadata("design:type", common_1.CommandRegistry)
|
|
311
311
|
], GettingStartedWidget.prototype, "commandRegistry", void 0);
|
|
312
312
|
__decorate([
|
|
313
|
-
inversify_1.inject(env_variables_1.EnvVariablesServer),
|
|
313
|
+
(0, inversify_1.inject)(env_variables_1.EnvVariablesServer),
|
|
314
314
|
__metadata("design:type", Object)
|
|
315
315
|
], GettingStartedWidget.prototype, "environments", void 0);
|
|
316
316
|
__decorate([
|
|
317
|
-
inversify_1.inject(browser_3.LabelProvider),
|
|
317
|
+
(0, inversify_1.inject)(browser_3.LabelProvider),
|
|
318
318
|
__metadata("design:type", browser_3.LabelProvider)
|
|
319
319
|
], GettingStartedWidget.prototype, "labelProvider", void 0);
|
|
320
320
|
__decorate([
|
|
321
|
-
inversify_1.inject(window_service_1.WindowService),
|
|
321
|
+
(0, inversify_1.inject)(window_service_1.WindowService),
|
|
322
322
|
__metadata("design:type", Object)
|
|
323
323
|
], GettingStartedWidget.prototype, "windowService", void 0);
|
|
324
324
|
__decorate([
|
|
325
|
-
inversify_1.inject(browser_1.WorkspaceService),
|
|
325
|
+
(0, inversify_1.inject)(browser_1.WorkspaceService),
|
|
326
326
|
__metadata("design:type", browser_1.WorkspaceService)
|
|
327
327
|
], GettingStartedWidget.prototype, "workspaceService", void 0);
|
|
328
328
|
__decorate([
|
|
329
|
-
inversify_1.postConstruct(),
|
|
329
|
+
(0, inversify_1.postConstruct)(),
|
|
330
330
|
__metadata("design:type", Function),
|
|
331
331
|
__metadata("design:paramtypes", []),
|
|
332
332
|
__metadata("design:returntype", Promise)
|
|
333
333
|
], GettingStartedWidget.prototype, "init", null);
|
|
334
334
|
GettingStartedWidget = GettingStartedWidget_1 = __decorate([
|
|
335
|
-
inversify_1.injectable()
|
|
335
|
+
(0, inversify_1.injectable)()
|
|
336
336
|
], GettingStartedWidget);
|
|
337
337
|
exports.GettingStartedWidget = GettingStartedWidget;
|
|
338
338
|
//# sourceMappingURL=getting-started-widget.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getting-started-widget.js","sourceRoot":"","sources":["../../src/browser/getting-started-widget.tsx"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"getting-started-widget.js","sourceRoot":"","sources":["../../src/browser/getting-started-widget.tsx"],"names":[],"mappings":"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"}
|
package/lib/package.spec.d.ts
CHANGED
|
@@ -1,16 +1 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Ericsson and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
//# sourceMappingURL=package.spec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.spec.d.ts","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package.spec.d.ts","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":""}
|
package/lib/package.spec.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
/* note: this bogus test file is required so that
|
|
17
17
|
we are able to run mocha unit tests on this
|
|
18
18
|
package, without having any actual unit tests in it.
|
package/lib/package.spec.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAEhF;;;;;;qBAMqB;AAErB,QAAQ,CAAC,yBAAyB,EAAE,GAAG,EAAE;IAErC,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/getting-started",
|
|
3
|
-
"version": "1.23.0-next.
|
|
3
|
+
"version": "1.23.0-next.54+92b376dcf82",
|
|
4
4
|
"description": "Theia - GettingStarted Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.23.0-next.
|
|
7
|
-
"@theia/
|
|
8
|
-
"@theia/
|
|
9
|
-
"@theia/workspace": "1.23.0-next.5+a3b025a206b"
|
|
6
|
+
"@theia/core": "1.23.0-next.54+92b376dcf82",
|
|
7
|
+
"@theia/keymaps": "1.23.0-next.54+92b376dcf82",
|
|
8
|
+
"@theia/workspace": "1.23.0-next.54+92b376dcf82"
|
|
10
9
|
},
|
|
11
10
|
"publishConfig": {
|
|
12
11
|
"access": "public"
|
|
@@ -47,5 +46,5 @@
|
|
|
47
46
|
"nyc": {
|
|
48
47
|
"extends": "../../configs/nyc.json"
|
|
49
48
|
},
|
|
50
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "92b376dcf823293059e2023a2a03253b48352d80"
|
|
51
50
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
18
18
|
import { CommandRegistry, MenuModelRegistry } from '@theia/core/lib/common';
|
|
@@ -56,13 +56,13 @@ export class GettingStartedContribution extends AbstractViewContribution<Getting
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
registerCommands(registry: CommandRegistry): void {
|
|
59
|
+
override registerCommands(registry: CommandRegistry): void {
|
|
60
60
|
registry.registerCommand(GettingStartedCommand, {
|
|
61
61
|
execute: () => this.openView({ reveal: true }),
|
|
62
62
|
});
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
registerMenus(menus: MenuModelRegistry): void {
|
|
65
|
+
override registerMenus(menus: MenuModelRegistry): void {
|
|
66
66
|
menus.registerMenuAction(CommonMenus.HELP, {
|
|
67
67
|
commandId: GettingStartedCommand.id,
|
|
68
68
|
label: GettingStartedCommand.label,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { GettingStartedContribution } from './getting-started-contribution';
|
|
18
18
|
import { ContainerModule, interfaces } from '@theia/core/shared/inversify';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import * as React from '@theia/core/shared/react';
|
|
18
18
|
import URI from '@theia/core/lib/common/uri';
|
|
@@ -245,7 +245,7 @@ export class GettingStartedWidget extends ReactWidget {
|
|
|
245
245
|
<h3 className='gs-section-header'>
|
|
246
246
|
<i className={codicon('history')}></i>{nls.localizeByDefault('Recent')}
|
|
247
247
|
</h3>
|
|
248
|
-
{items.length > 0 ? content : <p className='gs-no-recent'>{nls.localizeByDefault('No
|
|
248
|
+
{items.length > 0 ? content : <p className='gs-no-recent'>{nls.localizeByDefault('No recent folders')}</p>}
|
|
249
249
|
{more}
|
|
250
250
|
</div>;
|
|
251
251
|
}
|
package/src/package.spec.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* note: this bogus test file is required so that
|
|
18
18
|
we are able to run mocha unit tests on this
|