@eclipse-glsp/client 2.5.0-next.425 → 2.5.0-next.427

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 (187) 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/default.module.d.ts +1 -1
  6. package/lib/base/default.module.js +1 -1
  7. package/lib/base/editor-context-service.d.ts +1 -1
  8. package/lib/base/editor-context-service.js +1 -1
  9. package/lib/base/shortcuts/available-shortcuts-extension.d.ts +1 -1
  10. package/lib/base/shortcuts/available-shortcuts-extension.js +1 -1
  11. package/lib/base/shortcuts/available-shortcuts-tool.d.ts +1 -1
  12. package/lib/base/shortcuts/available-shortcuts-tool.js +1 -1
  13. package/lib/base/shortcuts/shortcuts-module.d.ts +1 -1
  14. package/lib/base/shortcuts/shortcuts-module.js +1 -1
  15. package/lib/base/ui-extension/ui-extension.d.ts +1 -1
  16. package/lib/base/ui-extension/ui-extension.js +1 -1
  17. package/lib/default-modules.d.ts +1 -1
  18. package/lib/default-modules.js +1 -1
  19. package/lib/features/accessibility/accessibility-module.d.ts +1 -1
  20. package/lib/features/accessibility/accessibility-module.js +1 -1
  21. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-palette.d.ts +1 -1
  22. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-palette.js +1 -1
  23. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-tool.d.ts +1 -1
  24. package/lib/features/accessibility/edge-autocomplete/edge-autocomplete-tool.js +1 -1
  25. package/lib/features/accessibility/element-navigation/diagram-navigation-tool.d.ts +1 -1
  26. package/lib/features/accessibility/element-navigation/diagram-navigation-tool.js +1 -1
  27. package/lib/features/accessibility/element-navigation/left-right-top-bottom-navigator.d.ts +1 -1
  28. package/lib/features/accessibility/element-navigation/left-right-top-bottom-navigator.js +1 -1
  29. package/lib/features/accessibility/element-navigation/position-navigator.d.ts +1 -1
  30. package/lib/features/accessibility/element-navigation/position-navigator.js +1 -1
  31. package/lib/features/accessibility/focus-tracker/focus-tracker-tool.d.ts +1 -1
  32. package/lib/features/accessibility/focus-tracker/focus-tracker-tool.js +1 -1
  33. package/lib/features/accessibility/global-keylistener-tool.d.ts +1 -1
  34. package/lib/features/accessibility/global-keylistener-tool.js +1 -1
  35. package/lib/features/accessibility/keyboard-grid/keyboard-grid.d.ts +1 -1
  36. package/lib/features/accessibility/keyboard-grid/keyboard-grid.js +1 -1
  37. package/lib/features/accessibility/keyboard-grid/keyboard-node-grid.d.ts +1 -1
  38. package/lib/features/accessibility/keyboard-grid/keyboard-node-grid.js +1 -1
  39. package/lib/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.d.ts +1 -1
  40. package/lib/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.js +1 -1
  41. package/lib/features/accessibility/search/search-palette-module.d.ts +1 -1
  42. package/lib/features/accessibility/search/search-palette-module.js +1 -1
  43. package/lib/features/accessibility/search/search-palette.d.ts +1 -1
  44. package/lib/features/accessibility/search/search-palette.js +1 -1
  45. package/lib/features/accessibility/search/search-tool.d.ts +1 -1
  46. package/lib/features/accessibility/search/search-tool.js +1 -1
  47. package/lib/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.d.ts +1 -1
  48. package/lib/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.js +1 -1
  49. package/lib/features/accessibility/view-key-tools/view-key-tools-module.d.ts +1 -1
  50. package/lib/features/accessibility/view-key-tools/view-key-tools-module.js +1 -1
  51. package/lib/features/bounds/bounds-module.d.ts +1 -1
  52. package/lib/features/bounds/bounds-module.js +1 -1
  53. package/lib/features/bounds/hbox-layout.d.ts +1 -1
  54. package/lib/features/bounds/hbox-layout.d.ts.map +1 -1
  55. package/lib/features/bounds/hbox-layout.js +6 -2
  56. package/lib/features/bounds/hbox-layout.js.map +1 -1
  57. package/lib/features/bounds/vbox-layout.d.ts +1 -1
  58. package/lib/features/bounds/vbox-layout.d.ts.map +1 -1
  59. package/lib/features/bounds/vbox-layout.js +6 -2
  60. package/lib/features/bounds/vbox-layout.js.map +1 -1
  61. package/lib/features/change-bounds/move-element-action.d.ts +1 -1
  62. package/lib/features/change-bounds/move-element-action.js +1 -1
  63. package/lib/features/change-bounds/move-element-handler.d.ts +1 -1
  64. package/lib/features/change-bounds/move-element-handler.js +1 -1
  65. package/lib/features/change-bounds/resize/resize-default-tool.d.ts +1 -1
  66. package/lib/features/change-bounds/resize/resize-default-tool.js +1 -1
  67. package/lib/features/change-bounds/resize/resize-handler.d.ts +1 -1
  68. package/lib/features/change-bounds/resize/resize-handler.js +1 -1
  69. package/lib/features/change-bounds/resize/resize-module.d.ts +1 -1
  70. package/lib/features/change-bounds/resize/resize-module.js +1 -1
  71. package/lib/features/command-palette/server-command-palette-provider.d.ts +1 -1
  72. package/lib/features/command-palette/server-command-palette-provider.js +1 -1
  73. package/lib/features/context-menu/server-context-menu-provider.d.ts +1 -1
  74. package/lib/features/context-menu/server-context-menu-provider.js +1 -1
  75. package/lib/features/copy-paste/copy-paste-handler.d.ts +1 -1
  76. package/lib/features/copy-paste/copy-paste-handler.js +1 -1
  77. package/lib/features/grid/grid-module.d.ts +1 -1
  78. package/lib/features/grid/grid-module.js +1 -1
  79. package/lib/features/grid/grid-snapper.d.ts +1 -1
  80. package/lib/features/grid/grid-snapper.js +1 -1
  81. package/lib/features/grid/grid.d.ts +1 -1
  82. package/lib/features/helper-lines/helper-line-feedback.d.ts +1 -1
  83. package/lib/features/helper-lines/helper-line-feedback.js +1 -1
  84. package/lib/features/hover/hover.d.ts +1 -1
  85. package/lib/features/hover/hover.js +1 -1
  86. package/lib/features/label-edit/edit-label-validator.d.ts +1 -1
  87. package/lib/features/label-edit/edit-label-validator.js +1 -1
  88. package/lib/features/layout/layout-module.d.ts +1 -1
  89. package/lib/features/layout/layout-module.js +1 -1
  90. package/lib/features/navigation/navigation-target-resolver.d.ts +1 -1
  91. package/lib/features/navigation/navigation-target-resolver.js +1 -1
  92. package/lib/features/tool-palette/tool-palette.d.ts +1 -1
  93. package/lib/features/tool-palette/tool-palette.js +1 -1
  94. package/lib/features/tools/base-tools.d.ts +1 -1
  95. package/lib/features/tools/base-tools.js +1 -1
  96. package/lib/features/tools/change-bounds/change-bounds-tool.js +1 -1
  97. package/lib/features/tools/node-creation/container-manager.d.ts +1 -1
  98. package/lib/features/tools/node-creation/container-manager.js +1 -1
  99. package/lib/features/viewport/origin-viewport.d.ts +1 -1
  100. package/lib/features/viewport/origin-viewport.js +1 -1
  101. package/lib/features/viewport/reposition.d.ts +1 -1
  102. package/lib/features/viewport/reposition.js +1 -1
  103. package/lib/features/viewport/viewport-handler.d.ts +1 -1
  104. package/lib/features/viewport/viewport-handler.js +1 -1
  105. package/lib/features/viewport/viewport-key-listener.d.ts +1 -1
  106. package/lib/features/viewport/viewport-key-listener.js +1 -1
  107. package/lib/features/viewport/viewport-modules.d.ts +1 -1
  108. package/lib/features/viewport/viewport-modules.js +1 -1
  109. package/lib/features/viewport/zoom-viewport-action.d.ts +1 -1
  110. package/lib/features/viewport/zoom-viewport-action.js +1 -1
  111. package/lib/index.d.ts +1 -1
  112. package/lib/index.js +1 -1
  113. package/lib/standalone-modules.d.ts +1 -1
  114. package/lib/standalone-modules.js +1 -1
  115. package/lib/utils/viewpoint-util.d.ts +1 -1
  116. package/lib/utils/viewpoint-util.js +1 -1
  117. package/lib/views/base-view-module.d.ts +1 -1
  118. package/lib/views/base-view-module.js +1 -1
  119. package/lib/views/compartments.d.ts +1 -1
  120. package/lib/views/compartments.js +1 -1
  121. package/lib/views/glsp-projection-view.d.ts +1 -1
  122. package/lib/views/glsp-projection-view.js +1 -1
  123. package/lib/views/rounded-corner-view.d.ts +1 -1
  124. package/lib/views/rounded-corner-view.js +1 -1
  125. package/package.json +3 -3
  126. package/src/base/auto-complete/auto-complete-widget.ts +1 -1
  127. package/src/base/auto-complete/base-autocomplete-palette.ts +1 -1
  128. package/src/base/default.module.ts +1 -1
  129. package/src/base/editor-context-service.ts +1 -1
  130. package/src/base/shortcuts/available-shortcuts-extension.ts +1 -1
  131. package/src/base/shortcuts/available-shortcuts-tool.ts +1 -1
  132. package/src/base/shortcuts/shortcuts-module.ts +1 -1
  133. package/src/base/ui-extension/ui-extension.ts +1 -1
  134. package/src/default-modules.ts +1 -1
  135. package/src/features/accessibility/accessibility-module.ts +1 -1
  136. package/src/features/accessibility/edge-autocomplete/edge-autocomplete-palette.ts +1 -1
  137. package/src/features/accessibility/edge-autocomplete/edge-autocomplete-tool.ts +1 -1
  138. package/src/features/accessibility/element-navigation/diagram-navigation-tool.ts +1 -1
  139. package/src/features/accessibility/element-navigation/left-right-top-bottom-navigator.ts +1 -1
  140. package/src/features/accessibility/element-navigation/position-navigator.ts +1 -1
  141. package/src/features/accessibility/focus-tracker/focus-tracker-tool.ts +1 -1
  142. package/src/features/accessibility/global-keylistener-tool.ts +1 -1
  143. package/src/features/accessibility/keyboard-grid/keyboard-grid.ts +1 -1
  144. package/src/features/accessibility/keyboard-grid/keyboard-node-grid.ts +1 -1
  145. package/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts +1 -1
  146. package/src/features/accessibility/search/search-palette-module.ts +1 -1
  147. package/src/features/accessibility/search/search-palette.ts +1 -1
  148. package/src/features/accessibility/search/search-tool.ts +1 -1
  149. package/src/features/accessibility/view-key-tools/grid-cell-zoom-key-tool.ts +1 -1
  150. package/src/features/accessibility/view-key-tools/view-key-tools-module.ts +1 -1
  151. package/src/features/bounds/bounds-module.ts +1 -1
  152. package/src/features/bounds/hbox-layout.ts +9 -2
  153. package/src/features/bounds/vbox-layout.ts +9 -2
  154. package/src/features/change-bounds/move-element-action.ts +1 -1
  155. package/src/features/change-bounds/move-element-handler.ts +1 -1
  156. package/src/features/change-bounds/resize/resize-default-tool.ts +1 -1
  157. package/src/features/change-bounds/resize/resize-handler.ts +1 -1
  158. package/src/features/change-bounds/resize/resize-module.ts +1 -1
  159. package/src/features/command-palette/server-command-palette-provider.ts +1 -1
  160. package/src/features/context-menu/server-context-menu-provider.ts +1 -1
  161. package/src/features/copy-paste/copy-paste-handler.ts +1 -1
  162. package/src/features/grid/grid-module.ts +1 -1
  163. package/src/features/grid/grid-snapper.ts +1 -1
  164. package/src/features/grid/grid.ts +1 -1
  165. package/src/features/helper-lines/helper-line-feedback.ts +1 -1
  166. package/src/features/hover/hover.ts +1 -1
  167. package/src/features/label-edit/edit-label-validator.ts +1 -1
  168. package/src/features/layout/layout-elements-action.spec.ts +1 -1
  169. package/src/features/layout/layout-module.ts +1 -1
  170. package/src/features/navigation/navigation-target-resolver.ts +1 -1
  171. package/src/features/tool-palette/tool-palette.ts +1 -1
  172. package/src/features/tools/base-tools.ts +1 -1
  173. package/src/features/tools/change-bounds/change-bounds-tool.ts +1 -1
  174. package/src/features/tools/node-creation/container-manager.ts +1 -1
  175. package/src/features/viewport/origin-viewport.ts +1 -1
  176. package/src/features/viewport/reposition.ts +1 -1
  177. package/src/features/viewport/viewport-handler.ts +1 -1
  178. package/src/features/viewport/viewport-key-listener.ts +1 -1
  179. package/src/features/viewport/viewport-modules.ts +1 -1
  180. package/src/features/viewport/zoom-viewport-action.ts +1 -1
  181. package/src/index.ts +1 -1
  182. package/src/standalone-modules.ts +1 -1
  183. package/src/utils/viewpoint-util.ts +1 -1
  184. package/src/views/base-view-module.ts +1 -1
  185. package/src/views/compartments.tsx +1 -1
  186. package/src/views/glsp-projection-view.tsx +1 -1
  187. package/src/views/rounded-corner-view.tsx +1 -1
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.toClipPathId = exports.RoundedCornerNodeView = 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/client",
3
- "version": "2.5.0-next.425+5d87dc7",
3
+ "version": "2.5.0-next.427+2f70b50",
4
4
  "description": "A sprotty-based client for GLSP",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -46,7 +46,7 @@
46
46
  "watch": "tsc -w"
47
47
  },
48
48
  "dependencies": {
49
- "@eclipse-glsp/sprotty": "2.5.0-next.425+5d87dc7",
49
+ "@eclipse-glsp/sprotty": "2.5.0-next.427+2f70b50",
50
50
  "autocompleter": "^9.1.2",
51
51
  "file-saver": "^2.0.5",
52
52
  "lodash": "4.17.21",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "5d87dc7ba43da31c519d03c7291c824df6c59d31"
66
+ "gitHead": "2f70b500c04d1cdf4d72940725201d9924f025d0"
67
67
  }
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2024 EclipseSource and others.
2
+ * Copyright (c) 2020-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,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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2024 EclipseSource and others.
2
+ * Copyright (c) 2020-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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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
@@ -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
@@ -26,6 +26,7 @@ import {
26
26
  Point,
27
27
  StatefulLayouter,
28
28
  isBoundsAware,
29
+ isLayoutContainer,
29
30
  isLayoutableChild
30
31
  } from '@eclipse-glsp/sprotty';
31
32
  import { injectable } from 'inversify';
@@ -215,7 +216,13 @@ export class HBoxLayouterExt extends HBoxLayouter {
215
216
  }
216
217
 
217
218
  protected override getChildLayoutOptions(child: GChildElement, containerOptions: HBoxLayoutOptionsExt): HBoxLayoutOptionsExt {
218
- return super.getChildLayoutOptions(child, this.filterContainerOptions(containerOptions)) as HBoxLayoutOptionsExt;
219
+ const filteredOptions = this.filterContainerOptions(containerOptions);
220
+
221
+ if (!isLayoutableChild(child) && !isLayoutContainer(child)) {
222
+ return filteredOptions;
223
+ }
224
+
225
+ return super.getChildLayoutOptions(child, filteredOptions) as HBoxLayoutOptionsExt;
219
226
  }
220
227
 
221
228
  protected override getLayoutOptions(element: GModelElement): HBoxLayoutOptionsExt {
@@ -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
@@ -26,6 +26,7 @@ import {
26
26
  VBoxLayoutOptions,
27
27
  VBoxLayouter,
28
28
  isBoundsAware,
29
+ isLayoutContainer,
29
30
  isLayoutableChild
30
31
  } from '@eclipse-glsp/sprotty';
31
32
  import { injectable } from 'inversify';
@@ -215,7 +216,13 @@ export class VBoxLayouterExt extends VBoxLayouter {
215
216
  }
216
217
 
217
218
  protected override getChildLayoutOptions(child: GChildElement, containerOptions: VBoxLayoutOptionsExt): VBoxLayoutOptionsExt {
218
- return super.getChildLayoutOptions(child, this.filterContainerOptions(containerOptions)) as VBoxLayoutOptionsExt;
219
+ const filteredOptions = this.filterContainerOptions(containerOptions);
220
+
221
+ if (!isLayoutableChild(child) && !isLayoutContainer(child)) {
222
+ return filteredOptions;
223
+ }
224
+
225
+ return super.getChildLayoutOptions(child, filteredOptions) as VBoxLayoutOptionsExt;
219
226
  }
220
227
 
221
228
  protected override getLayoutOptions(element: GModelElement): VBoxLayoutOptionsExt {
@@ -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,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,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,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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2023 EclipseSource and others.
2
+ * Copyright (c) 2019-2024 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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2023 EclipseSource and others.
2
+ * Copyright (c) 2019-2024 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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2023 EclipseSource and others.
2
+ * Copyright (c) 2019-2024 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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 Axon Ivy AG and others.
2
+ * Copyright (c) 2023-2025 Axon Ivy AG 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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2024 Axon Ivy AG and others.
2
+ * Copyright (c) 2024-2025 Axon Ivy AG 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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 EclipseSource and others.
2
+ * Copyright (c) 2023-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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2023 EclipseSource and others.
2
+ * Copyright (c) 2020-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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2023 EclipseSource and others.
2
+ * Copyright (c) 2019-2024 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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2023 EclipseSource and others.
2
+ * Copyright (c) 2019-2024 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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2023 EclipseSource and others.
2
+ * Copyright (c) 2020-2024 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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2024 EclipseSource and others.
2
+ * Copyright (c) 2020-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,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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2024 Axon Ivy AG and others.
2
+ * Copyright (c) 2024-2025 Axon Ivy AG 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,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,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,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,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,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
package/src/index.ts CHANGED
@@ -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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023-2024 EclipseSource and others.
2
+ * Copyright (c) 2023-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,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,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,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,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2017-2024 TypeFox and others.
2
+ * Copyright (c) 2017-2025 TypeFox 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,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