@theia/timeline 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/timeline-context-key-service.d.ts +0 -15
- package/lib/browser/timeline-context-key-service.d.ts.map +1 -1
- package/lib/browser/timeline-context-key-service.js +18 -18
- package/lib/browser/timeline-context-key-service.js.map +1 -1
- package/lib/browser/timeline-contribution.d.ts +0 -15
- package/lib/browser/timeline-contribution.d.ts.map +1 -1
- package/lib/browser/timeline-contribution.js +23 -23
- package/lib/browser/timeline-contribution.js.map +1 -1
- package/lib/browser/timeline-empty-widget.d.ts +0 -15
- package/lib/browser/timeline-empty-widget.d.ts.map +1 -1
- package/lib/browser/timeline-empty-widget.js +16 -16
- package/lib/browser/timeline-empty-widget.js.map +1 -1
- package/lib/browser/timeline-frontend-module.d.ts +0 -15
- package/lib/browser/timeline-frontend-module.d.ts.map +1 -1
- package/lib/browser/timeline-frontend-module.js +22 -23
- package/lib/browser/timeline-frontend-module.js.map +1 -1
- package/lib/browser/timeline-service.d.ts +0 -15
- package/lib/browser/timeline-service.d.ts.map +1 -1
- package/lib/browser/timeline-service.js +16 -16
- package/lib/browser/timeline-service.js.map +1 -1
- package/lib/browser/timeline-tree-model.d.ts +0 -15
- package/lib/browser/timeline-tree-model.d.ts.map +1 -1
- package/lib/browser/timeline-tree-model.js +16 -16
- package/lib/browser/timeline-tree-model.js.map +1 -1
- package/lib/browser/timeline-tree-widget.d.ts +3 -20
- package/lib/browser/timeline-tree-widget.d.ts.map +1 -1
- package/lib/browser/timeline-tree-widget.js +32 -32
- package/lib/browser/timeline-tree-widget.js.map +1 -1
- package/lib/browser/timeline-widget.d.ts +0 -15
- package/lib/browser/timeline-widget.d.ts.map +1 -1
- package/lib/browser/timeline-widget.js +25 -25
- package/lib/browser/timeline-widget.js.map +1 -1
- package/lib/common/timeline-model.d.ts +0 -15
- package/lib/common/timeline-model.d.ts.map +1 -1
- package/lib/common/timeline-model.js +15 -15
- package/lib/common/timeline-model.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 +4 -4
- package/src/browser/timeline-context-key-service.ts +15 -15
- package/src/browser/timeline-contribution.ts +15 -15
- package/src/browser/timeline-empty-widget.tsx +15 -15
- package/src/browser/timeline-frontend-module.ts +22 -29
- package/src/browser/timeline-service.ts +15 -15
- package/src/browser/timeline-tree-model.ts +15 -15
- package/src/browser/timeline-tree-widget.tsx +24 -24
- package/src/browser/timeline-widget.tsx +17 -17
- package/src/common/timeline-model.ts +15 -15
- package/src/package.spec.ts +15 -15
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { ContextKeyService, ContextKey } from '@theia/core/lib/browser/context-key-service';
|
|
17
2
|
export declare class TimelineContextKeyService {
|
|
18
3
|
protected readonly contextKeyService: ContextKeyService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-context-key-service.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-context-key-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-context-key-service.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-context-key-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,6CAA6C,CAAC;AAE5F,qBACa,yBAAyB;IAGlC,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAExD,SAAS,CAAC,aAAa,EAAE,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxD,IAAI,YAAY,IAAI,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAEjD;IAGD,SAAS,CAAC,IAAI,IAAI,IAAI;CAIzB"}
|
|
@@ -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) 2020 RedHat 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);
|
|
@@ -36,17 +36,17 @@ let TimelineContextKeyService = class TimelineContextKeyService {
|
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
__decorate([
|
|
39
|
-
inversify_1.inject(context_key_service_1.ContextKeyService),
|
|
39
|
+
(0, inversify_1.inject)(context_key_service_1.ContextKeyService),
|
|
40
40
|
__metadata("design:type", Object)
|
|
41
41
|
], TimelineContextKeyService.prototype, "contextKeyService", void 0);
|
|
42
42
|
__decorate([
|
|
43
|
-
inversify_1.postConstruct(),
|
|
43
|
+
(0, inversify_1.postConstruct)(),
|
|
44
44
|
__metadata("design:type", Function),
|
|
45
45
|
__metadata("design:paramtypes", []),
|
|
46
46
|
__metadata("design:returntype", void 0)
|
|
47
47
|
], TimelineContextKeyService.prototype, "init", null);
|
|
48
48
|
TimelineContextKeyService = __decorate([
|
|
49
|
-
inversify_1.injectable()
|
|
49
|
+
(0, inversify_1.injectable)()
|
|
50
50
|
], TimelineContextKeyService);
|
|
51
51
|
exports.TimelineContextKeyService = TimelineContextKeyService;
|
|
52
52
|
//# sourceMappingURL=timeline-context-key-service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-context-key-service.js","sourceRoot":"","sources":["../../src/browser/timeline-context-key-service.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-context-key-service.js","sourceRoot":"","sources":["../../src/browser/timeline-context-key-service.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,wCAAwC;AACxC,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,4DAAiF;AACjF,qFAA4F;AAG5F,IAAa,yBAAyB,GAAtC,MAAa,yBAAyB;IAMlC,IAAI,YAAY;QACZ,OAAO,IAAI,CAAC,aAAa,CAAC;IAC9B,CAAC;IAGS,IAAI;QACV,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAqB,cAAc,EAAE,SAAS,CAAC,CAAC;IACzG,CAAC;CAEJ,CAAA;AAZG;IADC,IAAA,kBAAM,EAAC,uCAAiB,CAAC;;oEAC8B;AAQxD;IADC,IAAA,yBAAa,GAAE;;;;qDAGf;AAbQ,yBAAyB;IADrC,IAAA,sBAAU,GAAE;GACA,yBAAyB,CAerC;AAfY,8DAAyB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { WidgetManager, ApplicationShell } from '@theia/core/lib/browser';
|
|
17
2
|
import { TimelineService } from './timeline-service';
|
|
18
3
|
import { Command, CommandContribution, CommandRegistry } from '@theia/core/lib/common';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-contribution.ts"],"names":[],"mappings":"AAiBA,OAAO,EAEH,aAAa,EAEb,gBAAgB,EAGnB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACvF,OAAO,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAGjH,qBACa,oBAAqB,YAAW,mBAAmB,EAAE,yBAAyB;IAGvF,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAC;IAEhD,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IAEpD,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IAEpD,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,qBAAqB,CAAC;IAExD,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,gBAAgB,CAAC;IAE3C,gBAAuB,iBAAiB,EAAE,OAAO,CAE/C;IACF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAK1B;IACF,oBAAoB,CAAC,QAAQ,EAAE,qBAAqB,GAAG,IAAI;IAG3D,gBAAgB,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI;IA+CjD,OAAO,CAAC,WAAW;CAMtB"}
|
|
@@ -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) 2020 RedHat 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);
|
|
@@ -40,7 +40,7 @@ let TimelineContribution = TimelineContribution_1 = class TimelineContribution {
|
|
|
40
40
|
id: 'timeline-refresh-toolbar-item',
|
|
41
41
|
command: 'timeline-refresh',
|
|
42
42
|
tooltip: 'Refresh',
|
|
43
|
-
icon: browser_1.codicon('refresh')
|
|
43
|
+
icon: (0, browser_1.codicon)('refresh')
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
registerToolbarItems(registry) {
|
|
@@ -72,7 +72,7 @@ let TimelineContribution = TimelineContribution_1 = class TimelineContribution {
|
|
|
72
72
|
});
|
|
73
73
|
commands.registerCommand(TimelineContribution_1.LOAD_MORE_COMMAND, {
|
|
74
74
|
execute: async () => {
|
|
75
|
-
const widget = algorithm_1.toArray(this.shell.mainPanel.widgets()).find(w => browser_1.Navigatable.is(w) && w.isVisible && !w.isHidden);
|
|
75
|
+
const widget = (0, algorithm_1.toArray)(this.shell.mainPanel.widgets()).find(w => browser_1.Navigatable.is(w) && w.isVisible && !w.isHidden);
|
|
76
76
|
if (browser_1.Navigatable.is(widget)) {
|
|
77
77
|
const uri = widget.getResourceUri();
|
|
78
78
|
const timeline = await this.widgetManager.getWidget(timeline_widget_1.TimelineWidget.ID);
|
|
@@ -104,27 +104,27 @@ TimelineContribution.LOAD_MORE_COMMAND = {
|
|
|
104
104
|
id: 'timeline-load-more'
|
|
105
105
|
};
|
|
106
106
|
__decorate([
|
|
107
|
-
inversify_1.inject(browser_1.WidgetManager),
|
|
107
|
+
(0, inversify_1.inject)(browser_1.WidgetManager),
|
|
108
108
|
__metadata("design:type", browser_1.WidgetManager)
|
|
109
109
|
], TimelineContribution.prototype, "widgetManager", void 0);
|
|
110
110
|
__decorate([
|
|
111
|
-
inversify_1.inject(timeline_service_1.TimelineService),
|
|
111
|
+
(0, inversify_1.inject)(timeline_service_1.TimelineService),
|
|
112
112
|
__metadata("design:type", timeline_service_1.TimelineService)
|
|
113
113
|
], TimelineContribution.prototype, "timelineService", void 0);
|
|
114
114
|
__decorate([
|
|
115
|
-
inversify_1.inject(common_1.CommandRegistry),
|
|
115
|
+
(0, inversify_1.inject)(common_1.CommandRegistry),
|
|
116
116
|
__metadata("design:type", common_1.CommandRegistry)
|
|
117
117
|
], TimelineContribution.prototype, "commandRegistry", void 0);
|
|
118
118
|
__decorate([
|
|
119
|
-
inversify_1.inject(tab_bar_toolbar_1.TabBarToolbarRegistry),
|
|
119
|
+
(0, inversify_1.inject)(tab_bar_toolbar_1.TabBarToolbarRegistry),
|
|
120
120
|
__metadata("design:type", tab_bar_toolbar_1.TabBarToolbarRegistry)
|
|
121
121
|
], TimelineContribution.prototype, "tabBarToolbar", void 0);
|
|
122
122
|
__decorate([
|
|
123
|
-
inversify_1.inject(browser_1.ApplicationShell),
|
|
123
|
+
(0, inversify_1.inject)(browser_1.ApplicationShell),
|
|
124
124
|
__metadata("design:type", browser_1.ApplicationShell)
|
|
125
125
|
], TimelineContribution.prototype, "shell", void 0);
|
|
126
126
|
TimelineContribution = TimelineContribution_1 = __decorate([
|
|
127
|
-
inversify_1.injectable()
|
|
127
|
+
(0, inversify_1.injectable)()
|
|
128
128
|
], TimelineContribution);
|
|
129
129
|
exports.TimelineContribution = TimelineContribution;
|
|
130
130
|
//# sourceMappingURL=timeline-contribution.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-contribution.js","sourceRoot":"","sources":["../../src/browser/timeline-contribution.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-contribution.js","sourceRoot":"","sources":["../../src/browser/timeline-contribution.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,wCAAwC;AACxC,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;AAClE,qDAOiC;AACjC,0DAA0E;AAC1E,uDAAmD;AACnD,yDAAqD;AACrD,mDAAuF;AACvF,mFAAiH;AACjH,sEAAiE;AAGjE,IAAa,oBAAoB,4BAAjC,MAAa,oBAAoB;IAAjC;QAgBqB,gBAAW,GAAG;YAC3B,EAAE,EAAE,+BAA+B;YACnC,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,IAAA,iBAAO,EAAC,SAAS,CAAC;SAC3B,CAAC;IAyDN,CAAC;IAxDG,oBAAoB,CAAC,QAA+B;QAChD,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAC5C,CAAC;IACD,gBAAgB,CAAC,QAAyB;QACtC,MAAM,cAAc,GAAG,KAAK,EAAE,QAAgB,EAAE,EAAE;YAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,gCAAc,CAAC,EAAE,CAAC,CAAC;YAC/E,IAAI,QAAQ,YAAY,uBAAa,IAAI,QAAQ,CAAC,mBAAmB,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;gBAC9F,QAAQ,CAAC,SAAS,CAAC,QAAQ,EAAE,EAAE,kBAAkB,EAAE,IAAI,EAAE,CAAC,CAAC;aAC9D;QACL,CAAC,CAAC;QACF,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;YAChD,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE,KAAK,oCAA0B,IAAI,IAAI,CAAC,eAAe,CAAC,UAAU,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;gBAChG,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;aACjD;QACL,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,eAAe,CAAC,oBAAoB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;YACpD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,oCAA0B,CAAC,CAAC;YAChF,IAAI,QAAQ,IAAI,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;gBACnD,cAAc,CAAC,QAAQ,CAAC,CAAC;aAC5B;iBAAM,IAAI,KAAK,CAAC,OAAO,IAAI,IAAI,CAAC,eAAe,CAAC,UAAU,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE;gBACxE,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,gCAAc,CAAC,EAAE,CAAC,CAAC;gBACvE,IAAI,QAAQ,EAAE;oBACV,QAAQ,CAAC,KAAK,EAAE,CAAC;iBACpB;aACJ;QACL,CAAC,CAAC,CAAC;QACH,QAAQ,CAAC,eAAe,CAAC,sBAAoB,CAAC,iBAAiB,EAAE;YAC7D,OAAO,EAAE,KAAK,IAAI,EAAE;gBAChB,MAAM,MAAM,GAAG,IAAA,mBAAO,EAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAW,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;gBAClH,IAAI,qBAAW,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;oBACxB,MAAM,GAAG,GAAG,MAAM,CAAC,cAAc,EAAE,CAAC;oBACpC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,CAAiB,gCAAc,CAAC,EAAE,CAAC,CAAC;oBACvF,IAAI,GAAG,IAAI,QAAQ,EAAE;wBACjB,QAAQ,CAAC,YAAY,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;qBACrC;iBACJ;YACL,CAAC;SACJ,CAAC,CAAC;QACH,QAAQ,CAAC,eAAe,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,EAAE;YACvD,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,KAAK,IAAI,EAAE;gBACnD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,gCAAc,CAAC,EAAE,CAAC,CAAC;gBACvE,IAAI,QAAQ,EAAE;oBACV,QAAQ,CAAC,MAAM,EAAE,CAAC;iBACrB;YACL,CAAC,CAAC;YACF,SAAS,EAAE,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC;YACzD,SAAS,EAAE,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC;SAC5D,CAAC,CAAC;IACP,CAAC;IAEO,WAAW,CAAI,MAAc,EAAE,EAAW;QAC9C,IAAI,MAAM,YAAY,gCAAc,IAAI,MAAM,CAAC,EAAE,KAAK,gCAAc,CAAC,EAAE,EAAE;YACrE,OAAO,EAAE,EAAE,CAAC;SACf;QACD,OAAO,KAAK,CAAC;IACjB,CAAC;CACJ,CAAA;AAjE0B,sCAAiB,GAAY;IAChD,EAAE,EAAE,oBAAoB;CAC1B,CAAA;AAZF;IADC,IAAA,kBAAM,EAAC,uBAAa,CAAC;8BACY,uBAAa;2DAAC;AAEhD;IADC,IAAA,kBAAM,EAAC,kCAAe,CAAC;8BACY,kCAAe;6DAAC;AAEpD;IADC,IAAA,kBAAM,EAAC,wBAAe,CAAC;8BACY,wBAAe;6DAAC;AAEpD;IADC,IAAA,kBAAM,EAAC,uCAAqB,CAAC;8BACI,uCAAqB;2DAAC;AAExD;IADC,IAAA,kBAAM,EAAC,0BAAgB,CAAC;8BACC,0BAAgB;mDAAC;AAXlC,oBAAoB;IADhC,IAAA,sBAAU,GAAE;GACA,oBAAoB,CA8EhC;AA9EY,oDAAoB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { ReactWidget } from '@theia/core/lib/browser';
|
|
18
3
|
import * as React from '@theia/core/shared/react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-empty-widget.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-empty-widget.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-empty-widget.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-empty-widget.tsx"],"names":[],"mappings":";AAiBA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAElD,qBACa,mBAAoB,SAAQ,WAAW;IAEhD,MAAM,CAAC,EAAE,SAA2B;;IAQpC,SAAS,CAAC,MAAM,IAAI,KAAK,CAAC,SAAS;CAOtC"}
|
|
@@ -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) 2020 RedHat 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);
|
|
@@ -42,7 +42,7 @@ let TimelineEmptyWidget = TimelineEmptyWidget_1 = class TimelineEmptyWidget exte
|
|
|
42
42
|
};
|
|
43
43
|
TimelineEmptyWidget.ID = 'timeline-empty-widget';
|
|
44
44
|
TimelineEmptyWidget = TimelineEmptyWidget_1 = __decorate([
|
|
45
|
-
inversify_1.injectable(),
|
|
45
|
+
(0, inversify_1.injectable)(),
|
|
46
46
|
__metadata("design:paramtypes", [])
|
|
47
47
|
], TimelineEmptyWidget);
|
|
48
48
|
exports.TimelineEmptyWidget = TimelineEmptyWidget;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-empty-widget.js","sourceRoot":"","sources":["../../src/browser/timeline-empty-widget.tsx"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-empty-widget.js","sourceRoot":"","sources":["../../src/browser/timeline-empty-widget.tsx"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,wCAAwC;AACxC,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,4DAA0D;AAC1D,qDAAsD;AACtD,iFAA6E;AAC7E,kDAAkD;AAGlD,IAAa,mBAAmB,2BAAhC,MAAa,mBAAoB,SAAQ,qBAAW;IAIhD;QACI,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,QAAQ,CAAC,sBAAsB,CAAC,CAAC;QACtC,IAAI,CAAC,EAAE,GAAG,qBAAmB,CAAC,EAAE,CAAC;IACrC,CAAC;IAES,MAAM;QACZ,OAAO,oBAAC,4BAAY,IAChB,IAAI,EAAC,SAAS,EACd,MAAM,EAAC,wDAAwD,GACjE,CAAC;IACP,CAAC;CAEJ,CAAA;AAfU,sBAAE,GAAG,uBAAuB,CAAC;AAF3B,mBAAmB;IAD/B,IAAA,sBAAU,GAAE;;GACA,mBAAmB,CAiB/B;AAjBY,kDAAmB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { Container, ContainerModule, interfaces } 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":"timeline-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-frontend-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-frontend-module.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAWtF,OAAO,mCAAmC,CAAC;;AAI3C,wBA0BG;AAEH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,UAAU,CAAC,SAAS,GAAG,SAAS,CAWnF"}
|
|
@@ -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) 2020 RedHat 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
|
exports.createTimelineTreeContainer = void 0;
|
|
19
19
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
@@ -55,15 +55,14 @@ exports.default = new inversify_1.ContainerModule(bind => {
|
|
|
55
55
|
})).inSingletonScope();
|
|
56
56
|
});
|
|
57
57
|
function createTimelineTreeContainer(parent) {
|
|
58
|
-
const child = browser_1.createTreeContainer(parent, {
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
const child = (0, browser_1.createTreeContainer)(parent, {
|
|
59
|
+
props: {
|
|
60
|
+
virtualized: true,
|
|
61
|
+
search: true
|
|
62
|
+
},
|
|
63
|
+
widget: timeline_tree_widget_1.TimelineTreeWidget,
|
|
64
|
+
model: timeline_tree_model_1.TimelineTreeModel
|
|
61
65
|
});
|
|
62
|
-
child.unbind(browser_1.TreeWidget);
|
|
63
|
-
child.bind(timeline_tree_widget_1.TimelineTreeWidget).toSelf();
|
|
64
|
-
child.unbind(browser_1.TreeModelImpl);
|
|
65
|
-
child.bind(timeline_tree_model_1.TimelineTreeModel).toSelf();
|
|
66
|
-
child.rebind(browser_1.TreeModel).toService(timeline_tree_model_1.TimelineTreeModel);
|
|
67
66
|
return child;
|
|
68
67
|
}
|
|
69
68
|
exports.createTimelineTreeContainer = createTimelineTreeContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-frontend-module.js","sourceRoot":"","sources":["../../src/browser/timeline-frontend-module.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-frontend-module.js","sourceRoot":"","sources":["../../src/browser/timeline-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,wCAAwC;AACxC,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,4DAAsF;AACtF,2EAAuE;AACvE,yDAAqD;AACrD,uDAAmD;AACnD,iEAA4D;AAC5D,qDAA+D;AAC/D,+DAA0D;AAC1D,mEAA8D;AAC9D,iFAA2E;AAC3E,mEAA+D;AAE/D,6CAA2C;AAC3C,mDAA6D;AAC7D,mFAA0F;AAE1F,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,4CAAoB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACvD,IAAI,CAAC,4BAAmB,CAAC,CAAC,SAAS,CAAC,4CAAoB,CAAC,CAAC;IAC1D,IAAI,CAAC,2CAAyB,CAAC,CAAC,SAAS,CAAC,4CAAoB,CAAC,CAAC;IAEhE,IAAI,CAAC,wDAAyB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC5D,IAAI,CAAC,kCAAe,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAElD,IAAI,CAAC,gCAAc,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,IAAI,CAAC,8BAAa,CAAC,CAAC,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;QACnD,EAAE,EAAE,gCAAc,CAAC,EAAE;QACrB,YAAY,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,gCAAc,CAAC;KACpD,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACvB,IAAI,CAAC,yCAAkB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;QAC1C,MAAM,KAAK,GAAG,2BAA2B,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACzD,OAAO,KAAK,CAAC,GAAG,CAAC,yCAAkB,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,8BAAa,CAAC,CAAC,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;QACnD,EAAE,EAAE,yCAAkB,CAAC,EAAE;QACzB,YAAY,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,yCAAkB,CAAC;KACxD,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACvB,IAAI,CAAC,2CAAmB,CAAC,CAAC,MAAM,EAAE,CAAC;IACnC,IAAI,CAAC,8BAAa,CAAC,CAAC,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;QACnD,EAAE,EAAE,2CAAmB,CAAC,EAAE;QAC1B,YAAY,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,2CAAmB,CAAC;KACzD,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAC3B,CAAC,CAAC,CAAC;AAEH,SAAgB,2BAA2B,CAAC,MAA4B;IACpE,MAAM,KAAK,GAAG,IAAA,6BAAmB,EAAC,MAAM,EAAE;QACtC,KAAK,EAAE;YACH,WAAW,EAAE,IAAI;YACjB,MAAM,EAAE,IAAI;SACf;QACD,MAAM,EAAE,yCAAkB;QAC1B,KAAK,EAAE,uCAAiB;KAC3B,CAAC,CAAC;IAEH,OAAO,KAAK,CAAC;AACjB,CAAC;AAXD,kEAWC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { Disposable, Event } from '@theia/core/lib/common';
|
|
17
2
|
import { URI } from '@theia/core/shared/vscode-uri';
|
|
18
3
|
import { InternalTimelineOptions, Timeline, TimelineChangeEvent, TimelineItem, TimelineOptions, TimelineProvider, TimelineProvidersChangeEvent, TimelineSource } from '../common/timeline-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-service.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-service.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,UAAU,EAAW,KAAK,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EACH,uBAAuB,EACvB,QAAQ,EACR,mBAAmB,EAAE,YAAY,EAAE,eAAe,EAClD,gBAAgB,EAChB,4BAA4B,EAC5B,cAAc,EACjB,MAAM,0BAA0B,CAAC;AAElC,qBACa,eAAe;IACxB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAuC;IAEjE,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAA+C;IAC3F,QAAQ,CAAC,oBAAoB,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAA0C;IAE5G,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAsC;IACjF,QAAQ,CAAC,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAyC;IAEjG,wBAAwB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,UAAU;IAYhE,0BAA0B,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAS5C,UAAU,IAAI,cAAc,EAAE;IAI9B,UAAU,IAAI,MAAM,EAAE;IAatB,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,EAAE,eAAe,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC;CAqBxI;AAED,qBAAa,iBAAiB;IAC1B,QAAQ,CAAC,KAAK,EAAE,YAAY,EAAE,CAAC;IAC/B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAErB,OAAO,CAAC,OAAO,CAAC,CAAS;IACzB,IAAI,MAAM,IAAI,MAAM,GAAG,SAAS,CAE/B;IAED,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,EAEpC;gBAEW,QAAQ,EAAE,QAAQ;IAM9B,GAAG,CAAC,KAAK,EAAE,YAAY,EAAE,GAAG,IAAI;CAInC"}
|
|
@@ -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) 2020 RedHat 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);
|
|
@@ -86,7 +86,7 @@ let TimelineService = class TimelineService {
|
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
88
|
TimelineService = __decorate([
|
|
89
|
-
inversify_1.injectable()
|
|
89
|
+
(0, inversify_1.injectable)()
|
|
90
90
|
], TimelineService);
|
|
91
91
|
exports.TimelineService = TimelineService;
|
|
92
92
|
class TimelineAggregate {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-service.js","sourceRoot":"","sources":["../../src/browser/timeline-service.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-service.js","sourceRoot":"","sources":["../../src/browser/timeline-service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { SelectableTreeNode, TreeModelImpl } from '@theia/core/lib/browser/tree';
|
|
17
2
|
import { TimelineItem } from '../common/timeline-model';
|
|
18
3
|
export interface TimelineNode extends SelectableTreeNode {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-tree-model.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-tree-model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"timeline-tree-model.d.ts","sourceRoot":"","sources":["../../src/browser/timeline-tree-model.ts"],"names":[],"mappings":"AAiBA,OAAO,EAEH,kBAAkB,EAClB,aAAa,EAChB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGxD,MAAM,WAAW,YAAa,SAAQ,kBAAkB;IACpD,YAAY,EAAE,YAAY,CAAC;CAC9B;AAED,qBACa,iBAAkB,SAAQ,aAAa;IAEhD,UAAU,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI;CAmCjE"}
|
|
@@ -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) 2020 RedHat 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);
|
|
@@ -61,7 +61,7 @@ let TimelineTreeModel = class TimelineTreeModel extends tree_1.TreeModelImpl {
|
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
TimelineTreeModel = __decorate([
|
|
64
|
-
inversify_1.injectable()
|
|
64
|
+
(0, inversify_1.injectable)()
|
|
65
65
|
], TimelineTreeModel);
|
|
66
66
|
exports.TimelineTreeModel = TimelineTreeModel;
|
|
67
67
|
//# sourceMappingURL=timeline-tree-model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-tree-model.js","sourceRoot":"","sources":["../../src/browser/timeline-tree-model.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"timeline-tree-model.js","sourceRoot":"","sources":["../../src/browser/timeline-tree-model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,wCAAwC;AACxC,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,4DAA0D;AAC1D,uDAIsC;AAEtC,mEAA+D;AAO/D,IAAa,iBAAiB,GAA9B,MAAa,iBAAkB,SAAQ,oBAAa;IAEhD,UAAU,CAAC,KAAqB,EAAE,YAAqB;QACnD,MAAM,IAAI,GAAG;YACT,EAAE,EAAE,oBAAoB;YACxB,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,KAAK;YACd,QAAQ,EAAE,EAAE;SACM,CAAC;QACvB,MAAM,QAAQ,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAClC,CAAC;YACG,YAAY,EAAE,IAAI;YAClB,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE;YACjD,MAAM,EAAE,IAAI;YACZ,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,IAAI;SACC,CAAA,CACjB,CAAC;QACF,IAAI,QAAQ,CAAC;QACb,IAAI,YAAY,EAAE;YACd,MAAM,YAAY,GAAiB,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;YACzG,YAAY,CAAC,OAAO,GAAG,4CAAoB,CAAC,iBAAiB,CAAC;YAC9D,QAAQ,GAAG;gBACP,YAAY,EAAE,YAAY;gBAC1B,EAAE,EAAE,WAAW;gBACf,MAAM,EAAE,IAAI;gBACZ,QAAQ,EAAE,IAAI;aACD,CAAC;YAClB,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SAC3B;QACD,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,QAAQ,EAAE;YACV,IAAI,CAAC,gBAAgB,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;SAChD;IACL,CAAC;CACJ,CAAA;AArCY,iBAAiB;IAD7B,IAAA,sBAAU,GAAE;GACA,iBAAiB,CAqC7B;AArCY,8CAAiB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 RedHat 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 { CommandRegistry, MenuModelRegistry, MenuPath } from '@theia/core/lib/common';
|
|
18
3
|
import { TreeWidget, TreeProps, NodeProps } from '@theia/core/lib/browser/tree';
|
|
@@ -24,16 +9,14 @@ import * as React from '@theia/core/shared/react';
|
|
|
24
9
|
import { TimelineItem } from '../common/timeline-model';
|
|
25
10
|
export declare const TIMELINE_ITEM_CONTEXT_MENU: MenuPath;
|
|
26
11
|
export declare class TimelineTreeWidget extends TreeWidget {
|
|
27
|
-
readonly props: TreeProps;
|
|
28
|
-
protected readonly timelineService: TimelineService;
|
|
29
12
|
readonly model: TimelineTreeModel;
|
|
30
|
-
protected readonly contextMenuRenderer: ContextMenuRenderer;
|
|
31
|
-
protected readonly commandRegistry: CommandRegistry;
|
|
32
13
|
static ID: string;
|
|
33
14
|
static PAGE_SIZE: number;
|
|
34
15
|
protected readonly menus: MenuModelRegistry;
|
|
35
16
|
protected readonly contextKeys: TimelineContextKeyService;
|
|
36
|
-
|
|
17
|
+
protected readonly timelineService: TimelineService;
|
|
18
|
+
protected readonly commandRegistry: CommandRegistry;
|
|
19
|
+
constructor(props: TreeProps, model: TimelineTreeModel, contextMenuRenderer: ContextMenuRenderer);
|
|
37
20
|
protected renderNode(node: TimelineNode, props: NodeProps): React.ReactNode;
|
|
38
21
|
protected handleEnter(event: KeyboardEvent): void;
|
|
39
22
|
protected handleLeft(event: KeyboardEvent): Promise<void>;
|