@eclipse-glsp/client 2.3.0-next.320 → 2.3.0-next.321

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 (74) hide show
  1. package/lib/base/action-dispatcher.d.ts +1 -1
  2. package/lib/base/action-dispatcher.js +1 -1
  3. package/lib/base/action-handler-registry.d.ts +1 -1
  4. package/lib/base/action-handler-registry.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/feedback/feedback-action-dispatcher.d.ts +1 -1
  8. package/lib/base/feedback/feedback-action-dispatcher.js +1 -1
  9. package/lib/base/feedback/feedback-command.d.ts +1 -1
  10. package/lib/base/feedback/feedback-command.js +1 -1
  11. package/lib/base/feedback/index.d.ts +1 -1
  12. package/lib/base/feedback/index.js +1 -1
  13. package/lib/base/feedback/update-model-command.d.ts +1 -1
  14. package/lib/base/feedback/update-model-command.js +1 -1
  15. package/lib/base/model/glsp-model-source.d.ts +1 -1
  16. package/lib/base/model/glsp-model-source.js +1 -1
  17. package/lib/base/ranked.d.ts +1 -1
  18. package/lib/base/ranked.js +1 -1
  19. package/lib/base/selection-service.d.ts +1 -1
  20. package/lib/base/selection-service.js +1 -1
  21. package/lib/base/selection-service.spec.js +1 -1
  22. package/lib/features/bounds/glsp-hidden-bounds-updater.d.ts +1 -1
  23. package/lib/features/bounds/glsp-hidden-bounds-updater.js +1 -1
  24. package/lib/features/bounds/local-bounds.d.ts +1 -1
  25. package/lib/features/bounds/local-bounds.js +1 -1
  26. package/lib/features/bounds/set-bounds-feedback-command.d.ts +1 -1
  27. package/lib/features/bounds/set-bounds-feedback-command.js +1 -1
  28. package/lib/features/change-bounds/position-snapper.d.ts +1 -1
  29. package/lib/features/change-bounds/position-snapper.js +1 -1
  30. package/lib/features/element-template/add-template-element.d.ts +1 -1
  31. package/lib/features/element-template/add-template-element.js +1 -1
  32. package/lib/features/helper-lines/helper-line-feedback.d.ts +1 -1
  33. package/lib/features/helper-lines/helper-line-feedback.js +1 -1
  34. package/lib/features/helper-lines/helper-line-manager-default.d.ts +1 -1
  35. package/lib/features/helper-lines/helper-line-manager-default.js +1 -1
  36. package/lib/features/helper-lines/helper-line-manager.d.ts +1 -1
  37. package/lib/features/hints/type-hint-provider.d.ts +1 -1
  38. package/lib/features/hints/type-hint-provider.js +1 -1
  39. package/lib/features/tools/change-bounds/change-bounds-tool-feedback.d.ts +1 -1
  40. package/lib/features/tools/change-bounds/change-bounds-tool-feedback.js +1 -1
  41. package/lib/features/tools/marquee-selection/marquee-behavior.spec.d.ts +1 -1
  42. package/lib/features/tools/marquee-selection/marquee-behavior.spec.js +1 -1
  43. package/lib/tsconfig.tsbuildinfo +1 -1
  44. package/lib/utils/contribution-provider.d.ts +1 -1
  45. package/lib/utils/contribution-provider.js +1 -1
  46. package/lib/utils/gmodel-util.d.ts +1 -1
  47. package/lib/utils/gmodel-util.js +1 -1
  48. package/lib/utils/html-utils.js +1 -1
  49. package/package.json +3 -3
  50. package/src/base/action-dispatcher.ts +1 -1
  51. package/src/base/action-handler-registry.ts +1 -1
  52. package/src/base/default.module.ts +1 -1
  53. package/src/base/feedback/feedback-action-dispatcher.ts +1 -1
  54. package/src/base/feedback/feedback-command.ts +1 -1
  55. package/src/base/feedback/index.ts +1 -1
  56. package/src/base/feedback/update-model-command.ts +1 -1
  57. package/src/base/model/glsp-model-source.ts +1 -1
  58. package/src/base/ranked.ts +1 -1
  59. package/src/base/selection-service.spec.ts +1 -1
  60. package/src/base/selection-service.ts +1 -1
  61. package/src/features/bounds/glsp-hidden-bounds-updater.ts +1 -1
  62. package/src/features/bounds/local-bounds.ts +1 -1
  63. package/src/features/bounds/set-bounds-feedback-command.ts +1 -1
  64. package/src/features/change-bounds/position-snapper.ts +1 -1
  65. package/src/features/element-template/add-template-element.ts +1 -1
  66. package/src/features/helper-lines/helper-line-feedback.ts +1 -1
  67. package/src/features/helper-lines/helper-line-manager-default.ts +1 -1
  68. package/src/features/helper-lines/helper-line-manager.ts +1 -1
  69. package/src/features/hints/type-hint-provider.ts +1 -1
  70. package/src/features/tools/change-bounds/change-bounds-tool-feedback.ts +1 -1
  71. package/src/features/tools/marquee-selection/marquee-behavior.spec.ts +1 -1
  72. package/src/utils/contribution-provider.ts +1 -1
  73. package/src/utils/gmodel-util.ts +1 -1
  74. package/src/utils/html-utils.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  /********************************************************************************
3
- * Copyright (c) 2019-2023 EclipseSource and others.
3
+ * Copyright (c) 2019-2024 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
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.GLSPActionDispatcher = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2019-2023 EclipseSource and others.
14
+ * Copyright (c) 2019-2024 EclipseSource 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 EclipseSource and others.
3
+ * Copyright (c) 2023-2024 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) 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
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultModule = void 0;
4
4
  /********************************************************************************
5
- * Copyright (c) 2019-2023 EclipseSource and others.
5
+ * Copyright (c) 2019-2024 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) 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
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FeedbackActionDispatcher = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2019-2023 EclipseSource and others.
14
+ * Copyright (c) 2019-2024 EclipseSource 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) 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
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getFeedbackRank = exports.FeedbackCommand = void 0;
4
4
  /********************************************************************************
5
- * Copyright (c) 2019-2023 EclipseSource and others.
5
+ * Copyright (c) 2019-2024 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) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /********************************************************************************
18
- * Copyright (c) 2023 EclipseSource and others.
18
+ * Copyright (c) 2023-2024 EclipseSource and others.
19
19
  *
20
20
  * This program and the accompanying materials are made available under the
21
21
  * 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
@@ -14,7 +14,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.FeedbackAwareUpdateModelCommand = void 0;
16
16
  /********************************************************************************
17
- * Copyright (c) 2019-2023 EclipseSource and others.
17
+ * Copyright (c) 2019-2024 EclipseSource and others.
18
18
  *
19
19
  * This program and the accompanying materials are made available under the
20
20
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 EclipseSource and others.
3
+ * Copyright (c) 2023-2024 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) 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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2019-2023 EclipseSource and others.
3
+ * Copyright (c) 2019-2024 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) 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
@@ -14,7 +14,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.SelectFeedbackAction = exports.SelectAllCommand = exports.SelectCommand = exports.SelectionService = void 0;
16
16
  /********************************************************************************
17
- * Copyright (c) 2019-2023 EclipseSource and others.
17
+ * Copyright (c) 2019-2024 EclipseSource and others.
18
18
  *
19
19
  * This program and the accompanying materials are made available under the
20
20
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  /********************************************************************************
10
- * Copyright (c) 2020-2023 EclipseSource and others.
10
+ * Copyright (c) 2020-2024 EclipseSource and others.
11
11
  *
12
12
  * This program and the accompanying materials are made available under the
13
13
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2022-2023 EclipseSource and others.
2
+ * Copyright (c) 2022-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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2022-2023 EclipseSource and others.
3
+ * Copyright (c) 2022-2024 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -14,7 +14,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.LocalComputedBoundsCommand = exports.LocalComputedBoundsAction = exports.LocalRequestBoundsAction = void 0;
16
16
  /********************************************************************************
17
- * Copyright (c) 2023 EclipseSource and others.
17
+ * Copyright (c) 2023-2024 EclipseSource and others.
18
18
  *
19
19
  * This program and the accompanying materials are made available under the
20
20
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SetBoundsFeedbackCommand = exports.SetBoundsFeedbackAction = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2023 EclipseSource and others.
14
+ * Copyright (c) 2023-2024 EclipseSource 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -14,7 +14,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.PositionSnapper = void 0;
16
16
  /********************************************************************************
17
- * Copyright (c) 2023 EclipseSource and others.
17
+ * Copyright (c) 2023-2024 EclipseSource and others.
18
18
  *
19
19
  * This program and the accompanying materials are made available under the
20
20
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 EclipseSource and others.
3
+ * Copyright (c) 2023-2024 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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,6 +1,6 @@
1
1
  "use strict";
2
2
  /********************************************************************************
3
- * Copyright (c) 2023 EclipseSource and others.
3
+ * Copyright (c) 2023-2024 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.HelperLineManager = exports.DEFAULT_HELPER_LINE_OPTIONS = exports.DEFAULT_MOVE_DELTA = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2023 EclipseSource and others.
14
+ * Copyright (c) 2023-2024 EclipseSource 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 EclipseSource and others.
2
+ * Copyright (c) 2023-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
@@ -14,7 +14,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.TypeHintProvider = exports.ApplyTypeHintsCommand = exports.ApplyTypeHintsAction = void 0;
16
16
  /********************************************************************************
17
- * Copyright (c) 2019-2023 EclipseSource and others.
17
+ * Copyright (c) 2019-2024 EclipseSource and others.
18
18
  *
19
19
  * This program and the accompanying materials are made available under the
20
20
  * 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
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FeedbackMoveMouseListener = exports.MoveFinishedEventAction = exports.MoveInitializedEventAction = exports.HideChangeBoundsToolResizeFeedbackCommand = exports.ShowChangeBoundsToolResizeFeedbackCommand = exports.HideChangeBoundsToolResizeFeedbackAction = exports.ShowChangeBoundsToolResizeFeedbackAction = void 0;
13
13
  /********************************************************************************
14
- * Copyright (c) 2019-2023 EclipseSource and others.
14
+ * Copyright (c) 2019-2024 EclipseSource 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) 2021 EclipseSource and others.
2
+ * Copyright (c) 2021-2023 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 EclipseSource and others.
3
+ * Copyright (c) 2021-2023 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