@theia/bulk-edit 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/bulk-edit-commands.d.ts +0 -15
- package/lib/browser/bulk-edit-commands.d.ts.map +1 -1
- package/lib/browser/bulk-edit-commands.js +17 -17
- package/lib/browser/bulk-edit-commands.js.map +1 -1
- package/lib/browser/bulk-edit-contribution.d.ts +0 -15
- package/lib/browser/bulk-edit-contribution.d.ts.map +1 -1
- package/lib/browser/bulk-edit-contribution.js +18 -18
- package/lib/browser/bulk-edit-contribution.js.map +1 -1
- package/lib/browser/bulk-edit-frontend-module.d.ts +0 -15
- package/lib/browser/bulk-edit-frontend-module.d.ts.map +1 -1
- package/lib/browser/bulk-edit-frontend-module.js +17 -17
- package/lib/browser/bulk-edit-frontend-module.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-node-selection.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-node-selection.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-node-selection.js +15 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-node-selection.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-container.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-container.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-container.js +20 -25
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-container.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-model.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-model.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-model.js +19 -19
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-model.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-widget.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-widget.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-widget.js +24 -24
- package/lib/browser/bulk-edit-tree/bulk-edit-tree-widget.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.js +16 -16
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.js.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.spec.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.spec.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.spec.js +17 -17
- package/lib/browser/bulk-edit-tree/bulk-edit-tree.spec.js.map +1 -1
- package/lib/browser/bulk-edit-tree/index.d.ts +0 -15
- package/lib/browser/bulk-edit-tree/index.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree/index.js +16 -16
- package/lib/browser/bulk-edit-tree/index.js.map +1 -1
- package/lib/browser/bulk-edit-tree-label-provider.d.ts +0 -15
- package/lib/browser/bulk-edit-tree-label-provider.d.ts.map +1 -1
- package/lib/browser/bulk-edit-tree-label-provider.js +19 -19
- package/lib/browser/bulk-edit-tree-label-provider.js.map +1 -1
- package/package.json +7 -7
- package/src/browser/bulk-edit-commands.ts +15 -15
- package/src/browser/bulk-edit-contribution.ts +17 -17
- package/src/browser/bulk-edit-frontend-module.ts +15 -15
- package/src/browser/bulk-edit-tree/bulk-edit-node-selection.ts +17 -17
- package/src/browser/bulk-edit-tree/bulk-edit-tree-container.ts +21 -29
- package/src/browser/bulk-edit-tree/bulk-edit-tree-model.ts +17 -17
- package/src/browser/bulk-edit-tree/bulk-edit-tree-widget.tsx +23 -23
- package/src/browser/bulk-edit-tree/bulk-edit-tree.spec.ts +15 -15
- package/src/browser/bulk-edit-tree/bulk-edit-tree.ts +15 -15
- package/src/browser/bulk-edit-tree/index.ts +15 -15
- package/src/browser/bulk-edit-tree-label-provider.ts +15 -15
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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 { Command } from '@theia/core/lib/common';
|
|
17
2
|
export declare namespace BulkEditCommands {
|
|
18
3
|
const TOGGLE_VIEW: Command;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-commands.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-commands.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-commands.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-commands.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAEjD,yBAAiB,gBAAgB,CAAC;IACvB,MAAM,WAAW,EAAE,OAEzB,CAAC;IAEK,MAAM,KAAK,EAAE,OAGnB,CAAC;IAEK,MAAM,OAAO,EAAE,OAGrB,CAAC;CACL"}
|
|
@@ -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) 2021 SAP SE or an SAP affiliate company 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.BulkEditCommands = void 0;
|
|
19
19
|
const browser_1 = require("@theia/core/lib/browser");
|
|
@@ -24,11 +24,11 @@ var BulkEditCommands;
|
|
|
24
24
|
};
|
|
25
25
|
BulkEditCommands.APPLY = {
|
|
26
26
|
id: 'bulk-edit:apply',
|
|
27
|
-
iconClass: browser_1.codicon('check')
|
|
27
|
+
iconClass: (0, browser_1.codicon)('check')
|
|
28
28
|
};
|
|
29
29
|
BulkEditCommands.DISCARD = {
|
|
30
30
|
id: 'bulk-edit:discard',
|
|
31
|
-
iconClass: browser_1.codicon('clear-all')
|
|
31
|
+
iconClass: (0, browser_1.codicon)('clear-all')
|
|
32
32
|
};
|
|
33
33
|
})(BulkEditCommands = exports.BulkEditCommands || (exports.BulkEditCommands = {}));
|
|
34
34
|
//# sourceMappingURL=bulk-edit-commands.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-commands.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-commands.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-commands.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-commands.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oEAAoE;AACpE,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,qDAAkD;AAGlD,IAAiB,gBAAgB,CAchC;AAdD,WAAiB,gBAAgB;IAChB,4BAAW,GAAY;QAChC,EAAE,EAAE,sBAAsB;KAC7B,CAAC;IAEW,sBAAK,GAAY;QAC1B,EAAE,EAAE,iBAAiB;QACrB,SAAS,EAAE,IAAA,iBAAO,EAAC,OAAO,CAAC;KAC9B,CAAC;IAEW,wBAAO,GAAY;QAC5B,EAAE,EAAE,mBAAmB;QACvB,SAAS,EAAE,IAAA,iBAAO,EAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC,EAdgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAchC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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 { Widget } from '@theia/core/lib/browser/widgets/widget';
|
|
17
2
|
import { CommandRegistry } from '@theia/core/lib/common';
|
|
18
3
|
import { AbstractViewContribution } from '@theia/core/lib/browser/shell/view-contribution';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-contribution.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-contribution.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,MAAM,EAAE,MAAM,wCAAwC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAE3F,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAC3F,OAAO,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACjH,OAAO,EAAE,kBAAkB,EAAmD,MAAM,kBAAkB,CAAC;AACvG,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAG3D,qBACa,oBAAqB,SAAQ,wBAAwB,CAAC,kBAAkB,CAAE,YAAW,yBAAyB;IAM3G,OAAO,CAAC,QAAQ,CAAC,eAAe;IAL5C,OAAO,CAAC,KAAK,CAA+B;IAE5C,mBAC4B,SAAS,EAAE,gBAAgB,CAAC;gBAE3B,eAAe,EAAE,qBAAqB;IAW1D,gBAAgB,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI;IAgBpD,oBAAoB,CAAC,eAAe,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC;IAejF,SAAS,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,oBAA0C,EAAE,EAAE,EAAE,CAAC,QAAQ,EAAE,kBAAkB,KAAK,CAAC,GAAG,CAAC,GAAG,KAAK;YAO/G,WAAW;IAWzB,OAAO,CAAC,KAAK;IAYb,OAAO,CAAC,OAAO;CAIlB"}
|
|
@@ -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) 2021 SAP SE or an SAP affiliate company 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);
|
|
@@ -104,12 +104,12 @@ let BulkEditContribution = class BulkEditContribution extends view_contribution_
|
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
106
|
__decorate([
|
|
107
|
-
inversify_1.inject(browser_1.QuickViewService),
|
|
108
|
-
inversify_1.optional(),
|
|
107
|
+
(0, inversify_1.inject)(browser_1.QuickViewService),
|
|
108
|
+
(0, inversify_1.optional)(),
|
|
109
109
|
__metadata("design:type", browser_1.QuickViewService)
|
|
110
110
|
], BulkEditContribution.prototype, "quickView", void 0);
|
|
111
111
|
BulkEditContribution = __decorate([
|
|
112
|
-
inversify_1.injectable(),
|
|
112
|
+
(0, inversify_1.injectable)(),
|
|
113
113
|
__metadata("design:paramtypes", [monaco_bulk_edit_service_1.MonacoBulkEditService])
|
|
114
114
|
], BulkEditContribution);
|
|
115
115
|
exports.BulkEditContribution = BulkEditContribution;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-contribution.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-contribution.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-contribution.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-contribution.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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/bulk-edit.css';
|
|
18
3
|
declare const _default: ContainerModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-frontend-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-frontend-module.d.ts","sourceRoot":"","sources":["../../src/browser/bulk-edit-frontend-module.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAO/D,OAAO,uCAAuC,CAAC;;AAE/C,wBAcG"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
3
|
+
// *****************************************************************************
|
|
4
|
+
// Copyright (C) 2021 SAP SE or an SAP affiliate company and others.
|
|
5
|
+
//
|
|
6
|
+
// This program and the accompanying materials are made available under the
|
|
7
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
8
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
9
|
+
//
|
|
10
|
+
// This Source Code may also be made available under the following Secondary
|
|
11
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
12
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
13
|
+
// with the GNU Classpath Exception which is available at
|
|
14
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
15
|
+
//
|
|
16
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
17
|
+
// *****************************************************************************
|
|
18
18
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
19
19
|
const widget_manager_1 = require("@theia/core/lib/browser/widget-manager");
|
|
20
20
|
const bulk_edit_tree_1 = require("./bulk-edit-tree");
|
|
@@ -24,12 +24,12 @@ const tab_bar_toolbar_1 = require("@theia/core/lib/browser/shell/tab-bar-toolbar
|
|
|
24
24
|
const bulk_edit_tree_label_provider_1 = require("./bulk-edit-tree-label-provider");
|
|
25
25
|
require("../../src/browser/style/bulk-edit.css");
|
|
26
26
|
exports.default = new inversify_1.ContainerModule(bind => {
|
|
27
|
-
bind(bulk_edit_tree_1.BulkEditTreeWidget).toDynamicValue(ctx => bulk_edit_tree_1.createBulkEditTreeWidget(ctx.container));
|
|
27
|
+
bind(bulk_edit_tree_1.BulkEditTreeWidget).toDynamicValue(ctx => (0, bulk_edit_tree_1.createBulkEditTreeWidget)(ctx.container));
|
|
28
28
|
bind(widget_manager_1.WidgetFactory).toDynamicValue(context => ({
|
|
29
29
|
id: bulk_edit_tree_1.BULK_EDIT_TREE_WIDGET_ID,
|
|
30
30
|
createWidget: () => context.container.get(bulk_edit_tree_1.BulkEditTreeWidget)
|
|
31
31
|
}));
|
|
32
|
-
browser_1.bindViewContribution(bind, bulk_edit_contribution_1.BulkEditContribution);
|
|
32
|
+
(0, browser_1.bindViewContribution)(bind, bulk_edit_contribution_1.BulkEditContribution);
|
|
33
33
|
bind(browser_1.FrontendApplicationContribution).toService(bulk_edit_contribution_1.BulkEditContribution);
|
|
34
34
|
bind(tab_bar_toolbar_1.TabBarToolbarContribution).toService(bulk_edit_contribution_1.BulkEditContribution);
|
|
35
35
|
bind(bulk_edit_tree_label_provider_1.BulkEditTreeLabelProvider).toSelf().inSingletonScope();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-frontend-module.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-frontend-module.ts"],"names":[],"mappings":";;AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-frontend-module.js","sourceRoot":"","sources":["../../src/browser/bulk-edit-frontend-module.ts"],"names":[],"mappings":";;AAAA,gFAAgF;AAChF,oEAAoE;AACpE,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;AAChF,4DAA+D;AAC/D,2EAAuE;AACvE,qDAA0G;AAC1G,qDAA2H;AAC3H,qEAAgE;AAChE,mFAA0F;AAC1F,mFAA4E;AAC5E,iDAA+C;AAE/C,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,mCAAkB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,CAC1C,IAAA,yCAAwB,EAAC,GAAG,CAAC,SAAS,CAAC,CAC1C,CAAC;IACF,IAAI,CAAC,8BAAa,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC3C,EAAE,EAAE,yCAAwB;QAC5B,YAAY,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,mCAAkB,CAAC;KAChE,CAAC,CAAC,CAAC;IACJ,IAAA,8BAAoB,EAAC,IAAI,EAAE,6CAAoB,CAAC,CAAC;IACjD,IAAI,CAAC,yCAA+B,CAAC,CAAC,SAAS,CAAC,6CAAoB,CAAC,CAAC;IACtE,IAAI,CAAC,2CAAyB,CAAC,CAAC,SAAS,CAAC,6CAAoB,CAAC,CAAC;IAEhE,IAAI,CAAC,yDAAyB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC5D,IAAI,CAAC,mCAAyB,CAAC,CAAC,SAAS,CAAC,yDAAyB,CAAC,CAAC;AACzE,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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="@theia/monaco-editor-core/monaco" />
|
|
17
2
|
import { SelectionService } from '@theia/core/lib/common/selection-service';
|
|
18
3
|
import { SelectionCommandHandler } from '@theia/core/lib/common/selection-command-handler';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-node-selection.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-node-selection.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-node-selection.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-node-selection.ts"],"names":[],"mappings":";AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAE3F,MAAM,WAAW,qBAAqB;IAClC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC;CAC7E;AACD,yBAAiB,qBAAqB,CAAC;IACnC,SAAgB,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,GAAG,IAAI,qBAAqB,CAExE;IAED,MAAa,cAAe,SAAQ,uBAAuB,CAAC,qBAAqB,CAAC;2BAG9C,gBAAgB,EAAE,gBAAgB;2BAClC,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,qBAAqB,CAAC;oBAD/D,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,uBAAuB,CAAC,OAAO,CAAC,qBAAqB,CAAC;KAQlG;CAEJ"}
|
|
@@ -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) 2021 SAP SE or an SAP affiliate company 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.BulkEditNodeSelection = void 0;
|
|
19
19
|
const selection_command_handler_1 = require("@theia/core/lib/common/selection-command-handler");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-node-selection.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-node-selection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-node-selection.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-node-selection.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oEAAoE;AACpE,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;;;AAGhF,gGAA2F;AAK3F,IAAiB,qBAAqB,CAmBrC;AAnBD,WAAiB,qBAAqB;IAClC,SAAgB,EAAE,CAAC,GAAuB;QACtC,OAAO,OAAO,GAAG,KAAK,QAAQ,IAAI,CAAC,UAAU,IAAI,GAAG,CAAC,CAAC;IAC1D,CAAC;IAFe,wBAAE,KAEjB,CAAA;IAED,MAAa,cAAe,SAAQ,mDAA8C;QAE9E,YACgC,gBAAkC,EAClC,OAA+D;YAE3F,KAAK,CACD,gBAAgB,EAChB,GAAG,CAAC,EAAE,CAAC,qBAAqB,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EACtD,OAAO,CACV,CAAC;YAP0B,qBAAgB,GAAhB,gBAAgB,CAAkB;YAClC,YAAO,GAAP,OAAO,CAAwD;QAO/F,CAAC;KACJ;IAZY,oCAAc,iBAY1B,CAAA;AAEL,CAAC,EAnBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAmBrC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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 { interfaces, Container } from '@theia/core/shared/inversify';
|
|
17
2
|
import { BulkEditTreeWidget } from './bulk-edit-tree-widget';
|
|
18
3
|
export declare function createBulkEditContainer(parent: interfaces.Container): Container;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-tree-container.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-container.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-tree-container.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-container.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAK7D,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,UAAU,CAAC,SAAS,GAAG,SAAS,CAQ/E;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,UAAU,CAAC,SAAS,GAAG,kBAAkB,CAEzF"}
|
|
@@ -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) 2021 SAP SE or an SAP affiliate company 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.createBulkEditTreeWidget = exports.createBulkEditContainer = void 0;
|
|
19
19
|
const bulk_edit_tree_widget_1 = require("./bulk-edit-tree-widget");
|
|
@@ -21,16 +21,11 @@ const bulk_edit_tree_1 = require("./bulk-edit-tree");
|
|
|
21
21
|
const bulk_edit_tree_model_1 = require("./bulk-edit-tree-model");
|
|
22
22
|
const browser_1 = require("@theia/core/lib/browser");
|
|
23
23
|
function createBulkEditContainer(parent) {
|
|
24
|
-
const child = browser_1.createTreeContainer(parent
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
child.bind(bulk_edit_tree_widget_1.BulkEditTreeWidget).toSelf();
|
|
30
|
-
child.unbind(browser_1.TreeModelImpl);
|
|
31
|
-
child.bind(bulk_edit_tree_model_1.BulkEditTreeModel).toSelf();
|
|
32
|
-
child.rebind(browser_1.TreeModel).toService(bulk_edit_tree_model_1.BulkEditTreeModel);
|
|
33
|
-
child.rebind(browser_1.TreeProps).toConstantValue(browser_1.defaultTreeProps);
|
|
24
|
+
const child = (0, browser_1.createTreeContainer)(parent, {
|
|
25
|
+
tree: bulk_edit_tree_1.BulkEditTree,
|
|
26
|
+
widget: bulk_edit_tree_widget_1.BulkEditTreeWidget,
|
|
27
|
+
model: bulk_edit_tree_model_1.BulkEditTreeModel,
|
|
28
|
+
});
|
|
34
29
|
return child;
|
|
35
30
|
}
|
|
36
31
|
exports.createBulkEditContainer = createBulkEditContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-tree-container.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-container.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-tree-container.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-container.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oEAAoE;AACpE,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;;;AAGhF,mEAA6D;AAC7D,qDAAgD;AAChD,iEAA2D;AAC3D,qDAA8D;AAE9D,SAAgB,uBAAuB,CAAC,MAA4B;IAChE,MAAM,KAAK,GAAG,IAAA,6BAAmB,EAAC,MAAM,EAAE;QACtC,IAAI,EAAE,6BAAY;QAClB,MAAM,EAAE,0CAAkB;QAC1B,KAAK,EAAE,wCAAiB;KAC3B,CAAC,CAAC;IAEH,OAAO,KAAK,CAAC;AACjB,CAAC;AARD,0DAQC;AAED,SAAgB,wBAAwB,CAAC,MAA4B;IACjE,OAAO,uBAAuB,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,0CAAkB,CAAC,CAAC;AACnE,CAAC;AAFD,4DAEC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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="@theia/monaco-editor-core/monaco" />
|
|
17
2
|
import { BulkEditTree } from './bulk-edit-tree';
|
|
18
3
|
import { TreeModelImpl, OpenerService, TreeNode } from '@theia/core/lib/browser';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-tree-model.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-tree-model.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-model.ts"],"names":[],"mappings":";AAiBA,OAAO,EAAgB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,aAAa,EAAQ,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAEvF,qBACa,iBAAkB,SAAQ,aAAa;IAChD,mBAAkD,IAAI,EAAE,YAAY,CAAC;IAC9C,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAC;cAEpD,UAAU,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI;IAQnD,UAAU,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI;IAI1B,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAGzG"}
|
|
@@ -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) 2021 SAP SE or an SAP affiliate company 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);
|
|
@@ -31,7 +31,7 @@ const browser_1 = require("@theia/core/lib/browser");
|
|
|
31
31
|
let BulkEditTreeModel = class BulkEditTreeModel extends browser_1.TreeModelImpl {
|
|
32
32
|
doOpenNode(node) {
|
|
33
33
|
if (bulk_edit_tree_1.BulkEditNode.is(node)) {
|
|
34
|
-
browser_1.open(this.openerService, node.uri, undefined);
|
|
34
|
+
(0, browser_1.open)(this.openerService, node.uri, undefined);
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
37
|
super.doOpenNode(node);
|
|
@@ -45,15 +45,15 @@ let BulkEditTreeModel = class BulkEditTreeModel extends browser_1.TreeModelImpl
|
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
__decorate([
|
|
48
|
-
inversify_1.inject(bulk_edit_tree_1.BulkEditTree),
|
|
48
|
+
(0, inversify_1.inject)(bulk_edit_tree_1.BulkEditTree),
|
|
49
49
|
__metadata("design:type", bulk_edit_tree_1.BulkEditTree)
|
|
50
50
|
], BulkEditTreeModel.prototype, "tree", void 0);
|
|
51
51
|
__decorate([
|
|
52
|
-
inversify_1.inject(browser_1.OpenerService),
|
|
52
|
+
(0, inversify_1.inject)(browser_1.OpenerService),
|
|
53
53
|
__metadata("design:type", Object)
|
|
54
54
|
], BulkEditTreeModel.prototype, "openerService", void 0);
|
|
55
55
|
BulkEditTreeModel = __decorate([
|
|
56
|
-
inversify_1.injectable()
|
|
56
|
+
(0, inversify_1.injectable)()
|
|
57
57
|
], BulkEditTreeModel);
|
|
58
58
|
exports.BulkEditTreeModel = BulkEditTreeModel;
|
|
59
59
|
//# sourceMappingURL=bulk-edit-tree-model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-tree-model.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-model.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"bulk-edit-tree-model.js","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-model.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oEAAoE;AACpE,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,qDAA8D;AAC9D,qDAAuF;AAGvF,IAAa,iBAAiB,GAA9B,MAAa,iBAAkB,SAAQ,uBAAa;IAI7B,UAAU,CAAC,IAAc;QACxC,IAAI,6BAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE;YACvB,IAAA,cAAI,EAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;SACjD;aAAM;YACH,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;SAC1B;IACL,CAAC;IAED,UAAU,CAAC,IAAc;QACrB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED,KAAK,CAAC,SAAS,CAAC,KAAmC,EAAE,YAAiC;QAClF,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;IAC5C,CAAC;CACJ,CAAA;AAlByB;IAArB,IAAA,kBAAM,EAAC,6BAAY,CAAC;8BAAmC,6BAAY;+CAAC;AAC9C;IAAtB,IAAA,kBAAM,EAAC,uBAAa,CAAC;;wDAAiD;AAF9D,iBAAiB;IAD7B,IAAA,sBAAU,GAAE;GACA,iBAAiB,CAmB7B;AAnBY,8CAAiB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2021 SAP SE or an SAP affiliate company 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="@theia/monaco-editor-core/monaco" />
|
|
17
2
|
/// <reference types="react" />
|
|
18
3
|
import { TreeWidget, TreeProps, ContextMenuRenderer, TreeNode, TreeModel, NodeProps, QuickViewService } from '@theia/core/lib/browser';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-edit-tree-widget.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-widget.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-edit-tree-widget.d.ts","sourceRoot":"","sources":["../../../src/browser/bulk-edit-tree/bulk-edit-tree-widget.tsx"],"names":[],"mappings":";;AAiBA,OAAO,EACO,UAAU,EAAE,SAAS,EAAE,mBAAmB,EAAE,QAAQ,EAAE,SAAS,EACtD,SAAS,EAAE,gBAAgB,EACjD,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAgB,aAAa,EAAuB,MAAM,2BAA2B,CAAC;AAK7F,eAAO,MAAM,wBAAwB,aAAa,CAAC;AACnD,eAAO,MAAM,qBAAqB,QAA4C,CAAC;AAE/E,qBACa,kBAAmB,SAAQ,UAAU;IAavB,QAAQ,CAAC,SAAS,EAAE,SAAS;aACH,KAAK,EAAE,iBAAiB;aACtB,mBAAmB,EAAE,mBAAmB;IAd3F,OAAO,CAAC,aAAa,CAAsB;IAG3C,SAAS,CAAC,QAAQ,CAAC,oBAAoB,EAAE,oBAAoB,CAAC;IAG9D,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa,CAAC;IAGhD,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAAC;gBAGf,SAAS,EAAE,SAAS,EACH,KAAK,EAAE,iBAAiB,EACtB,mBAAmB,EAAE,mBAAmB;IAerF,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;cAKhD,gBAAgB,CAAC,IAAI,EAAE,QAAQ,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,IAAI;cAOxF,UAAU,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;cAQtC,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;cAQpC,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,KAAK,CAAC,SAAS;cAO7C,aAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,GAAG,KAAK,CAAC,SAAS;IASnF,SAAS,CAAC,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,KAAK,CAAC,SAAS;IA8BnE,SAAS,CAAC,wBAAwB,CAAC,IAAI,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS;YAY7D,kBAAkB;YAoBlB,MAAM;YAWN,oBAAoB;IAwBlC,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,cAAc;CAIzB"}
|