@theia/bulk-edit
Advanced tools
Comparing version 1.46.0-next.200 to 1.46.0-next.226
@@ -33,3 +33,3 @@ "use strict"; | ||
}; | ||
})(BulkEditCommands = exports.BulkEditCommands || (exports.BulkEditCommands = {})); | ||
})(BulkEditCommands || (exports.BulkEditCommands = BulkEditCommands = {})); | ||
//# sourceMappingURL=bulk-edit-commands.js.map |
@@ -98,12 +98,12 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
exports.BulkEditContribution = BulkEditContribution; | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_1.QuickViewService), | ||
(0, inversify_1.optional)(), | ||
(0, tslib_1.__metadata)("design:type", browser_1.QuickViewService) | ||
tslib_1.__metadata("design:type", browser_1.QuickViewService) | ||
], BulkEditContribution.prototype, "quickView", void 0); | ||
BulkEditContribution = (0, tslib_1.__decorate)([ | ||
exports.BulkEditContribution = BulkEditContribution = tslib_1.__decorate([ | ||
(0, inversify_1.injectable)(), | ||
(0, tslib_1.__metadata)("design:paramtypes", [monaco_bulk_edit_service_1.MonacoBulkEditService]) | ||
tslib_1.__metadata("design:paramtypes", [monaco_bulk_edit_service_1.MonacoBulkEditService]) | ||
], BulkEditContribution); | ||
exports.BulkEditContribution = BulkEditContribution; | ||
//# sourceMappingURL=bulk-edit-contribution.js.map |
@@ -57,18 +57,18 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeLabelProvider = BulkEditTreeLabelProvider; | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(label_provider_1.LabelProvider), | ||
(0, tslib_1.__metadata)("design:type", label_provider_1.LabelProvider) | ||
tslib_1.__metadata("design:type", label_provider_1.LabelProvider) | ||
], BulkEditTreeLabelProvider.prototype, "labelProvider", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(tree_label_provider_1.TreeLabelProvider), | ||
(0, tslib_1.__metadata)("design:type", tree_label_provider_1.TreeLabelProvider) | ||
tslib_1.__metadata("design:type", tree_label_provider_1.TreeLabelProvider) | ||
], BulkEditTreeLabelProvider.prototype, "treeLabelProvider", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_1.WorkspaceService), | ||
(0, tslib_1.__metadata)("design:type", browser_1.WorkspaceService) | ||
tslib_1.__metadata("design:type", browser_1.WorkspaceService) | ||
], BulkEditTreeLabelProvider.prototype, "workspaceService", void 0); | ||
BulkEditTreeLabelProvider = (0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeLabelProvider = BulkEditTreeLabelProvider = tslib_1.__decorate([ | ||
(0, inversify_1.injectable)() | ||
], BulkEditTreeLabelProvider); | ||
exports.BulkEditTreeLabelProvider = BulkEditTreeLabelProvider; | ||
//# sourceMappingURL=bulk-edit-tree-label-provider.js.map |
@@ -35,3 +35,3 @@ "use strict"; | ||
BulkEditNodeSelection.CommandHandler = CommandHandler; | ||
})(BulkEditNodeSelection = exports.BulkEditNodeSelection || (exports.BulkEditNodeSelection = {})); | ||
})(BulkEditNodeSelection || (exports.BulkEditNodeSelection = BulkEditNodeSelection = {})); | ||
//# sourceMappingURL=bulk-edit-node-selection.js.map |
@@ -39,14 +39,14 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeModel = BulkEditTreeModel; | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(bulk_edit_tree_1.BulkEditTree), | ||
(0, tslib_1.__metadata)("design:type", bulk_edit_tree_1.BulkEditTree) | ||
tslib_1.__metadata("design:type", bulk_edit_tree_1.BulkEditTree) | ||
], BulkEditTreeModel.prototype, "tree", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_1.OpenerService), | ||
(0, tslib_1.__metadata)("design:type", Object) | ||
tslib_1.__metadata("design:type", Object) | ||
], BulkEditTreeModel.prototype, "openerService", void 0); | ||
BulkEditTreeModel = (0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeModel = BulkEditTreeModel = tslib_1.__decorate([ | ||
(0, inversify_1.injectable)() | ||
], BulkEditTreeModel); | ||
exports.BulkEditTreeModel = BulkEditTreeModel; | ||
//# sourceMappingURL=bulk-edit-tree-model.js.map |
@@ -199,24 +199,24 @@ "use strict"; | ||
}; | ||
(0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeWidget = BulkEditTreeWidget; | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_2.FileResourceResolver), | ||
(0, tslib_1.__metadata)("design:type", browser_2.FileResourceResolver) | ||
tslib_1.__metadata("design:type", browser_2.FileResourceResolver) | ||
], BulkEditTreeWidget.prototype, "fileResourceResolver", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_3.EditorManager), | ||
(0, tslib_1.__metadata)("design:type", browser_3.EditorManager) | ||
tslib_1.__metadata("design:type", browser_3.EditorManager) | ||
], BulkEditTreeWidget.prototype, "editorManager", void 0); | ||
(0, tslib_1.__decorate)([ | ||
tslib_1.__decorate([ | ||
(0, inversify_1.inject)(browser_1.QuickViewService), | ||
(0, inversify_1.optional)(), | ||
(0, tslib_1.__metadata)("design:type", browser_1.QuickViewService) | ||
tslib_1.__metadata("design:type", browser_1.QuickViewService) | ||
], BulkEditTreeWidget.prototype, "quickView", void 0); | ||
BulkEditTreeWidget = (0, tslib_1.__decorate)([ | ||
exports.BulkEditTreeWidget = BulkEditTreeWidget = tslib_1.__decorate([ | ||
(0, inversify_1.injectable)(), | ||
(0, tslib_1.__param)(0, (0, inversify_1.inject)(browser_1.TreeProps)), | ||
(0, tslib_1.__param)(1, (0, inversify_1.inject)(bulk_edit_tree_model_1.BulkEditTreeModel)), | ||
(0, tslib_1.__param)(2, (0, inversify_1.inject)(browser_1.ContextMenuRenderer)), | ||
(0, tslib_1.__metadata)("design:paramtypes", [Object, bulk_edit_tree_model_1.BulkEditTreeModel, | ||
tslib_1.__param(0, (0, inversify_1.inject)(browser_1.TreeProps)), | ||
tslib_1.__param(1, (0, inversify_1.inject)(bulk_edit_tree_model_1.BulkEditTreeModel)), | ||
tslib_1.__param(2, (0, inversify_1.inject)(browser_1.ContextMenuRenderer)), | ||
tslib_1.__metadata("design:paramtypes", [Object, bulk_edit_tree_model_1.BulkEditTreeModel, | ||
browser_1.ContextMenuRenderer]) | ||
], BulkEditTreeWidget); | ||
exports.BulkEditTreeWidget = BulkEditTreeWidget; | ||
//# sourceMappingURL=bulk-edit-tree-widget.js.map |
@@ -47,5 +47,5 @@ "use strict"; | ||
editInfo.children = edits.filter(edit => { | ||
var _a, _b, _c, _d; | ||
return ((('resource' in edit) && ((_b = (_a = edit) === null || _a === void 0 ? void 0 : _a.resource) === null || _b === void 0 ? void 0 : _b.path) === editInfo.id)) || | ||
(('newResource' in edit) && ((_d = (_c = edit) === null || _c === void 0 ? void 0 : _c.newResource) === null || _d === void 0 ? void 0 : _d.path) === editInfo.id); | ||
var _a, _b; | ||
return ((('resource' in edit) && ((_a = edit === null || edit === void 0 ? void 0 : edit.resource) === null || _a === void 0 ? void 0 : _a.path) === editInfo.id)) || | ||
(('newResource' in edit) && ((_b = edit === null || edit === void 0 ? void 0 : edit.newResource) === null || _b === void 0 ? void 0 : _b.path) === editInfo.id); | ||
}) | ||
@@ -91,6 +91,6 @@ .map((edit, index) => this.createBulkEditNode(('resource' in edit ? edit : | ||
}; | ||
BulkEditTree = (0, tslib_1.__decorate)([ | ||
exports.BulkEditTree = BulkEditTree; | ||
exports.BulkEditTree = BulkEditTree = tslib_1.__decorate([ | ||
(0, inversify_1.injectable)() | ||
], BulkEditTree); | ||
exports.BulkEditTree = BulkEditTree; | ||
var BulkEditNode; | ||
@@ -102,3 +102,3 @@ (function (BulkEditNode) { | ||
BulkEditNode.is = is; | ||
})(BulkEditNode = exports.BulkEditNode || (exports.BulkEditNode = {})); | ||
})(BulkEditNode || (exports.BulkEditNode = BulkEditNode = {})); | ||
var BulkEditInfoNode; | ||
@@ -110,3 +110,3 @@ (function (BulkEditInfoNode) { | ||
BulkEditInfoNode.is = is; | ||
})(BulkEditInfoNode = exports.BulkEditInfoNode || (exports.BulkEditInfoNode = {})); | ||
})(BulkEditInfoNode || (exports.BulkEditInfoNode = BulkEditInfoNode = {})); | ||
//# sourceMappingURL=bulk-edit-tree.js.map |
@@ -19,7 +19,7 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./bulk-edit-tree"), exports); | ||
(0, tslib_1.__exportStar)(require("./bulk-edit-tree-model"), exports); | ||
(0, tslib_1.__exportStar)(require("./bulk-edit-node-selection"), exports); | ||
(0, tslib_1.__exportStar)(require("./bulk-edit-tree-widget"), exports); | ||
(0, tslib_1.__exportStar)(require("./bulk-edit-tree-container"), exports); | ||
tslib_1.__exportStar(require("./bulk-edit-tree"), exports); | ||
tslib_1.__exportStar(require("./bulk-edit-tree-model"), exports); | ||
tslib_1.__exportStar(require("./bulk-edit-node-selection"), exports); | ||
tslib_1.__exportStar(require("./bulk-edit-tree-widget"), exports); | ||
tslib_1.__exportStar(require("./bulk-edit-tree-container"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@theia/bulk-edit", | ||
"version": "1.46.0-next.200+44b4f27c6", | ||
"version": "1.46.0-next.226+a6fb88297", | ||
"description": "Theia - Bulk Edit Extension", | ||
"dependencies": { | ||
"@theia/core": "1.46.0-next.200+44b4f27c6", | ||
"@theia/editor": "1.46.0-next.200+44b4f27c6", | ||
"@theia/filesystem": "1.46.0-next.200+44b4f27c6", | ||
"@theia/monaco": "1.46.0-next.200+44b4f27c6", | ||
"@theia/core": "1.46.0-next.226+a6fb88297", | ||
"@theia/editor": "1.46.0-next.226+a6fb88297", | ||
"@theia/filesystem": "1.46.0-next.226+a6fb88297", | ||
"@theia/monaco": "1.46.0-next.226+a6fb88297", | ||
"@theia/monaco-editor-core": "1.83.101", | ||
"@theia/workspace": "1.46.0-next.200+44b4f27c6", | ||
"@theia/workspace": "1.46.0-next.226+a6fb88297", | ||
"tslib": "^2.6.2" | ||
@@ -47,3 +47,3 @@ }, | ||
"devDependencies": { | ||
"@theia/ext-scripts": "1.49.0" | ||
"@theia/ext-scripts": "1.50.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "nyc": { | ||
}, | ||
"gitHead": "44b4f27c63028c1bdc7dcd9b565d666428af6f97" | ||
"gitHead": "a6fb8829705796ee43cf05aa220a61137e01c369" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
116595