@eclipse-glsp/client 2.5.0-next.426 → 2.5.0-next.428

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.
Files changed (202) hide show
  1. package/lib/base/auto-complete/auto-complete-widget.d.ts +1 -1
  2. package/lib/base/auto-complete/auto-complete-widget.js +1 -1
  3. package/lib/base/auto-complete/base-autocomplete-palette.d.ts +1 -1
  4. package/lib/base/auto-complete/base-autocomplete-palette.js +1 -1
  5. package/lib/base/command-stack.d.ts +6 -4
  6. package/lib/base/command-stack.d.ts.map +1 -1
  7. package/lib/base/command-stack.js +16 -7
  8. package/lib/base/command-stack.js.map +1 -1
  9. package/lib/base/default.module.d.ts +1 -1
  10. package/lib/base/default.module.d.ts.map +1 -1
  11. package/lib/base/default.module.js +3 -1
  12. package/lib/base/default.module.js.map +1 -1
  13. package/lib/base/editor-context-service.d.ts +10 -13
  14. package/lib/base/editor-context-service.d.ts.map +1 -1
  15. package/lib/base/editor-context-service.js +23 -27
  16. package/lib/base/editor-context-service.js.map +1 -1
  17. package/lib/base/focus/focus-tracker.d.ts +3 -2
  18. package/lib/base/focus/focus-tracker.d.ts.map +1 -1
  19. package/lib/base/focus/focus-tracker.js +9 -0
  20. package/lib/base/focus/focus-tracker.js.map +1 -1
  21. package/lib/base/model/model-change-service.d.ts +65 -0
  22. package/lib/base/model/model-change-service.d.ts.map +1 -0
  23. package/lib/base/model/model-change-service.js +113 -0
  24. package/lib/base/model/model-change-service.js.map +1 -0
  25. package/lib/base/shortcuts/available-shortcuts-extension.d.ts +1 -1
  26. package/lib/base/shortcuts/available-shortcuts-extension.js +1 -1
  27. package/lib/base/shortcuts/available-shortcuts-tool.d.ts +1 -1
  28. package/lib/base/shortcuts/available-shortcuts-tool.js +1 -1
  29. package/lib/base/shortcuts/shortcuts-module.d.ts +1 -1
  30. package/lib/base/shortcuts/shortcuts-module.js +1 -1
  31. package/lib/base/ui-extension/ui-extension.d.ts +1 -1
  32. package/lib/base/ui-extension/ui-extension.js +1 -1
  33. package/lib/default-modules.d.ts +1 -1
  34. package/lib/default-modules.js +1 -1
  35. package/lib/features/accessibility/accessibility-module.d.ts +1 -1
  36. package/lib/features/accessibility/accessibility-module.js +1 -1
  37. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-palette.d.ts +1 -1
  38. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-palette.js +1 -1
  39. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-tool.d.ts +1 -1
  40. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-tool.js +1 -1
  41. package/lib/features/accessibility/element-navigation/diagram-navigation-tool.d.ts +1 -1
  42. package/lib/features/accessibility/element-navigation/diagram-navigation-tool.js +1 -1
  43. package/lib/features/accessibility/element-navigation/left-right-top-bottom-navigator.d.ts +1 -1
  44. package/lib/features/accessibility/element-navigation/left-right-top-bottom-navigator.js +1 -1
  45. package/lib/features/accessibility/element-navigation/position-navigator.d.ts +1 -1
  46. package/lib/features/accessibility/element-navigation/position-navigator.js +1 -1
  47. package/lib/features/accessibility/focus-tracker/focus-tracker-tool.d.ts +1 -1
  48. package/lib/features/accessibility/focus-tracker/focus-tracker-tool.js +1 -1
  49. package/lib/features/accessibility/global-keylistener-tool.d.ts +1 -1
  50. package/lib/features/accessibility/global-keylistener-tool.js +1 -1
  51. package/lib/features/accessibility/keyboard-grid/keyboard-grid.d.ts +1 -1
  52. package/lib/features/accessibility/keyboard-grid/keyboard-grid.js +1 -1
  53. package/lib/features/accessibility/keyboard-grid/keyboard-node-grid.d.ts +1 -1
  54. package/lib/features/accessibility/keyboard-grid/keyboard-node-grid.js +1 -1
  55. package/lib/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.d.ts +1 -1
  56. package/lib/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.js +1 -1
  57. package/lib/features/accessibility/search/search-palette-module.d.ts +1 -1
  58. package/lib/features/accessibility/search/search-palette-module.js +1 -1
  59. package/lib/features/accessibility/search/search-palette.d.ts +1 -1
  60. package/lib/features/accessibility/search/search-palette.js +1 -1
  61. package/lib/features/accessibility/search/search-tool.d.ts +1 -1
  62. package/lib/features/accessibility/search/search-tool.js +1 -1
  63. package/lib/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.d.ts +1 -1
  64. package/lib/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.js +1 -1
  65. package/lib/features/accessibility/view-key-tools/view-key-tools-module.d.ts +1 -1
  66. package/lib/features/accessibility/view-key-tools/view-key-tools-module.js +1 -1
  67. package/lib/features/bounds/bounds-module.d.ts +1 -1
  68. package/lib/features/bounds/bounds-module.js +1 -1
  69. package/lib/features/bounds/hbox-layout.d.ts +1 -1
  70. package/lib/features/bounds/hbox-layout.js +1 -1
  71. package/lib/features/bounds/vbox-layout.d.ts +1 -1
  72. package/lib/features/bounds/vbox-layout.js +1 -1
  73. package/lib/features/change-bounds/move-element-action.d.ts +1 -1
  74. package/lib/features/change-bounds/move-element-action.js +1 -1
  75. package/lib/features/change-bounds/move-element-handler.d.ts +1 -1
  76. package/lib/features/change-bounds/move-element-handler.js +1 -1
  77. package/lib/features/change-bounds/resize/resize-default-tool.d.ts +1 -1
  78. package/lib/features/change-bounds/resize/resize-default-tool.js +1 -1
  79. package/lib/features/change-bounds/resize/resize-handler.d.ts +1 -1
  80. package/lib/features/change-bounds/resize/resize-handler.js +1 -1
  81. package/lib/features/change-bounds/resize/resize-module.d.ts +1 -1
  82. package/lib/features/change-bounds/resize/resize-module.js +1 -1
  83. package/lib/features/command-palette/server-command-palette-provider.d.ts +1 -1
  84. package/lib/features/command-palette/server-command-palette-provider.js +1 -1
  85. package/lib/features/context-menu/server-context-menu-provider.d.ts +1 -1
  86. package/lib/features/context-menu/server-context-menu-provider.js +1 -1
  87. package/lib/features/copy-paste/copy-paste-handler.d.ts +1 -1
  88. package/lib/features/copy-paste/copy-paste-handler.js +1 -1
  89. package/lib/features/grid/grid-module.d.ts +1 -1
  90. package/lib/features/grid/grid-module.js +1 -1
  91. package/lib/features/grid/grid-snapper.d.ts +1 -1
  92. package/lib/features/grid/grid-snapper.js +1 -1
  93. package/lib/features/grid/grid.d.ts +1 -1
  94. package/lib/features/helper-lines/helper-line-feedback.d.ts +1 -1
  95. package/lib/features/helper-lines/helper-line-feedback.js +1 -1
  96. package/lib/features/hover/hover.d.ts +1 -1
  97. package/lib/features/hover/hover.js +1 -1
  98. package/lib/features/label-edit/edit-label-validator.d.ts +1 -1
  99. package/lib/features/label-edit/edit-label-validator.js +1 -1
  100. package/lib/features/layout/layout-module.d.ts +1 -1
  101. package/lib/features/layout/layout-module.js +1 -1
  102. package/lib/features/navigation/navigation-target-resolver.d.ts +1 -1
  103. package/lib/features/navigation/navigation-target-resolver.js +1 -1
  104. package/lib/features/tool-palette/tool-palette.d.ts +1 -1
  105. package/lib/features/tool-palette/tool-palette.js +1 -1
  106. package/lib/features/tools/base-tools.d.ts +1 -1
  107. package/lib/features/tools/base-tools.js +1 -1
  108. package/lib/features/tools/change-bounds/change-bounds-tool.js +1 -1
  109. package/lib/features/tools/node-creation/container-manager.d.ts +1 -1
  110. package/lib/features/tools/node-creation/container-manager.js +1 -1
  111. package/lib/features/viewport/origin-viewport.d.ts +1 -1
  112. package/lib/features/viewport/origin-viewport.js +1 -1
  113. package/lib/features/viewport/reposition.d.ts +1 -1
  114. package/lib/features/viewport/reposition.js +1 -1
  115. package/lib/features/viewport/viewport-handler.d.ts +1 -1
  116. package/lib/features/viewport/viewport-handler.js +1 -1
  117. package/lib/features/viewport/viewport-key-listener.d.ts +1 -1
  118. package/lib/features/viewport/viewport-key-listener.js +1 -1
  119. package/lib/features/viewport/viewport-modules.d.ts +1 -1
  120. package/lib/features/viewport/viewport-modules.js +1 -1
  121. package/lib/features/viewport/zoom-viewport-action.d.ts +1 -1
  122. package/lib/features/viewport/zoom-viewport-action.js +1 -1
  123. package/lib/index.d.ts +1 -1
  124. package/lib/index.js +1 -1
  125. package/lib/standalone-modules.d.ts +1 -1
  126. package/lib/standalone-modules.js +1 -1
  127. package/lib/utils/viewpoint-util.d.ts +1 -1
  128. package/lib/utils/viewpoint-util.js +1 -1
  129. package/lib/views/base-view-module.d.ts +1 -1
  130. package/lib/views/base-view-module.js +1 -1
  131. package/lib/views/compartments.d.ts +1 -1
  132. package/lib/views/compartments.js +1 -1
  133. package/lib/views/glsp-projection-view.d.ts +1 -1
  134. package/lib/views/glsp-projection-view.js +1 -1
  135. package/lib/views/rounded-corner-view.d.ts +1 -1
  136. package/lib/views/rounded-corner-view.js +1 -1
  137. package/package.json +3 -3
  138. package/src/base/auto-complete/auto-complete-widget.ts +1 -1
  139. package/src/base/auto-complete/base-autocomplete-palette.ts +1 -1
  140. package/src/base/command-stack.ts +19 -13
  141. package/src/base/default.module.ts +3 -1
  142. package/src/base/editor-context-service.ts +23 -30
  143. package/src/base/focus/focus-tracker.ts +8 -3
  144. package/src/base/model/model-change-service.ts +151 -0
  145. package/src/base/shortcuts/available-shortcuts-extension.ts +1 -1
  146. package/src/base/shortcuts/available-shortcuts-tool.ts +1 -1
  147. package/src/base/shortcuts/shortcuts-module.ts +1 -1
  148. package/src/base/ui-extension/ui-extension.ts +1 -1
  149. package/src/default-modules.ts +1 -1
  150. package/src/features/accessibility/accessibility-module.ts +1 -1
  151. package/src/features/accessibility/edge-autocomplete/edge-autocomplete-palette.ts +1 -1
  152. package/src/features/accessibility/edge-autocomplete/edge-autocomplete-tool.ts +1 -1
  153. package/src/features/accessibility/element-navigation/diagram-navigation-tool.ts +1 -1
  154. package/src/features/accessibility/element-navigation/left-right-top-bottom-navigator.ts +1 -1
  155. package/src/features/accessibility/element-navigation/position-navigator.ts +1 -1
  156. package/src/features/accessibility/focus-tracker/focus-tracker-tool.ts +1 -1
  157. package/src/features/accessibility/global-keylistener-tool.ts +1 -1
  158. package/src/features/accessibility/keyboard-grid/keyboard-grid.ts +1 -1
  159. package/src/features/accessibility/keyboard-grid/keyboard-node-grid.ts +1 -1
  160. package/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts +1 -1
  161. package/src/features/accessibility/search/search-palette-module.ts +1 -1
  162. package/src/features/accessibility/search/search-palette.ts +1 -1
  163. package/src/features/accessibility/search/search-tool.ts +1 -1
  164. package/src/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.ts +1 -1
  165. package/src/features/accessibility/view-key-tools/view-key-tools-module.ts +1 -1
  166. package/src/features/bounds/bounds-module.ts +1 -1
  167. package/src/features/bounds/hbox-layout.ts +1 -1
  168. package/src/features/bounds/vbox-layout.ts +1 -1
  169. package/src/features/change-bounds/move-element-action.ts +1 -1
  170. package/src/features/change-bounds/move-element-handler.ts +1 -1
  171. package/src/features/change-bounds/resize/resize-default-tool.ts +1 -1
  172. package/src/features/change-bounds/resize/resize-handler.ts +1 -1
  173. package/src/features/change-bounds/resize/resize-module.ts +1 -1
  174. package/src/features/command-palette/server-command-palette-provider.ts +1 -1
  175. package/src/features/context-menu/server-context-menu-provider.ts +1 -1
  176. package/src/features/copy-paste/copy-paste-handler.ts +1 -1
  177. package/src/features/grid/grid-module.ts +1 -1
  178. package/src/features/grid/grid-snapper.ts +1 -1
  179. package/src/features/grid/grid.ts +1 -1
  180. package/src/features/helper-lines/helper-line-feedback.ts +1 -1
  181. package/src/features/hover/hover.ts +1 -1
  182. package/src/features/label-edit/edit-label-validator.ts +1 -1
  183. package/src/features/layout/layout-elements-action.spec.ts +1 -1
  184. package/src/features/layout/layout-module.ts +1 -1
  185. package/src/features/navigation/navigation-target-resolver.ts +1 -1
  186. package/src/features/tool-palette/tool-palette.ts +1 -1
  187. package/src/features/tools/base-tools.ts +1 -1
  188. package/src/features/tools/change-bounds/change-bounds-tool.ts +1 -1
  189. package/src/features/tools/node-creation/container-manager.ts +1 -1
  190. package/src/features/viewport/origin-viewport.ts +1 -1
  191. package/src/features/viewport/reposition.ts +1 -1
  192. package/src/features/viewport/viewport-handler.ts +1 -1
  193. package/src/features/viewport/viewport-key-listener.ts +1 -1
  194. package/src/features/viewport/viewport-modules.ts +1 -1
  195. package/src/features/viewport/zoom-viewport-action.ts +1 -1
  196. package/src/index.ts +1 -1
  197. package/src/standalone-modules.ts +1 -1
  198. package/src/utils/viewpoint-util.ts +1 -1
  199. package/src/views/base-view-module.ts +1 -1
  200. package/src/views/compartments.tsx +1 -1
  201. package/src/views/glsp-projection-view.tsx +1 -1
  202. package/src/views/rounded-corner-view.tsx +1 -1
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ModelChangeService = void 0;
13
+ /********************************************************************************
14
+ * Copyright (c) 2025 EclipseSource and others.
15
+ *
16
+ * This program and the accompanying materials are made available under the
17
+ * terms of the Eclipse Public License v. 2.0 which is available at
18
+ * http://www.eclipse.org/legal/epl-2.0.
19
+ *
20
+ * This Source Code may also be made available under the following Secondary
21
+ * Licenses when the conditions for such availability set forth in the Eclipse
22
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
23
+ * with the GNU Classpath Exception which is available at
24
+ * https://www.gnu.org/software/classpath/license.html.
25
+ *
26
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
27
+ ********************************************************************************/
28
+ const sprotty_1 = require("@eclipse-glsp/sprotty");
29
+ const inversify_1 = require("inversify");
30
+ class ModelChangeService {
31
+ constructor() {
32
+ this.toDispose = new sprotty_1.DisposableCollection();
33
+ this.onModelRootChangedEmitter = new sprotty_1.Emitter();
34
+ this.onViewportChangedEmitter = new sprotty_1.Emitter();
35
+ }
36
+ get currentRoot() {
37
+ return this._currentRoot;
38
+ }
39
+ get commandStack() {
40
+ return this.lazyInjector.get(sprotty_1.TYPES.ICommandStack);
41
+ }
42
+ get onModelRootChanged() {
43
+ return this.onModelRootChangedEmitter.event;
44
+ }
45
+ get onViewportChanged() {
46
+ return this.onViewportChangedEmitter.event;
47
+ }
48
+ initialize() {
49
+ this.toDispose.push(this.onModelRootChangedEmitter, this.onViewportChangedEmitter);
50
+ this.commandStack.onCommandExecuted(data => this.handleCommandExecution(data.command, data.newRoot));
51
+ }
52
+ dispose() {
53
+ this.toDispose.dispose();
54
+ }
55
+ handleCommandExecution(command, newRoot) {
56
+ if (this.isModelRootChangeCommand(command)) {
57
+ this.handleModelRootChangeCommand(command, newRoot);
58
+ }
59
+ if (this.isViewportChangeCommand(command)) {
60
+ this.handleViewportChangeCommand(command, newRoot);
61
+ }
62
+ }
63
+ isModelRootChangeCommand(command) {
64
+ return command instanceof sprotty_1.SetModelCommand || command instanceof sprotty_1.UpdateModelCommand;
65
+ }
66
+ isViewportChangeCommand(command) {
67
+ return command instanceof sprotty_1.SetViewportCommand || command instanceof sprotty_1.BoundsAwareViewportCommand;
68
+ }
69
+ handleModelRootChangeCommand(command, newRoot) {
70
+ this._currentRoot = newRoot;
71
+ this.lastViewport = this.toViewport(newRoot);
72
+ this.onModelRootChangedEmitter.fire(newRoot);
73
+ }
74
+ handleViewportChangeCommand(command, newRoot) {
75
+ const viewport = this.toViewport(newRoot);
76
+ if (!viewport) {
77
+ return;
78
+ }
79
+ if (this.hasViewportChanged(viewport)) {
80
+ this.onViewportChangedEmitter.fire({ newViewport: viewport, oldViewport: this.lastViewport });
81
+ this.lastViewport = viewport;
82
+ }
83
+ }
84
+ hasViewportChanged(newViewport) {
85
+ if (!this.lastViewport) {
86
+ return true;
87
+ }
88
+ return !((0, sprotty_1.almostEquals)(newViewport.zoom, this.lastViewport.zoom) &&
89
+ (0, sprotty_1.almostEquals)(newViewport.scroll.x, this.lastViewport.scroll.x) &&
90
+ (0, sprotty_1.almostEquals)(newViewport.scroll.y, this.lastViewport.scroll.y));
91
+ }
92
+ toViewport(root) {
93
+ return (0, sprotty_1.isViewport)(root) ? { scroll: root.scroll, zoom: root.zoom } : undefined;
94
+ }
95
+ }
96
+ exports.ModelChangeService = ModelChangeService;
97
+ __decorate([
98
+ (0, inversify_1.inject)(sprotty_1.LazyInjector),
99
+ __metadata("design:type", Object)
100
+ ], ModelChangeService.prototype, "lazyInjector", void 0);
101
+ __decorate([
102
+ (0, inversify_1.postConstruct)(),
103
+ __metadata("design:type", Function),
104
+ __metadata("design:paramtypes", []),
105
+ __metadata("design:returntype", void 0)
106
+ ], ModelChangeService.prototype, "initialize", null);
107
+ __decorate([
108
+ (0, inversify_1.preDestroy)(),
109
+ __metadata("design:type", Function),
110
+ __metadata("design:paramtypes", []),
111
+ __metadata("design:returntype", void 0)
112
+ ], ModelChangeService.prototype, "dispose", null);
113
+ //# sourceMappingURL=model-change-service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model-change-service.js","sourceRoot":"","sources":["../../../src/base/model/model-change-service.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2024 EclipseSource and others.
2
+ * Copyright (c) 2024-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2024 EclipseSource and others.
3
+ * Copyright (c) 2024-2025 EclipseSource and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2021-2024 EclipseSource and others.
2
+ * Copyright (c) 2021-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2021-2024 EclipseSource and others.
3
+ * Copyright (c) 2021-2025 EclipseSource and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.PossibleEdgeTargetAutocompleteSuggestionProvider = exports.EdgeAutocompletePalette = exports.EdgeAutocompletePaletteMetadata = void 0;
10
10
  /********************************************************************************
11
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
11
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
12
12
  *
13
13
  * This program and the accompanying materials are made available under the
14
14
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -12,7 +12,7 @@ var EdgeAutocompletePaletteTool_1;
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.EdgeAutocompletePaletteKeyListener = exports.EdgeAutocompletePaletteTool = void 0;
14
14
  /********************************************************************************
15
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
15
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
16
16
  *
17
17
  * This program and the accompanying materials are made available under the
18
18
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -12,7 +12,7 @@ var GlobalKeyListenerTool_1;
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.GlobalKeyListenerTool = void 0;
14
14
  /********************************************************************************
15
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
15
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
16
16
  *
17
17
  * This program and the accompanying materials are made available under the
18
18
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.KeyboardGrid = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
14
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
15
15
  *
16
16
  * This program and the accompanying materials are made available under the
17
17
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.KeyboardNodeGrid = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
14
+ * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
15
15
  *
16
16
  * This program and the accompanying materials are made available under the
17
17
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.KeyboardToolPalette = void 0;
10
10
  /********************************************************************************
11
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
11
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
12
12
  *
13
13
  * This program and the accompanying materials are made available under the
14
14
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2024 EclipseSource and others.
2
+ * Copyright (c) 2019-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2019-2024 EclipseSource and others.
3
+ * Copyright (c) 2019-2025 EclipseSource and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022-2024 EclipseSource and others.
2
+ * Copyright (c) 2022-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.boundsModule = void 0;
4
4
  /********************************************************************************
5
- * Copyright (c) 2022-2024 EclipseSource and others.
5
+ * Copyright (c) 2022-2025 EclipseSource and others.
6
6
  *
7
7
  * This program and the accompanying materials are made available under the
8
8
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2021-2024 EclipseSource and others.
2
+ * Copyright (c) 2021-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.HBoxLayouterExt = void 0;
10
10
  /********************************************************************************
11
- * Copyright (c) 2021-2024 EclipseSource and others.
11
+ * Copyright (c) 2021-2025 EclipseSource and others.
12
12
  *
13
13
  * This program and the accompanying materials are made available under the
14
14
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2021-2024 EclipseSource and others.
2
+ * Copyright (c) 2021-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.VBoxLayouterExt = void 0;
10
10
  /********************************************************************************
11
- * Copyright (c) 2021-2024 EclipseSource and others.
11
+ * Copyright (c) 2021-2025 EclipseSource and others.
12
12
  *
13
13
  * This program and the accompanying materials are made available under the
14
14
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2024 EclipseSource and others.
2
+ * Copyright (c) 2024-2025 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2024 EclipseSource and others.
3
+ * Copyright (c) 2024-2025 EclipseSource and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 Business Informatics Group (TU Wien) and others.
3
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
4
4
  *
5
5
  * This program and the accompanying materials are made available under the
6
6
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others.
2
+ * Copyright (c) 2023-2025 Business Informatics Group (TU Wien) and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at