@eclipse-glsp-examples/workflow-server 0.9.0-next.ed5493d.11 → 0.9.0-next.fc12194.18
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/app.js +4 -4
- package/lib/app.js.map +1 -1
- package/lib/graph-extension.d.ts +1 -2
- package/lib/graph-extension.d.ts.map +1 -1
- package/lib/graph-extension.js +5 -23
- package/lib/graph-extension.js.map +1 -1
- package/lib/handler/create-activity-node-handler.d.ts +4 -4
- package/lib/handler/create-activity-node-handler.d.ts.map +1 -1
- package/lib/handler/create-activity-node-handler.js +4 -4
- package/lib/handler/create-activity-node-handler.js.map +1 -1
- package/lib/handler/create-automated-task-handler.d.ts +18 -3
- package/lib/handler/create-automated-task-handler.d.ts.map +1 -1
- package/lib/handler/create-automated-task-handler.js +2 -17
- package/lib/handler/create-automated-task-handler.js.map +1 -1
- package/lib/handler/create-category-handler.d.ts +3 -3
- package/lib/handler/create-category-handler.d.ts.map +1 -1
- package/lib/handler/create-category-handler.js +3 -2
- package/lib/handler/create-category-handler.js.map +1 -1
- package/lib/handler/create-decision-node-handler.d.ts +18 -3
- package/lib/handler/create-decision-node-handler.d.ts.map +1 -1
- package/lib/handler/create-decision-node-handler.js +2 -17
- package/lib/handler/create-decision-node-handler.js.map +1 -1
- package/lib/handler/create-edge-handler.d.ts +3 -3
- package/lib/handler/create-edge-handler.d.ts.map +1 -1
- package/lib/handler/create-edge-handler.js +2 -2
- package/lib/handler/create-edge-handler.js.map +1 -1
- package/lib/handler/create-fork-node-handler.js +1 -1
- package/lib/handler/create-fork-node-handler.js.map +1 -1
- package/lib/handler/create-fork-or-join-node-handler.d.ts +3 -3
- package/lib/handler/create-fork-or-join-node-handler.d.ts.map +1 -1
- package/lib/handler/create-fork-or-join-node-handler.js +2 -2
- package/lib/handler/create-fork-or-join-node-handler.js.map +1 -1
- package/lib/handler/create-join-node-handler.js +1 -1
- package/lib/handler/create-join-node-handler.js.map +1 -1
- package/lib/handler/create-manual-task-handler.d.ts +18 -3
- package/lib/handler/create-manual-task-handler.d.ts.map +1 -1
- package/lib/handler/create-manual-task-handler.js +2 -17
- package/lib/handler/create-manual-task-handler.js.map +1 -1
- package/lib/handler/create-merge-node-handler.d.ts +18 -3
- package/lib/handler/create-merge-node-handler.d.ts.map +1 -1
- package/lib/handler/create-merge-node-handler.js +2 -17
- package/lib/handler/create-merge-node-handler.js.map +1 -1
- package/lib/handler/create-task-handler.d.ts +5 -5
- package/lib/handler/create-task-handler.d.ts.map +1 -1
- package/lib/handler/create-task-handler.js +5 -5
- package/lib/handler/create-task-handler.js.map +1 -1
- package/lib/handler/create-weighted-edge-handler.d.ts +3 -3
- package/lib/handler/create-weighted-edge-handler.d.ts.map +1 -1
- package/lib/handler/create-weighted-edge-handler.js +2 -2
- package/lib/handler/create-weighted-edge-handler.js.map +1 -1
- package/lib/handler/create-workflow-node-operation-handler.d.ts +3 -3
- package/lib/handler/create-workflow-node-operation-handler.d.ts.map +1 -1
- package/lib/handler/create-workflow-node-operation-handler.js +4 -4
- package/lib/handler/create-workflow-node-operation-handler.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/labeledit/workflow-label-edit-validator.d.ts +2 -2
- package/lib/labeledit/workflow-label-edit-validator.d.ts.map +1 -1
- package/lib/labeledit/workflow-label-edit-validator.js +3 -3
- package/lib/labeledit/workflow-label-edit-validator.js.map +1 -1
- package/lib/layout/workflow-layout-configurator.d.ts.map +1 -1
- package/lib/layout/workflow-layout-configurator.js +1 -1
- package/lib/layout/workflow-layout-configurator.js.map +1 -1
- package/lib/marker/workflow-model-validator.d.ts +2 -2
- package/lib/marker/workflow-model-validator.d.ts.map +1 -1
- package/lib/marker/workflow-model-validator.js +3 -3
- package/lib/marker/workflow-model-validator.js.map +1 -1
- package/lib/model/workflow-navigation-target-resolver.d.ts +2 -2
- package/lib/model/workflow-navigation-target-resolver.d.ts.map +1 -1
- package/lib/model/workflow-navigation-target-resolver.js +3 -3
- package/lib/model/workflow-navigation-target-resolver.js.map +1 -1
- package/lib/provider/abstract-next-or-previous-navigation-target-provider.d.ts +2 -2
- package/lib/provider/abstract-next-or-previous-navigation-target-provider.d.ts.map +1 -1
- package/lib/provider/abstract-next-or-previous-navigation-target-provider.js +4 -4
- package/lib/provider/abstract-next-or-previous-navigation-target-provider.js.map +1 -1
- package/lib/provider/next-node-navigation-target-provider.js +1 -1
- package/lib/provider/next-node-navigation-target-provider.js.map +1 -1
- package/lib/provider/node-documentation-navigation-target-provider.d.ts +2 -2
- package/lib/provider/node-documentation-navigation-target-provider.d.ts.map +1 -1
- package/lib/provider/node-documentation-navigation-target-provider.js +4 -4
- package/lib/provider/node-documentation-navigation-target-provider.js.map +1 -1
- package/lib/provider/previous-node-navigation-target-provider.js +1 -1
- package/lib/provider/previous-node-navigation-target-provider.js.map +1 -1
- package/lib/provider/workflow-command-palette-action-provider.d.ts +6 -6
- package/lib/provider/workflow-command-palette-action-provider.d.ts.map +1 -1
- package/lib/provider/workflow-command-palette-action-provider.js +45 -12
- package/lib/provider/workflow-command-palette-action-provider.js.map +1 -1
- package/lib/provider/workflow-context-menu-item-provider.d.ts +2 -2
- package/lib/provider/workflow-context-menu-item-provider.d.ts.map +1 -1
- package/lib/provider/workflow-context-menu-item-provider.js +22 -9
- package/lib/provider/workflow-context-menu-item-provider.js.map +1 -1
- package/lib/workflow-diagram-configuration.js +2 -2
- package/lib/workflow-diagram-configuration.js.map +1 -1
- package/lib/workflow-diagram-module.d.ts +11 -5
- package/lib/workflow-diagram-module.d.ts.map +1 -1
- package/lib/workflow-diagram-module.js +25 -18
- package/lib/workflow-diagram-module.js.map +1 -1
- package/lib/workflow-glsp-server.d.ts.map +1 -1
- package/lib/workflow-glsp-server.js +2 -2
- package/lib/workflow-glsp-server.js.map +1 -1
- package/lib/workflow-popup-factory.js +1 -1
- package/lib/workflow-popup-factory.js.map +1 -1
- package/package.json +5 -8
- package/src/graph-extension.ts +9 -28
- package/src/handler/create-activity-node-handler.ts +5 -5
- package/src/handler/create-automated-task-handler.ts +4 -4
- package/src/handler/create-category-handler.ts +5 -4
- package/src/handler/create-decision-node-handler.ts +4 -4
- package/src/handler/create-edge-handler.ts +3 -3
- package/src/handler/create-fork-or-join-node-handler.ts +3 -3
- package/src/handler/create-manual-task-handler.ts +4 -4
- package/src/handler/create-merge-node-handler.ts +4 -4
- package/src/handler/create-task-handler.ts +6 -6
- package/src/handler/create-weighted-edge-handler.ts +3 -3
- package/src/handler/create-workflow-node-operation-handler.ts +8 -8
- package/src/labeledit/workflow-label-edit-validator.ts +3 -3
- package/src/layout/workflow-layout-configurator.ts +1 -1
- package/src/marker/workflow-model-validator.ts +3 -3
- package/src/model/workflow-navigation-target-resolver.ts +3 -3
- package/src/provider/abstract-next-or-previous-navigation-target-provider.ts +3 -3
- package/src/provider/node-documentation-navigation-target-provider.ts +4 -4
- package/src/provider/workflow-command-palette-action-provider.ts +54 -36
- package/src/provider/workflow-context-menu-item-provider.ts +22 -9
- package/src/workflow-diagram-module.ts +36 -25
- package/src/workflow-glsp-server.ts +2 -2
|
@@ -1,9 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2022 STMicroelectronics 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
|
+
import { ModelState, Point } from '@eclipse-glsp/server-node';
|
|
3
17
|
import { ActivityNodeBuilder } from '../graph-extension';
|
|
18
|
+
import { CreateActivityNodeHandler } from './create-activity-node-handler';
|
|
4
19
|
export declare class CreateMergeNodeHandler extends CreateActivityNodeHandler {
|
|
5
20
|
elementTypeIds: string[];
|
|
6
21
|
label: string;
|
|
7
|
-
protected builder(point: Point | undefined, modelState:
|
|
22
|
+
protected builder(point: Point | undefined, modelState: ModelState): ActivityNodeBuilder;
|
|
8
23
|
}
|
|
9
24
|
//# sourceMappingURL=create-merge-node-handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-merge-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-merge-node-handler.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-merge-node-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-merge-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,qBACa,sBAAuB,SAAQ,yBAAyB;IACjE,cAAc,WAA2B;IACzC,KAAK,SAAgB;cAEF,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,EAAE,UAAU,EAAE,UAAU,GAAG,mBAAmB;CAGpG"}
|
|
@@ -7,23 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.CreateMergeNodeHandler = void 0;
|
|
10
|
-
/********************************************************************************
|
|
11
|
-
* Copyright (c) 2022 STMicroelectronics and others.
|
|
12
|
-
*
|
|
13
|
-
* This program and the accompanying materials are made available under the
|
|
14
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
15
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
16
|
-
*
|
|
17
|
-
* This Source Code may also be made available under the following Secondary
|
|
18
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
19
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
20
|
-
* with the GNU Classpath Exception which is available at
|
|
21
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
22
|
-
*
|
|
23
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
24
|
-
********************************************************************************/
|
|
25
|
-
const model_types_1 = require("../util/model-types");
|
|
26
10
|
const inversify_1 = require("inversify");
|
|
11
|
+
const model_types_1 = require("../util/model-types");
|
|
27
12
|
const create_activity_node_handler_1 = require("./create-activity-node-handler");
|
|
28
13
|
let CreateMergeNodeHandler = class CreateMergeNodeHandler extends create_activity_node_handler_1.CreateActivityNodeHandler {
|
|
29
14
|
constructor() {
|
|
@@ -36,7 +21,7 @@ let CreateMergeNodeHandler = class CreateMergeNodeHandler extends create_activit
|
|
|
36
21
|
}
|
|
37
22
|
};
|
|
38
23
|
CreateMergeNodeHandler = __decorate([
|
|
39
|
-
inversify_1.injectable()
|
|
24
|
+
(0, inversify_1.injectable)()
|
|
40
25
|
], CreateMergeNodeHandler);
|
|
41
26
|
exports.CreateMergeNodeHandler = CreateMergeNodeHandler;
|
|
42
27
|
//# sourceMappingURL=create-merge-node-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-merge-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-merge-node-handler.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-merge-node-handler.js","sourceRoot":"","sources":["../../src/handler/create-merge-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAgBA,yCAAuC;AAEvC,qDAAiD;AACjD,iFAA2E;AAG3E,IAAa,sBAAsB,GAAnC,MAAa,sBAAuB,SAAQ,wDAAyB;IAArE;;QACI,mBAAc,GAAG,CAAC,wBAAU,CAAC,UAAU,CAAC,CAAC;QACzC,UAAK,GAAG,YAAY,CAAC;IAKzB,CAAC;IAHsB,OAAO,CAAC,KAAwB,EAAE,UAAsB;QACvE,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IACjE,CAAC;CACJ,CAAA;AAPY,sBAAsB;IADlC,IAAA,sBAAU,GAAE;GACA,sBAAsB,CAOlC;AAPY,wDAAsB"}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import { GModelState, GNode } from '@eclipse-glsp/server-node';
|
|
16
|
+
import { Point } from '@eclipse-glsp/protocol';
|
|
17
|
+
import { CreateNodeOperation, GNode, ModelState } from '@eclipse-glsp/server-node';
|
|
19
18
|
import { TaskNodeBuilder } from '../graph-extension';
|
|
19
|
+
import { CreateWorkflowNodeOperationHandler } from './create-workflow-node-operation-handler';
|
|
20
20
|
export declare abstract class CreateTaskHandler extends CreateWorkflowNodeOperationHandler {
|
|
21
|
-
createNode(
|
|
22
|
-
protected builder(point: Point | undefined, modelState:
|
|
21
|
+
createNode(operation: CreateNodeOperation, relativeLocation?: Point): GNode | undefined;
|
|
22
|
+
protected builder(point: Point | undefined, modelState: ModelState): TaskNodeBuilder;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=create-task-handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-task-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-task-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-task-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEnF,OAAO,EAAY,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE/D,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAE9F,8BACsB,iBAAkB,SAAQ,kCAAkC;IAC9E,UAAU,CAAC,SAAS,EAAE,mBAAmB,EAAE,gBAAgB,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,SAAS;IAIvF,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,EAAE,UAAU,EAAE,UAAU,GAAG,eAAe;CASvF"}
|
|
@@ -22,18 +22,18 @@ exports.CreateTaskHandler = void 0;
|
|
|
22
22
|
*
|
|
23
23
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
24
24
|
********************************************************************************/
|
|
25
|
-
const create_workflow_node_operation_handler_1 = require("./create-workflow-node-operation-handler");
|
|
26
|
-
const inversify_1 = require("inversify");
|
|
27
25
|
const protocol_1 = require("@eclipse-glsp/protocol");
|
|
26
|
+
const inversify_1 = require("inversify");
|
|
28
27
|
const graph_extension_1 = require("../graph-extension");
|
|
29
28
|
const model_types_1 = require("../util/model-types");
|
|
29
|
+
const create_workflow_node_operation_handler_1 = require("./create-workflow-node-operation-handler");
|
|
30
30
|
let CreateTaskHandler = class CreateTaskHandler extends create_workflow_node_operation_handler_1.CreateWorkflowNodeOperationHandler {
|
|
31
|
-
createNode(
|
|
31
|
+
createNode(operation, relativeLocation) {
|
|
32
32
|
return this.builder(relativeLocation, this.modelState).build();
|
|
33
33
|
}
|
|
34
34
|
builder(point, modelState) {
|
|
35
35
|
return graph_extension_1.TaskNode.builder()
|
|
36
|
-
.position(point !== null && point !== void 0 ? point : protocol_1.
|
|
36
|
+
.position(point !== null && point !== void 0 ? point : protocol_1.Point.ORIGIN)
|
|
37
37
|
.addCssClass('task')
|
|
38
38
|
.name(this.label.replace(' ', '') + this.modelState.index.getAllByClass(graph_extension_1.TaskNode).length)
|
|
39
39
|
.type(this.elementTypeIds[0])
|
|
@@ -42,7 +42,7 @@ let CreateTaskHandler = class CreateTaskHandler extends create_workflow_node_ope
|
|
|
42
42
|
}
|
|
43
43
|
};
|
|
44
44
|
CreateTaskHandler = __decorate([
|
|
45
|
-
inversify_1.injectable()
|
|
45
|
+
(0, inversify_1.injectable)()
|
|
46
46
|
], CreateTaskHandler);
|
|
47
47
|
exports.CreateTaskHandler = CreateTaskHandler;
|
|
48
48
|
//# sourceMappingURL=create-task-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task-handler.js","sourceRoot":"","sources":["../../src/handler/create-task-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,
|
|
1
|
+
{"version":3,"file":"create-task-handler.js","sourceRoot":"","sources":["../../src/handler/create-task-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAA+C;AAE/C,yCAAuC;AACvC,wDAA+D;AAC/D,qDAAiD;AACjD,qGAA8F;AAG9F,IAAsB,iBAAiB,GAAvC,MAAsB,iBAAkB,SAAQ,2EAAkC;IAC9E,UAAU,CAAC,SAA8B,EAAE,gBAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,KAAK,EAAE,CAAC;IACnE,CAAC;IAES,OAAO,CAAC,KAAwB,EAAE,UAAsB;QAC9D,OAAO,0BAAQ,CAAC,OAAO,EAAE;aACpB,QAAQ,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,gBAAK,CAAC,MAAM,CAAC;aAC/B,WAAW,CAAC,MAAM,CAAC;aACnB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,0BAAQ,CAAC,CAAC,MAAM,CAAC;aACxF,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;aAC5B,QAAQ,CAAC,wBAAU,CAAC,UAAU,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;aACvD,QAAQ,EAAE,CAAC;IACpB,CAAC;CACJ,CAAA;AAdqB,iBAAiB;IADtC,IAAA,sBAAU,GAAE;GACS,iBAAiB,CActC;AAdqB,8CAAiB"}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import {
|
|
17
|
-
export declare class CreateWeightedEdgeHandler extends
|
|
16
|
+
import { GEdge, GModelCreateEdgeOperationHandler, GModelElement } from '@eclipse-glsp/server-node';
|
|
17
|
+
export declare class CreateWeightedEdgeHandler extends GModelCreateEdgeOperationHandler {
|
|
18
18
|
elementTypeIds: string[];
|
|
19
19
|
label: string;
|
|
20
|
-
createEdge(source: GModelElement, target: GModelElement
|
|
20
|
+
createEdge(source: GModelElement, target: GModelElement): GEdge | undefined;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=create-weighted-edge-handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-weighted-edge-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-weighted-edge-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-weighted-edge-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-weighted-edge-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,KAAK,EAAE,gCAAgC,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAInG,qBAAa,yBAA0B,SAAQ,gCAAgC;IAC3E,cAAc,WAA8B;IAC5C,KAAK,SAAmB;IAExB,UAAU,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,GAAG,KAAK,GAAG,SAAS;CAG9E"}
|
|
@@ -19,13 +19,13 @@ exports.CreateWeightedEdgeHandler = void 0;
|
|
|
19
19
|
const server_node_1 = require("@eclipse-glsp/server-node");
|
|
20
20
|
const graph_extension_1 = require("../graph-extension");
|
|
21
21
|
const model_types_1 = require("../util/model-types");
|
|
22
|
-
class CreateWeightedEdgeHandler extends server_node_1.
|
|
22
|
+
class CreateWeightedEdgeHandler extends server_node_1.GModelCreateEdgeOperationHandler {
|
|
23
23
|
constructor() {
|
|
24
24
|
super(...arguments);
|
|
25
25
|
this.elementTypeIds = [model_types_1.ModelTypes.WEIGHTED_EDGE];
|
|
26
26
|
this.label = 'Weighted edge';
|
|
27
27
|
}
|
|
28
|
-
createEdge(source, target
|
|
28
|
+
createEdge(source, target) {
|
|
29
29
|
return graph_extension_1.WeightedEdge.builder().sourceId(source.id).targetId(target.id).probability('medium').addCssClass('medium').build();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-weighted-edge-handler.js","sourceRoot":"","sources":["../../src/handler/create-weighted-edge-handler.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,
|
|
1
|
+
{"version":3,"file":"create-weighted-edge-handler.js","sourceRoot":"","sources":["../../src/handler/create-weighted-edge-handler.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAAmG;AACnG,wDAAkD;AAClD,qDAAiD;AAEjD,MAAa,yBAA0B,SAAQ,8CAAgC;IAA/E;;QACI,mBAAc,GAAG,CAAC,wBAAU,CAAC,aAAa,CAAC,CAAC;QAC5C,UAAK,GAAG,eAAe,CAAC;IAK5B,CAAC;IAHG,UAAU,CAAC,MAAqB,EAAE,MAAqB;QACnD,OAAO,8BAAY,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE,CAAC;IAC9H,CAAC;CACJ;AAPD,8DAOC"}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import { CreateNodeOperation,
|
|
16
|
+
import { CreateNodeOperation, GCompartment, GModelCreateNodeOperationHandler, GModelElement, ModelState, Point } from '@eclipse-glsp/server-node';
|
|
17
17
|
import { Category } from '../graph-extension';
|
|
18
|
-
export declare abstract class CreateWorkflowNodeOperationHandler extends
|
|
19
|
-
protected modelState:
|
|
18
|
+
export declare abstract class CreateWorkflowNodeOperationHandler extends GModelCreateNodeOperationHandler {
|
|
19
|
+
protected modelState: ModelState;
|
|
20
20
|
getLocation(operation: CreateNodeOperation): Point | undefined;
|
|
21
21
|
getContainer(operation: CreateNodeOperation): GModelElement | undefined;
|
|
22
22
|
getCategoryCompartment(category: Category): GCompartment | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workflow-node-operation-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-workflow-node-operation-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EACH,mBAAmB,EACnB,
|
|
1
|
+
{"version":3,"file":"create-workflow-node-operation-handler.d.ts","sourceRoot":"","sources":["../../src/handler/create-workflow-node-operation-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EACH,mBAAmB,EACnB,YAAY,EACZ,gCAAgC,EAChC,aAAa,EACb,UAAU,EACV,KAAK,EACR,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAI9C,8BACsB,kCAAmC,SAAQ,gCAAgC;IAC7F,UACmB,UAAU,EAAE,UAAU,CAAC;IAEjC,WAAW,CAAC,SAAS,EAAE,mBAAmB,GAAG,KAAK,GAAG,SAAS;IAI9D,YAAY,CAAC,SAAS,EAAE,mBAAmB,GAAG,aAAa,GAAG,SAAS;IAYhF,sBAAsB,CAAC,QAAQ,EAAE,QAAQ,GAAG,YAAY,GAAG,SAAS;CAMvE"}
|
|
@@ -30,7 +30,7 @@ const inversify_1 = require("inversify");
|
|
|
30
30
|
const graph_extension_1 = require("../graph-extension");
|
|
31
31
|
const model_types_1 = require("../util/model-types");
|
|
32
32
|
const grid_snapper_1 = require("./grid-snapper");
|
|
33
|
-
let CreateWorkflowNodeOperationHandler = class CreateWorkflowNodeOperationHandler extends server_node_1.
|
|
33
|
+
let CreateWorkflowNodeOperationHandler = class CreateWorkflowNodeOperationHandler extends server_node_1.GModelCreateNodeOperationHandler {
|
|
34
34
|
getLocation(operation) {
|
|
35
35
|
return grid_snapper_1.GridSnapper.snap(operation.location);
|
|
36
36
|
}
|
|
@@ -52,11 +52,11 @@ let CreateWorkflowNodeOperationHandler = class CreateWorkflowNodeOperationHandle
|
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
__decorate([
|
|
55
|
-
inversify_1.inject(server_node_1.
|
|
56
|
-
__metadata("design:type",
|
|
55
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
56
|
+
__metadata("design:type", Object)
|
|
57
57
|
], CreateWorkflowNodeOperationHandler.prototype, "modelState", void 0);
|
|
58
58
|
CreateWorkflowNodeOperationHandler = __decorate([
|
|
59
|
-
inversify_1.injectable()
|
|
59
|
+
(0, inversify_1.injectable)()
|
|
60
60
|
], CreateWorkflowNodeOperationHandler);
|
|
61
61
|
exports.CreateWorkflowNodeOperationHandler = CreateWorkflowNodeOperationHandler;
|
|
62
62
|
//# sourceMappingURL=create-workflow-node-operation-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-workflow-node-operation-handler.js","sourceRoot":"","sources":["../../src/handler/create-workflow-node-operation-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAOmC;AACnC,yCAA+C;AAC/C,wDAA8C;AAC9C,qDAAiD;AACjD,iDAA6C;AAG7C,IAAsB,kCAAkC,GAAxD,MAAsB,kCAAmC,SAAQ,
|
|
1
|
+
{"version":3,"file":"create-workflow-node-operation-handler.js","sourceRoot":"","sources":["../../src/handler/create-workflow-node-operation-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAOmC;AACnC,yCAA+C;AAC/C,wDAA8C;AAC9C,qDAAiD;AACjD,iDAA6C;AAG7C,IAAsB,kCAAkC,GAAxD,MAAsB,kCAAmC,SAAQ,8CAAgC;IAIpF,WAAW,CAAC,SAA8B;QAC/C,OAAO,0BAAW,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;IAChD,CAAC;IAEQ,YAAY,CAAC,SAA8B;QAChD,MAAM,SAAS,GAAG,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;QAEhD,IAAI,SAAS,YAAY,0BAAQ,EAAE;YAC/B,MAAM,UAAU,GAAG,IAAI,CAAC,sBAAsB,CAAC,SAAS,CAAC,CAAC;YAC1D,IAAI,UAAU,EAAE;gBACZ,OAAO,UAAU,CAAC;aACrB;SACJ;QACD,OAAO,SAAS,CAAC;IACrB,CAAC;IAED,sBAAsB,CAAC,QAAkB;QACrC,OAAO,QAAQ,CAAC,QAAQ;aACnB,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,YAAY,0BAAY,CAAC;aAC9C,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,KAAqB,CAAC;aACnC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,wBAAU,CAAC,SAAS,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC;CACJ,CAAA;AAxBG;IADC,IAAA,kBAAM,EAAC,wBAAU,CAAC;;sEACuB;AAFxB,kCAAkC;IADvD,IAAA,sBAAU,GAAE;GACS,kCAAkC,CA0BvD;AA1BqB,gFAAkC"}
|
package/lib/index.js
CHANGED
|
@@ -17,5 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
********************************************************************************/
|
|
18
18
|
require("reflect-metadata");
|
|
19
19
|
const app_1 = require("./app");
|
|
20
|
-
app_1.launch();
|
|
20
|
+
(0, app_1.launch)();
|
|
21
21
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,4BAA0B;AAC1B,+BAA+B;AAE/B,YAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,4BAA0B;AAC1B,+BAA+B;AAE/B,IAAA,YAAM,GAAE,CAAC"}
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import { GModelElement,
|
|
16
|
+
import { GModelElement, LabelEditValidator, ModelState, ValidationStatus } from '@eclipse-glsp/server-node';
|
|
17
17
|
export declare class WorkflowLabelEditValidator implements LabelEditValidator {
|
|
18
|
-
protected modelState:
|
|
18
|
+
protected modelState: ModelState;
|
|
19
19
|
validate(label: string, element: GModelElement): ValidationStatus;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=workflow-label-edit-validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-label-edit-validator.d.ts","sourceRoot":"","sources":["../../src/labeledit/workflow-label-edit-validator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"workflow-label-edit-validator.d.ts","sourceRoot":"","sources":["../../src/labeledit/workflow-label-edit-validator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAI5G,qBACa,0BAA2B,YAAW,kBAAkB;IAEjE,SAAS,CAAC,UAAU,EAAE,UAAU,CAAC;IAEjC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,gBAAgB;CAcpE"}
|
|
@@ -45,11 +45,11 @@ let WorkflowLabelEditValidator = class WorkflowLabelEditValidator {
|
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
__decorate([
|
|
48
|
-
inversify_1.inject(server_node_1.
|
|
49
|
-
__metadata("design:type",
|
|
48
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
49
|
+
__metadata("design:type", Object)
|
|
50
50
|
], WorkflowLabelEditValidator.prototype, "modelState", void 0);
|
|
51
51
|
WorkflowLabelEditValidator = __decorate([
|
|
52
|
-
inversify_1.injectable()
|
|
52
|
+
(0, inversify_1.injectable)()
|
|
53
53
|
], WorkflowLabelEditValidator);
|
|
54
54
|
exports.WorkflowLabelEditValidator = WorkflowLabelEditValidator;
|
|
55
55
|
//# sourceMappingURL=workflow-label-edit-validator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-label-edit-validator.js","sourceRoot":"","sources":["../../src/labeledit/workflow-label-edit-validator.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,
|
|
1
|
+
{"version":3,"file":"workflow-label-edit-validator.js","sourceRoot":"","sources":["../../src/labeledit/workflow-label-edit-validator.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,2DAA4G;AAC5G,yCAA+C;AAC/C,wDAA8C;AAG9C,IAAa,0BAA0B,GAAvC,MAAa,0BAA0B;IAInC,QAAQ,CAAC,KAAa,EAAE,OAAsB;QAC1C,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YAClB,OAAO,EAAE,QAAQ,EAAE,8BAAgB,CAAC,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,wBAAwB,EAAE,CAAC;SAC3F;QACD,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAW,0BAAQ,CAAC,CAAC;QAC1E,MAAM,YAAY,GAAG,SAAS;aACzB,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,CAAC,CAAC;aACnC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC;aACtB,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,KAAK,CAAC,CAAC;QAClC,IAAI,YAAY,EAAE;YACd,OAAO,EAAE,QAAQ,EAAE,8BAAgB,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,EAAE,uBAAuB,EAAE,CAAC;SAC5F;QACD,OAAO,EAAE,QAAQ,EAAE,8BAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;IACtD,CAAC;CACJ,CAAA;AAhBG;IADC,IAAA,kBAAM,EAAC,wBAAU,CAAC;;8DACc;AAFxB,0BAA0B;IADtC,IAAA,sBAAU,GAAE;GACA,0BAA0B,CAkBtC;AAlBY,gEAA0B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-layout-configurator.d.ts","sourceRoot":"","sources":["../../src/layout/workflow-layout-configurator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACrF,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAGnD,qBACa,0BAA2B,SAAQ,0BAA0B;
|
|
1
|
+
{"version":3,"file":"workflow-layout-configurator.d.ts","sourceRoot":"","sources":["../../src/layout/workflow-layout-configurator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACrF,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAGnD,qBACa,0BAA2B,SAAQ,0BAA0B;cACnD,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS;CAK5E"}
|
|
@@ -32,7 +32,7 @@ let WorkflowLayoutConfigurator = class WorkflowLayoutConfigurator extends layout
|
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
WorkflowLayoutConfigurator = __decorate([
|
|
35
|
-
inversify_1.injectable()
|
|
35
|
+
(0, inversify_1.injectable)()
|
|
36
36
|
], WorkflowLayoutConfigurator);
|
|
37
37
|
exports.WorkflowLayoutConfigurator = WorkflowLayoutConfigurator;
|
|
38
38
|
//# sourceMappingURL=workflow-layout-configurator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-layout-configurator.js","sourceRoot":"","sources":["../../src/layout/workflow-layout-configurator.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,yDAAqF;AAErF,yCAAuC;AAGvC,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,uCAA0B;
|
|
1
|
+
{"version":3,"file":"workflow-layout-configurator.js","sourceRoot":"","sources":["../../src/layout/workflow-layout-configurator.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,yDAAqF;AAErF,yCAAuC;AAGvC,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,uCAA0B;IACnD,YAAY,CAAC,KAAa;QACzC,OAAO;YACH,eAAe,EAAE,SAAS;SAC7B,CAAC;IACN,CAAC;CACJ,CAAA;AANY,0BAA0B;IADtC,IAAA,sBAAU,GAAE;GACA,0BAA0B,CAMtC;AANY,gEAA0B"}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import { GModelElement, Marker,
|
|
16
|
+
import { GModelElement, Marker, ModelState, ModelValidator } from '@eclipse-glsp/server-node';
|
|
17
17
|
import { ActivityNode, TaskNode } from '../graph-extension';
|
|
18
18
|
export declare class WorkflowModelValidator implements ModelValidator {
|
|
19
|
-
protected readonly modelState:
|
|
19
|
+
protected readonly modelState: ModelState;
|
|
20
20
|
validate(elements: GModelElement[]): Marker[];
|
|
21
21
|
protected validateTaskNode(taskNode: TaskNode): Marker[];
|
|
22
22
|
protected validateTaskNode_isAutomated(taskNode: TaskNode): Marker | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-model-validator.d.ts","sourceRoot":"","sources":["../../src/marker/workflow-model-validator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,
|
|
1
|
+
{"version":3,"file":"workflow-model-validator.d.ts","sourceRoot":"","sources":["../../src/marker/workflow-model-validator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAwB,aAAa,EAAE,MAAM,EAAc,UAAU,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhI,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE5D,qBACa,sBAAuB,YAAW,cAAc;IAEzD,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAE1C,QAAQ,CAAC,QAAQ,EAAE,aAAa,EAAE,GAAG,MAAM,EAAE;IAmB7C,SAAS,CAAC,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,EAAE;IAaxD,SAAS,CAAC,4BAA4B,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS;IAO9E,SAAS,CAAC,qCAAqC,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS;IAgBvF,SAAS,CAAC,oBAAoB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,EAAE;IASpE,SAAS,CAAC,uCAAuC,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,GAAG,SAAS;IAoBjG,SAAS,CAAC,iBAAiB,CAAC,SAAS,EAAE,YAAY,GAAG,MAAM,EAAE;IAS9D,SAAS,CAAC,oCAAoC,CAAC,SAAS,EAAE,YAAY,GAAG,MAAM,GAAG,SAAS;CAmB9F"}
|
|
@@ -140,11 +140,11 @@ let WorkflowModelValidator = class WorkflowModelValidator {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
__decorate([
|
|
143
|
-
inversify_1.inject(server_node_1.
|
|
144
|
-
__metadata("design:type",
|
|
143
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
144
|
+
__metadata("design:type", Object)
|
|
145
145
|
], WorkflowModelValidator.prototype, "modelState", void 0);
|
|
146
146
|
WorkflowModelValidator = __decorate([
|
|
147
|
-
inversify_1.injectable()
|
|
147
|
+
(0, inversify_1.injectable)()
|
|
148
148
|
], WorkflowModelValidator);
|
|
149
149
|
exports.WorkflowModelValidator = WorkflowModelValidator;
|
|
150
150
|
//# sourceMappingURL=workflow-model-validator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-model-validator.js","sourceRoot":"","sources":["../../src/marker/workflow-model-validator.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,
|
|
1
|
+
{"version":3,"file":"workflow-model-validator.js","sourceRoot":"","sources":["../../src/marker/workflow-model-validator.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
import { NavigationTarget } from '@eclipse-glsp/protocol';
|
|
17
|
-
import {
|
|
17
|
+
import { ModelState } from '@eclipse-glsp/server-node';
|
|
18
18
|
import { NavigationTargetResolution } from '@eclipse-glsp/server-node/lib/features/navigation/navigation-target-resolution';
|
|
19
19
|
import { NavigationTargetResolver } from '@eclipse-glsp/server-node/lib/features/navigation/navigation-target-resolver';
|
|
20
20
|
export declare class WorkflowNavigationTargetResolver extends NavigationTargetResolver {
|
|
21
|
-
protected readonly modelState:
|
|
21
|
+
protected readonly modelState: ModelState;
|
|
22
22
|
resolve(navigationTarget: NavigationTarget): Promise<NavigationTargetResolution>;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=workflow-navigation-target-resolver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-navigation-target-resolver.d.ts","sourceRoot":"","sources":["../../src/model/workflow-navigation-target-resolver.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"workflow-navigation-target-resolver.d.ts","sourceRoot":"","sources":["../../src/model/workflow-navigation-target-resolver.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,gFAAgF,CAAC;AAC5H,OAAO,EAAE,wBAAwB,EAAE,MAAM,8EAA8E,CAAC;AAIxH,qBACa,gCAAiC,SAAQ,wBAAwB;IAE1E,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAEpC,OAAO,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,OAAO,CAAC,0BAA0B,CAAC;CAYzF"}
|
|
@@ -30,11 +30,11 @@ let WorkflowNavigationTargetResolver = class WorkflowNavigationTargetResolver ex
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
__decorate([
|
|
33
|
-
inversify_1.inject(server_node_1.
|
|
34
|
-
__metadata("design:type",
|
|
33
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
34
|
+
__metadata("design:type", Object)
|
|
35
35
|
], WorkflowNavigationTargetResolver.prototype, "modelState", void 0);
|
|
36
36
|
WorkflowNavigationTargetResolver = __decorate([
|
|
37
|
-
inversify_1.injectable()
|
|
37
|
+
(0, inversify_1.injectable)()
|
|
38
38
|
], WorkflowNavigationTargetResolver);
|
|
39
39
|
exports.WorkflowNavigationTargetResolver = WorkflowNavigationTargetResolver;
|
|
40
40
|
//# sourceMappingURL=workflow-navigation-target-resolver.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-navigation-target-resolver.js","sourceRoot":"","sources":["../../src/model/workflow-navigation-target-resolver.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,
|
|
1
|
+
{"version":3,"file":"workflow-navigation-target-resolver.js","sourceRoot":"","sources":["../../src/model/workflow-navigation-target-resolver.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,2DAAuD;AACvD,iIAA4H;AAC5H,6HAAwH;AACxH,yCAA+C;AAC/C,wDAA8C;AAG9C,IAAa,gCAAgC,GAA7C,MAAa,gCAAiC,SAAQ,qDAAwB;IAI1E,KAAK,CAAC,OAAO,CAAC,gBAAkC;QAC5C,IAAI,gBAAgB,CAAC,IAAI,IAAI,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YACxD,MAAM,IAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAC3C,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,aAAa,CAAW,0BAAQ,CAAC,CAAC;YAC1E,MAAM,OAAO,GAAG,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC;YAC3D,IAAI,OAAO,EAAE;gBACT,OAAO,IAAI,yDAA0B,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC;aACvD;YACD,OAAO,IAAI,yDAA0B,CAAC,EAAE,EAAE,IAAI,CAAC,qBAAqB,CAAC,mCAAmC,IAAI,EAAE,CAAC,CAAC,CAAC;SACpH;QACD,OAAO,yDAA0B,CAAC,KAAK,CAAC;IAC5C,CAAC;CACJ,CAAA;AAdG;IADC,IAAA,kBAAM,EAAC,wBAAU,CAAC;;oEACuB;AAFjC,gCAAgC;IAD5C,IAAA,sBAAU,GAAE;GACA,gCAAgC,CAgB5C;AAhBY,4EAAgC"}
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
import { Args, EditorContext, NavigationTarget } from '@eclipse-glsp/protocol';
|
|
17
|
+
import { GEdge, ModelState } from '@eclipse-glsp/server-node';
|
|
17
18
|
import { NavigationTargetProvider } from '@eclipse-glsp/server-node/lib/features/navigation/navigation-target-provider';
|
|
18
|
-
import { GEdge, GModelState } from '@eclipse-glsp/server-node';
|
|
19
19
|
import { TaskNode } from '../graph-extension';
|
|
20
20
|
export declare abstract class AbstractNextOrPreviousNavigationTargetProvider implements NavigationTargetProvider {
|
|
21
21
|
abstract targetTypeId: string;
|
|
22
|
-
protected readonly modelState:
|
|
22
|
+
protected readonly modelState: ModelState;
|
|
23
23
|
getTargets(editorContext: EditorContext): NavigationTarget[];
|
|
24
24
|
protected createNavigationTarget(sourceURI: string | undefined, id: string): NavigationTarget;
|
|
25
25
|
protected createElementIdMap(id: string): Args;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstract-next-or-previous-navigation-target-provider.d.ts","sourceRoot":"","sources":["../../src/provider/abstract-next-or-previous-navigation-target-provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"abstract-next-or-previous-navigation-target-provider.d.ts","sourceRoot":"","sources":["../../src/provider/abstract-next-or-previous-navigation-target-provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/E,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,8EAA8E,CAAC;AAExH,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,8BACsB,8CAA+C,YAAW,wBAAwB;IACpG,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAG9B,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAE1C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,gBAAgB,EAAE;IAW5D,SAAS,CAAC,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,EAAE,EAAE,MAAM,GAAG,gBAAgB;IAI7F,SAAS,CAAC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAM9C,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,QAAQ,EAAE,QAAQ,GAAG,KAAK,EAAE;IAExD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;CAC5D"}
|
|
@@ -26,8 +26,8 @@ exports.AbstractNextOrPreviousNavigationTargetProvider = void 0;
|
|
|
26
26
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
27
27
|
********************************************************************************/
|
|
28
28
|
const protocol_1 = require("@eclipse-glsp/protocol");
|
|
29
|
-
const inversify_1 = require("inversify");
|
|
30
29
|
const server_node_1 = require("@eclipse-glsp/server-node");
|
|
30
|
+
const inversify_1 = require("inversify");
|
|
31
31
|
const graph_extension_1 = require("../graph-extension");
|
|
32
32
|
let AbstractNextOrPreviousNavigationTargetProvider = class AbstractNextOrPreviousNavigationTargetProvider {
|
|
33
33
|
getTargets(editorContext) {
|
|
@@ -50,11 +50,11 @@ let AbstractNextOrPreviousNavigationTargetProvider = class AbstractNextOrPreviou
|
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
__decorate([
|
|
53
|
-
inversify_1.inject(server_node_1.
|
|
54
|
-
__metadata("design:type",
|
|
53
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
54
|
+
__metadata("design:type", Object)
|
|
55
55
|
], AbstractNextOrPreviousNavigationTargetProvider.prototype, "modelState", void 0);
|
|
56
56
|
AbstractNextOrPreviousNavigationTargetProvider = __decorate([
|
|
57
|
-
inversify_1.injectable()
|
|
57
|
+
(0, inversify_1.injectable)()
|
|
58
58
|
], AbstractNextOrPreviousNavigationTargetProvider);
|
|
59
59
|
exports.AbstractNextOrPreviousNavigationTargetProvider = AbstractNextOrPreviousNavigationTargetProvider;
|
|
60
60
|
//# sourceMappingURL=abstract-next-or-previous-navigation-target-provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstract-next-or-previous-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/abstract-next-or-previous-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAA+E;
|
|
1
|
+
{"version":3,"file":"abstract-next-or-previous-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/abstract-next-or-previous-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAA+E;AAC/E,2DAA8D;AAE9D,yCAA+C;AAC/C,wDAA8C;AAG9C,IAAsB,8CAA8C,GAApE,MAAsB,8CAA8C;IAMhE,UAAU,CAAC,aAA4B;QACnC,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;QAC5C,MAAM,KAAK,GAAY,EAAE,CAAC;QAC1B,aAAa,CAAC,kBAAkB;aAC3B,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;aACxC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,YAAY,0BAAQ,CAAC;aAClC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAa,CAAC;aACvB,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAC7D,OAAO,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,CAAC;IACjH,CAAC;IAES,sBAAsB,CAAC,SAA6B,EAAE,EAAU;QACtE,OAAO,EAAE,GAAG,EAAE,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC,EAAE,CAAC;IACvE,CAAC;IAES,kBAAkB,CAAC,EAAU;QACnC,MAAM,GAAG,GAAS,EAAE,CAAC;QACrB,GAAG,CAAC,2BAAgB,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC;QACvC,OAAO,GAAG,CAAC;IACf,CAAC;CAKJ,CAAA;AA1BG;IADC,IAAA,kBAAM,EAAC,wBAAU,CAAC;;kFACuB;AAJxB,8CAA8C;IADnE,IAAA,sBAAU,GAAE;GACS,8CAA8C,CA8BnE;AA9BqB,wGAA8C"}
|
|
@@ -22,7 +22,7 @@ let NextNodeNavigationTargetProvider = class NextNodeNavigationTargetProvider ex
|
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
NextNodeNavigationTargetProvider = __decorate([
|
|
25
|
-
inversify_1.injectable()
|
|
25
|
+
(0, inversify_1.injectable)()
|
|
26
26
|
], NextNodeNavigationTargetProvider);
|
|
27
27
|
exports.NextNodeNavigationTargetProvider = NextNodeNavigationTargetProvider;
|
|
28
28
|
//# sourceMappingURL=next-node-navigation-target-provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next-node-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/next-node-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;AAiBA,iIAAwH;AACxH,yCAAuC;AAGvC,IAAa,gCAAgC,GAA7C,MAAa,gCAAiC,SAAQ,qGAA8C;IAApG;;QACI,iBAAY,GAAG,MAAM,CAAC;IAQ1B,CAAC;IAPa,QAAQ,CAAC,QAAkB;QACjC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAES,iBAAiB,CAAC,IAAW;QACnC,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;CACJ,CAAA;AATY,gCAAgC;IAD5C,sBAAU,
|
|
1
|
+
{"version":3,"file":"next-node-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/next-node-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;AAiBA,iIAAwH;AACxH,yCAAuC;AAGvC,IAAa,gCAAgC,GAA7C,MAAa,gCAAiC,SAAQ,qGAA8C;IAApG;;QACI,iBAAY,GAAG,MAAM,CAAC;IAQ1B,CAAC;IAPa,QAAQ,CAAC,QAAkB;QACjC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAES,iBAAiB,CAAC,IAAW;QACnC,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;CACJ,CAAA;AATY,gCAAgC;IAD5C,IAAA,sBAAU,GAAE;GACA,gCAAgC,CAS5C;AATY,4EAAgC"}
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
import { EditorContext, NavigationTarget } from '@eclipse-glsp/protocol';
|
|
17
|
-
import {
|
|
17
|
+
import { ModelState } from '@eclipse-glsp/server-node';
|
|
18
18
|
import { NavigationTargetProvider } from '@eclipse-glsp/server-node/lib/features/navigation/navigation-target-provider';
|
|
19
19
|
export declare class NodeDocumentationNavigationTargetProvider implements NavigationTargetProvider {
|
|
20
20
|
targetTypeId: string;
|
|
21
|
-
protected readonly modelState:
|
|
21
|
+
protected readonly modelState: ModelState;
|
|
22
22
|
getTargets(editorContext: EditorContext): NavigationTarget[];
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=node-documentation-navigation-target-provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-documentation-navigation-target-provider.d.ts","sourceRoot":"","sources":["../../src/provider/node-documentation-navigation-target-provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAQ,aAAa,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"node-documentation-navigation-target-provider.d.ts","sourceRoot":"","sources":["../../src/provider/node-documentation-navigation-target-provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAQ,aAAa,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8EAA8E,CAAC;AAIxH,qBACa,yCAA0C,YAAW,wBAAwB;IACtF,YAAY,SAAmB;IAG/B,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAE1C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,gBAAgB,EAAE;CAsB/D"}
|
|
@@ -11,9 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.NodeDocumentationNavigationTargetProvider = void 0;
|
|
13
13
|
const server_node_1 = require("@eclipse-glsp/server-node");
|
|
14
|
+
const json_opener_options_1 = require("@eclipse-glsp/server-node/lib/features/navigation/json-opener-options");
|
|
14
15
|
const inversify_1 = require("inversify");
|
|
15
16
|
const graph_extension_1 = require("../graph-extension");
|
|
16
|
-
const json_opener_options_1 = require("@eclipse-glsp/server-node/lib/features/navigation/json-opener-options");
|
|
17
17
|
let NodeDocumentationNavigationTargetProvider = class NodeDocumentationNavigationTargetProvider {
|
|
18
18
|
constructor() {
|
|
19
19
|
this.targetTypeId = 'documentation';
|
|
@@ -40,11 +40,11 @@ let NodeDocumentationNavigationTargetProvider = class NodeDocumentationNavigatio
|
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
__decorate([
|
|
43
|
-
inversify_1.inject(server_node_1.
|
|
44
|
-
__metadata("design:type",
|
|
43
|
+
(0, inversify_1.inject)(server_node_1.ModelState),
|
|
44
|
+
__metadata("design:type", Object)
|
|
45
45
|
], NodeDocumentationNavigationTargetProvider.prototype, "modelState", void 0);
|
|
46
46
|
NodeDocumentationNavigationTargetProvider = __decorate([
|
|
47
|
-
inversify_1.injectable()
|
|
47
|
+
(0, inversify_1.injectable)()
|
|
48
48
|
], NodeDocumentationNavigationTargetProvider);
|
|
49
49
|
exports.NodeDocumentationNavigationTargetProvider = NodeDocumentationNavigationTargetProvider;
|
|
50
50
|
//# sourceMappingURL=node-documentation-navigation-target-provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-documentation-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/node-documentation-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,
|
|
1
|
+
{"version":3,"file":"node-documentation-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/node-documentation-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,2DAAuD;AACvD,+GAA0G;AAE1G,yCAA+C;AAC/C,wDAA8C;AAG9C,IAAa,yCAAyC,GAAtD,MAAa,yCAAyC;IAAtD;QACI,iBAAY,GAAG,eAAe,CAAC;IA2BnC,CAAC;IAtBG,UAAU,CAAC,aAA4B;QACnC,IAAI,aAAa,CAAC,kBAAkB,CAAC,MAAM,KAAK,CAAC,EAAE;YAC/C,MAAM,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,WAAW,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE,0BAAQ,CAAC,CAAC;YAClG,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE;gBACzC,OAAO,EAAE,CAAC;aACb;YAED,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC5C,IAAI,CAAC,SAAS,EAAE;gBACZ,OAAO,EAAE,CAAC;aACb;YAED,MAAM,MAAM,GAAG,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YAC/C,MAAM,IAAI,GAAS,EAAE,CAAC;YACtB,IAAI,CAAC,mBAAmB,CAAC,GAAG,IAAI,uCAAiB,CAAC;gBAC9C,KAAK,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE;gBAChC,GAAG,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE;aACjC,CAAC,CAAC,MAAM,EAAE,CAAC;YACZ,OAAO,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;SACxC;QACD,OAAO,EAAE,CAAC;IACd,CAAC;CACJ,CAAA;AAxBG;IADC,IAAA,kBAAM,EAAC,wBAAU,CAAC;;6EACuB;AAJjC,yCAAyC;IADrD,IAAA,sBAAU,GAAE;GACA,yCAAyC,CA4BrD;AA5BY,8FAAyC"}
|
|
@@ -22,7 +22,7 @@ let PreviousNodeNavigationTargetProvider = class PreviousNodeNavigationTargetPro
|
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
PreviousNodeNavigationTargetProvider = __decorate([
|
|
25
|
-
inversify_1.injectable()
|
|
25
|
+
(0, inversify_1.injectable)()
|
|
26
26
|
], PreviousNodeNavigationTargetProvider);
|
|
27
27
|
exports.PreviousNodeNavigationTargetProvider = PreviousNodeNavigationTargetProvider;
|
|
28
28
|
//# sourceMappingURL=previous-node-navigation-target-provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"previous-node-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/previous-node-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;AAiBA,iIAAwH;AACxH,yCAAuC;AAGvC,IAAa,oCAAoC,GAAjD,MAAa,oCAAqC,SAAQ,qGAA8C;IAAxG;;QACI,iBAAY,GAAG,UAAU,CAAC;IAQ9B,CAAC;IAPa,QAAQ,CAAC,QAAkB;QACjC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAES,iBAAiB,CAAC,IAAW;QACnC,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;CACJ,CAAA;AATY,oCAAoC;IADhD,sBAAU,
|
|
1
|
+
{"version":3,"file":"previous-node-navigation-target-provider.js","sourceRoot":"","sources":["../../src/provider/previous-node-navigation-target-provider.ts"],"names":[],"mappings":";;;;;;;;;AAiBA,iIAAwH;AACxH,yCAAuC;AAGvC,IAAa,oCAAoC,GAAjD,MAAa,oCAAqC,SAAQ,qGAA8C;IAAxG;;QACI,iBAAY,GAAG,UAAU,CAAC;IAQ9B,CAAC;IAPa,QAAQ,CAAC,QAAkB;QACjC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAES,iBAAiB,CAAC,IAAW;QACnC,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;CACJ,CAAA;AATY,oCAAoC;IADhD,IAAA,sBAAU,GAAE;GACA,oCAAoC,CAShD;AATY,oFAAoC"}
|