@theia/scm-extra 1.67.0-next.13 → 1.67.0-next.56

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.
Files changed (50) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
  3. package/lib/browser/history/index.d.ts +0 -4
  4. package/lib/browser/history/index.d.ts.map +0 -1
  5. package/lib/browser/history/index.js +0 -23
  6. package/lib/browser/history/index.js.map +0 -1
  7. package/lib/browser/history/scm-history-constants.d.ts +0 -39
  8. package/lib/browser/history/scm-history-constants.d.ts.map +0 -1
  9. package/lib/browser/history/scm-history-constants.js +0 -42
  10. package/lib/browser/history/scm-history-constants.js.map +0 -1
  11. package/lib/browser/history/scm-history-contribution.d.ts +0 -19
  12. package/lib/browser/history/scm-history-contribution.d.ts.map +0 -1
  13. package/lib/browser/history/scm-history-contribution.js +0 -94
  14. package/lib/browser/history/scm-history-contribution.js.map +0 -1
  15. package/lib/browser/history/scm-history-frontend-module.d.ts +0 -4
  16. package/lib/browser/history/scm-history-frontend-module.d.ts.map +0 -1
  17. package/lib/browser/history/scm-history-frontend-module.js +0 -34
  18. package/lib/browser/history/scm-history-frontend-module.js.map +0 -1
  19. package/lib/browser/history/scm-history-provider.d.ts +0 -9
  20. package/lib/browser/history/scm-history-provider.d.ts.map +0 -1
  21. package/lib/browser/history/scm-history-provider.js +0 -26
  22. package/lib/browser/history/scm-history-provider.js.map +0 -1
  23. package/lib/browser/history/scm-history-widget.d.ts +0 -90
  24. package/lib/browser/history/scm-history-widget.d.ts.map +0 -1
  25. package/lib/browser/history/scm-history-widget.js +0 -480
  26. package/lib/browser/history/scm-history-widget.js.map +0 -1
  27. package/lib/browser/scm-extra-contribution.d.ts +0 -2
  28. package/lib/browser/scm-extra-contribution.d.ts.map +0 -1
  29. package/lib/browser/scm-extra-contribution.js +0 -21
  30. package/lib/browser/scm-extra-contribution.js.map +0 -1
  31. package/lib/browser/scm-extra-frontend-module.d.ts +0 -4
  32. package/lib/browser/scm-extra-frontend-module.d.ts.map +0 -1
  33. package/lib/browser/scm-extra-frontend-module.js +0 -27
  34. package/lib/browser/scm-extra-frontend-module.js.map +0 -1
  35. package/lib/browser/scm-extra-layout-migrations.d.ts +0 -6
  36. package/lib/browser/scm-extra-layout-migrations.d.ts.map +0 -1
  37. package/lib/browser/scm-extra-layout-migrations.js +0 -38
  38. package/lib/browser/scm-extra-layout-migrations.js.map +0 -1
  39. package/lib/browser/scm-file-change-label-provider.d.ts +0 -17
  40. package/lib/browser/scm-file-change-label-provider.d.ts.map +0 -1
  41. package/lib/browser/scm-file-change-label-provider.js +0 -72
  42. package/lib/browser/scm-file-change-label-provider.js.map +0 -1
  43. package/lib/browser/scm-file-change-node.d.ts +0 -24
  44. package/lib/browser/scm-file-change-node.d.ts.map +0 -1
  45. package/lib/browser/scm-file-change-node.js +0 -27
  46. package/lib/browser/scm-file-change-node.js.map +0 -1
  47. package/lib/browser/scm-navigable-list-widget.d.ts +0 -57
  48. package/lib/browser/scm-navigable-list-widget.d.ts.map +0 -1
  49. package/lib/browser/scm-navigable-list-widget.js +0 -172
  50. package/lib/browser/scm-navigable-list-widget.js.map +0 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ This includes:
19
19
 
20
20
  ## Additional Information
21
21
 
22
- - [API documentation for `@theia/scm-extra`](https://eclipse-theia.github.io/theia/docs/next/modules/scm_extra.html)
22
+ - [API documentation for `@theia/scm-extra`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_scm-extra.html)
23
23
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
24
24
  - [Theia - Website](https://theia-ide.org/)
25
25
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theia/scm-extra",
3
- "version": "1.67.0-next.13+c409d5d18",
3
+ "version": "1.67.0-next.56+d8f18cc386c",
4
4
  "description": "Theia - Source control extras Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.13+c409d5d18",
7
- "@theia/editor": "1.67.0-next.13+c409d5d18",
8
- "@theia/filesystem": "1.67.0-next.13+c409d5d18",
9
- "@theia/navigator": "1.67.0-next.13+c409d5d18",
10
- "@theia/scm": "1.67.0-next.13+c409d5d18",
6
+ "@theia/core": "1.67.0-next.56+d8f18cc386c",
7
+ "@theia/editor": "1.67.0-next.56+d8f18cc386c",
8
+ "@theia/filesystem": "1.67.0-next.56+d8f18cc386c",
9
+ "@theia/navigator": "1.67.0-next.56+d8f18cc386c",
10
+ "@theia/scm": "1.67.0-next.56+d8f18cc386c",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
13
  "publishConfig": {
@@ -48,5 +48,5 @@
48
48
  "nyc": {
49
49
  "extends": "../../configs/nyc.json"
50
50
  },
51
- "gitHead": "c409d5d18d8c4f5a722f87b37ea9d6fd5af47ea8"
51
+ "gitHead": "d8f18cc386c45a736cd193d42eab02c8f64c6b10"
52
52
  }
@@ -1,4 +0,0 @@
1
- export * from './scm-history-provider';
2
- import { ScmHistorySupport } from './scm-history-widget';
3
- export { ScmHistorySupport };
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/browser/history/index.ts"],"names":[],"mappings":"AAgBA,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2020 Arm 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-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ScmHistorySupport = void 0;
19
- const tslib_1 = require("tslib");
20
- tslib_1.__exportStar(require("./scm-history-provider"), exports);
21
- const scm_history_widget_1 = require("./scm-history-widget");
22
- Object.defineProperty(exports, "ScmHistorySupport", { enumerable: true, get: function () { return scm_history_widget_1.ScmHistorySupport; } });
23
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/browser/history/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,qCAAqC;AACrC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;;AAEhF,iEAAuC;AACvC,6DAAyD;AAEhD,kGAFA,sCAAiB,OAEA"}
@@ -1,39 +0,0 @@
1
- import { Command, Event } from '@theia/core';
2
- import { OpenViewArguments } from '@theia/core/lib/browser';
3
- import { ScmFileChangeNode, ScmHistoryCommit } from '../scm-file-change-node';
4
- export declare const SCM_HISTORY_ID = "scm-history";
5
- export declare const SCM_HISTORY_LABEL: string;
6
- export declare const SCM_HISTORY_TOGGLE_KEYBINDING = "alt+h";
7
- export declare const SCM_HISTORY_MAX_COUNT = 100;
8
- export declare namespace ScmHistoryCommands {
9
- const OPEN_FILE_HISTORY: Command;
10
- const OPEN_BRANCH_HISTORY: Command;
11
- }
12
- export interface ScmHistoryOpenViewArguments extends OpenViewArguments {
13
- uri: string | undefined;
14
- }
15
- export declare const ScmHistorySupport: unique symbol;
16
- export interface ScmHistorySupport {
17
- getCommitHistory(options?: HistoryWidgetOptions): Promise<ScmHistoryCommit[]>;
18
- readonly onDidChangeHistory: Event<void>;
19
- }
20
- export interface ScmCommitNode {
21
- commitDetails: ScmHistoryCommit;
22
- authorAvatar: string;
23
- fileChangeNodes: ScmFileChangeNode[];
24
- expanded: boolean;
25
- selected: boolean;
26
- }
27
- export declare namespace ScmCommitNode {
28
- function is(node: unknown): node is ScmCommitNode;
29
- }
30
- export interface HistoryWidgetOptions {
31
- range?: {
32
- toRevision?: string;
33
- fromRevision?: string;
34
- };
35
- uri?: string;
36
- maxCount?: number;
37
- }
38
- export type ScmHistoryListNode = (ScmCommitNode | ScmFileChangeNode);
39
- //# sourceMappingURL=scm-history-constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-constants.d.ts","sourceRoot":"","sources":["../../../src/browser/history/scm-history-constants.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAO,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE9E,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAC5C,eAAO,MAAM,iBAAiB,QAA+C,CAAC;AAC9E,eAAO,MAAM,6BAA6B,UAAU,CAAC;AACrD,eAAO,MAAM,qBAAqB,MAAM,CAAC;AAEzC,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,iBAAiB,EAAE,OAE/B,CAAC;IACK,MAAM,mBAAmB,EAAE,OAGjC,CAAC;CACL;AAED,MAAM,WAAW,2BAA4B,SAAQ,iBAAiB;IAClE,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,iBAAiB,eAAgC,CAAC;AAC/D,MAAM,WAAW,iBAAiB;IAC9B,gBAAgB,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAC9E,QAAQ,CAAC,kBAAkB,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;CAC5C;AAED,MAAM,WAAW,aAAa;IAC1B,aAAa,EAAE,gBAAgB,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,iBAAiB,EAAE,CAAC;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACrB;AAED,yBAAiB,aAAa,CAAC;IAC3B,SAAgB,EAAE,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,aAAa,CAEvD;CACJ;AAED,MAAM,WAAW,oBAAoB;IACjC,KAAK,CAAC,EAAE;QACJ,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,aAAa,GAAG,iBAAiB,CAAC,CAAC"}
@@ -1,42 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2022 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-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ScmCommitNode = exports.ScmHistorySupport = exports.ScmHistoryCommands = exports.SCM_HISTORY_MAX_COUNT = exports.SCM_HISTORY_TOGGLE_KEYBINDING = exports.SCM_HISTORY_LABEL = exports.SCM_HISTORY_ID = void 0;
19
- const core_1 = require("@theia/core");
20
- exports.SCM_HISTORY_ID = 'scm-history';
21
- exports.SCM_HISTORY_LABEL = core_1.nls.localize('theia/scm/history', 'History');
22
- exports.SCM_HISTORY_TOGGLE_KEYBINDING = 'alt+h';
23
- exports.SCM_HISTORY_MAX_COUNT = 100;
24
- var ScmHistoryCommands;
25
- (function (ScmHistoryCommands) {
26
- ScmHistoryCommands.OPEN_FILE_HISTORY = {
27
- id: 'scm-history:open-file-history',
28
- };
29
- ScmHistoryCommands.OPEN_BRANCH_HISTORY = {
30
- id: 'scm-history:open-branch-history',
31
- label: exports.SCM_HISTORY_LABEL
32
- };
33
- })(ScmHistoryCommands || (exports.ScmHistoryCommands = ScmHistoryCommands = {}));
34
- exports.ScmHistorySupport = Symbol('scm-history-support');
35
- var ScmCommitNode;
36
- (function (ScmCommitNode) {
37
- function is(node) {
38
- return !!node && typeof node === 'object' && 'commitDetails' in node && 'expanded' in node && 'selected' in node;
39
- }
40
- ScmCommitNode.is = is;
41
- })(ScmCommitNode || (exports.ScmCommitNode = ScmCommitNode = {}));
42
- //# sourceMappingURL=scm-history-constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-constants.js","sourceRoot":"","sources":["../../../src/browser/history/scm-history-constants.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,gFAAgF;AAChF,gFAAgF;;;AAEhF,sCAAkD;AAIrC,QAAA,cAAc,GAAG,aAAa,CAAC;AAC/B,QAAA,iBAAiB,GAAG,UAAG,CAAC,QAAQ,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC;AACjE,QAAA,6BAA6B,GAAG,OAAO,CAAC;AACxC,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAEzC,IAAiB,kBAAkB,CAQlC;AARD,WAAiB,kBAAkB;IAClB,oCAAiB,GAAY;QACtC,EAAE,EAAE,+BAA+B;KACtC,CAAC;IACW,sCAAmB,GAAY;QACxC,EAAE,EAAE,iCAAiC;QACrC,KAAK,EAAE,yBAAiB;KAC3B,CAAC;AACN,CAAC,EARgB,kBAAkB,kCAAlB,kBAAkB,QAQlC;AAMY,QAAA,iBAAiB,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;AAc/D,IAAiB,aAAa,CAI7B;AAJD,WAAiB,aAAa;IAC1B,SAAgB,EAAE,CAAC,IAAa;QAC5B,OAAO,CAAC,CAAC,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,eAAe,IAAI,IAAI,IAAI,UAAU,IAAI,IAAI,IAAI,UAAU,IAAI,IAAI,CAAC;IACrH,CAAC;IAFe,gBAAE,KAEjB,CAAA;AACL,CAAC,EAJgB,aAAa,6BAAb,aAAa,QAI7B"}
@@ -1,19 +0,0 @@
1
- import { MenuModelRegistry, CommandRegistry, SelectionService } from '@theia/core';
2
- import { AbstractViewContribution } from '@theia/core/lib/browser';
3
- import { UriCommandHandler, UriAwareCommandHandler } from '@theia/core/lib/common/uri-command-handler';
4
- import URI from '@theia/core/lib/common/uri';
5
- import { ScmHistoryWidget } from './scm-history-widget';
6
- import { ScmService } from '@theia/scm/lib/browser/scm-service';
7
- import { SCM_HISTORY_ID, SCM_HISTORY_LABEL, ScmHistoryCommands, SCM_HISTORY_TOGGLE_KEYBINDING, ScmHistoryOpenViewArguments } from './scm-history-constants';
8
- export { SCM_HISTORY_ID, SCM_HISTORY_LABEL, ScmHistoryCommands, SCM_HISTORY_TOGGLE_KEYBINDING, ScmHistoryOpenViewArguments };
9
- export declare class ScmHistoryContribution extends AbstractViewContribution<ScmHistoryWidget> {
10
- protected readonly selectionService: SelectionService;
11
- protected readonly scmService: ScmService;
12
- constructor();
13
- openView(args?: Partial<ScmHistoryOpenViewArguments>): Promise<ScmHistoryWidget>;
14
- registerMenus(menus: MenuModelRegistry): void;
15
- registerCommands(commands: CommandRegistry): void;
16
- protected refreshWidget(uri: string | undefined): Promise<void>;
17
- protected newUriAwareCommandHandler(handler: UriCommandHandler<URI>): UriAwareCommandHandler<URI>;
18
- }
19
- //# sourceMappingURL=scm-history-contribution.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-contribution.d.ts","sourceRoot":"","sources":["../../../src/browser/history/scm-history-contribution.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACvG,OAAO,GAAG,MAAM,4BAA4B,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,6BAA6B,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAC5J,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,6BAA6B,EAAE,2BAA2B,EAAE,CAAC;AAE7H,qBACa,sBAAuB,SAAQ,wBAAwB,CAAC,gBAAgB,CAAC;IAGlF,SAAS,CAAC,QAAQ,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAEtD,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;;IAe3B,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAMtF,aAAa,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAY7C,gBAAgB,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI;cAS1C,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC;IASrE,SAAS,CAAC,yBAAyB,CAAC,OAAO,EAAE,iBAAiB,CAAC,GAAG,CAAC,GAAG,sBAAsB,CAAC,GAAG,CAAC;CAIpG"}
@@ -1,94 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2018 TypeFox 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-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ScmHistoryContribution = exports.SCM_HISTORY_TOGGLE_KEYBINDING = exports.ScmHistoryCommands = exports.SCM_HISTORY_LABEL = exports.SCM_HISTORY_ID = void 0;
19
- const tslib_1 = require("tslib");
20
- const core_1 = require("@theia/core");
21
- const browser_1 = require("@theia/core/lib/browser");
22
- const inversify_1 = require("@theia/core/shared/inversify");
23
- const navigator_contribution_1 = require("@theia/navigator/lib/browser/navigator-contribution");
24
- const uri_command_handler_1 = require("@theia/core/lib/common/uri-command-handler");
25
- const scm_service_1 = require("@theia/scm/lib/browser/scm-service");
26
- const scm_extra_contribution_1 = require("../scm-extra-contribution");
27
- const scm_history_constants_1 = require("./scm-history-constants");
28
- Object.defineProperty(exports, "SCM_HISTORY_ID", { enumerable: true, get: function () { return scm_history_constants_1.SCM_HISTORY_ID; } });
29
- Object.defineProperty(exports, "SCM_HISTORY_LABEL", { enumerable: true, get: function () { return scm_history_constants_1.SCM_HISTORY_LABEL; } });
30
- Object.defineProperty(exports, "ScmHistoryCommands", { enumerable: true, get: function () { return scm_history_constants_1.ScmHistoryCommands; } });
31
- Object.defineProperty(exports, "SCM_HISTORY_TOGGLE_KEYBINDING", { enumerable: true, get: function () { return scm_history_constants_1.SCM_HISTORY_TOGGLE_KEYBINDING; } });
32
- let ScmHistoryContribution = class ScmHistoryContribution extends browser_1.AbstractViewContribution {
33
- constructor() {
34
- super({
35
- widgetId: scm_history_constants_1.SCM_HISTORY_ID,
36
- widgetName: scm_history_constants_1.SCM_HISTORY_LABEL,
37
- defaultWidgetOptions: {
38
- area: 'left',
39
- rank: 500
40
- },
41
- toggleCommandId: scm_history_constants_1.ScmHistoryCommands.OPEN_BRANCH_HISTORY.id,
42
- toggleKeybinding: scm_history_constants_1.SCM_HISTORY_TOGGLE_KEYBINDING
43
- });
44
- }
45
- async openView(args) {
46
- const widget = await super.openView(args);
47
- this.refreshWidget(args.uri);
48
- return widget;
49
- }
50
- registerMenus(menus) {
51
- menus.registerMenuAction(navigator_contribution_1.NavigatorContextMenu.SEARCH, {
52
- commandId: scm_history_constants_1.ScmHistoryCommands.OPEN_FILE_HISTORY.id,
53
- label: scm_history_constants_1.SCM_HISTORY_LABEL
54
- });
55
- menus.registerMenuAction(scm_extra_contribution_1.EDITOR_CONTEXT_MENU_SCM, {
56
- commandId: scm_history_constants_1.ScmHistoryCommands.OPEN_FILE_HISTORY.id,
57
- label: scm_history_constants_1.SCM_HISTORY_LABEL
58
- });
59
- super.registerMenus(menus);
60
- }
61
- registerCommands(commands) {
62
- commands.registerCommand(scm_history_constants_1.ScmHistoryCommands.OPEN_FILE_HISTORY, this.newUriAwareCommandHandler({
63
- isEnabled: (uri) => !!this.scmService.findRepository(uri),
64
- isVisible: (uri) => !!this.scmService.findRepository(uri),
65
- execute: async (uri) => this.openView({ activate: true, uri: uri.toString() }),
66
- }));
67
- super.registerCommands(commands);
68
- }
69
- async refreshWidget(uri) {
70
- const widget = this.tryGetWidget();
71
- if (!widget) {
72
- // the widget doesn't exist, so don't wake it up
73
- return;
74
- }
75
- await widget.setContent({ uri });
76
- }
77
- newUriAwareCommandHandler(handler) {
78
- return uri_command_handler_1.UriAwareCommandHandler.MonoSelect(this.selectionService, handler);
79
- }
80
- };
81
- exports.ScmHistoryContribution = ScmHistoryContribution;
82
- tslib_1.__decorate([
83
- (0, inversify_1.inject)(core_1.SelectionService),
84
- tslib_1.__metadata("design:type", core_1.SelectionService)
85
- ], ScmHistoryContribution.prototype, "selectionService", void 0);
86
- tslib_1.__decorate([
87
- (0, inversify_1.inject)(scm_service_1.ScmService),
88
- tslib_1.__metadata("design:type", scm_service_1.ScmService)
89
- ], ScmHistoryContribution.prototype, "scmService", void 0);
90
- exports.ScmHistoryContribution = ScmHistoryContribution = tslib_1.__decorate([
91
- (0, inversify_1.injectable)(),
92
- tslib_1.__metadata("design:paramtypes", [])
93
- ], ScmHistoryContribution);
94
- //# sourceMappingURL=scm-history-contribution.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-contribution.js","sourceRoot":"","sources":["../../../src/browser/history/scm-history-contribution.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import { interfaces } from '@theia/core/shared/inversify';
2
- import '../../../src/browser/style/history.css';
3
- export declare function bindScmHistoryModule(bind: interfaces.Bind): void;
4
- //# sourceMappingURL=scm-history-frontend-module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-frontend-module.d.ts","sourceRoot":"","sources":["../../../src/browser/history/scm-history-frontend-module.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAM1D,OAAO,wCAAwC,CAAC;AAEhD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,GAAG,IAAI,CAWhE"}
@@ -1,34 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2019 Arm 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-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.bindScmHistoryModule = void 0;
19
- const scm_history_contribution_1 = require("./scm-history-contribution");
20
- const browser_1 = require("@theia/core/lib/browser");
21
- const scm_history_widget_1 = require("./scm-history-widget");
22
- const scm_extra_layout_migrations_1 = require("../scm-extra-layout-migrations");
23
- require("../../../src/browser/style/history.css");
24
- function bindScmHistoryModule(bind) {
25
- bind(scm_history_widget_1.ScmHistoryWidget).toSelf();
26
- bind(browser_1.WidgetFactory).toDynamicValue(ctx => ({
27
- id: scm_history_contribution_1.SCM_HISTORY_ID,
28
- createWidget: () => ctx.container.get(scm_history_widget_1.ScmHistoryWidget)
29
- }));
30
- (0, browser_1.bindViewContribution)(bind, scm_history_contribution_1.ScmHistoryContribution);
31
- bind(browser_1.ApplicationShellLayoutMigration).to(scm_extra_layout_migrations_1.ScmExtraLayoutVersion4Migration).inSingletonScope();
32
- }
33
- exports.bindScmHistoryModule = bindScmHistoryModule;
34
- //# sourceMappingURL=scm-history-frontend-module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-frontend-module.js","sourceRoot":"","sources":["../../../src/browser/history/scm-history-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,qCAAqC;AACrC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAGhF,yEAAoF;AACpF,qDAA+G;AAC/G,6DAAwD;AACxD,gFAAiF;AAEjF,kDAAgD;AAEhD,SAAgB,oBAAoB,CAAC,IAAqB;IAEtD,IAAI,CAAC,qCAAgB,CAAC,CAAC,MAAM,EAAE,CAAC;IAChC,IAAI,CAAC,uBAAa,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACvC,EAAE,EAAE,yCAAc;QAClB,YAAY,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAmB,qCAAgB,CAAC;KAC5E,CAAC,CAAC,CAAC;IAEJ,IAAA,8BAAoB,EAAC,IAAI,EAAE,iDAAsB,CAAC,CAAC;IAEnD,IAAI,CAAC,yCAA+B,CAAC,CAAC,EAAE,CAAC,6DAA+B,CAAC,CAAC,gBAAgB,EAAE,CAAC;AACjG,CAAC;AAXD,oDAWC"}
@@ -1,9 +0,0 @@
1
- import { ScmProvider } from '@theia/scm/lib/browser/scm-provider';
2
- import { ScmHistorySupport } from './scm-history-constants';
3
- export interface ScmHistoryProvider extends ScmProvider {
4
- historySupport?: ScmHistorySupport;
5
- }
6
- export declare namespace ScmHistoryProvider {
7
- function is(scmProvider: ScmProvider | undefined): scmProvider is ScmHistoryProvider;
8
- }
9
- //# sourceMappingURL=scm-history-provider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-provider.d.ts","sourceRoot":"","sources":["../../../src/browser/history/scm-history-provider.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACnD,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACtC;AACD,yBAAiB,kBAAkB,CAAC;IAChC,SAAgB,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,SAAS,GAAG,WAAW,IAAI,kBAAkB,CAE1F;CACJ"}
@@ -1,26 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2020 Arm 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-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ScmHistoryProvider = void 0;
19
- var ScmHistoryProvider;
20
- (function (ScmHistoryProvider) {
21
- function is(scmProvider) {
22
- return !!scmProvider && 'historySupport' in scmProvider;
23
- }
24
- ScmHistoryProvider.is = is;
25
- })(ScmHistoryProvider || (exports.ScmHistoryProvider = ScmHistoryProvider = {}));
26
- //# sourceMappingURL=scm-history-provider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-provider.js","sourceRoot":"","sources":["../../../src/browser/history/scm-history-provider.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,qCAAqC;AACrC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAQhF,IAAiB,kBAAkB,CAIlC;AAJD,WAAiB,kBAAkB;IAC/B,SAAgB,EAAE,CAAC,WAAoC;QACnD,OAAO,CAAC,CAAC,WAAW,IAAI,gBAAgB,IAAI,WAAW,CAAC;IAC5D,CAAC;IAFe,qBAAE,KAEjB,CAAA;AACL,CAAC,EAJgB,kBAAkB,kCAAlB,kBAAkB,QAIlC"}
@@ -1,90 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="lodash" />
3
- import { DisposableCollection } from '@theia/core';
4
- import { OpenerService, StatefulWidget, WidgetManager, ApplicationShell } from '@theia/core/lib/browser';
5
- import { Message } from '@theia/core/shared/@lumino/messaging';
6
- import { VirtuosoHandle } from '@theia/core/shared/react-virtuoso';
7
- import { ScmFileChange, ScmFileChangeNode } from '../scm-file-change-node';
8
- import { ScmAvatarService } from '@theia/scm/lib/browser/scm-avatar-service';
9
- import { ScmNavigableListWidget } from '../scm-navigable-list-widget';
10
- import * as React from '@theia/core/shared/react';
11
- import { FileService } from '@theia/filesystem/lib/browser/file-service';
12
- import { HistoryWidgetOptions, ScmCommitNode, ScmHistoryListNode, ScmHistorySupport } from './scm-history-constants';
13
- export { HistoryWidgetOptions, ScmCommitNode, ScmHistoryListNode, ScmHistorySupport };
14
- export declare class ScmHistoryWidget extends ScmNavigableListWidget<ScmHistoryListNode> implements StatefulWidget {
15
- protected readonly openerService: OpenerService;
16
- protected readonly shell: ApplicationShell;
17
- protected readonly fileService: FileService;
18
- protected readonly avatarService: ScmAvatarService;
19
- protected readonly widgetManager: WidgetManager;
20
- protected options: HistoryWidgetOptions;
21
- protected singleFileMode: boolean;
22
- private cancelIndicator;
23
- protected listView: ScmHistoryList | undefined;
24
- protected hasMoreCommits: boolean;
25
- protected allowScrollToSelected: boolean;
26
- protected status: {
27
- state: 'loading';
28
- } | {
29
- state: 'ready';
30
- commits: ScmCommitNode[];
31
- } | {
32
- state: 'error';
33
- errorMessage: React.ReactNode;
34
- };
35
- protected readonly toDisposeOnRepositoryChange: DisposableCollection;
36
- protected historySupport: ScmHistorySupport | undefined;
37
- constructor(openerService: OpenerService, shell: ApplicationShell, fileService: FileService, avatarService: ScmAvatarService, widgetManager: WidgetManager);
38
- protected init(): void;
39
- protected refreshOnRepositoryChange(): void;
40
- protected createHistoryOptions(): HistoryWidgetOptions;
41
- protected readonly toDisposeOnRefresh: DisposableCollection;
42
- protected refresh(): void;
43
- protected onAfterAttach(msg: Message): void;
44
- setContent: import("lodash").DebouncedFuncLeading<(options?: HistoryWidgetOptions) => Promise<void>>;
45
- protected doSetContent(options?: HistoryWidgetOptions): Promise<void>;
46
- protected resetState(options?: HistoryWidgetOptions): void;
47
- protected addCommits(options?: HistoryWidgetOptions): Promise<void>;
48
- protected addOrRemoveFileChangeNodes(commit: ScmCommitNode): Promise<void>;
49
- protected addFileChangeNodes(commit: ScmCommitNode, scmNodesArrayIndex: number): Promise<void>;
50
- protected removeFileChangeNodes(commit: ScmCommitNode, scmNodesArrayIndex: number): void;
51
- storeState(): object;
52
- restoreState(oldState: any): void;
53
- protected onDataReady(): void;
54
- protected render(): React.ReactNode;
55
- protected renderHistoryHeader(): React.ReactNode;
56
- protected renderCommitList(): React.ReactNode;
57
- protected readonly loadMoreRows: (index: number) => Promise<void>;
58
- protected doLoadMoreRows(index: number): Promise<void>;
59
- protected readonly renderCommit: (commit: ScmCommitNode) => React.ReactNode;
60
- protected doRenderCommit(commit: ScmCommitNode): React.ReactNode;
61
- protected openDetailWidget(commitNode: ScmCommitNode): Promise<void>;
62
- protected readonly renderFileChangeList: (fileChange: ScmFileChangeNode) => React.ReactNode;
63
- protected doRenderFileChangeList(fileChange: ScmFileChangeNode): React.ReactNode;
64
- protected renderScmItem(change: ScmFileChangeNode, commitSha: string): React.ReactNode;
65
- protected navigateLeft(): void;
66
- protected navigateRight(): void;
67
- protected handleListEnter(): void;
68
- protected openFile(change: ScmFileChange): void;
69
- }
70
- export declare namespace ScmHistoryList {
71
- interface Props {
72
- readonly rows: ScmHistoryListNode[];
73
- readonly hasMoreRows: boolean;
74
- readonly loadMoreRows: (index: number) => Promise<void>;
75
- readonly renderCommit: (commit: ScmCommitNode) => React.ReactNode;
76
- readonly renderFileChangeList: (fileChange: ScmFileChangeNode) => React.ReactNode;
77
- }
78
- }
79
- export declare class ScmHistoryList extends React.Component<ScmHistoryList.Props> {
80
- list: VirtuosoHandle | undefined;
81
- protected readonly checkIfRowIsLoaded: (opts: {
82
- index: number;
83
- }) => boolean;
84
- protected doCheckIfRowIsLoaded(opts: {
85
- index: number;
86
- }): boolean;
87
- render(): React.ReactNode;
88
- protected renderRow(index: number): React.ReactNode;
89
- }
90
- //# sourceMappingURL=scm-history-widget.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scm-history-widget.d.ts","sourceRoot":"","sources":["../../../src/browser/history/scm-history-widget.tsx"],"names":[],"mappings":"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"}