@eclipse-glsp-examples/workflow-server 2.2.0-next.91 → 2.2.0-next.92
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/common/handler/create-decision-node-handler.d.ts.map +1 -1
- package/lib/common/handler/create-decision-node-handler.js +17 -1
- package/lib/common/handler/create-decision-node-handler.js.map +1 -1
- package/lib/common/handler/create-merge-node-handler.d.ts.map +1 -1
- package/lib/common/handler/create-merge-node-handler.js +17 -1
- package/lib/common/handler/create-merge-node-handler.js.map +1 -1
- package/package.json +4 -4
- package/src/common/handler/create-decision-node-handler.ts +2 -2
- package/src/common/handler/create-merge-node-handler.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-decision-node-handler.d.ts","sourceRoot":"","sources":["../../../src/common/handler/create-decision-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,
|
|
1
|
+
{"version":3,"file":"create-decision-node-handler.d.ts","sourceRoot":"","sources":["../../../src/common/handler/create-decision-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAmB,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,qBACa,yBAA0B,SAAQ,yBAAyB;IACpE,cAAc,WAA8B;IAC5C,KAAK,SAAmB;cAEL,OAAO,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,mBAAmB;CAGjE"}
|
|
@@ -7,6 +7,22 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.CreateDecisionNodeHandler = void 0;
|
|
10
|
+
/********************************************************************************
|
|
11
|
+
* Copyright (c) 2022-2023 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 server_1 = require("@eclipse-glsp/server");
|
|
10
26
|
const inversify_1 = require("inversify");
|
|
11
27
|
const model_types_1 = require("../util/model-types");
|
|
12
28
|
const create_activity_node_handler_1 = require("./create-activity-node-handler");
|
|
@@ -17,7 +33,7 @@ let CreateDecisionNodeHandler = class CreateDecisionNodeHandler extends create_a
|
|
|
17
33
|
this.label = 'Decision Node';
|
|
18
34
|
}
|
|
19
35
|
builder(point) {
|
|
20
|
-
return super.builder(point).addCssClass('decision');
|
|
36
|
+
return super.builder(point).addCssClass('decision').resizeLocations(server_1.GResizeLocation.CROSS);
|
|
21
37
|
}
|
|
22
38
|
};
|
|
23
39
|
exports.CreateDecisionNodeHandler = CreateDecisionNodeHandler;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-decision-node-handler.js","sourceRoot":"","sources":["../../../src/common/handler/create-decision-node-handler.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-decision-node-handler.js","sourceRoot":"","sources":["../../../src/common/handler/create-decision-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,iDAA8D;AAC9D,yCAAuC;AAEvC,qDAAiD;AACjD,iFAA2E;AAGpE,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,wDAAyB;IAAjE;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,aAAa,CAAC,CAAC;QAC5C,UAAK,GAAG,eAAe,CAAC;IAK5B,CAAC;IAHsB,OAAO,CAAC,KAAa;QACpC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,eAAe,CAAC,wBAAe,CAAC,KAAK,CAAC,CAAC;IAC/F,CAAC;CACJ,CAAA;AAPY,8DAAyB;oCAAzB,yBAAyB;IADrC,IAAA,sBAAU,GAAE;GACA,yBAAyB,CAOrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-merge-node-handler.d.ts","sourceRoot":"","sources":["../../../src/common/handler/create-merge-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,
|
|
1
|
+
{"version":3,"file":"create-merge-node-handler.d.ts","sourceRoot":"","sources":["../../../src/common/handler/create-merge-node-handler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAmB,KAAK,EAAE,MAAM,sBAAsB,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,GAAG,mBAAmB;CAG5E"}
|
|
@@ -7,6 +7,22 @@ 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-2023 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 server_1 = require("@eclipse-glsp/server");
|
|
10
26
|
const inversify_1 = require("inversify");
|
|
11
27
|
const model_types_1 = require("../util/model-types");
|
|
12
28
|
const create_activity_node_handler_1 = require("./create-activity-node-handler");
|
|
@@ -17,7 +33,7 @@ let CreateMergeNodeHandler = class CreateMergeNodeHandler extends create_activit
|
|
|
17
33
|
this.label = 'Merge Node';
|
|
18
34
|
}
|
|
19
35
|
builder(point) {
|
|
20
|
-
return super.builder(point).addCssClass('merge');
|
|
36
|
+
return super.builder(point).addCssClass('merge').resizeLocations(server_1.GResizeLocation.CROSS);
|
|
21
37
|
}
|
|
22
38
|
};
|
|
23
39
|
exports.CreateMergeNodeHandler = CreateMergeNodeHandler;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-merge-node-handler.js","sourceRoot":"","sources":["../../../src/common/handler/create-merge-node-handler.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-merge-node-handler.js","sourceRoot":"","sources":["../../../src/common/handler/create-merge-node-handler.ts"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,iDAA8D;AAC9D,yCAAuC;AAEvC,qDAAiD;AACjD,iFAA2E;AAGpE,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,wDAAyB;IAA9D;;QACH,mBAAc,GAAG,CAAC,wBAAU,CAAC,UAAU,CAAC,CAAC;QACzC,UAAK,GAAG,YAAY,CAAC;IAKzB,CAAC;IAHsB,OAAO,CAAC,KAAwB;QAC/C,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,eAAe,CAAC,wBAAe,CAAC,KAAK,CAAC,CAAC;IAC5F,CAAC;CACJ,CAAA;AAPY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,sBAAU,GAAE;GACA,sBAAsB,CAOlC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp-examples/workflow-server",
|
|
3
|
-
"version": "2.2.0-next.
|
|
3
|
+
"version": "2.2.0-next.92+7823455",
|
|
4
4
|
"description": "GLSP node server for the workflow example",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eclipse",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"watch:bundle": "webpack -w"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@eclipse-glsp/layout-elk": "2.2.0-next.
|
|
60
|
-
"@eclipse-glsp/server": "2.2.0-next.
|
|
59
|
+
"@eclipse-glsp/layout-elk": "2.2.0-next.92+7823455",
|
|
60
|
+
"@eclipse-glsp/server": "2.2.0-next.92+7823455",
|
|
61
61
|
"inversify": "^6.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "782345583727f36fe83eed55419052f2f879d9ac"
|
|
72
72
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import { Point } from '@eclipse-glsp/server';
|
|
16
|
+
import { GResizeLocation, Point } from '@eclipse-glsp/server';
|
|
17
17
|
import { injectable } from 'inversify';
|
|
18
18
|
import { ActivityNodeBuilder } from '../graph-extension';
|
|
19
19
|
import { ModelTypes } from '../util/model-types';
|
|
@@ -25,6 +25,6 @@ export class CreateDecisionNodeHandler extends CreateActivityNodeHandler {
|
|
|
25
25
|
label = 'Decision Node';
|
|
26
26
|
|
|
27
27
|
protected override builder(point?: Point): ActivityNodeBuilder {
|
|
28
|
-
return super.builder(point).addCssClass('decision');
|
|
28
|
+
return super.builder(point).addCssClass('decision').resizeLocations(GResizeLocation.CROSS);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
import { Point } from '@eclipse-glsp/server';
|
|
16
|
+
import { GResizeLocation, Point } from '@eclipse-glsp/server';
|
|
17
17
|
import { injectable } from 'inversify';
|
|
18
18
|
import { ActivityNodeBuilder } from '../graph-extension';
|
|
19
19
|
import { ModelTypes } from '../util/model-types';
|
|
@@ -25,6 +25,6 @@ export class CreateMergeNodeHandler extends CreateActivityNodeHandler {
|
|
|
25
25
|
label = 'Merge Node';
|
|
26
26
|
|
|
27
27
|
protected override builder(point: Point | undefined): ActivityNodeBuilder {
|
|
28
|
-
return super.builder(point).addCssClass('merge');
|
|
28
|
+
return super.builder(point).addCssClass('merge').resizeLocations(GResizeLocation.CROSS);
|
|
29
29
|
}
|
|
30
30
|
}
|