@eclipse-glsp/server 1.1.0-next.f692ea4.55 → 2.1.0-next.70
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/launch/worker-server-launcher.js +2 -2
- package/lib/browser/launch/worker-server-launcher.js.map +1 -1
- package/lib/common/actions/action-dispatcher.d.ts +2 -1
- package/lib/common/actions/action-dispatcher.d.ts.map +1 -1
- package/lib/common/actions/action-dispatcher.js +9 -7
- package/lib/common/actions/action-dispatcher.js.map +1 -1
- package/lib/common/actions/action-handler-registry.js +4 -4
- package/lib/common/actions/action-handler-registry.js.map +1 -1
- package/lib/common/actions/client-action-handler.d.ts +17 -8
- package/lib/common/actions/client-action-handler.d.ts.map +1 -1
- package/lib/common/actions/client-action-handler.js +32 -22
- package/lib/common/actions/client-action-handler.js.map +1 -1
- package/lib/common/actions/global-action-provider.d.ts +6 -21
- package/lib/common/actions/global-action-provider.d.ts.map +1 -1
- package/lib/common/actions/global-action-provider.js +17 -22
- package/lib/common/actions/global-action-provider.js.map +1 -1
- package/lib/common/command/command-stack.js +2 -2
- package/lib/common/command/command-stack.js.map +1 -1
- package/lib/common/command/command.js +1 -1
- package/lib/common/command/command.js.map +1 -1
- package/lib/common/command/recording-command.d.ts +9 -15
- package/lib/common/command/recording-command.d.ts.map +1 -1
- package/lib/common/command/recording-command.js +12 -26
- package/lib/common/command/recording-command.js.map +1 -1
- package/lib/common/command/undo-redo-action-handler.js +2 -2
- package/lib/common/command/undo-redo-action-handler.js.map +1 -1
- package/lib/common/di/binding-target.d.ts.map +1 -1
- package/lib/common/di/binding-target.js +3 -2
- package/lib/common/di/binding-target.js.map +1 -1
- package/lib/common/di/client-session-module.d.ts +9 -1
- package/lib/common/di/client-session-module.d.ts.map +1 -1
- package/lib/common/di/client-session-module.js +9 -9
- package/lib/common/di/client-session-module.js.map +1 -1
- package/lib/common/di/diagram-module.d.ts +23 -1
- package/lib/common/di/diagram-module.d.ts.map +1 -1
- package/lib/common/di/diagram-module.js +23 -53
- package/lib/common/di/diagram-module.js.map +1 -1
- package/lib/common/di/glsp-module.js +2 -2
- package/lib/common/di/glsp-module.js.map +1 -1
- package/lib/common/di/server-module.d.ts +0 -1
- package/lib/common/di/server-module.d.ts.map +1 -1
- package/lib/common/di/server-module.js +0 -1
- package/lib/common/di/server-module.js.map +1 -1
- package/lib/common/diagram/diagram-configuration.js +1 -1
- package/lib/common/diagram/diagram-configuration.js.map +1 -1
- package/lib/common/features/clipboard/request-clipboard-data-action-handler.d.ts.map +1 -1
- package/lib/common/features/clipboard/request-clipboard-data-action-handler.js +2 -2
- package/lib/common/features/clipboard/request-clipboard-data-action-handler.js.map +1 -1
- package/lib/common/features/contextactions/command-palette-action-provider.js +2 -2
- package/lib/common/features/contextactions/command-palette-action-provider.js.map +1 -1
- package/lib/common/features/contextactions/context-actions-provider-registry.js +2 -2
- package/lib/common/features/contextactions/context-actions-provider-registry.js.map +1 -1
- package/lib/common/features/contextactions/context-menu-item-provider.js +2 -2
- package/lib/common/features/contextactions/context-menu-item-provider.js.map +1 -1
- package/lib/common/features/contextactions/request-context-actions-handler.js +2 -2
- package/lib/common/features/contextactions/request-context-actions-handler.js.map +1 -1
- package/lib/common/features/contextactions/tool-palette-item-provider.js +4 -4
- package/lib/common/features/contextactions/tool-palette-item-provider.js.map +1 -1
- package/lib/common/features/directediting/context-edit-validator-registry.js +2 -2
- package/lib/common/features/directediting/context-edit-validator-registry.js.map +1 -1
- package/lib/common/features/directediting/label-edit-validator.js +2 -2
- package/lib/common/features/directediting/label-edit-validator.js.map +1 -1
- package/lib/common/features/directediting/request-edit-validation-handler.js +2 -2
- package/lib/common/features/directediting/request-edit-validation-handler.js.map +1 -1
- package/lib/common/features/layout/computed-bounds-action-handler.js +2 -2
- package/lib/common/features/layout/computed-bounds-action-handler.js.map +1 -1
- package/lib/common/features/layout/layout-operation-handler.js +2 -2
- package/lib/common/features/layout/layout-operation-handler.js.map +1 -1
- package/lib/common/features/model/gmodel-factory.js +2 -2
- package/lib/common/features/model/gmodel-factory.js.map +1 -1
- package/lib/common/features/model/gmodel-index.js +2 -2
- package/lib/common/features/model/gmodel-index.js.map +1 -1
- package/lib/common/features/model/gmodel-serializer.d.ts +10 -10
- package/lib/common/features/model/gmodel-serializer.d.ts.map +1 -1
- package/lib/common/features/model/gmodel-serializer.js +2 -2
- package/lib/common/features/model/gmodel-serializer.js.map +1 -1
- package/lib/common/features/model/model-state.d.ts.map +1 -1
- package/lib/common/features/model/model-state.js +5 -2
- package/lib/common/features/model/model-state.js.map +1 -1
- package/lib/common/features/model/model-submission-handler.d.ts +30 -3
- package/lib/common/features/model/model-submission-handler.d.ts.map +1 -1
- package/lib/common/features/model/model-submission-handler.js +73 -9
- package/lib/common/features/model/model-submission-handler.js.map +1 -1
- package/lib/common/features/model/request-model-action-handler.d.ts +5 -6
- package/lib/common/features/model/request-model-action-handler.d.ts.map +1 -1
- package/lib/common/features/model/request-model-action-handler.js +37 -15
- package/lib/common/features/model/request-model-action-handler.js.map +1 -1
- package/lib/common/features/model/save-model-action-handler.js +2 -2
- package/lib/common/features/model/save-model-action-handler.js.map +1 -1
- package/lib/common/features/navigation/navigation-target-provider-registry.js +2 -2
- package/lib/common/features/navigation/navigation-target-provider-registry.js.map +1 -1
- package/lib/common/features/navigation/navigation-target-resolver.js +2 -2
- package/lib/common/features/navigation/navigation-target-resolver.js.map +1 -1
- package/lib/common/features/navigation/request-navigation-targets-action-handler.js +2 -2
- package/lib/common/features/navigation/request-navigation-targets-action-handler.js.map +1 -1
- package/lib/common/features/navigation/resolve-navigation-targets-action-handler.js +2 -2
- package/lib/common/features/navigation/resolve-navigation-targets-action-handler.js.map +1 -1
- package/lib/common/features/popup/request-popup-model-action-handler.js +2 -2
- package/lib/common/features/popup/request-popup-model-action-handler.js.map +1 -1
- package/lib/common/features/progress/progress-service.d.ts +44 -0
- package/lib/common/features/progress/progress-service.d.ts.map +1 -0
- package/lib/common/features/progress/progress-service.js +51 -0
- package/lib/common/features/progress/progress-service.js.map +1 -0
- package/lib/common/features/type-hints/edge-creation-checker.d.ts +42 -0
- package/lib/common/features/type-hints/edge-creation-checker.d.ts.map +1 -0
- package/lib/common/features/type-hints/edge-creation-checker.js +20 -0
- package/lib/common/features/type-hints/edge-creation-checker.js.map +1 -0
- package/lib/common/features/type-hints/request-check-edge-action-handler.d.ts +29 -0
- package/lib/common/features/type-hints/request-check-edge-action-handler.d.ts.map +1 -0
- package/lib/common/features/type-hints/request-check-edge-action-handler.js +72 -0
- package/lib/common/features/type-hints/request-check-edge-action-handler.js.map +1 -0
- package/lib/common/{diagram → features/type-hints}/request-type-hints-action-handler.d.ts +2 -3
- package/lib/common/features/type-hints/request-type-hints-action-handler.d.ts.map +1 -0
- package/lib/common/{diagram → features/type-hints}/request-type-hints-action-handler.js +3 -4
- package/lib/common/features/type-hints/request-type-hints-action-handler.js.map +1 -0
- package/lib/common/features/validation/model-validator.d.ts +47 -2
- package/lib/common/features/validation/model-validator.d.ts.map +1 -1
- package/lib/common/features/validation/model-validator.js +80 -1
- package/lib/common/features/validation/model-validator.js.map +1 -1
- package/lib/common/features/validation/request-markers-handler.d.ts +15 -0
- package/lib/common/features/validation/request-markers-handler.d.ts.map +1 -1
- package/lib/common/features/validation/request-markers-handler.js +5 -11
- package/lib/common/features/validation/request-markers-handler.js.map +1 -1
- package/lib/common/gmodel/apply-label-edit-operation-handler.js +2 -2
- package/lib/common/gmodel/apply-label-edit-operation-handler.js.map +1 -1
- package/lib/common/gmodel/change-bounds-operation-handler.js +2 -2
- package/lib/common/gmodel/change-bounds-operation-handler.js.map +1 -1
- package/lib/common/gmodel/change-routing-points-operation-handler.js +2 -2
- package/lib/common/gmodel/change-routing-points-operation-handler.js.map +1 -1
- package/lib/common/gmodel/cut-operation-handler.d.ts.map +1 -1
- package/lib/common/gmodel/cut-operation-handler.js +7 -5
- package/lib/common/gmodel/cut-operation-handler.js.map +1 -1
- package/lib/common/gmodel/delete-operation-handler.d.ts +1 -1
- package/lib/common/gmodel/delete-operation-handler.d.ts.map +1 -1
- package/lib/common/gmodel/delete-operation-handler.js +7 -7
- package/lib/common/gmodel/delete-operation-handler.js.map +1 -1
- package/lib/common/gmodel/gmodel-create-edge-operation-handler.d.ts +3 -3
- package/lib/common/gmodel/gmodel-create-edge-operation-handler.d.ts.map +1 -1
- package/lib/common/gmodel/gmodel-create-edge-operation-handler.js +2 -2
- package/lib/common/gmodel/gmodel-create-edge-operation-handler.js.map +1 -1
- package/lib/common/gmodel/gmodel-create-node-operation-handler.d.ts +3 -3
- package/lib/common/gmodel/gmodel-create-node-operation-handler.d.ts.map +1 -1
- package/lib/common/gmodel/gmodel-create-node-operation-handler.js +2 -2
- package/lib/common/gmodel/gmodel-create-node-operation-handler.js.map +1 -1
- package/lib/common/gmodel/gmodel-diagram-module.js +2 -2
- package/lib/common/gmodel/gmodel-diagram-module.js.map +1 -1
- package/lib/common/gmodel/gmodel-operation-handler.js +1 -1
- package/lib/common/gmodel/gmodel-operation-handler.js.map +1 -1
- package/lib/common/gmodel/paste-operation-handler.d.ts.map +1 -1
- package/lib/common/gmodel/paste-operation-handler.js +2 -2
- package/lib/common/gmodel/paste-operation-handler.js.map +1 -1
- package/lib/common/gmodel/reconnect-edge-operation-handler.js +2 -2
- package/lib/common/gmodel/reconnect-edge-operation-handler.js.map +1 -1
- package/lib/common/index.d.ts +3 -1
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +3 -1
- package/lib/common/index.js.map +1 -1
- package/lib/common/launch/glsp-server-launcher.js +2 -2
- package/lib/common/launch/glsp-server-launcher.js.map +1 -1
- package/lib/common/launch/jsonrpc-server-launcher.js +2 -2
- package/lib/common/launch/jsonrpc-server-launcher.js.map +1 -1
- package/lib/common/operations/compound-operation-handler.d.ts +5 -0
- package/lib/common/operations/compound-operation-handler.d.ts.map +1 -1
- package/lib/common/operations/compound-operation-handler.js +12 -12
- package/lib/common/operations/compound-operation-handler.js.map +1 -1
- package/lib/common/operations/create-operation-handler.d.ts +19 -5
- package/lib/common/operations/create-operation-handler.d.ts.map +1 -1
- package/lib/common/operations/create-operation-handler.js +3 -2
- package/lib/common/operations/create-operation-handler.js.map +1 -1
- package/lib/common/operations/json-operation-handler.d.ts +94 -0
- package/lib/common/operations/json-operation-handler.d.ts.map +1 -0
- package/lib/common/operations/json-operation-handler.js +120 -0
- package/lib/common/operations/json-operation-handler.js.map +1 -0
- package/lib/common/operations/operation-action-handler.d.ts.map +1 -1
- package/lib/common/operations/operation-action-handler.js +3 -3
- package/lib/common/operations/operation-action-handler.js.map +1 -1
- package/lib/common/operations/operation-handler-registry.d.ts +1 -9
- package/lib/common/operations/operation-handler-registry.d.ts.map +1 -1
- package/lib/common/operations/operation-handler-registry.js +4 -14
- package/lib/common/operations/operation-handler-registry.js.map +1 -1
- package/lib/common/operations/operation-handler.d.ts +2 -2
- package/lib/common/operations/operation-handler.d.ts.map +1 -1
- package/lib/common/operations/operation-handler.js +2 -2
- package/lib/common/operations/operation-handler.js.map +1 -1
- package/lib/common/protocol/client-action.d.ts +31 -0
- package/lib/common/protocol/client-action.d.ts.map +1 -0
- package/lib/common/protocol/client-action.js +35 -0
- package/lib/common/protocol/client-action.js.map +1 -0
- package/lib/common/protocol/glsp-server.d.ts +1 -1
- package/lib/common/protocol/glsp-server.d.ts.map +1 -1
- package/lib/common/protocol/glsp-server.js +9 -11
- package/lib/common/protocol/glsp-server.js.map +1 -1
- package/lib/common/session/client-session-factory.js +5 -5
- package/lib/common/session/client-session-factory.js.map +1 -1
- package/lib/common/session/client-session-manager.js +2 -2
- package/lib/common/session/client-session-manager.js.map +1 -1
- package/lib/common/utils/args-util.js +2 -2
- package/lib/common/utils/args-util.js.map +1 -1
- package/lib/common/utils/client-options-util.d.ts +3 -0
- package/lib/common/utils/client-options-util.d.ts.map +1 -1
- package/lib/common/utils/client-options-util.js +5 -15
- package/lib/common/utils/client-options-util.js.map +1 -1
- package/lib/common/utils/console-logger.js +2 -2
- package/lib/common/utils/console-logger.js.map +1 -1
- package/lib/common/utils/logger.d.ts.map +1 -1
- package/lib/common/utils/logger.js +5 -4
- package/lib/common/utils/logger.js.map +1 -1
- package/lib/common/utils/promise-queue.d.ts.map +1 -1
- package/lib/common/utils/promise-queue.js +3 -6
- package/lib/common/utils/promise-queue.js.map +1 -1
- package/lib/common/utils/registry.d.ts +3 -1
- package/lib/common/utils/registry.d.ts.map +1 -1
- package/lib/common/utils/registry.js +15 -6
- package/lib/common/utils/registry.js.map +1 -1
- package/lib/node/abstract-json-model-storage.d.ts.map +1 -1
- package/lib/node/abstract-json-model-storage.js +10 -4
- package/lib/node/abstract-json-model-storage.js.map +1 -1
- package/lib/node/gmodel/gmodel-storage.d.ts.map +1 -1
- package/lib/node/gmodel/gmodel-storage.js +4 -3
- package/lib/node/gmodel/gmodel-storage.js.map +1 -1
- package/lib/node/launch/cli-parser.js +1 -1
- package/lib/node/launch/cli-parser.js.map +1 -1
- package/lib/node/launch/socket-server-launcher.js +2 -2
- package/lib/node/launch/socket-server-launcher.js.map +1 -1
- package/lib/node/launch/websocket-server-launcher.js +2 -2
- package/lib/node/launch/websocket-server-launcher.js.map +1 -1
- package/package.json +7 -6
- package/src/common/actions/action-dispatcher.spec.ts +3 -2
- package/src/common/actions/action-dispatcher.ts +8 -5
- package/src/common/actions/client-action-handler.ts +28 -18
- package/src/common/actions/global-action-provider.spec.ts +4 -15
- package/src/common/actions/global-action-provider.ts +21 -25
- package/src/common/command/recording-command.spec.ts +15 -5
- package/src/common/command/recording-command.ts +16 -27
- package/src/common/di/binding-target.ts +1 -0
- package/src/common/di/client-session-module.ts +17 -10
- package/src/common/di/diagram-module.ts +31 -70
- package/src/common/di/server-module.ts +0 -1
- package/src/common/features/clipboard/request-clipboard-data-action-handler.ts +3 -3
- package/src/common/features/model/gmodel-serializer.ts +11 -11
- package/src/common/features/model/model-state.ts +3 -0
- package/src/common/features/model/model-submission-handler.ts +64 -7
- package/src/common/features/model/request-model-action-handler.ts +37 -17
- package/src/common/features/progress/progress-service.ts +74 -0
- package/src/common/features/type-hints/edge-creation-checker.ts +44 -0
- package/src/common/features/type-hints/request-check-edge-action-handler.ts +62 -0
- package/src/common/{diagram → features/type-hints}/request-type-hints-action-handler.spec.ts +2 -2
- package/src/common/{diagram → features/type-hints}/request-type-hints-action-handler.ts +2 -3
- package/src/common/features/validation/model-validator.ts +75 -3
- package/src/common/features/validation/request-markers-handler.ts +4 -10
- package/src/common/gmodel/cut-operation-handler.ts +5 -3
- package/src/common/gmodel/delete-operation-handler.ts +6 -5
- package/src/common/gmodel/gmodel-create-edge-operation-handler.ts +3 -3
- package/src/common/gmodel/gmodel-create-node-operation-handler.ts +3 -3
- package/src/common/gmodel/paste-operation-handler.ts +2 -2
- package/src/common/index.ts +3 -1
- package/src/common/operations/compound-operation-handler.ts +6 -1
- package/src/common/operations/create-operation-handler.ts +22 -5
- package/src/common/operations/json-operation-handler.ts +147 -0
- package/src/common/operations/operation-action-handler.ts +2 -2
- package/src/common/operations/operation-handler-registry.ts +1 -12
- package/src/common/operations/operation-handler.ts +2 -2
- package/src/common/protocol/client-action.ts +38 -0
- package/src/common/protocol/glsp-server.spec.ts +11 -10
- package/src/common/protocol/glsp-server.ts +11 -14
- package/src/common/session/client-session-factory.spec.ts +2 -2
- package/src/common/session/client-session-factory.ts +3 -3
- package/src/common/session/client-session-manager.spec.ts +4 -3
- package/src/common/utils/args-util.ts +1 -1
- package/src/common/utils/client-options-util.ts +8 -0
- package/src/common/utils/logger.ts +2 -1
- package/src/common/utils/promise-queue.ts +4 -5
- package/src/common/utils/registry.spec.ts +3 -1
- package/src/common/utils/registry.ts +8 -3
- package/src/node/abstract-json-model-storage.ts +8 -2
- package/src/node/gmodel/gmodel-storage.ts +3 -3
- package/src/node/launch/cli-parser.ts +1 -1
- package/lib/common/diagram/request-type-hints-action-handler.d.ts.map +0 -1
- package/lib/common/diagram/request-type-hints-action-handler.js.map +0 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
16
|
********************************************************************************/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GModelRecordingCommand = exports.
|
|
18
|
+
exports.GModelRecordingCommand = exports.AbstractRecordingCommand = void 0;
|
|
19
19
|
const jsonPatch = require("fast-json-patch");
|
|
20
20
|
/**
|
|
21
21
|
* An abstract implementation for {@link Command} that should records changes made to a JSON object during execution.
|
|
@@ -23,14 +23,16 @@ const jsonPatch = require("fast-json-patch");
|
|
|
23
23
|
*/
|
|
24
24
|
class AbstractRecordingCommand {
|
|
25
25
|
async execute() {
|
|
26
|
+
var _a;
|
|
26
27
|
const beforeState = this.deepClone(await this.getJsonObject());
|
|
27
28
|
await this.doExecute();
|
|
28
29
|
const afterState = await this.getJsonObject();
|
|
29
30
|
this.undoPatch = jsonPatch.compare(afterState, beforeState);
|
|
30
31
|
this.redoPatch = jsonPatch.compare(beforeState, afterState);
|
|
32
|
+
(_a = this.postChange) === null || _a === void 0 ? void 0 : _a.call(this, afterState);
|
|
31
33
|
}
|
|
32
34
|
applyPatch(object, patch) {
|
|
33
|
-
jsonPatch.applyPatch(object, patch, false, true);
|
|
35
|
+
return jsonPatch.applyPatch(object, patch, false, true);
|
|
34
36
|
}
|
|
35
37
|
/**
|
|
36
38
|
* Captures the original state of the JSON object before executing the command routine.
|
|
@@ -42,13 +44,17 @@ class AbstractRecordingCommand {
|
|
|
42
44
|
return jsonPatch.deepClone(object);
|
|
43
45
|
}
|
|
44
46
|
async undo() {
|
|
47
|
+
var _a;
|
|
45
48
|
if (this.undoPatch) {
|
|
46
|
-
|
|
49
|
+
const result = this.applyPatch(await this.getJsonObject(), this.undoPatch);
|
|
50
|
+
(_a = this.postChange) === null || _a === void 0 ? void 0 : _a.call(this, result.newDocument);
|
|
47
51
|
}
|
|
48
52
|
}
|
|
49
53
|
async redo() {
|
|
54
|
+
var _a;
|
|
50
55
|
if (this.redoPatch) {
|
|
51
|
-
|
|
56
|
+
const result = this.applyPatch(await this.getJsonObject(), this.redoPatch);
|
|
57
|
+
(_a = this.postChange) === null || _a === void 0 ? void 0 : _a.call(this, result.newDocument);
|
|
52
58
|
}
|
|
53
59
|
}
|
|
54
60
|
canUndo() {
|
|
@@ -56,21 +62,6 @@ class AbstractRecordingCommand {
|
|
|
56
62
|
}
|
|
57
63
|
}
|
|
58
64
|
exports.AbstractRecordingCommand = AbstractRecordingCommand;
|
|
59
|
-
/**
|
|
60
|
-
* Simple base implementation of {@link AbstractRecordingCommand} that records the changes made to the given JSON object during
|
|
61
|
-
* the the given `doExecute` function.
|
|
62
|
-
*/
|
|
63
|
-
class RecordingCommand extends AbstractRecordingCommand {
|
|
64
|
-
constructor(jsonObject, doExecute) {
|
|
65
|
-
super();
|
|
66
|
-
this.jsonObject = jsonObject;
|
|
67
|
-
this.doExecute = doExecute;
|
|
68
|
-
}
|
|
69
|
-
getJsonObject() {
|
|
70
|
-
return this.jsonObject;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
exports.RecordingCommand = RecordingCommand;
|
|
74
65
|
/**
|
|
75
66
|
* Simple base implementation of {@link AbstractRecordingCommand} that allows recording of changes made
|
|
76
67
|
* to the `GModelRoot` ({@link ModelState.root}) during the given `doExecute` function
|
|
@@ -82,16 +73,11 @@ class GModelRecordingCommand extends AbstractRecordingCommand {
|
|
|
82
73
|
this.serializer = serializer;
|
|
83
74
|
this.doExecute = doExecute;
|
|
84
75
|
}
|
|
85
|
-
async execute() {
|
|
86
|
-
await super.execute();
|
|
87
|
-
this.modelState.index.indexRoot(this.modelState.root);
|
|
88
|
-
}
|
|
89
76
|
getJsonObject() {
|
|
90
77
|
return this.serializer.createSchema(this.modelState.root);
|
|
91
78
|
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
const newRoot = this.serializer.createRoot(rootSchema);
|
|
79
|
+
postChange(newModel) {
|
|
80
|
+
const newRoot = this.serializer.createRoot(newModel);
|
|
95
81
|
this.modelState.updateRoot(newRoot);
|
|
96
82
|
}
|
|
97
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recording-command.js","sourceRoot":"","sources":["../../../src/common/command/recording-command.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;
|
|
1
|
+
{"version":3,"file":"recording-command.js","sourceRoot":"","sources":["../../../src/common/command/recording-command.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;AAGlF,6CAA6C;AAI7C;;;GAGG;AACH,MAAsB,wBAAwB;IAI1C,KAAK,CAAC,OAAO;;QACT,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;QAC/D,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;QACvB,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QAC9C,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,OAAO,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;QAC5D,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,OAAO,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;QAC5D,MAAA,IAAI,CAAC,UAAU,qDAAG,UAAU,CAAC,CAAC;IAClC,CAAC;IAcS,UAAU,CAAC,MAAkB,EAAE,KAA4B;QACjE,OAAO,SAAS,CAAC,UAAU,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;IAED;;;;;OAKG;IACO,SAAS,CAAC,MAAkB;QAClC,OAAO,SAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IACvC,CAAC;IAED,KAAK,CAAC,IAAI;;QACN,IAAI,IAAI,CAAC,SAAS,EAAE;YAChB,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC3E,MAAA,IAAI,CAAC,UAAU,qDAAG,MAAM,CAAC,WAAW,CAAC,CAAC;SACzC;IACL,CAAC;IAED,KAAK,CAAC,IAAI;;QACN,IAAI,IAAI,CAAC,SAAS,EAAE;YAChB,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC3E,MAAA,IAAI,CAAC,UAAU,qDAAG,MAAM,CAAC,WAAW,CAAC,CAAC;SACzC;IACL,CAAC;IAED,OAAO;QACH,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;IAChD,CAAC;CAQJ;AA/DD,4DA+DC;AAED;;;GAGG;AACH,MAAa,sBAAuB,SAAQ,wBAA0C;IAClF,YAAsB,UAAsB,EAAY,UAA4B,EAAY,SAAmC;QAC/H,KAAK,EAAE,CAAC;QADU,eAAU,GAAV,UAAU,CAAY;QAAY,eAAU,GAAV,UAAU,CAAkB;QAAY,cAAS,GAAT,SAAS,CAA0B;IAEnI,CAAC;IAES,aAAa;QACnB,OAAO,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC;IAEkB,UAAU,CAAC,QAA6B;QACvD,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QACrD,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;CACJ;AAbD,wDAaC"}
|
|
@@ -57,6 +57,7 @@ let UndoRedoActionHandler = class UndoRedoActionHandler {
|
|
|
57
57
|
return [];
|
|
58
58
|
}
|
|
59
59
|
};
|
|
60
|
+
exports.UndoRedoActionHandler = UndoRedoActionHandler;
|
|
60
61
|
__decorate([
|
|
61
62
|
(0, inversify_1.inject)(command_stack_1.CommandStack),
|
|
62
63
|
__metadata("design:type", Object)
|
|
@@ -65,8 +66,7 @@ __decorate([
|
|
|
65
66
|
(0, inversify_1.inject)(model_submission_handler_1.ModelSubmissionHandler),
|
|
66
67
|
__metadata("design:type", model_submission_handler_1.ModelSubmissionHandler)
|
|
67
68
|
], UndoRedoActionHandler.prototype, "modelSubmissionHandler", void 0);
|
|
68
|
-
UndoRedoActionHandler = __decorate([
|
|
69
|
+
exports.UndoRedoActionHandler = UndoRedoActionHandler = __decorate([
|
|
69
70
|
(0, inversify_1.injectable)()
|
|
70
71
|
], UndoRedoActionHandler);
|
|
71
|
-
exports.UndoRedoActionHandler = UndoRedoActionHandler;
|
|
72
72
|
//# sourceMappingURL=undo-redo-action-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"undo-redo-action-handler.js","sourceRoot":"","sources":["../../../src/common/command/undo-redo-action-handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;;;;;;;;;;AAElF,qDAAsF;AACtF,yCAA+C;AAE/C,yFAAoF;AACpF,mDAA+C;AAGxC,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAA3B;QAOM,gBAAW,GAAG,CAAC,qBAAU,CAAC,IAAI,EAAE,qBAAU,CAAC,IAAI,CAAC,CAAC;IA0B9D,CAAC;IAxBG,OAAO,CAAC,MAAc;QAClB,IAAI,qBAAU,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;YACvB,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;SACtB;aAAM,IAAI,qBAAU,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;YAC9B,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;SACtB;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IAES,KAAK,CAAC,IAAI;QAChB,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,EAAE;YAC7B,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;YAC/B,OAAO,IAAI,CAAC,sBAAsB,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;SAC1D;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IAES,KAAK,CAAC,IAAI;QAChB,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,EAAE;YAC7B,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;YAC/B,OAAO,IAAI,CAAC,sBAAsB,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;SAC1D;QACD,OAAO,EAAE,CAAC;IACd,CAAC;CACJ,CAAA;
|
|
1
|
+
{"version":3,"file":"undo-redo-action-handler.js","sourceRoot":"","sources":["../../../src/common/command/undo-redo-action-handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;;;;;;;;;;AAElF,qDAAsF;AACtF,yCAA+C;AAE/C,yFAAoF;AACpF,mDAA+C;AAGxC,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAA3B;QAOM,gBAAW,GAAG,CAAC,qBAAU,CAAC,IAAI,EAAE,qBAAU,CAAC,IAAI,CAAC,CAAC;IA0B9D,CAAC;IAxBG,OAAO,CAAC,MAAc;QAClB,IAAI,qBAAU,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;YACvB,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;SACtB;aAAM,IAAI,qBAAU,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;YAC9B,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;SACtB;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IAES,KAAK,CAAC,IAAI;QAChB,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,EAAE;YAC7B,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;YAC/B,OAAO,IAAI,CAAC,sBAAsB,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;SAC1D;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IAES,KAAK,CAAC,IAAI;QAChB,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,EAAE;YAC7B,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;YAC/B,OAAO,IAAI,CAAC,sBAAsB,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;SAC1D;QACD,OAAO,EAAE,CAAC;IACd,CAAC;CACJ,CAAA;AAjCY,sDAAqB;AAEpB;IADT,IAAA,kBAAM,EAAC,4BAAY,CAAC;;2DACgB;AAG3B;IADT,IAAA,kBAAM,EAAC,iDAAsB,CAAC;8BACG,iDAAsB;qEAAC;gCALhD,qBAAqB;IADjC,IAAA,sBAAU,GAAE;GACA,qBAAqB,CAiCjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"binding-target.d.ts","sourceRoot":"","sources":["../../../src/common/di/binding-target.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAa,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC;;;GAGG;AAEH;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAChC,OAAO,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IAAC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAA;CAAE,EAC/D,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAClD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GACzB,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAuBrC;AAED,wBAAgB,0BAA0B,CAAC,CAAC,EACxC,OAAO,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IAAC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAA;CAAE,EAC/D,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAClD,MAAM,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,GAC1B,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,SAAS,CAKjD;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,WAAW,CAAC,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;AAElH;;GAEG;AACH,MAAM,WAAW,mBAAmB,CAAC,CAAC;IAClC,aAAa,EAAE,CAAC,CAAC;CACpB;AAED,yBAAiB,mBAAmB,CAAC;IACjC,SAAgB,EAAE,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,mBAAmB,CAAC,OAAO,CAAC,CAEtE;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC;IAC5B,OAAO,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;IACzC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,aAAa,CAAC;IAC3B,SAAgB,EAAE,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,aAAa,CAAC,OAAO,CAAC,CAEhE;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACjC,YAAY,CAAC,OAAO,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC;CAChD;
|
|
1
|
+
{"version":3,"file":"binding-target.d.ts","sourceRoot":"","sources":["../../../src/common/di/binding-target.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAa,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC;;;GAGG;AAEH;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAChC,OAAO,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IAAC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAA;CAAE,EAC/D,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAClD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GACzB,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAuBrC;AAED,wBAAgB,0BAA0B,CAAC,CAAC,EACxC,OAAO,EAAE;IAAE,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IAAC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAA;CAAE,EAC/D,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAClD,MAAM,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,GAC1B,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,SAAS,CAKjD;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,WAAW,CAAC,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,GAAG,mBAAmB,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;AAElH;;GAEG;AACH,MAAM,WAAW,mBAAmB,CAAC,CAAC;IAClC,aAAa,EAAE,CAAC,CAAC;CACpB;AAED,yBAAiB,mBAAmB,CAAC;IACjC,SAAgB,EAAE,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,mBAAmB,CAAC,OAAO,CAAC,CAEtE;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC;IAC5B,OAAO,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;IACzC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,aAAa,CAAC;IAC3B,SAAgB,EAAE,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,aAAa,CAAC,OAAO,CAAC,CAEhE;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACjC,YAAY,CAAC,OAAO,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC;CAChD;AA0ED,wBAAgB,aAAa,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,WAAW,CAAC,OAAO,CAAC,CAEzE"}
|
|
@@ -71,14 +71,14 @@ var ConstantValueTarget;
|
|
|
71
71
|
return protocol_1.AnyObject.is(object) && 'constantValue' in object;
|
|
72
72
|
}
|
|
73
73
|
ConstantValueTarget.is = is;
|
|
74
|
-
})(ConstantValueTarget
|
|
74
|
+
})(ConstantValueTarget || (exports.ConstantValueTarget = ConstantValueTarget = {}));
|
|
75
75
|
var ServiceTarget;
|
|
76
76
|
(function (ServiceTarget) {
|
|
77
77
|
function is(object) {
|
|
78
78
|
return protocol_1.AnyObject.is(object) && 'service' in object;
|
|
79
79
|
}
|
|
80
80
|
ServiceTarget.is = is;
|
|
81
|
-
})(ServiceTarget
|
|
81
|
+
})(ServiceTarget || (exports.ServiceTarget = ServiceTarget = {}));
|
|
82
82
|
/**
|
|
83
83
|
* No-op binding syntax definitions for `constantValue` and `toService` bindings.
|
|
84
84
|
* Using this no-op syntaxes allows the {@link applyBindingTarget} function to return a {@link interfaces.BindingInWhenOnSyntax}
|
|
@@ -106,6 +106,7 @@ var NoOPSyntax;
|
|
|
106
106
|
};
|
|
107
107
|
const syntax = {
|
|
108
108
|
onActivation: noOpReturn,
|
|
109
|
+
onDeactivation: noOpReturn,
|
|
109
110
|
when: noOpReturn,
|
|
110
111
|
whenAnyAncestorIs: noOpReturn,
|
|
111
112
|
whenAnyAncestorMatches: noOpReturn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"binding-target.js","sourceRoot":"","sources":["../../../src/common/di/binding-target.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAgE;AAEhE;;;GAGG;AAEH;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAC9B,OAA+D,EAC/D,iBAAkD,EAClD,MAAwB;IAExB,IAAI,aAAa,CAAC,MAAM,CAAC,EAAE;QACvB,4EAA4E;QAC5E,OAAO,iBAAiB,KAAK,MAAM,CAAC,EAAE;YAClC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,MAAM,EAAE;YAC1C,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;KACpD;SAAM,IAAI,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;QACjC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE;YAClC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,KAAK,SAAS,IAAI,MAAM,CAAC,QAAQ,KAAK,IAAI,CAAC;YAC3E,IAAI,QAAQ,IAAI,aAAa,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE;gBAC3C,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;aAC5D;iBAAM;gBACH,MAAM,IAAI,KAAK,CAAC,sBAAsB,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,6CAA6C,CAAC,CAAC;aACjH;SACJ;QACD,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAC1D,OAAO,UAAU,CAAC,aAAa,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;KAC9D;SAAM,IAAI,mBAAmB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;QACvC,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QAC3F,OAAO,UAAU,CAAC,mBAAmB,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC;KAC1E;SAAM;QACH,OAAO,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;KACpG;AACL,CAAC;AA3BD,gDA2BC;AAED,SAAgB,0BAA0B,CACtC,OAA+D,EAC/D,iBAAkD,EAClD,MAAyB;IAEzB,IAAI,MAAM,EAAE;QACR,OAAO,kBAAkB,CAAC,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,CAAC;KACjE;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,gEASC;AAcD,IAAiB,mBAAmB,CAInC;AAJD,WAAiB,mBAAmB;IAChC,SAAgB,EAAE,CAAC,MAAW;QAC1B,OAAO,oBAAS,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,eAAe,IAAI,MAAM,CAAC;IAC7D,CAAC;IAFe,sBAAE,KAEjB,CAAA;AACL,CAAC,EAJgB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"binding-target.js","sourceRoot":"","sources":["../../../src/common/di/binding-target.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,5 +15,13 @@
|
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
import { GLSPClientProxy } from '@eclipse-glsp/protocol';
|
|
17
17
|
import { ContainerModule } from 'inversify';
|
|
18
|
-
export
|
|
18
|
+
export interface ClientSessionModuleOptions {
|
|
19
|
+
clientId: string;
|
|
20
|
+
glspClient: GLSPClientProxy;
|
|
21
|
+
clientActionKinds: string[];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Creates the DI module that binds client session specific configuration
|
|
25
|
+
*/
|
|
26
|
+
export declare function createClientSessionModule(options: ClientSessionModuleOptions): ContainerModule;
|
|
19
27
|
//# sourceMappingURL=client-session-module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-session-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/client-session-module.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"client-session-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/client-session-module.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,eAAe,EAAgB,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG5C,MAAM,WAAW,0BAA0B;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,eAAe,CAAC;IAC5B,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,0BAA0B,GAAG,eAAe,CAO9F"}
|
|
@@ -19,15 +19,15 @@ exports.createClientSessionModule = void 0;
|
|
|
19
19
|
const protocol_1 = require("@eclipse-glsp/protocol");
|
|
20
20
|
const inversify_1 = require("inversify");
|
|
21
21
|
const service_identifiers_1 = require("./service-identifiers");
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
bind(
|
|
22
|
+
/**
|
|
23
|
+
* Creates the DI module that binds client session specific configuration
|
|
24
|
+
*/
|
|
25
|
+
function createClientSessionModule(options) {
|
|
26
|
+
return new inversify_1.ContainerModule((bind, unbind, isBound, rebind) => {
|
|
27
|
+
const context = { bind, unbind, isBound, rebind };
|
|
28
|
+
(0, protocol_1.bindOrRebind)(context, service_identifiers_1.ClientId).toConstantValue(options.clientId);
|
|
29
|
+
bind(protocol_1.GLSPClientProxy).toConstantValue(options.glspClient);
|
|
30
|
+
bind(service_identifiers_1.ClientActionKinds).toConstantValue(new Set(options.clientActionKinds));
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
33
|
exports.createClientSessionModule = createClientSessionModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-session-module.js","sourceRoot":"","sources":["../../../src/common/di/client-session-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,
|
|
1
|
+
{"version":3,"file":"client-session-module.js","sourceRoot":"","sources":["../../../src/common/di/client-session-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAuE;AACvE,yCAA4C;AAC5C,+DAAoE;AAQpE;;GAEG;AACH,SAAgB,yBAAyB,CAAC,OAAmC;IACzE,OAAO,IAAI,2BAAe,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;QACzD,MAAM,OAAO,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;QAClD,IAAA,uBAAY,EAAC,OAAO,EAAE,8BAAQ,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAClE,IAAI,CAAC,0BAAe,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC1D,IAAI,CAAC,uCAAiB,CAAC,CAAC,eAAe,CAAC,IAAI,GAAG,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAChF,CAAC,CAAC,CAAC;AACP,CAAC;AAPD,8DAOC"}
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2022-2023 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
|
+
********************************************************************************/
|
|
1
16
|
import { interfaces } from 'inversify';
|
|
2
17
|
import { ActionDispatcher } from '../actions/action-dispatcher';
|
|
3
18
|
import { ActionHandlerConstructor, ActionHandlerFactory } from '../actions/action-handler';
|
|
4
19
|
import { ActionHandlerRegistry } from '../actions/action-handler-registry';
|
|
20
|
+
import { ClientActionForwarder } from '../actions/client-action-handler';
|
|
5
21
|
import { CommandStack } from '../command/command-stack';
|
|
6
22
|
import { DiagramConfiguration } from '../diagram/diagram-configuration';
|
|
7
23
|
import { CommandPaletteActionProvider } from '../features/contextactions/command-palette-action-provider';
|
|
@@ -23,6 +39,8 @@ import { NavigationTargetProvider } from '../features/navigation/navigation-targ
|
|
|
23
39
|
import { NavigationTargetProviderRegistry } from '../features/navigation/navigation-target-provider-registry';
|
|
24
40
|
import { NavigationTargetResolver } from '../features/navigation/navigation-target-resolver';
|
|
25
41
|
import { PopupModelFactory } from '../features/popup/popup-model-factory';
|
|
42
|
+
import { ProgressService } from '../features/progress/progress-service';
|
|
43
|
+
import { EdgeCreationChecker } from '../features/type-hints/edge-creation-checker';
|
|
26
44
|
import { ModelValidator } from '../features/validation/model-validator';
|
|
27
45
|
import { OperationHandlerConstructor, OperationHandlerFactory } from '../operations/operation-handler';
|
|
28
46
|
import { OperationHandlerRegistry } from '../operations/operation-handler-registry';
|
|
@@ -57,6 +75,7 @@ import { InstanceMultiBinding, MultiBinding } from './multi-binding';
|
|
|
57
75
|
* - {@link ContextActionsProviders} as {@link ClassMultiBinding<ContextActionsProvider>} (empty)
|
|
58
76
|
* - {@link ContextActionsProviderRegistry}
|
|
59
77
|
* - {@link ActionDispatcher}
|
|
78
|
+
* - {@link ProgressService}
|
|
60
79
|
* - {@link ClientActionKinds} as {@link InstanceMultiBinding<string>}
|
|
61
80
|
* - {@link ActionHandler} as {@link InstanceMultiBinding<ActionHandlerConstructor>}
|
|
62
81
|
* - {@link ActionHandlerFactory}
|
|
@@ -74,6 +93,7 @@ import { InstanceMultiBinding, MultiBinding } from './multi-binding';
|
|
|
74
93
|
* - {@link ClientSessionInitializer} as {@link ClassMultiBinding<ClientSessionInitializer>}
|
|
75
94
|
* - {@link PopupModelFactory} as optional binding
|
|
76
95
|
* - {@link LayoutEngine} as optional binding
|
|
96
|
+
* - {@link EdgeCreationChecker} as optional binding
|
|
77
97
|
*/
|
|
78
98
|
export declare abstract class DiagramModule extends GLSPModule {
|
|
79
99
|
static readonly FALLBACK_CLIENT_ID = "FallbackClientId";
|
|
@@ -84,6 +104,7 @@ export declare abstract class DiagramModule extends GLSPModule {
|
|
|
84
104
|
protected bindDiagramType(): BindingTarget<string>;
|
|
85
105
|
protected bindClientId(): BindingTarget<string>;
|
|
86
106
|
protected bindGModelSerializer(): BindingTarget<GModelSerializer>;
|
|
107
|
+
protected bindClientActionForwarder(): BindingTarget<ClientActionForwarder>;
|
|
87
108
|
protected bindGModelIndex(): BindingTarget<GModelIndex>;
|
|
88
109
|
protected bindActionDispatcher(): BindingTarget<ActionDispatcher>;
|
|
89
110
|
protected bindActionHandlerRegistry(): BindingTarget<ActionHandlerRegistry>;
|
|
@@ -96,10 +117,10 @@ export declare abstract class DiagramModule extends GLSPModule {
|
|
|
96
117
|
protected bindOperations(): BindingTarget<string[]>;
|
|
97
118
|
protected bindCommandStack(): BindingTarget<CommandStack>;
|
|
98
119
|
protected configureOperationHandlers(binding: InstanceMultiBinding<OperationHandlerConstructor>): void;
|
|
120
|
+
protected bindProgressService(): BindingTarget<ProgressService>;
|
|
99
121
|
protected configureContextActionProviders(binding: MultiBinding<ContextActionsProvider>): void;
|
|
100
122
|
protected configureContextEditValidators(binding: MultiBinding<ContextEditValidator>): void;
|
|
101
123
|
protected configureNavigationTargetProviders(binding: MultiBinding<NavigationTargetProvider>): void;
|
|
102
|
-
protected configureClientActions(binding: InstanceMultiBinding<string>): void;
|
|
103
124
|
protected bindContextActionsProviderRegistry(): BindingTarget<ContextActionsProviderRegistry>;
|
|
104
125
|
protected abstract bindSourceModelStorage(): BindingTarget<SourceModelStorage>;
|
|
105
126
|
/**
|
|
@@ -126,5 +147,6 @@ export declare abstract class DiagramModule extends GLSPModule {
|
|
|
126
147
|
protected bindNavigationTargetResolver(): BindingTarget<NavigationTargetResolver> | undefined;
|
|
127
148
|
protected bindPopupModelFactory(): BindingTarget<PopupModelFactory> | undefined;
|
|
128
149
|
protected bindLayoutEngine(): BindingTarget<LayoutEngine> | undefined;
|
|
150
|
+
protected bindEdgeCreationChecker(): BindingTarget<EdgeCreationChecker> | undefined;
|
|
129
151
|
}
|
|
130
152
|
//# sourceMappingURL=diagram-module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"diagram-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/diagram-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"diagram-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/diagram-module.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DiagramModule = void 0;
|
|
4
|
-
/********************************************************************************
|
|
5
|
-
* Copyright (c) 2022-2023 STMicroelectronics and others.
|
|
6
|
-
*
|
|
7
|
-
* This program and the accompanying materials are made available under the
|
|
8
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
9
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
10
|
-
*
|
|
11
|
-
* This Source Code may also be made available under the following Secondary
|
|
12
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
13
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
14
|
-
* with the GNU Classpath Exception which is available at
|
|
15
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
16
|
-
*
|
|
17
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
18
|
-
********************************************************************************/
|
|
19
|
-
const protocol_1 = require("@eclipse-glsp/protocol");
|
|
20
4
|
const action_dispatcher_1 = require("../actions/action-dispatcher");
|
|
21
5
|
const action_handler_1 = require("../actions/action-handler");
|
|
22
6
|
const action_handler_registry_1 = require("../actions/action-handler-registry");
|
|
@@ -24,7 +8,6 @@ const client_action_handler_1 = require("../actions/client-action-handler");
|
|
|
24
8
|
const command_stack_1 = require("../command/command-stack");
|
|
25
9
|
const undo_redo_action_handler_1 = require("../command/undo-redo-action-handler");
|
|
26
10
|
const diagram_configuration_1 = require("../diagram/diagram-configuration");
|
|
27
|
-
const request_type_hints_action_handler_1 = require("../diagram/request-type-hints-action-handler");
|
|
28
11
|
const command_palette_action_provider_1 = require("../features/contextactions/command-palette-action-provider");
|
|
29
12
|
const context_actions_provider_registry_1 = require("../features/contextactions/context-actions-provider-registry");
|
|
30
13
|
const context_menu_item_provider_1 = require("../features/contextactions/context-menu-item-provider");
|
|
@@ -50,6 +33,10 @@ const request_navigation_targets_action_handler_1 = require("../features/navigat
|
|
|
50
33
|
const resolve_navigation_targets_action_handler_1 = require("../features/navigation/resolve-navigation-targets-action-handler");
|
|
51
34
|
const popup_model_factory_1 = require("../features/popup/popup-model-factory");
|
|
52
35
|
const request_popup_model_action_handler_1 = require("../features/popup/request-popup-model-action-handler");
|
|
36
|
+
const progress_service_1 = require("../features/progress/progress-service");
|
|
37
|
+
const edge_creation_checker_1 = require("../features/type-hints/edge-creation-checker");
|
|
38
|
+
const request_check_edge_action_handler_1 = require("../features/type-hints/request-check-edge-action-handler");
|
|
39
|
+
const request_type_hints_action_handler_1 = require("../features/type-hints/request-type-hints-action-handler");
|
|
53
40
|
const model_validator_1 = require("../features/validation/model-validator");
|
|
54
41
|
const request_markers_handler_1 = require("../features/validation/request-markers-handler");
|
|
55
42
|
const compound_operation_handler_1 = require("../operations/compound-operation-handler");
|
|
@@ -88,6 +75,7 @@ const service_identifiers_1 = require("./service-identifiers");
|
|
|
88
75
|
* - {@link ContextActionsProviders} as {@link ClassMultiBinding<ContextActionsProvider>} (empty)
|
|
89
76
|
* - {@link ContextActionsProviderRegistry}
|
|
90
77
|
* - {@link ActionDispatcher}
|
|
78
|
+
* - {@link ProgressService}
|
|
91
79
|
* - {@link ClientActionKinds} as {@link InstanceMultiBinding<string>}
|
|
92
80
|
* - {@link ActionHandler} as {@link InstanceMultiBinding<ActionHandlerConstructor>}
|
|
93
81
|
* - {@link ActionHandlerFactory}
|
|
@@ -105,15 +93,17 @@ const service_identifiers_1 = require("./service-identifiers");
|
|
|
105
93
|
* - {@link ClientSessionInitializer} as {@link ClassMultiBinding<ClientSessionInitializer>}
|
|
106
94
|
* - {@link PopupModelFactory} as optional binding
|
|
107
95
|
* - {@link LayoutEngine} as optional binding
|
|
96
|
+
* - {@link EdgeCreationChecker} as optional binding
|
|
108
97
|
*/
|
|
109
98
|
class DiagramModule extends glsp_module_1.GLSPModule {
|
|
110
99
|
configure(bind, unbind, isBound, rebind) {
|
|
111
|
-
var _a;
|
|
100
|
+
var _a, _b, _c, _d;
|
|
112
101
|
const context = { bind, isBound };
|
|
113
102
|
// Configurations
|
|
114
103
|
(0, binding_target_1.applyBindingTarget)(context, service_identifiers_1.DiagramType, this.bindDiagramType());
|
|
115
104
|
(0, binding_target_1.applyBindingTarget)(context, service_identifiers_1.ClientId, this.bindClientId());
|
|
116
105
|
(0, binding_target_1.applyBindingTarget)(context, diagram_configuration_1.DiagramConfiguration, this.bindDiagramConfiguration()).inSingletonScope();
|
|
106
|
+
(0, binding_target_1.applyBindingTarget)(context, client_action_handler_1.ClientActionForwarder, this.bindClientActionForwarder()).inSingletonScope();
|
|
117
107
|
// Model-related bindings
|
|
118
108
|
(0, binding_target_1.applyBindingTarget)(context, gmodel_serializer_1.GModelSerializer, this.bindGModelSerializer()).inSingletonScope();
|
|
119
109
|
(0, binding_target_1.applyBindingTarget)(context, model_state_1.ModelState, this.bindModelState()).inSingletonScope();
|
|
@@ -132,7 +122,6 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
132
122
|
(0, binding_target_1.applyBindingTarget)(context, context_actions_provider_registry_1.ContextActionsProviderRegistry, this.bindContextActionsProviderRegistry()).inSingletonScope();
|
|
133
123
|
// Action & operation related bindings
|
|
134
124
|
(0, binding_target_1.applyBindingTarget)(context, action_dispatcher_1.ActionDispatcher, this.bindActionDispatcher()).inSingletonScope();
|
|
135
|
-
this.configureMultiBinding(new multi_binding_1.InstanceMultiBinding(service_identifiers_1.ClientActionKinds), binding => this.configureClientActions(binding));
|
|
136
125
|
this.configureMultiBinding(new multi_binding_1.InstanceMultiBinding(action_handler_1.ActionHandlerConstructor), binding => this.configureActionHandlers(binding));
|
|
137
126
|
(0, binding_target_1.applyBindingTarget)(context, action_handler_1.ActionHandlerFactory, this.bindActionHandlerFactory());
|
|
138
127
|
(0, binding_target_1.applyBindingTarget)(context, action_handler_registry_1.ActionHandlerRegistry, this.bindActionHandlerRegistry()).inSingletonScope();
|
|
@@ -142,7 +131,7 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
142
131
|
(0, binding_target_1.applyBindingTarget)(context, service_identifiers_1.Operations, this.bindOperations()).inSingletonScope();
|
|
143
132
|
(0, binding_target_1.applyBindingTarget)(context, command_stack_1.CommandStack, this.bindCommandStack()).inSingletonScope();
|
|
144
133
|
// Navigation
|
|
145
|
-
(0, binding_target_1.applyOptionalBindingTarget)(context, navigation_target_resolver_1.NavigationTargetResolver, this.bindNavigationTargetResolver());
|
|
134
|
+
(_a = (0, binding_target_1.applyOptionalBindingTarget)(context, navigation_target_resolver_1.NavigationTargetResolver, this.bindNavigationTargetResolver())) === null || _a === void 0 ? void 0 : _a.inSingletonScope();
|
|
146
135
|
this.configureMultiBinding(new multi_binding_1.MultiBinding(service_identifiers_1.NavigationTargetProviders), binding => this.configureNavigationTargetProviders(binding));
|
|
147
136
|
(0, binding_target_1.applyBindingTarget)(context, navigation_target_provider_registry_1.NavigationTargetProviderRegistry, this.bindNavigationTargetProviderRegistry()).inSingletonScope();
|
|
148
137
|
// Context edit
|
|
@@ -150,19 +139,21 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
150
139
|
this.configureMultiBinding(new multi_binding_1.MultiBinding(service_identifiers_1.ContextEditValidators), binding => this.configureContextEditValidators(binding));
|
|
151
140
|
// Misc
|
|
152
141
|
this.configureMultiBinding(new multi_binding_1.MultiBinding(client_session_initializer_1.ClientSessionInitializer), binding => this.configureClientSessionInitializers(binding));
|
|
153
|
-
(0, binding_target_1.
|
|
154
|
-
(0, binding_target_1.applyOptionalBindingTarget)(context,
|
|
142
|
+
(0, binding_target_1.applyBindingTarget)(context, progress_service_1.ProgressService, this.bindProgressService()).inSingletonScope();
|
|
143
|
+
(_b = (0, binding_target_1.applyOptionalBindingTarget)(context, popup_model_factory_1.PopupModelFactory, this.bindPopupModelFactory())) === null || _b === void 0 ? void 0 : _b.inSingletonScope();
|
|
144
|
+
(_c = (0, binding_target_1.applyOptionalBindingTarget)(context, layout_engine_1.LayoutEngine, this.bindLayoutEngine())) === null || _c === void 0 ? void 0 : _c.inSingletonScope();
|
|
145
|
+
(_d = (0, binding_target_1.applyOptionalBindingTarget)(context, edge_creation_checker_1.EdgeCreationChecker, this.bindEdgeCreationChecker())) === null || _d === void 0 ? void 0 : _d.inSingletonScope();
|
|
155
146
|
}
|
|
156
147
|
configureClientSessionInitializers(binding) {
|
|
157
148
|
binding.add(action_handler_registry_1.ActionHandlerRegistryInitializer);
|
|
158
149
|
binding.add(operation_handler_registry_1.OperationHandlerRegistryInitializer);
|
|
159
150
|
}
|
|
160
151
|
configureActionHandlers(binding) {
|
|
161
|
-
binding.add(client_action_handler_1.ClientActionHandler);
|
|
162
152
|
binding.add(request_model_action_handler_1.RequestModelActionHandler);
|
|
163
153
|
binding.add(request_context_actions_handler_1.RequestContextActionsHandler);
|
|
164
154
|
binding.add(request_type_hints_action_handler_1.RequestTypeHintsActionHandler);
|
|
165
155
|
binding.add(operation_action_handler_1.OperationActionHandler);
|
|
156
|
+
binding.add(request_check_edge_action_handler_1.RequestCheckEdgeActionHandler);
|
|
166
157
|
binding.add(request_markers_handler_1.RequestMarkersHandler);
|
|
167
158
|
binding.add(request_popup_model_action_handler_1.RequestPopupModelActionHandler);
|
|
168
159
|
binding.add(request_edit_validation_handler_1.RequestEditValidationHandler);
|
|
@@ -181,6 +172,9 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
181
172
|
bindGModelSerializer() {
|
|
182
173
|
return gmodel_serializer_1.DefaultGModelSerializer;
|
|
183
174
|
}
|
|
175
|
+
bindClientActionForwarder() {
|
|
176
|
+
return client_action_handler_1.ClientActionForwarder;
|
|
177
|
+
}
|
|
184
178
|
bindGModelIndex() {
|
|
185
179
|
return gmodel_index_1.GModelIndex;
|
|
186
180
|
}
|
|
@@ -222,6 +216,9 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
222
216
|
binding.add(compound_operation_handler_1.CompoundOperationHandler);
|
|
223
217
|
binding.add(layout_operation_handler_1.LayoutOperationHandler);
|
|
224
218
|
}
|
|
219
|
+
bindProgressService() {
|
|
220
|
+
return progress_service_1.DefaultProgressService;
|
|
221
|
+
}
|
|
225
222
|
configureContextActionProviders(binding) {
|
|
226
223
|
// empty as default
|
|
227
224
|
}
|
|
@@ -231,36 +228,6 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
231
228
|
configureNavigationTargetProviders(binding) {
|
|
232
229
|
// empty as default
|
|
233
230
|
}
|
|
234
|
-
configureClientActions(binding) {
|
|
235
|
-
binding.add(protocol_1.CenterAction.KIND);
|
|
236
|
-
binding.add(protocol_1.ExportSvgAction.KIND);
|
|
237
|
-
binding.add(protocol_1.DeleteMarkersAction.KIND);
|
|
238
|
-
binding.add(protocol_1.FitToScreenAction.KIND);
|
|
239
|
-
binding.add(protocol_1.SourceModelChangedAction.KIND);
|
|
240
|
-
binding.add(protocol_1.NavigateToTargetAction.KIND);
|
|
241
|
-
binding.add(protocol_1.NavigateToExternalTargetAction.KIND);
|
|
242
|
-
binding.add(protocol_1.RequestBoundsAction.KIND);
|
|
243
|
-
binding.add(protocol_1.SelectAction.KIND);
|
|
244
|
-
binding.add(protocol_1.SelectAllAction.KIND);
|
|
245
|
-
binding.add(protocol_1.ServerMessageAction.KIND);
|
|
246
|
-
binding.add(protocol_1.SetBoundsAction.KIND);
|
|
247
|
-
binding.add(protocol_1.SetClipboardDataAction.KIND);
|
|
248
|
-
binding.add(protocol_1.SetContextActions.KIND);
|
|
249
|
-
binding.add(protocol_1.SetDirtyStateAction.KIND);
|
|
250
|
-
binding.add(protocol_1.SetEditModeAction.KIND);
|
|
251
|
-
binding.add(protocol_1.SetEditValidationResultAction.KIND);
|
|
252
|
-
binding.add(protocol_1.SetMarkersAction.KIND);
|
|
253
|
-
binding.add(protocol_1.SetModelAction.KIND);
|
|
254
|
-
binding.add(protocol_1.SetNavigationTargetsAction.KIND);
|
|
255
|
-
binding.add(protocol_1.SetPopupModelAction.KIND);
|
|
256
|
-
binding.add(protocol_1.SetResolvedNavigationTargetAction.KIND);
|
|
257
|
-
binding.add(protocol_1.SetTypeHintsAction.KIND);
|
|
258
|
-
binding.add(protocol_1.SetViewportAction.KIND);
|
|
259
|
-
binding.add(protocol_1.ServerStatusAction.KIND);
|
|
260
|
-
binding.add(protocol_1.TriggerNodeCreationAction.KIND);
|
|
261
|
-
binding.add(protocol_1.TriggerEdgeCreationAction.KIND);
|
|
262
|
-
binding.add(protocol_1.UpdateModelAction.KIND);
|
|
263
|
-
}
|
|
264
231
|
bindContextActionsProviderRegistry() {
|
|
265
232
|
return context_actions_provider_registry_1.ContextActionsProviderRegistry;
|
|
266
233
|
}
|
|
@@ -289,6 +256,9 @@ class DiagramModule extends glsp_module_1.GLSPModule {
|
|
|
289
256
|
bindLayoutEngine() {
|
|
290
257
|
return undefined;
|
|
291
258
|
}
|
|
259
|
+
bindEdgeCreationChecker() {
|
|
260
|
+
return undefined;
|
|
261
|
+
}
|
|
292
262
|
}
|
|
293
263
|
exports.DiagramModule = DiagramModule;
|
|
294
264
|
DiagramModule.FALLBACK_CLIENT_ID = 'FallbackClientId';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"diagram-module.js","sourceRoot":"","sources":["../../../src/common/di/diagram-module.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"diagram-module.js","sourceRoot":"","sources":["../../../src/common/di/diagram-module.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,10 +35,10 @@ let GLSPModule = class GLSPModule extends inversify_1.ContainerModule {
|
|
|
35
35
|
binding.applyBindings(this.context);
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
|
+
exports.GLSPModule = GLSPModule;
|
|
38
39
|
GLSPModule.CLIENT_ACTIONS = 'ClientActions';
|
|
39
|
-
GLSPModule = __decorate([
|
|
40
|
+
exports.GLSPModule = GLSPModule = __decorate([
|
|
40
41
|
(0, inversify_1.injectable)(),
|
|
41
42
|
__metadata("design:paramtypes", [])
|
|
42
43
|
], GLSPModule);
|
|
43
|
-
exports.GLSPModule = GLSPModule;
|
|
44
44
|
//# sourceMappingURL=glsp-module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glsp-module.js","sourceRoot":"","sources":["../../../src/common/di/glsp-module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,yCAAoE;AAepE;;GAEG;AAEI,IAAe,UAAU,GAAzB,MAAe,UAAW,SAAQ,2BAAe;IAKpD;QACI,KAAK,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;YACpC,IAAI,CAAC,OAAO,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;YACjD,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;QAClD,CAAC,CAAC,CAAC;IACP,CAAC;IASD;;;;;;;;OAQG;IACO,qBAAqB,CAAI,OAAgC,EAAE,YAAwD;QACzH,YAAY,CAAC,OAAO,CAAC,CAAC;QACtB,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;;
|
|
1
|
+
{"version":3,"file":"glsp-module.js","sourceRoot":"","sources":["../../../src/common/di/glsp-module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,yCAAoE;AAepE;;GAEG;AAEI,IAAe,UAAU,GAAzB,MAAe,UAAW,SAAQ,2BAAe;IAKpD;QACI,KAAK,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;YACpC,IAAI,CAAC,OAAO,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;YACjD,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;QAClD,CAAC,CAAC,CAAC;IACP,CAAC;IASD;;;;;;;;OAQG;IACO,qBAAqB,CAAI,OAAgC,EAAE,YAAwD;QACzH,YAAY,CAAC,OAAO,CAAC,CAAC;QACtB,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;;AA/BiB,gCAAU;AACd,yBAAc,GAAG,eAAe,AAAlB,CAAmB;qBAD7B,UAAU;IAD/B,IAAA,sBAAU,GAAE;;GACS,UAAU,CAgC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/server-module.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,EAA+B,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEtG,OAAO,EAAE,oBAAoB,EAA+B,MAAM,mCAAmC,CAAC;AACtG,OAAO,EAAE,oBAAoB,EAA+B,MAAM,mCAAmC,CAAC;AACtG,OAAO,EAAE,aAAa,EAAsB,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C
|
|
1
|
+
{"version":3,"file":"server-module.d.ts","sourceRoot":"","sources":["../../../src/common/di/server-module.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,EAA+B,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEtG,OAAO,EAAE,oBAAoB,EAA+B,MAAM,mCAAmC,CAAC;AACtG,OAAO,EAAE,oBAAoB,EAA+B,MAAM,mCAAmC,CAAC;AACtG,OAAO,EAAE,aAAa,EAAsB,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,YAAa,SAAQ,UAAU;IACxC,OAAc,eAAe,SAAqB;IAClD,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,CAAC,CAAa;IAE9E;;;;;;;;;;OAUG;IACH,sBAAsB,CAAC,aAAa,EAAE,aAAa,EAAE,GAAG,iBAAiB,EAAE,eAAe,EAAE,GAAG,YAAY;IAS3G,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,IAAI;IAkBzH,SAAS,CAAC,kBAAkB,IAAI,aAAa,CAAC,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,CAAC,CAAC;IAI7E,SAAS,CAAC,cAAc,IAAI,aAAa,CAAC,UAAU,CAAC;IAIrD,SAAS,CAAC,wBAAwB,IAAI,aAAa,CAAC,oBAAoB,CAAC;IAIzE,SAAS,CAAC,wBAAwB,IAAI,aAAa,CAAC,oBAAoB,CAAC;IAIzE,SAAS,CAAC,wBAAwB,IAAI,aAAa,CAAC,oBAAoB,CAAC;IAIzE,SAAS,CAAC,sBAAsB,IAAI,aAAa,CAAC,UAAU,CAAC,SAAS,CAAC;IAIvE,SAAS,CAAC,4BAA4B,CAAC,OAAO,EAAE,YAAY,CAAC,kBAAkB,CAAC,GAAG,IAAI;CAG1F"}
|
|
@@ -41,7 +41,6 @@ const service_identifiers_1 = require("./service-identifiers");
|
|
|
41
41
|
* * {@link ClientSessionFactory}
|
|
42
42
|
* * {@link ClientSessionManager}
|
|
43
43
|
* * {@link GlobalActionProvider}
|
|
44
|
-
* * {@link GLSPClientProxy}
|
|
45
44
|
*
|
|
46
45
|
*/
|
|
47
46
|
class ServerModule extends glsp_module_1.GLSPModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-module.js","sourceRoot":"","sources":["../../../src/common/di/server-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAwE;AAExE,8EAAsG;AACtG,yDAA4D;AAC5D,8EAAsG;AACtG,8EAAsG;AACtG,qDAAqE;AAErE,+CAA2C;AAC3C,mDAA+C;AAC/C,+DAA2E;AAE3E
|
|
1
|
+
{"version":3,"file":"server-module.js","sourceRoot":"","sources":["../../../src/common/di/server-module.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,qDAAwE;AAExE,8EAAsG;AACtG,yDAA4D;AAC5D,8EAAsG;AACtG,8EAAsG;AACtG,qDAAqE;AAErE,+CAA2C;AAC3C,mDAA+C;AAC/C,+DAA2E;AAE3E;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,YAAa,SAAQ,wBAAU;IAA5C;;QAEuB,mBAAc,GAAmC,IAAI,GAAG,EAAE,CAAC;IAmElF,CAAC;IAjEG;;;;;;;;;;OAUG;IACH,sBAAsB,CAAC,aAA4B,EAAE,GAAG,iBAAoC;QACxF,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;QAC9C,IAAI,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE;YACtC,MAAM,IAAI,KAAK,CAAC,gEAAgE,WAAW,GAAG,CAAC,CAAC;SACnG;QACD,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,aAAa,EAAE,GAAG,iBAAiB,CAAC,CAAC,CAAC;QAC5E,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,SAAS,CAAC,IAAqB,EAAE,MAAyB,EAAE,OAA2B,EAAE,MAAyB;QAC9G,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC7B,IAAA,mCAAkB,EAAC,OAAO,EAAE,oCAAc,EAAE,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC;QAEvE,IAAA,mCAAkB,EAAC,OAAO,EAAE,qBAAU,EAAE,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;QAClF,IAAA,mCAAkB,EAAC,OAAO,EAAE,6CAAoB,EAAE,IAAI,CAAC,wBAAwB,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACtG,IAAA,mCAAkB,EAAC,OAAO,EAAE,6CAAoB,EAAE,IAAI,CAAC,wBAAwB,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACtG,IAAI,CAAC,qBAAqB,CAAC,IAAI,4BAAY,CAAqB,6BAAkB,CAAC,EAAE,OAAO,CAAC,EAAE,CAC3F,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAC7C,CAAC;QAEF,IAAA,mCAAkB,EAAC,OAAO,EAAE,6CAAoB,EAAE,IAAI,CAAC,wBAAwB,EAAE,CAAC,CAAC,gBAAgB,EAAE,CAAC;QAEtG,IAAI,CAAC,OAAO,CAAC,wCAAkB,CAAC,EAAE;YAC9B,IAAA,mCAAkB,EAAC,OAAO,EAAE,wCAAkB,EAAE,IAAI,CAAC,sBAAsB,EAAE,CAAC,CAAC;SAClF;IACL,CAAC;IAES,kBAAkB;QACxB,OAAO,EAAE,aAAa,EAAE,IAAI,CAAC,cAAc,EAAE,CAAC;IAClD,CAAC;IAES,cAAc;QACpB,OAAO,+BAAiB,CAAC;IAC7B,CAAC;IAES,wBAAwB;QAC9B,OAAO,oDAA2B,CAAC;IACvC,CAAC;IAES,wBAAwB;QAC9B,OAAO,oDAA2B,CAAC;IACvC,CAAC;IAES,wBAAwB;QAC9B,OAAO,oDAA2B,CAAC;IACvC,CAAC;IAES,sBAAsB;QAC5B,OAAO,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;IAC1D,CAAC;IAES,4BAA4B,CAAC,OAAyC;QAC5E,OAAO,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,6CAAoB,EAAE,CAAC,CAAC;IACnD,CAAC;;AApEL,oCAqEC;AApEiB,4BAAe,GAAG,iBAAiB,AAApB,CAAqB"}
|