@foblex/flow 12.6.0 → 12.6.1

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 (144) hide show
  1. package/README.md +11 -8
  2. package/esm2022/domain/clear-selection/clear-selection.execution.mjs +3 -3
  3. package/esm2022/domain/create-connection-markers/create-connection-markers.execution.mjs +3 -3
  4. package/esm2022/domain/emit-transform-changes/emit-transform-changes.execution.mjs +3 -3
  5. package/esm2022/domain/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +3 -3
  6. package/esm2022/domain/get-connection-line/get-connection-line.execution.mjs +3 -3
  7. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +3 -3
  8. package/esm2022/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.mjs +3 -3
  9. package/esm2022/domain/get-input-rect-in-flow/get-input-rect-in-flow.execution.mjs +3 -3
  10. package/esm2022/domain/get-nodes-rect/get-nodes-rect.execution.mjs +3 -3
  11. package/esm2022/domain/get-output-rect-in-flow/get-output-rect-in-flow.execution.mjs +3 -3
  12. package/esm2022/domain/get-position-in-flow/get-position-in-flow.execution.mjs +3 -3
  13. package/esm2022/domain/get-scaled-node-rects-with-flow-position/get-scaled-node-rects-with-flow-position.execution.mjs +3 -3
  14. package/esm2022/domain/get-selection/get-selection.execution.mjs +3 -3
  15. package/esm2022/domain/is-connection-under-node/is-connection-under-node.execution.mjs +3 -3
  16. package/esm2022/domain/redraw-connections/redraw-connections.execution.mjs +3 -3
  17. package/esm2022/domain/select/select.execution.mjs +3 -3
  18. package/esm2022/domain/select-all/select-all.execution.mjs +3 -3
  19. package/esm2022/domain/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +3 -3
  20. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +3 -3
  21. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +3 -3
  22. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +3 -3
  23. package/esm2022/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.execution.mjs +3 -3
  24. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.mjs +3 -3
  25. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +3 -3
  26. package/esm2022/f-backgroud/f-background-base.mjs +3 -3
  27. package/esm2022/f-backgroud/f-background.component.mjs +3 -3
  28. package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +3 -3
  29. package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +3 -3
  30. package/esm2022/f-canvas/f-canvas-base.mjs +3 -3
  31. package/esm2022/f-canvas/f-canvas.component.mjs +3 -3
  32. package/esm2022/f-connection/common/f-connection-base.mjs +3 -3
  33. package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +3 -3
  34. package/esm2022/f-connection/common/f-connection-text/f-connection-text.component.mjs +3 -3
  35. package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle.component.mjs +3 -3
  36. package/esm2022/f-connection/common/f-gradient/f-connection-gradient.component.mjs +3 -3
  37. package/esm2022/f-connection/common/f-path/f-connection-path.component.mjs +3 -3
  38. package/esm2022/f-connection/common/f-selection/f-connection-selection.component.mjs +3 -3
  39. package/esm2022/f-connection/f-connection/f-connection.component.mjs +3 -3
  40. package/esm2022/f-connection/f-connection-builder/f-connection-factory.mjs +3 -3
  41. package/esm2022/f-connection/f-connection-center/f-connection-center.directive.mjs +3 -3
  42. package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +3 -3
  43. package/esm2022/f-connection/f-marker/f-marker-base.mjs +3 -3
  44. package/esm2022/f-connection/f-marker/f-marker.directive.mjs +3 -3
  45. package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +3 -3
  46. package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +3 -3
  47. package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +3 -3
  48. package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +3 -3
  49. package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +3 -3
  50. package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +3 -3
  51. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.execution.mjs +3 -3
  52. package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.validator.mjs +3 -3
  53. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.execution.mjs +3 -3
  54. package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.validator.mjs +3 -3
  55. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.execution.mjs +3 -3
  56. package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.validator.mjs +3 -3
  57. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.execution.mjs +12 -6
  58. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.request.mjs +4 -6
  59. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.mjs +8 -15
  60. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.execution.mjs +7 -14
  61. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.validator.mjs +3 -3
  62. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.execution.mjs +3 -3
  63. package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.validator.mjs +3 -3
  64. package/esm2022/f-draggable/connections/create-connection/create-connection.drag-handler.mjs +9 -7
  65. package/esm2022/f-draggable/connections/create-connection/get-can-be-connected-output-by-outlet/get-can-be-connected-output-by-outlet.execution.mjs +3 -3
  66. package/esm2022/f-draggable/connections/create-connection/get-can-be-connected-output-by-outlet/get-can-be-connected-output-by-outlet.validator.mjs +3 -3
  67. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.mjs +3 -3
  68. package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.validator.mjs +3 -3
  69. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.execution.mjs +3 -3
  70. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.validator.mjs +3 -3
  71. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.execution.mjs +3 -3
  72. package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.validator.mjs +3 -3
  73. package/esm2022/f-draggable/domain/convert-computed-to-pixels/convert-computed-to-pixels.execution.mjs +3 -3
  74. package/esm2022/f-draggable/domain/get-node-padding/get-node-padding.execution.mjs +3 -3
  75. package/esm2022/f-draggable/domain/get-normalized-node-rect/get-normalized-node-rect.execution.mjs +3 -3
  76. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +3 -3
  77. package/esm2022/f-draggable/domain/get-parent-nodes/get-parent-nodes.execution.mjs +3 -3
  78. package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.execution.mjs +3 -3
  79. package/esm2022/f-draggable/f-draggable-base.mjs +3 -3
  80. package/esm2022/f-draggable/f-draggable-data-context.mjs +3 -3
  81. package/esm2022/f-draggable/f-draggable.directive.mjs +4 -4
  82. package/esm2022/f-draggable/node/connection-base-drag-handler.mjs +3 -3
  83. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +3 -3
  84. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/get-node-move-restrictions/get-node-move-restrictions.execution.mjs +3 -3
  85. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.mjs +3 -3
  86. package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.mjs +3 -3
  87. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.execution.mjs +3 -3
  88. package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.validator.mjs +3 -3
  89. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.execution.mjs +3 -3
  90. package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.validator.mjs +3 -3
  91. package/esm2022/f-draggable/node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.execution.mjs +3 -3
  92. package/esm2022/f-draggable/node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.execution.mjs +3 -3
  93. package/esm2022/f-draggable/node-resize/calculate-changed-position/calculate-changed-position.execution.mjs +3 -3
  94. package/esm2022/f-draggable/node-resize/calculate-changed-size/calculate-changed-size.execution.mjs +3 -3
  95. package/esm2022/f-draggable/node-resize/get-node-resize-restrictions/get-node-resize-restrictions.execution.mjs +3 -3
  96. package/esm2022/f-draggable/node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.mjs +3 -3
  97. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.execution.mjs +3 -3
  98. package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.validator.mjs +3 -3
  99. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.execution.mjs +3 -3
  100. package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.validator.mjs +3 -3
  101. package/esm2022/f-draggable/single-select/single-select.execution.mjs +3 -3
  102. package/esm2022/f-draggable/single-select/single-select.validator.mjs +3 -3
  103. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.execution.mjs +3 -3
  104. package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.validator.mjs +3 -3
  105. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.execution.mjs +3 -3
  106. package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.validator.mjs +3 -3
  107. package/esm2022/f-external-item/f-external-item-base.mjs +3 -3
  108. package/esm2022/f-external-item/f-external-item.directive.mjs +3 -3
  109. package/esm2022/f-external-item/f-external-item.service.mjs +3 -3
  110. package/esm2022/f-flow/f-flow.component.mjs +3 -3
  111. package/esm2022/f-flow.module.mjs +4 -4
  112. package/esm2022/f-line-alignment/f-line-alignment-base.mjs +3 -3
  113. package/esm2022/f-line-alignment/f-line-alignment.component.mjs +3 -3
  114. package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.execution.mjs +3 -3
  115. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.mjs +3 -3
  116. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.validator.mjs +3 -3
  117. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.execution.mjs +3 -3
  118. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.validator.mjs +3 -3
  119. package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +3 -3
  120. package/esm2022/f-minimap/f-minimap-flow.directive.mjs +3 -3
  121. package/esm2022/f-minimap/f-minimap-view.directive.mjs +3 -3
  122. package/esm2022/f-minimap/f-minimap.component.mjs +3 -3
  123. package/esm2022/f-node/f-drag-handle/f-drag-handle.directive.mjs +3 -3
  124. package/esm2022/f-node/f-group.directive.mjs +3 -3
  125. package/esm2022/f-node/f-node.directive.mjs +3 -3
  126. package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +3 -3
  127. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +3 -3
  128. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.validator.mjs +3 -3
  129. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +3 -3
  130. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.validator.mjs +3 -3
  131. package/esm2022/f-selection-area/f-selection-area-base.mjs +3 -3
  132. package/esm2022/f-selection-area/f-selection-area.component.mjs +3 -3
  133. package/esm2022/f-storage/f-components-store.mjs +3 -3
  134. package/esm2022/f-storage/f-transform-store.mjs +3 -3
  135. package/esm2022/f-zoom/f-zoom.directive.mjs +3 -3
  136. package/esm2022/infrastructure/f-mediator/f-flow-mediator.mjs +3 -3
  137. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.execution.d.ts +1 -0
  138. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-drag-handler/create-connection-drag-handler.request.d.ts +2 -3
  139. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.d.ts +0 -1
  140. package/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.execution.d.ts +0 -1
  141. package/f-draggable/connections/create-connection/create-connection.drag-handler.d.ts +2 -2
  142. package/fesm2022/foblex-flow.mjs +425 -429
  143. package/fesm2022/foblex-flow.mjs.map +1 -1
  144. package/package.json +1 -1
@@ -96,12 +96,12 @@ class FRectPatternComponent {
96
96
  ngOnDestroy() {
97
97
  this._subscription$.unsubscribe();
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FRectPatternComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
100
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FRectPatternComponent, selector: "f-rect-pattern", inputs: { id: "id", vColor: "vColor", hColor: "hColor", vSize: "vSize", hSize: "hSize" }, host: { properties: { "attr.id": "id" } }, providers: [
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FRectPatternComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
100
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FRectPatternComponent, selector: "f-rect-pattern", inputs: { id: "id", vColor: "vColor", hColor: "hColor", vSize: "vSize", hSize: "hSize" }, host: { properties: { "attr.id": "id" } }, providers: [
101
101
  { provide: F_BACKGROUND_PATTERN, useExisting: FRectPatternComponent }
102
102
  ], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FRectPatternComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FRectPatternComponent, decorators: [{
105
105
  type: Component,
106
106
  args: [{
107
107
  selector: "f-rect-pattern",
@@ -198,12 +198,12 @@ class FCirclePatternComponent {
198
198
  ngOnDestroy() {
199
199
  this._subscription$.unsubscribe();
200
200
  }
201
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCirclePatternComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
202
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FCirclePatternComponent, selector: "f-circle-pattern", inputs: { id: "id", color: "color", radius: "radius" }, host: { properties: { "attr.id": "id" } }, providers: [
201
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCirclePatternComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
202
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FCirclePatternComponent, selector: "f-circle-pattern", inputs: { id: "id", color: "color", radius: "radius" }, host: { properties: { "attr.id": "id" } }, providers: [
203
203
  { provide: F_BACKGROUND_PATTERN, useExisting: FCirclePatternComponent }
204
204
  ], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
205
205
  }
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCirclePatternComponent, decorators: [{
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCirclePatternComponent, decorators: [{
207
207
  type: Component,
208
208
  args: [{
209
209
  selector: "f-circle-pattern",
@@ -226,10 +226,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
226
226
 
227
227
  const F_BACKGROUND = new InjectionToken('F_BACKGROUND');
228
228
  class FBackgroundBase {
229
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FBackgroundBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
230
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FBackgroundBase, ngImport: i0 });
229
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FBackgroundBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
230
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FBackgroundBase, ngImport: i0 });
231
231
  }
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FBackgroundBase, decorators: [{
232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FBackgroundBase, decorators: [{
233
233
  type: Directive
234
234
  }] });
235
235
 
@@ -276,19 +276,19 @@ class FComponentsStore {
276
276
  componentDataChanged() {
277
277
  this.componentsDataChanges.next();
278
278
  }
279
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore });
279
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FComponentsStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FComponentsStore });
281
281
  }
282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FComponentsStore, decorators: [{
282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FComponentsStore, decorators: [{
283
283
  type: Injectable
284
284
  }] });
285
285
 
286
286
  class FTransformStore {
287
287
  changes = new Subject();
288
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
289
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore });
288
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FTransformStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
289
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FTransformStore });
290
290
  }
291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FTransformStore, decorators: [{
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FTransformStore, decorators: [{
292
292
  type: Injectable
293
293
  }] });
294
294
 
@@ -335,10 +335,10 @@ class FBackgroundComponent extends FBackgroundBase {
335
335
  ngOnDestroy() {
336
336
  this.fComponentsStore.fBackground = undefined;
337
337
  }
338
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FBackgroundComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
339
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FBackgroundComponent, selector: "f-background", host: { classAttribute: "f-component f-background" }, providers: [{ provide: F_BACKGROUND, useExisting: FBackgroundComponent }], queries: [{ propertyName: "fBackgroundPattern", first: true, predicate: F_BACKGROUND_PATTERN, descendants: true }], usesInheritance: true, ngImport: i0, template: "<svg><ng-content></ng-content></svg>\n", styles: [":host{position:absolute;width:100%;height:100%;left:0;top:0;transform-origin:0 0;pointer-events:none}:host svg{width:100%;height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
338
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FBackgroundComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
339
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FBackgroundComponent, selector: "f-background", host: { classAttribute: "f-component f-background" }, providers: [{ provide: F_BACKGROUND, useExisting: FBackgroundComponent }], queries: [{ propertyName: "fBackgroundPattern", first: true, predicate: F_BACKGROUND_PATTERN, descendants: true }], usesInheritance: true, ngImport: i0, template: "<svg><ng-content></ng-content></svg>\n", styles: [":host{position:absolute;width:100%;height:100%;left:0;top:0;transform-origin:0 0;pointer-events:none}:host svg{width:100%;height:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
340
340
  }
341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FBackgroundComponent, decorators: [{
341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FBackgroundComponent, decorators: [{
342
342
  type: Component,
343
343
  args: [{ selector: "f-background", host: {
344
344
  'class': 'f-component f-background'
@@ -380,10 +380,10 @@ class FCanvasBase extends MIXIN_BASE$1 {
380
380
  getCanvasPosition() {
381
381
  return PointExtensions.sum(this.transform.position, this.transform.scaledPosition);
382
382
  }
383
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCanvasBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
384
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FCanvasBase, usesInheritance: true, ngImport: i0 });
383
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCanvasBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
384
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FCanvasBase, usesInheritance: true, ngImport: i0 });
385
385
  }
386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCanvasBase, decorators: [{
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCanvasBase, decorators: [{
387
387
  type: Directive
388
388
  }], ctorParameters: () => [] });
389
389
 
@@ -431,10 +431,10 @@ class FFlowMediator {
431
431
  }
432
432
  throw new Error('Handler not registered for request type.');
433
433
  }
434
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
435
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator });
434
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowMediator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
435
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowMediator });
436
436
  }
437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowMediator, decorators: [{
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowMediator, decorators: [{
438
438
  type: Injectable
439
439
  }], ctorParameters: () => [{ type: i0.Injector }] });
440
440
 
@@ -472,10 +472,10 @@ class FDraggableDataContext {
472
472
  markSelectionAsChanged() {
473
473
  this.isSelectedChanged = true;
474
474
  }
475
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableDataContext, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
476
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableDataContext });
475
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableDataContext, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
476
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableDataContext });
477
477
  }
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableDataContext, decorators: [{
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableDataContext, decorators: [{
479
479
  type: Injectable
480
480
  }] });
481
481
 
@@ -487,13 +487,13 @@ let CanvasMoveFinalizeExecution = class CanvasMoveFinalizeExecution {
487
487
  handle(request) {
488
488
  this.fDraggableDataContext.draggableItems.forEach((x) => x.complete?.());
489
489
  }
490
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
491
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeExecution });
490
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
491
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeExecution });
492
492
  };
493
493
  CanvasMoveFinalizeExecution = __decorate([
494
494
  FExecutionRegister(CanvasMoveFinalizeRequest)
495
495
  ], CanvasMoveFinalizeExecution);
496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeExecution, decorators: [{
496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeExecution, decorators: [{
497
497
  type: Injectable
498
498
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
499
499
 
@@ -523,13 +523,13 @@ let CanvasMoveFinalizeValidator = class CanvasMoveFinalizeValidator {
523
523
  handle(request) {
524
524
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof CanvasDragHandler);
525
525
  }
526
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
527
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeValidator });
526
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
527
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeValidator });
528
528
  };
529
529
  CanvasMoveFinalizeValidator = __decorate([
530
530
  FValidatorRegister(CanvasMoveFinalizeRequest)
531
531
  ], CanvasMoveFinalizeValidator);
532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMoveFinalizeValidator, decorators: [{
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMoveFinalizeValidator, decorators: [{
533
533
  type: Injectable
534
534
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
535
535
 
@@ -563,13 +563,13 @@ let CanvasMovePreparationExecution = class CanvasMovePreparationExecution {
563
563
  new CanvasDragHandler(this.fComponentsStore)
564
564
  ];
565
565
  }
566
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
567
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationExecution });
566
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
567
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationExecution });
568
568
  };
569
569
  CanvasMovePreparationExecution = __decorate([
570
570
  FExecutionRegister(CanvasMovePreparationRequest)
571
571
  ], CanvasMovePreparationExecution);
572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationExecution, decorators: [{
572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationExecution, decorators: [{
573
573
  type: Injectable
574
574
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
575
575
 
@@ -604,13 +604,13 @@ let CanvasMovePreparationValidator = class CanvasMovePreparationValidator {
604
604
  isNodeHasDragHandle(targetElement) {
605
605
  return isElementWithClass(targetElement, '.f-drag-handle');
606
606
  }
607
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
608
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationValidator });
607
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
608
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationValidator });
609
609
  };
610
610
  CanvasMovePreparationValidator = __decorate([
611
611
  FValidatorRegister(CanvasMovePreparationRequest)
612
612
  ], CanvasMovePreparationValidator);
613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CanvasMovePreparationValidator, decorators: [{
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CanvasMovePreparationValidator, decorators: [{
614
614
  type: Injectable
615
615
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
616
616
 
@@ -697,10 +697,10 @@ class FNodeInputBase extends FConnectorBase {
697
697
  get canBeConnected() {
698
698
  return !this.disabled && (this.multiple ? true : !this.isConnected);
699
699
  }
700
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeInputBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
701
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeInputBase, usesInheritance: true, ngImport: i0 });
700
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeInputBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
701
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeInputBase, usesInheritance: true, ngImport: i0 });
702
702
  }
703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeInputBase, decorators: [{
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeInputBase, decorators: [{
704
704
  type: Directive
705
705
  }] });
706
706
 
@@ -725,10 +725,10 @@ class FDragHandleDirective {
725
725
  constructor(elementReference) {
726
726
  this.elementReference = elementReference;
727
727
  }
728
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
729
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FDragHandleDirective, selector: "[fDragHandle]", host: { classAttribute: "f-drag-handle f-component" }, providers: [{ provide: F_DRAG_HANDLE, useExisting: FDragHandleDirective }], ngImport: i0 });
728
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
729
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FDragHandleDirective, selector: "[fDragHandle]", host: { classAttribute: "f-drag-handle f-component" }, providers: [{ provide: F_DRAG_HANDLE, useExisting: FDragHandleDirective }], ngImport: i0 });
730
730
  }
731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDragHandleDirective, decorators: [{
731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDragHandleDirective, decorators: [{
732
732
  type: Directive,
733
733
  args: [{
734
734
  selector: "[fDragHandle]",
@@ -766,10 +766,10 @@ class FResizeHandleDirective {
766
766
  constructor(elementReference) {
767
767
  this.elementReference = elementReference;
768
768
  }
769
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FResizeHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
770
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FResizeHandleDirective, selector: "[fResizeHandle]", inputs: { type: ["fResizeHandleType", "type"] }, host: { properties: { "attr.data-f-resize-handle-type": "type", "class": "this.typeClass" }, classAttribute: "f-resize-handle f-component" }, providers: [{ provide: F_RESIZE_HANDLE, useExisting: FResizeHandleDirective }], ngImport: i0 });
769
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FResizeHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
770
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FResizeHandleDirective, selector: "[fResizeHandle]", inputs: { type: ["fResizeHandleType", "type"] }, host: { properties: { "attr.data-f-resize-handle-type": "type", "class": "this.typeClass" }, classAttribute: "f-resize-handle f-component" }, providers: [{ provide: F_RESIZE_HANDLE, useExisting: FResizeHandleDirective }], ngImport: i0 });
771
771
  }
772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FResizeHandleDirective, decorators: [{
772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FResizeHandleDirective, decorators: [{
773
773
  type: Directive,
774
774
  args: [{
775
775
  selector: "[fResizeHandle]",
@@ -1126,10 +1126,10 @@ class FConnectionTextPathDirective {
1126
1126
  const symbolWidth = metrics.width / text.length;
1127
1127
  return symbolWidth;
1128
1128
  }
1129
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionTextPathDirective, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Directive });
1130
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionTextPathDirective, selector: "textPath[f-connection-text-path]", host: { properties: { "attr.href": "linkToConnection" } }, ngImport: i0 });
1129
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionTextPathDirective, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Directive });
1130
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionTextPathDirective, selector: "textPath[f-connection-text-path]", host: { properties: { "attr.href": "linkToConnection" } }, ngImport: i0 });
1131
1131
  }
1132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionTextPathDirective, decorators: [{
1132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionTextPathDirective, decorators: [{
1133
1133
  type: Directive,
1134
1134
  args: [{
1135
1135
  selector: 'textPath[f-connection-text-path]',
@@ -1188,10 +1188,10 @@ class FConnectionTextComponent {
1188
1188
  const vectorLength = PointExtensions.hypotenuse(line.point1, line.point2);
1189
1189
  return vectorLength / 2 - ((name || '').length * symbolWidth) / 2;
1190
1190
  }
1191
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionTextComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1192
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionTextComponent, selector: "text[f-connection-text]", host: { properties: { "attr.id": "textId" }, classAttribute: "f-component f-connection-text" }, providers: [{ provide: CONNECTION_TEXT, useExisting: FConnectionTextComponent }], viewQueries: [{ propertyName: "textPathDirective", first: true, predicate: FConnectionTextPathDirective, descendants: true, static: true }], ngImport: i0, template: "<ng-container xmlns:svg=\"http://www.w3.org/2000/svg\">\n <svg:textPath f-connection-text-path>\n {{ text }}\n </svg:textPath>\n</ng-container>\n", dependencies: [{ kind: "directive", type: FConnectionTextPathDirective, selector: "textPath[f-connection-text-path]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionTextComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1192
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionTextComponent, selector: "text[f-connection-text]", host: { properties: { "attr.id": "textId" }, classAttribute: "f-component f-connection-text" }, providers: [{ provide: CONNECTION_TEXT, useExisting: FConnectionTextComponent }], viewQueries: [{ propertyName: "textPathDirective", first: true, predicate: FConnectionTextPathDirective, descendants: true, static: true }], ngImport: i0, template: "<ng-container xmlns:svg=\"http://www.w3.org/2000/svg\">\n <svg:textPath f-connection-text-path>\n {{ text }}\n </svg:textPath>\n</ng-container>\n", dependencies: [{ kind: "directive", type: FConnectionTextPathDirective, selector: "textPath[f-connection-text-path]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1193
1193
  }
1194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionTextComponent, decorators: [{
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionTextComponent, decorators: [{
1195
1195
  type: Component,
1196
1196
  args: [{ selector: "text[f-connection-text]", changeDetection: ChangeDetectionStrategy.OnPush, host: {
1197
1197
  class: "f-component f-connection-text",
@@ -1227,10 +1227,10 @@ class FConnectionDragHandleComponent {
1227
1227
  const scaledDirection = { x: unitDirection.x * radius, y: unitDirection.y * radius };
1228
1228
  return { x: end.x - scaledDirection.x, y: end.y - scaledDirection.y };
1229
1229
  }
1230
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionDragHandleComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1231
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]", host: { properties: { "class": "class" } }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1230
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionDragHandleComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1231
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]", host: { properties: { "class": "class" } }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1232
1232
  }
1233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionDragHandleComponent, decorators: [{
1233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionDragHandleComponent, decorators: [{
1234
1234
  type: Component,
1235
1235
  args: [{
1236
1236
  selector: "circle[f-connection-drag-handle]",
@@ -1289,10 +1289,10 @@ class FConnectionGradientComponent {
1289
1289
  this.hostElement.setAttribute('y2', to.y.toString());
1290
1290
  this.updateGradient();
1291
1291
  }
1292
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionGradientComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1293
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]", host: { properties: { "attr.id": "gradientId" }, classAttribute: "f-component f-connection-gradient" }, providers: [{ provide: CONNECTION_GRADIENT, useExisting: FConnectionGradientComponent }], ngImport: i0, template: "<ng-container xmlns:svg=\"http://www.w3.org/2000/svg\">\n <svg:stop/>\n <svg:stop/>\n</ng-container>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
1292
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionGradientComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1293
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]", host: { properties: { "attr.id": "gradientId" }, classAttribute: "f-component f-connection-gradient" }, providers: [{ provide: CONNECTION_GRADIENT, useExisting: FConnectionGradientComponent }], ngImport: i0, template: "<ng-container xmlns:svg=\"http://www.w3.org/2000/svg\">\n <svg:stop/>\n <svg:stop/>\n</ng-container>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
1294
1294
  }
1295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionGradientComponent, decorators: [{
1295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionGradientComponent, decorators: [{
1296
1296
  type: Component,
1297
1297
  args: [{ selector: "linearGradient[fConnectionGradient]", changeDetection: ChangeDetectionStrategy.OnPush, host: {
1298
1298
  class: "f-component f-connection-gradient",
@@ -1352,10 +1352,10 @@ class FConnectionPathComponent {
1352
1352
  this.hostElement.setAttribute('marker-start', `url(#${getMarkerStartId(this.base.fId)})`);
1353
1353
  this.hostElement.setAttribute('marker-end', `url(#${getMarkerEndId(this.base.fId)})`);
1354
1354
  }
1355
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionPathComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1356
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionPathComponent, selector: "path[f-connection-path]", host: { properties: { "attr.id": "attrConnectionId", "attr.data-f-path-id": "fPathId", "attr.stroke": "linkToGradient" }, classAttribute: "f-component f-connection-path" }, providers: [{ provide: CONNECTION_PATH, useExisting: FConnectionPathComponent }], ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1355
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionPathComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1356
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionPathComponent, selector: "path[f-connection-path]", host: { properties: { "attr.id": "attrConnectionId", "attr.data-f-path-id": "fPathId", "attr.stroke": "linkToGradient" }, classAttribute: "f-component f-connection-path" }, providers: [{ provide: CONNECTION_PATH, useExisting: FConnectionPathComponent }], ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1357
1357
  }
1358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionPathComponent, decorators: [{
1358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionPathComponent, decorators: [{
1359
1359
  type: Component,
1360
1360
  args: [{
1361
1361
  selector: "path[f-connection-path]",
@@ -1390,10 +1390,10 @@ class FConnectionSelectionComponent {
1390
1390
  setPath(path) {
1391
1391
  this.hostElement.setAttribute("d", `${path}`);
1392
1392
  }
1393
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionSelectionComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1394
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]", host: { properties: { "attr.id": "connectionForSelectionId" }, classAttribute: "f-component f-connection-selection" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1393
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionSelectionComponent, deps: [{ token: i0.ElementRef }, { token: F_CONNECTION }], target: i0.ɵɵFactoryTarget.Component });
1394
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]", host: { properties: { "attr.id": "connectionForSelectionId" }, classAttribute: "f-component f-connection-selection" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1395
1395
  }
1396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionSelectionComponent, decorators: [{
1396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionSelectionComponent, decorators: [{
1397
1397
  type: Component,
1398
1398
  args: [{
1399
1399
  selector: "path[fConnectionSelection]",
@@ -1468,10 +1468,10 @@ class FConnectionFactory {
1468
1468
  }
1469
1469
  return builder.handle(request.payload);
1470
1470
  }
1471
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionFactory, deps: [{ token: F_CONNECTION_BUILDERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1472
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionFactory });
1471
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionFactory, deps: [{ token: F_CONNECTION_BUILDERS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1472
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionFactory });
1473
1473
  }
1474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionFactory, decorators: [{
1474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionFactory, decorators: [{
1475
1475
  type: Injectable
1476
1476
  }], ctorParameters: () => [{ type: undefined, decorators: [{
1477
1477
  type: Optional
@@ -1529,10 +1529,10 @@ class FConnectionBase extends MIXIN_BASE {
1529
1529
  this.fDragHandle.redraw(this.penultimatePoint, this.line.point2);
1530
1530
  this.fTextComponent.redraw(this.line);
1531
1531
  }
1532
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionBase, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }], target: i0.ɵɵFactoryTarget.Directive });
1533
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionBase, usesInheritance: true, ngImport: i0 });
1532
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionBase, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }], target: i0.ɵɵFactoryTarget.Directive });
1533
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionBase, usesInheritance: true, ngImport: i0 });
1534
1534
  }
1535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionBase, decorators: [{
1535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionBase, decorators: [{
1536
1536
  type: Directive
1537
1537
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: FConnectionFactory }] });
1538
1538
 
@@ -1551,10 +1551,10 @@ var EFConnectionType;
1551
1551
  })(EFConnectionType || (EFConnectionType = {}));
1552
1552
 
1553
1553
  class FConnectionCenterDirective {
1554
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionCenterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1555
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionCenterDirective, selector: "[fConnectionCenter]", ngImport: i0 });
1554
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionCenterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1555
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionCenterDirective, selector: "[fConnectionCenter]", ngImport: i0 });
1556
1556
  }
1557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionCenterDirective, decorators: [{
1557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionCenterDirective, decorators: [{
1558
1558
  type: Directive,
1559
1559
  args: [{
1560
1560
  selector: "[fConnectionCenter]"
@@ -1647,10 +1647,10 @@ class FConnectionForCreateComponent extends FConnectionBase {
1647
1647
  ngOnDestroy() {
1648
1648
  this.fComponentsStore.fTempConnection = undefined;
1649
1649
  }
1650
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionForCreateComponent, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
1651
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionForCreateComponent, selector: "f-connection-for-create", inputs: { fId: ["fConnectionId", "fId"], fStartColor: "fStartColor", fEndColor: "fEndColor", fRadius: "fRadius", fOffset: "fOffset", fBehavior: "fBehavior", fType: "fType" }, host: { classAttribute: "f-component f-connection f-connection-for-create" }, providers: [{ provide: F_CONNECTION, useExisting: FConnectionForCreateComponent }], queries: [{ propertyName: "fConnectionCenters", predicate: FConnectionCenterDirective, descendants: true }], viewQueries: [{ propertyName: "fDefs", first: true, predicate: ["defs"], descendants: true, static: true }, { propertyName: "fPath", first: true, predicate: CONNECTION_PATH, descendants: true, static: true }, { propertyName: "fGradient", first: true, predicate: CONNECTION_GRADIENT, descendants: true, static: true }, { propertyName: "fDragHandle", first: true, predicate: FConnectionDragHandleComponent, descendants: true, static: true }, { propertyName: "fSelection", first: true, predicate: FConnectionSelectionComponent, descendants: true, static: true }, { propertyName: "fTextComponent", first: true, predicate: CONNECTION_TEXT, descendants: true, static: true }, { propertyName: "fConnectionCenter", first: true, predicate: ["fConnectionCenter"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<svg xmlns=\"http://www.w3.org/2000/svg\">\n <defs #defs></defs>\n <g class=\"f-connection-group\">\n <linearGradient fConnectionGradient></linearGradient>\n <path fConnectionSelection [attr.d]=\"path\"></path>\n <g>\n <path f-connection-path\n [attr.d]=\"path\">\n </path>\n <circle f-connection-drag-handle r=\"8\"></circle>\n </g>\n <text f-connection-text></text>\n </g>\n <ng-content></ng-content>\n</svg>\n<div #fConnectionCenter class=\"f-connection-center\" *ngIf=\"fConnectionCenters.length\">\n <ng-content select=\"[fConnectionCenter]\"></ng-content>\n</div>\n", styles: [":host{pointer-events:none;position:absolute}:host svg{overflow:visible}:host svg .f-connection-group{pointer-events:all}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FConnectionTextComponent, selector: "text[f-connection-text]" }, { kind: "component", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]" }, { kind: "component", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]" }, { kind: "component", type: FConnectionPathComponent, selector: "path[f-connection-path]" }, { kind: "component", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1650
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionForCreateComponent, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
1651
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionForCreateComponent, selector: "f-connection-for-create", inputs: { fId: ["fConnectionId", "fId"], fStartColor: "fStartColor", fEndColor: "fEndColor", fRadius: "fRadius", fOffset: "fOffset", fBehavior: "fBehavior", fType: "fType" }, host: { classAttribute: "f-component f-connection f-connection-for-create" }, providers: [{ provide: F_CONNECTION, useExisting: FConnectionForCreateComponent }], queries: [{ propertyName: "fConnectionCenters", predicate: FConnectionCenterDirective, descendants: true }], viewQueries: [{ propertyName: "fDefs", first: true, predicate: ["defs"], descendants: true, static: true }, { propertyName: "fPath", first: true, predicate: CONNECTION_PATH, descendants: true, static: true }, { propertyName: "fGradient", first: true, predicate: CONNECTION_GRADIENT, descendants: true, static: true }, { propertyName: "fDragHandle", first: true, predicate: FConnectionDragHandleComponent, descendants: true, static: true }, { propertyName: "fSelection", first: true, predicate: FConnectionSelectionComponent, descendants: true, static: true }, { propertyName: "fTextComponent", first: true, predicate: CONNECTION_TEXT, descendants: true, static: true }, { propertyName: "fConnectionCenter", first: true, predicate: ["fConnectionCenter"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<svg xmlns=\"http://www.w3.org/2000/svg\">\n <defs #defs></defs>\n <g class=\"f-connection-group\">\n <linearGradient fConnectionGradient></linearGradient>\n <path fConnectionSelection [attr.d]=\"path\"></path>\n <g>\n <path f-connection-path\n [attr.d]=\"path\">\n </path>\n <circle f-connection-drag-handle r=\"8\"></circle>\n </g>\n <text f-connection-text></text>\n </g>\n <ng-content></ng-content>\n</svg>\n<div #fConnectionCenter class=\"f-connection-center\" *ngIf=\"fConnectionCenters.length\">\n <ng-content select=\"[fConnectionCenter]\"></ng-content>\n</div>\n", styles: [":host{pointer-events:none;position:absolute}:host svg{overflow:visible}:host svg .f-connection-group{pointer-events:all}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FConnectionTextComponent, selector: "text[f-connection-text]" }, { kind: "component", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]" }, { kind: "component", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]" }, { kind: "component", type: FConnectionPathComponent, selector: "path[f-connection-path]" }, { kind: "component", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1652
1652
  }
1653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionForCreateComponent, decorators: [{
1653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionForCreateComponent, decorators: [{
1654
1654
  type: Component,
1655
1655
  args: [{ selector: "f-connection-for-create", changeDetection: ChangeDetectionStrategy.OnPush, host: {
1656
1656
  class: "f-component f-connection f-connection-for-create"
@@ -1800,10 +1800,10 @@ class FConnectionComponent extends FConnectionBase {
1800
1800
  ngOnDestroy() {
1801
1801
  this.fComponentsStore.removeComponent(this.fComponentsStore.fConnections, this);
1802
1802
  }
1803
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionComponent, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
1804
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FConnectionComponent, selector: "f-connection", inputs: { fId: ["fConnectionId", "fId"], fText: "fText", fStartColor: "fStartColor", fEndColor: "fEndColor", fOutputId: "fOutputId", fInputId: "fInputId", fRadius: "fRadius", fOffset: "fOffset", fBehavior: "fBehavior", fType: "fType", fDraggingDisabled: ["fReassignDisabled", "fDraggingDisabled"], fSelectionDisabled: "fSelectionDisabled" }, host: { properties: { "attr.id": "fId", "class.f-connection-selection-disabled": "fSelectionDisabled", "class.f-connection-reassign-disabled": "fDraggingDisabled" }, classAttribute: "f-component f-connection" }, providers: [{ provide: F_CONNECTION, useExisting: FConnectionComponent }], queries: [{ propertyName: "fConnectionCenters", predicate: FConnectionCenterDirective, descendants: true }], viewQueries: [{ propertyName: "fDefs", first: true, predicate: ["defs"], descendants: true, static: true }, { propertyName: "fPath", first: true, predicate: CONNECTION_PATH, descendants: true, static: true }, { propertyName: "fGradient", first: true, predicate: CONNECTION_GRADIENT, descendants: true, static: true }, { propertyName: "fDragHandle", first: true, predicate: FConnectionDragHandleComponent, descendants: true, static: true }, { propertyName: "fSelection", first: true, predicate: FConnectionSelectionComponent, descendants: true, static: true }, { propertyName: "fTextComponent", first: true, predicate: CONNECTION_TEXT, descendants: true, static: true }, { propertyName: "fConnectionCenter", first: true, predicate: ["fConnectionCenter"], descendants: true }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0, template: "<svg xmlns=\"http://www.w3.org/2000/svg\" style=\"overflow: visible; display: block; vertical-align: middle;\">\n <defs #defs></defs>\n <ng-content></ng-content>\n <g class=\"f-connection-group\">\n <linearGradient fConnectionGradient></linearGradient>\n <path fConnectionSelection [attr.d]=\"path\"></path>\n <g>\n <path f-connection-path [attr.d]=\"path\"></path>\n <circle f-connection-drag-handle r=\"8\"></circle>\n </g>\n <text f-connection-text></text>\n </g>\n</svg>\n<div #fConnectionCenter class=\"f-connection-center\" *ngIf=\"fConnectionCenters.length\">\n <ng-content select=\"[fConnectionCenter]\"></ng-content>\n</div>\n", styles: [":host{pointer-events:none;position:absolute}:host svg{overflow:visible}:host svg .f-connection-group{pointer-events:all}:host .f-connection-center{pointer-events:all}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FConnectionTextComponent, selector: "text[f-connection-text]" }, { kind: "component", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]" }, { kind: "component", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]" }, { kind: "component", type: FConnectionPathComponent, selector: "path[f-connection-path]" }, { kind: "component", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1803
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionComponent, deps: [{ token: i0.ElementRef }, { token: FConnectionFactory }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
1804
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FConnectionComponent, selector: "f-connection", inputs: { fId: ["fConnectionId", "fId"], fText: "fText", fStartColor: "fStartColor", fEndColor: "fEndColor", fOutputId: "fOutputId", fInputId: "fInputId", fRadius: "fRadius", fOffset: "fOffset", fBehavior: "fBehavior", fType: "fType", fDraggingDisabled: ["fReassignDisabled", "fDraggingDisabled"], fSelectionDisabled: "fSelectionDisabled" }, host: { properties: { "attr.id": "fId", "class.f-connection-selection-disabled": "fSelectionDisabled", "class.f-connection-reassign-disabled": "fDraggingDisabled" }, classAttribute: "f-component f-connection" }, providers: [{ provide: F_CONNECTION, useExisting: FConnectionComponent }], queries: [{ propertyName: "fConnectionCenters", predicate: FConnectionCenterDirective, descendants: true }], viewQueries: [{ propertyName: "fDefs", first: true, predicate: ["defs"], descendants: true, static: true }, { propertyName: "fPath", first: true, predicate: CONNECTION_PATH, descendants: true, static: true }, { propertyName: "fGradient", first: true, predicate: CONNECTION_GRADIENT, descendants: true, static: true }, { propertyName: "fDragHandle", first: true, predicate: FConnectionDragHandleComponent, descendants: true, static: true }, { propertyName: "fSelection", first: true, predicate: FConnectionSelectionComponent, descendants: true, static: true }, { propertyName: "fTextComponent", first: true, predicate: CONNECTION_TEXT, descendants: true, static: true }, { propertyName: "fConnectionCenter", first: true, predicate: ["fConnectionCenter"], descendants: true }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0, template: "<svg xmlns=\"http://www.w3.org/2000/svg\" style=\"overflow: visible; display: block; vertical-align: middle;\">\n <defs #defs></defs>\n <ng-content></ng-content>\n <g class=\"f-connection-group\">\n <linearGradient fConnectionGradient></linearGradient>\n <path fConnectionSelection [attr.d]=\"path\"></path>\n <g>\n <path f-connection-path [attr.d]=\"path\"></path>\n <circle f-connection-drag-handle r=\"8\"></circle>\n </g>\n <text f-connection-text></text>\n </g>\n</svg>\n<div #fConnectionCenter class=\"f-connection-center\" *ngIf=\"fConnectionCenters.length\">\n <ng-content select=\"[fConnectionCenter]\"></ng-content>\n</div>\n", styles: [":host{pointer-events:none;position:absolute}:host svg{overflow:visible}:host svg .f-connection-group{pointer-events:all}:host .f-connection-center{pointer-events:all}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FConnectionTextComponent, selector: "text[f-connection-text]" }, { kind: "component", type: FConnectionDragHandleComponent, selector: "circle[f-connection-drag-handle]" }, { kind: "component", type: FConnectionGradientComponent, selector: "linearGradient[fConnectionGradient]" }, { kind: "component", type: FConnectionPathComponent, selector: "path[f-connection-path]" }, { kind: "component", type: FConnectionSelectionComponent, selector: "path[fConnectionSelection]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1805
1805
  }
1806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FConnectionComponent, decorators: [{
1806
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FConnectionComponent, decorators: [{
1807
1807
  type: Component,
1808
1808
  args: [{ selector: "f-connection", exportAs: 'fComponent', changeDetection: ChangeDetectionStrategy.OnPush, host: {
1809
1809
  '[attr.id]': 'fId',
@@ -1873,10 +1873,10 @@ var EFMarkerType;
1873
1873
 
1874
1874
  const F_MARKER = new InjectionToken('F_MARKER');
1875
1875
  class FMarkerBase {
1876
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMarkerBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1877
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FMarkerBase, ngImport: i0 });
1876
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMarkerBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1877
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FMarkerBase, ngImport: i0 });
1878
1878
  }
1879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMarkerBase, decorators: [{
1879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMarkerBase, decorators: [{
1880
1880
  type: Directive
1881
1881
  }] });
1882
1882
 
@@ -1905,10 +1905,10 @@ class FMarkerDirective extends FMarkerBase {
1905
1905
  ngOnDestroy() {
1906
1906
  this.fComponentsStore.removeComponent(this.fComponentsStore.fMarkers, this);
1907
1907
  }
1908
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMarkerDirective, deps: [{ token: FComponentsStore }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1909
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FMarkerDirective, selector: "svg[fMarker]", inputs: { hostElement: "hostElement", width: "width", height: "height", refX: "refX", refY: "refY", type: "type", orient: "orient", markerUnits: "markerUnits" }, host: { classAttribute: "f-component f-marker" }, providers: [{ provide: F_MARKER, useExisting: FMarkerDirective }], usesInheritance: true, ngImport: i0 });
1908
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMarkerDirective, deps: [{ token: FComponentsStore }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1909
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FMarkerDirective, selector: "svg[fMarker]", inputs: { hostElement: "hostElement", width: "width", height: "height", refX: "refX", refY: "refY", type: "type", orient: "orient", markerUnits: "markerUnits" }, host: { classAttribute: "f-component f-marker" }, providers: [{ provide: F_MARKER, useExisting: FMarkerDirective }], usesInheritance: true, ngImport: i0 });
1910
1910
  }
1911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMarkerDirective, decorators: [{
1911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMarkerDirective, decorators: [{
1912
1912
  type: Directive,
1913
1913
  args: [{
1914
1914
  selector: "svg[fMarker]",
@@ -2083,12 +2083,12 @@ class FGroupDirective extends FNodeBase {
2083
2083
  this.stateChanges.complete();
2084
2084
  this.subscriptions$.unsubscribe();
2085
2085
  }
2086
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FGroupDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Directive });
2087
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FGroupDirective, selector: "[fGroup]", inputs: { fId: ["fGroupId", "fId"], fParentId: ["fGroupParentId", "fParentId"], position: ["fGroupPosition", "position"], size: ["fGroupSize", "size"], fDraggingDisabled: ["fGroupDraggingDisabled", "fDraggingDisabled"], fSelectionDisabled: ["fGroupSelectionDisabled", "fSelectionDisabled"], fIncludePadding: "fIncludePadding", fConnectOnNode: "fConnectOnNode" }, outputs: { positionChange: "fGroupPositionChange", sizeChange: "fGroupSizeChange" }, host: { properties: { "attr.data-f-group-id": "fId", "class.f-group-dragging-disabled": "fDraggingDisabled", "class.f-group-selection-disabled": "fSelectionDisabled" }, classAttribute: "f-group f-component" }, providers: [
2086
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FGroupDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Directive });
2087
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FGroupDirective, selector: "[fGroup]", inputs: { fId: ["fGroupId", "fId"], fParentId: ["fGroupParentId", "fParentId"], position: ["fGroupPosition", "position"], size: ["fGroupSize", "size"], fDraggingDisabled: ["fGroupDraggingDisabled", "fDraggingDisabled"], fSelectionDisabled: ["fGroupSelectionDisabled", "fSelectionDisabled"], fIncludePadding: "fIncludePadding", fConnectOnNode: "fConnectOnNode" }, outputs: { positionChange: "fGroupPositionChange", sizeChange: "fGroupSizeChange" }, host: { properties: { "attr.data-f-group-id": "fId", "class.f-group-dragging-disabled": "fDraggingDisabled", "class.f-group-selection-disabled": "fSelectionDisabled" }, classAttribute: "f-group f-component" }, providers: [
2088
2088
  { provide: F_NODE, useExisting: FGroupDirective }
2089
2089
  ], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
2090
2090
  }
2091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FGroupDirective, decorators: [{
2091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FGroupDirective, decorators: [{
2092
2092
  type: Directive,
2093
2093
  args: [{
2094
2094
  selector: "[fGroup]",
@@ -2221,12 +2221,12 @@ class FNodeDirective extends FNodeBase {
2221
2221
  this.stateChanges.complete();
2222
2222
  this.subscriptions$.unsubscribe();
2223
2223
  }
2224
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Directive });
2225
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeDirective, selector: "[fNode]", inputs: { fId: ["fNodeId", "fId"], fParentId: ["fNodeParentId", "fParentId"], position: ["fNodePosition", "position"], size: ["fNodeSize", "size"], fDraggingDisabled: ["fNodeDraggingDisabled", "fDraggingDisabled"], fSelectionDisabled: ["fNodeSelectionDisabled", "fSelectionDisabled"], fIncludePadding: "fIncludePadding", fConnectOnNode: "fConnectOnNode" }, outputs: { positionChange: "fNodePositionChange", sizeChange: "fNodeSizeChange" }, host: { properties: { "attr.data-f-node-id": "fId", "class.f-node-dragging-disabled": "fDraggingDisabled", "class.f-node-selection-disabled": "fSelectionDisabled" }, classAttribute: "f-node f-component" }, providers: [
2224
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Directive });
2225
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeDirective, selector: "[fNode]", inputs: { fId: ["fNodeId", "fId"], fParentId: ["fNodeParentId", "fParentId"], position: ["fNodePosition", "position"], size: ["fNodeSize", "size"], fDraggingDisabled: ["fNodeDraggingDisabled", "fDraggingDisabled"], fSelectionDisabled: ["fNodeSelectionDisabled", "fSelectionDisabled"], fIncludePadding: "fIncludePadding", fConnectOnNode: "fConnectOnNode" }, outputs: { positionChange: "fNodePositionChange", sizeChange: "fNodeSizeChange" }, host: { properties: { "attr.data-f-node-id": "fId", "class.f-node-dragging-disabled": "fDraggingDisabled", "class.f-node-selection-disabled": "fSelectionDisabled" }, classAttribute: "f-node f-component" }, providers: [
2226
2226
  { provide: F_NODE, useExisting: FNodeDirective }
2227
2227
  ], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
2228
2228
  }
2229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeDirective, decorators: [{
2229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeDirective, decorators: [{
2230
2230
  type: Directive,
2231
2231
  args: [{
2232
2232
  selector: "[fNode]",
@@ -2326,10 +2326,10 @@ class FNodeInputDirective extends FNodeInputBase {
2326
2326
  this.fNode.removeConnector(this);
2327
2327
  this.fComponentsStore.removeComponent(this.fComponentsStore.fInputs, this);
2328
2328
  }
2329
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeInputDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2330
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeInputDirective, selector: "[fNodeInput]", inputs: { id: ["fInputId", "id"], multiple: ["fInputMultiple", "multiple"], disabled: ["fInputDisabled", "disabled"], _fSide: ["fInputConnectableSide", "_fSide"] }, host: { properties: { "attr.data-f-input-id": "id", "class.f-node-input-multiple": "multiple", "class.f-node-input-disabled": "disabled", "class.f-node-input-not-connectable": "!canBeConnected" }, classAttribute: "f-component f-node-input" }, providers: [{ provide: F_NODE_INPUT, useExisting: FNodeInputDirective }], exportAs: ["fNodeInput"], usesInheritance: true, ngImport: i0 });
2329
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeInputDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2330
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeInputDirective, selector: "[fNodeInput]", inputs: { id: ["fInputId", "id"], multiple: ["fInputMultiple", "multiple"], disabled: ["fInputDisabled", "disabled"], _fSide: ["fInputConnectableSide", "_fSide"] }, host: { properties: { "attr.data-f-input-id": "id", "class.f-node-input-multiple": "multiple", "class.f-node-input-disabled": "disabled", "class.f-node-input-not-connectable": "!canBeConnected" }, classAttribute: "f-component f-node-input" }, providers: [{ provide: F_NODE_INPUT, useExisting: FNodeInputDirective }], exportAs: ["fNodeInput"], usesInheritance: true, ngImport: i0 });
2331
2331
  }
2332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeInputDirective, decorators: [{
2332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeInputDirective, decorators: [{
2333
2333
  type: Directive,
2334
2334
  args: [{
2335
2335
  selector: "[fNodeInput]",
@@ -2370,10 +2370,10 @@ class FNodeOutletBase extends FConnectorBase {
2370
2370
  setOutputs(outputs) {
2371
2371
  this.outputs = outputs;
2372
2372
  }
2373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutletBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2374
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeOutletBase, usesInheritance: true, ngImport: i0 });
2373
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutletBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2374
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeOutletBase, usesInheritance: true, ngImport: i0 });
2375
2375
  }
2376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutletBase, decorators: [{
2376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutletBase, decorators: [{
2377
2377
  type: Directive
2378
2378
  }] });
2379
2379
 
@@ -2419,10 +2419,10 @@ class FNodeOutletDirective extends FNodeOutletBase {
2419
2419
  ngOnDestroy() {
2420
2420
  this.fComponentsStore.removeComponent(this.fComponentsStore.fOutlets, this);
2421
2421
  }
2422
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutletDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2423
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeOutletDirective, selector: "[fNodeOutlet]", inputs: { id: ["fOutletId", "id"], disabled: ["fOutletDisabled", "disabled"], isConnectionFromOutlet: "isConnectionFromOutlet" }, host: { properties: { "attr.data-f-outlet-id": "id", "class.f-node-outlet-disabled": "disabled" }, classAttribute: "f-component f-node-outlet" }, providers: [{ provide: F_NODE_OUTLET, useExisting: FNodeOutletDirective }], exportAs: ["fNodeOutlet"], usesInheritance: true, ngImport: i0 });
2422
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutletDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2423
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeOutletDirective, selector: "[fNodeOutlet]", inputs: { id: ["fOutletId", "id"], disabled: ["fOutletDisabled", "disabled"], isConnectionFromOutlet: "isConnectionFromOutlet" }, host: { properties: { "attr.data-f-outlet-id": "id", "class.f-node-outlet-disabled": "disabled" }, classAttribute: "f-component f-node-outlet" }, providers: [{ provide: F_NODE_OUTLET, useExisting: FNodeOutletDirective }], exportAs: ["fNodeOutlet"], usesInheritance: true, ngImport: i0 });
2424
2424
  }
2425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutletDirective, decorators: [{
2425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutletDirective, decorators: [{
2426
2426
  type: Directive,
2427
2427
  args: [{
2428
2428
  selector: "[fNodeOutlet]",
@@ -2453,10 +2453,10 @@ class FNodeOutputBase extends FConnectorBase {
2453
2453
  get canBeConnected() {
2454
2454
  return !this.disabled && (this.multiple ? true : !this.isConnected);
2455
2455
  }
2456
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutputBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2457
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeOutputBase, usesInheritance: true, ngImport: i0 });
2456
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutputBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
2457
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeOutputBase, usesInheritance: true, ngImport: i0 });
2458
2458
  }
2459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutputBase, decorators: [{
2459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutputBase, decorators: [{
2460
2460
  type: Directive
2461
2461
  }] });
2462
2462
 
@@ -2516,10 +2516,10 @@ class FNodeOutputDirective extends FNodeOutputBase {
2516
2516
  this.fNode.removeConnector(this);
2517
2517
  this.fComponentsStore.removeComponent(this.fComponentsStore.fOutputs, this);
2518
2518
  }
2519
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutputDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2520
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FNodeOutputDirective, selector: "[fNodeOutput]", inputs: { id: ["fOutputId", "id"], multiple: ["fOutputMultiple", "multiple"], disabled: ["fOutputDisabled", "disabled"], _fSide: ["fOutputConnectableSide", "_fSide"], isSelfConnectable: "isSelfConnectable" }, host: { properties: { "attr.data-f-output-id": "id", "class.f-node-output-multiple": "multiple", "class.f-node-output-disabled": "disabled", "class.f-node-output-not-connectable": "!canBeConnected", "class.f-node-output-self-connectable": "isSelfConnectable" }, classAttribute: "f-component f-node-output" }, providers: [{ provide: F_NODE_OUTPUT, useExisting: FNodeOutputDirective }], exportAs: ["fNodeOutput"], usesInheritance: true, ngImport: i0 });
2519
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutputDirective, deps: [{ token: i0.ElementRef }, { token: F_NODE }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
2520
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FNodeOutputDirective, selector: "[fNodeOutput]", inputs: { id: ["fOutputId", "id"], multiple: ["fOutputMultiple", "multiple"], disabled: ["fOutputDisabled", "disabled"], _fSide: ["fOutputConnectableSide", "_fSide"], isSelfConnectable: "isSelfConnectable" }, host: { properties: { "attr.data-f-output-id": "id", "class.f-node-output-multiple": "multiple", "class.f-node-output-disabled": "disabled", "class.f-node-output-not-connectable": "!canBeConnected", "class.f-node-output-self-connectable": "isSelfConnectable" }, classAttribute: "f-component f-node-output" }, providers: [{ provide: F_NODE_OUTPUT, useExisting: FNodeOutputDirective }], exportAs: ["fNodeOutput"], usesInheritance: true, ngImport: i0 });
2521
2521
  }
2522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FNodeOutputDirective, decorators: [{
2522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FNodeOutputDirective, decorators: [{
2523
2523
  type: Directive,
2524
2524
  args: [{
2525
2525
  selector: "[fNodeOutput]",
@@ -2631,13 +2631,13 @@ let GetInputUnderPointerExecution = class GetInputUnderPointerExecution {
2631
2631
  return sourceNode?.hostElement !== targetNode?.hostElement;
2632
2632
  });
2633
2633
  }
2634
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2635
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerExecution });
2634
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2635
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerExecution });
2636
2636
  };
2637
2637
  GetInputUnderPointerExecution = __decorate([
2638
2638
  FExecutionRegister(GetInputUnderPointerRequest)
2639
2639
  ], GetInputUnderPointerExecution);
2640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerExecution, decorators: [{
2640
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerExecution, decorators: [{
2641
2641
  type: Injectable
2642
2642
  }], ctorParameters: () => [{ type: FComponentsStore }] });
2643
2643
 
@@ -2691,13 +2691,13 @@ let GetInputUnderPointerValidator = class GetInputUnderPointerValidator {
2691
2691
  getOutlet(dragHandler) {
2692
2692
  return this.fComponentsStore.fOutlets.find((x) => x.id === dragHandler.connection.fOutputId);
2693
2693
  }
2694
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2695
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerValidator });
2694
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2695
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerValidator });
2696
2696
  };
2697
2697
  GetInputUnderPointerValidator = __decorate([
2698
2698
  FValidatorRegister(GetInputUnderPointerRequest)
2699
2699
  ], GetInputUnderPointerValidator);
2700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputUnderPointerValidator, decorators: [{
2700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputUnderPointerValidator, decorators: [{
2701
2701
  type: Injectable
2702
2702
  }], ctorParameters: () => [{ type: FComponentsStore }] });
2703
2703
 
@@ -2739,13 +2739,13 @@ let GetCanBeConnectedOutputByOutletExecution = class GetCanBeConnectedOutputByOu
2739
2739
  getNode(outlet) {
2740
2740
  return this.fNodes.find((x) => x.isContains(outlet.hostElement));
2741
2741
  }
2742
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2743
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution });
2742
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2743
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution });
2744
2744
  };
2745
2745
  GetCanBeConnectedOutputByOutletExecution = __decorate([
2746
2746
  FExecutionRegister(GetCanBeConnectedOutputByOutletRequest)
2747
2747
  ], GetCanBeConnectedOutputByOutletExecution);
2748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution, decorators: [{
2748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletExecution, decorators: [{
2749
2749
  type: Injectable
2750
2750
  }], ctorParameters: () => [{ type: FComponentsStore }] });
2751
2751
 
@@ -2760,13 +2760,13 @@ let GetCanBeConnectedOutputByOutletValidator = class GetCanBeConnectedOutputByOu
2760
2760
  handle(request) {
2761
2761
  return !!this.fNodes.find((x) => x.isContains(request.outlet.hostElement));
2762
2762
  }
2763
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2764
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator });
2763
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
2764
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator });
2765
2765
  };
2766
2766
  GetCanBeConnectedOutputByOutletValidator = __decorate([
2767
2767
  FValidatorRegister(GetCanBeConnectedOutputByOutletRequest)
2768
2768
  ], GetCanBeConnectedOutputByOutletValidator);
2769
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator, decorators: [{
2769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeConnectedOutputByOutletValidator, decorators: [{
2770
2770
  type: Injectable
2771
2771
  }], ctorParameters: () => [{ type: FComponentsStore }] });
2772
2772
 
@@ -2820,35 +2820,37 @@ let CreateConnectionFinalizeExecution = class CreateConnectionFinalizeExecution
2820
2820
  getInputUnderPointer(event) {
2821
2821
  return this.fMediator.send(new GetInputUnderPointerRequest(event, this.dragHandler));
2822
2822
  }
2823
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2824
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeExecution });
2823
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2824
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeExecution });
2825
2825
  };
2826
2826
  CreateConnectionFinalizeExecution = __decorate([
2827
2827
  FExecutionRegister(CreateConnectionFinalizeRequest)
2828
2828
  ], CreateConnectionFinalizeExecution);
2829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeExecution, decorators: [{
2829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeExecution, decorators: [{
2830
2830
  type: Injectable
2831
2831
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
2832
2832
 
2833
2833
  class CreateConnectionDragHandler {
2834
2834
  fMediator;
2835
2835
  connection;
2836
- mouseDownPoint;
2836
+ onPointerDownPosition;
2837
2837
  onPointerDownFromConnectorRect = new RoundedRect();
2838
2838
  onPointerDownToConnectorRect = new RoundedRect();
2839
2839
  outputSide = EFConnectableSide.BOTTOM;
2840
- constructor(fMediator, connection, mouseDownPoint) {
2840
+ constructor(fMediator, connection, onPointerDownPosition) {
2841
2841
  this.fMediator = fMediator;
2842
2842
  this.connection = connection;
2843
- this.mouseDownPoint = mouseDownPoint;
2843
+ this.onPointerDownPosition = onPointerDownPosition;
2844
2844
  }
2845
2845
  initialize() {
2846
2846
  const outputRect = this.fMediator.send(new GetOutputRectInFlowRequest(this.connection.fOutputId));
2847
2847
  this.outputSide = outputRect.fConnectableSide;
2848
2848
  this.onPointerDownFromConnectorRect = RoundedRect.fromRoundedRect(outputRect.rect);
2849
- this.onPointerDownToConnectorRect = RoundedRect.fromRect(RectExtensions.initialize(this.mouseDownPoint.x, this.mouseDownPoint.y, 0, 0));
2849
+ console.log('onPointerDown1', this.onPointerDownFromConnectorRect.x, this.onPointerDownFromConnectorRect.y);
2850
+ this.onPointerDownToConnectorRect = RoundedRect.fromRect(RectExtensions.initialize(this.onPointerDownPosition.x, this.onPointerDownPosition.y, 0, 0));
2851
+ console.log('onPointerDown2', this.onPointerDownPosition);
2850
2852
  this.connection.show();
2851
- this.move(new Point(0, 0));
2853
+ this.move(PointExtensions.initialize());
2852
2854
  }
2853
2855
  move(difference) {
2854
2856
  const line = this.fMediator.send(new GetConnectionLineRequest(this.onPointerDownFromConnectorRect, this.onPointerDownToConnectorRect.addPoint(difference), this.connection.fBehavior, this.outputSide, EFConnectableSide.TOP));
@@ -2869,13 +2871,13 @@ let CreateConnectionFinalizeValidator = class CreateConnectionFinalizeValidator
2869
2871
  handle(request) {
2870
2872
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof CreateConnectionDragHandler);
2871
2873
  }
2872
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
2873
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeValidator });
2874
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
2875
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeValidator });
2874
2876
  };
2875
2877
  CreateConnectionFinalizeValidator = __decorate([
2876
2878
  FValidatorRegister(CreateConnectionFinalizeRequest)
2877
2879
  ], CreateConnectionFinalizeValidator);
2878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFinalizeValidator, decorators: [{
2880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFinalizeValidator, decorators: [{
2879
2881
  type: Injectable
2880
2882
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
2881
2883
 
@@ -2885,13 +2887,11 @@ const CREATE_CONNECTION_FINALIZE_PROVIDERS = [
2885
2887
  ];
2886
2888
 
2887
2889
  class CreateConnectionDragHandlerRequest {
2888
- position;
2890
+ onPointerDownPosition;
2889
2891
  connector;
2890
- connectorCenter;
2891
- constructor(position, connector, connectorCenter) {
2892
- this.position = position;
2892
+ constructor(onPointerDownPosition, connector) {
2893
+ this.onPointerDownPosition = onPointerDownPosition;
2893
2894
  this.connector = connector;
2894
- this.connectorCenter = connectorCenter;
2895
2895
  }
2896
2896
  }
2897
2897
 
@@ -2899,6 +2899,9 @@ let CreateConnectionDragHandlerExecution = class CreateConnectionDragHandlerExec
2899
2899
  fComponentsStore;
2900
2900
  fDraggableDataContext;
2901
2901
  fMediator;
2902
+ get flowHost() {
2903
+ return this.fComponentsStore.flowHost;
2904
+ }
2902
2905
  get transform() {
2903
2906
  return this.fComponentsStore.fCanvas.transform;
2904
2907
  }
@@ -2911,18 +2914,21 @@ let CreateConnectionDragHandlerExecution = class CreateConnectionDragHandlerExec
2911
2914
  this.fComponentsStore.fTempConnection.fOutputId = request.connector.id;
2912
2915
  this.fComponentsStore.fTempConnection.initialize();
2913
2916
  this.fDraggableDataContext.onPointerDownScale = this.transform.scale;
2914
- this.fDraggableDataContext.onPointerDownPosition = Point.fromPoint(request.position).div(this.transform.scale);
2917
+ const positionRelativeToFlowComponent = Point.fromPoint(request.onPointerDownPosition).elementTransform(this.flowHost).div(this.transform.scale);
2918
+ this.fDraggableDataContext.onPointerDownPosition = positionRelativeToFlowComponent;
2919
+ const positionRelativeToCanvasComponent = Point.fromPoint(positionRelativeToFlowComponent).mult(this.transform.scale)
2920
+ .sub(this.transform.position).sub(this.transform.scaledPosition).div(this.transform.scale);
2915
2921
  this.fDraggableDataContext.draggableItems = [
2916
- new CreateConnectionDragHandler(this.fMediator, this.fComponentsStore.fTempConnection, request.connectorCenter)
2922
+ new CreateConnectionDragHandler(this.fMediator, this.fComponentsStore.fTempConnection, positionRelativeToCanvasComponent)
2917
2923
  ];
2918
2924
  }
2919
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionDragHandlerExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2920
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionDragHandlerExecution });
2925
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionDragHandlerExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2926
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionDragHandlerExecution });
2921
2927
  };
2922
2928
  CreateConnectionDragHandlerExecution = __decorate([
2923
2929
  FExecutionRegister(CreateConnectionDragHandlerRequest)
2924
2930
  ], CreateConnectionDragHandlerExecution);
2925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionDragHandlerExecution, decorators: [{
2931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionDragHandlerExecution, decorators: [{
2926
2932
  type: Injectable
2927
2933
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
2928
2934
 
@@ -2940,9 +2946,6 @@ class CreateConnectionFromOutletPreparationRequest {
2940
2946
  let CreateConnectionFromOutletPreparationExecution = class CreateConnectionFromOutletPreparationExecution {
2941
2947
  fComponentsStore;
2942
2948
  fMediator;
2943
- get flowHost() {
2944
- return this.fComponentsStore.fFlow.hostElement;
2945
- }
2946
2949
  constructor(fComponentsStore, fMediator) {
2947
2950
  this.fComponentsStore = fComponentsStore;
2948
2951
  this.fMediator = fMediator;
@@ -2950,7 +2953,6 @@ let CreateConnectionFromOutletPreparationExecution = class CreateConnectionFromO
2950
2953
  handle(request) {
2951
2954
  const { event } = request;
2952
2955
  const node = this.fComponentsStore.findNode(event.targetElement);
2953
- const pointerPositionInFlow = Point.fromPoint(event.getPosition()).elementTransform(this.flowHost);
2954
2956
  const outlet = this.fComponentsStore.fOutlets.find((x) => {
2955
2957
  return x.hostElement.contains(event.targetElement);
2956
2958
  });
@@ -2960,29 +2962,28 @@ let CreateConnectionFromOutletPreparationExecution = class CreateConnectionFromO
2960
2962
  const nodeOutputs = this.fComponentsStore.fOutputs.filter((x) => node.isContains(x.hostElement));
2961
2963
  outlet.setOutputs(nodeOutputs);
2962
2964
  if (outlet.canBeConnected) {
2963
- const outletCenter = this.fMediator.send(new GetElementRectInFlowRequest(outlet.hostElement)).gravityCenter;
2964
2965
  if (outlet.isConnectionFromOutlet) {
2965
- this.createDragHandler(pointerPositionInFlow, outlet, outletCenter);
2966
+ this.createDragHandler(event.getPosition(), outlet);
2966
2967
  }
2967
2968
  else {
2968
2969
  const output = this.fMediator.send(new GetCanBeConnectedOutputByOutletRequest(outlet));
2969
2970
  if (!output) {
2970
2971
  throw RequiredOutput();
2971
2972
  }
2972
- this.createDragHandler(pointerPositionInFlow, output, outletCenter);
2973
+ this.createDragHandler(event.getPosition(), output);
2973
2974
  }
2974
2975
  }
2975
2976
  }
2976
- createDragHandler(position, output, outletCenter) {
2977
- this.fMediator.send(new CreateConnectionDragHandlerRequest(position, output, outletCenter));
2977
+ createDragHandler(position, output) {
2978
+ this.fMediator.send(new CreateConnectionDragHandlerRequest(position, output));
2978
2979
  }
2979
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2980
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution });
2980
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
2981
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution });
2981
2982
  };
2982
2983
  CreateConnectionFromOutletPreparationExecution = __decorate([
2983
2984
  FExecutionRegister(CreateConnectionFromOutletPreparationRequest)
2984
2985
  ], CreateConnectionFromOutletPreparationExecution);
2985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution, decorators: [{
2986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutletPreparationExecution, decorators: [{
2986
2987
  type: Injectable
2987
2988
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
2988
2989
 
@@ -3000,16 +3001,12 @@ class CreateConnectionFromOutputPreparationRequest {
3000
3001
  let CreateConnectionFromOutputPreparationExecution = class CreateConnectionFromOutputPreparationExecution {
3001
3002
  fComponentsStore;
3002
3003
  fMediator;
3003
- get flowHost() {
3004
- return this.fComponentsStore.fFlow.hostElement;
3005
- }
3006
3004
  constructor(fComponentsStore, fMediator) {
3007
3005
  this.fComponentsStore = fComponentsStore;
3008
3006
  this.fMediator = fMediator;
3009
3007
  }
3010
3008
  handle(request) {
3011
3009
  const { event } = request;
3012
- const pointerPositionInFlow = Point.fromPoint(event.getPosition()).elementTransform(this.flowHost);
3013
3010
  const output = this.fComponentsStore.fOutputs.find((x) => {
3014
3011
  return x.hostElement.contains(event.targetElement);
3015
3012
  });
@@ -3017,20 +3014,19 @@ let CreateConnectionFromOutputPreparationExecution = class CreateConnectionFromO
3017
3014
  throw new Error('Output not found');
3018
3015
  }
3019
3016
  if (output.canBeConnected) {
3020
- const outputCenter = this.fMediator.send(new GetElementRectInFlowRequest(output.hostElement)).gravityCenter;
3021
- this.createDragHandler(pointerPositionInFlow, output, outputCenter);
3017
+ this.createDragHandler(event.getPosition(), output);
3022
3018
  }
3023
3019
  }
3024
- createDragHandler(position, output, outletCenter) {
3025
- this.fMediator.send(new CreateConnectionDragHandlerRequest(position, output, outletCenter));
3020
+ createDragHandler(position, output) {
3021
+ this.fMediator.send(new CreateConnectionDragHandlerRequest(position, output));
3026
3022
  }
3027
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3028
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution });
3023
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3024
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution });
3029
3025
  };
3030
3026
  CreateConnectionFromOutputPreparationExecution = __decorate([
3031
3027
  FExecutionRegister(CreateConnectionFromOutputPreparationRequest)
3032
3028
  ], CreateConnectionFromOutputPreparationExecution);
3033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution, decorators: [{
3029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationExecution, decorators: [{
3034
3030
  type: Injectable
3035
3031
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
3036
3032
 
@@ -3051,13 +3047,13 @@ let CreateConnectionFromOutputPreparationValidator = class CreateConnectionFromO
3051
3047
  getOutlets(node) {
3052
3048
  return this.fComponentsStore.fOutlets.filter((x) => node.isContains(x.hostElement));
3053
3049
  }
3054
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3055
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator });
3050
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3051
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator });
3056
3052
  };
3057
3053
  CreateConnectionFromOutputPreparationValidator = __decorate([
3058
3054
  FValidatorRegister(CreateConnectionFromOutputPreparationRequest)
3059
3055
  ], CreateConnectionFromOutputPreparationValidator);
3060
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator, decorators: [{
3056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionFromOutputPreparationValidator, decorators: [{
3061
3057
  type: Injectable
3062
3058
  }], ctorParameters: () => [{ type: FComponentsStore }] });
3063
3059
 
@@ -3097,13 +3093,13 @@ let CreateConnectionPreparationExecution = class CreateConnectionPreparationExec
3097
3093
  getOutlets(node) {
3098
3094
  return this.fComponentsStore.fOutlets.filter((x) => node.isContains(x.hostElement));
3099
3095
  }
3100
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3101
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationExecution });
3096
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3097
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationExecution });
3102
3098
  };
3103
3099
  CreateConnectionPreparationExecution = __decorate([
3104
3100
  FExecutionRegister(CreateConnectionPreparationRequest)
3105
3101
  ], CreateConnectionPreparationExecution);
3106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationExecution, decorators: [{
3102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationExecution, decorators: [{
3107
3103
  type: Injectable
3108
3104
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
3109
3105
 
@@ -3123,13 +3119,13 @@ let CreateConnectionPreparationValidator = class CreateConnectionPreparationVali
3123
3119
  isValidConditions() {
3124
3120
  return !this.fDraggableDataContext.draggableItems.length && !!this.fComponentsStore.fTempConnection;
3125
3121
  }
3126
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3127
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationValidator });
3122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3123
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationValidator });
3128
3124
  };
3129
3125
  CreateConnectionPreparationValidator = __decorate([
3130
3126
  FValidatorRegister(CreateConnectionPreparationRequest)
3131
3127
  ], CreateConnectionPreparationValidator);
3132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionPreparationValidator, decorators: [{
3128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionPreparationValidator, decorators: [{
3133
3129
  type: Injectable
3134
3130
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
3135
3131
 
@@ -3193,13 +3189,13 @@ let ReassignConnectionFinalizeExecution = class ReassignConnectionFinalizeExecut
3193
3189
  isReassignToDifferentInput(inputsUnderPointer) {
3194
3190
  return this.dragHandler.connection.fInputId !== inputsUnderPointer.id;
3195
3191
  }
3196
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3197
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeExecution });
3192
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3193
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeExecution });
3198
3194
  };
3199
3195
  ReassignConnectionFinalizeExecution = __decorate([
3200
3196
  FExecutionRegister(ReassignConnectionFinalizeRequest)
3201
3197
  ], ReassignConnectionFinalizeExecution);
3202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeExecution, decorators: [{
3198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeExecution, decorators: [{
3203
3199
  type: Injectable
3204
3200
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
3205
3201
 
@@ -3243,13 +3239,13 @@ let ReassignConnectionFinalizeValidator = class ReassignConnectionFinalizeValida
3243
3239
  handle(request) {
3244
3240
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof ReassignConnectionDragHandler);
3245
3241
  }
3246
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3247
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeValidator });
3242
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3243
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeValidator });
3248
3244
  };
3249
3245
  ReassignConnectionFinalizeValidator = __decorate([
3250
3246
  FValidatorRegister(ReassignConnectionFinalizeRequest)
3251
3247
  ], ReassignConnectionFinalizeValidator);
3252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionFinalizeValidator, decorators: [{
3248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionFinalizeValidator, decorators: [{
3253
3249
  type: Injectable
3254
3250
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
3255
3251
 
@@ -3307,13 +3303,13 @@ let ReassignConnectionPreparationExecution = class ReassignConnectionPreparation
3307
3303
  getConnectionHandler(element) {
3308
3304
  return this.fConnections.find(c => c.isContains(element));
3309
3305
  }
3310
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3311
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationExecution });
3306
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3307
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationExecution });
3312
3308
  };
3313
3309
  ReassignConnectionPreparationExecution = __decorate([
3314
3310
  FExecutionRegister(ReassignConnectionPreparationRequest)
3315
3311
  ], ReassignConnectionPreparationExecution);
3316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationExecution, decorators: [{
3312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationExecution, decorators: [{
3317
3313
  type: Injectable
3318
3314
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
3319
3315
 
@@ -3342,13 +3338,13 @@ let ReassignConnectionPreparationValidator = class ReassignConnectionPreparation
3342
3338
  getConnectionHandler(element) {
3343
3339
  return this.fConnections.find(c => c.isContains(element));
3344
3340
  }
3345
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3346
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationValidator });
3341
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
3342
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationValidator });
3347
3343
  };
3348
3344
  ReassignConnectionPreparationValidator = __decorate([
3349
3345
  FValidatorRegister(ReassignConnectionPreparationRequest)
3350
3346
  ], ReassignConnectionPreparationValidator);
3351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ReassignConnectionPreparationValidator, decorators: [{
3347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ReassignConnectionPreparationValidator, decorators: [{
3352
3348
  type: Injectable
3353
3349
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
3354
3350
 
@@ -3411,13 +3407,13 @@ let ConvertComputedToPixelsExecution = class ConvertComputedToPixelsExecution {
3411
3407
  }
3412
3408
  return parseFloat(value) || 0;
3413
3409
  }
3414
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ConvertComputedToPixelsExecution, deps: [{ token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
3415
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ConvertComputedToPixelsExecution });
3410
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ConvertComputedToPixelsExecution, deps: [{ token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
3411
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ConvertComputedToPixelsExecution });
3416
3412
  };
3417
3413
  ConvertComputedToPixelsExecution = __decorate([
3418
3414
  FExecutionRegister(ConvertComputedToPixelsRequest)
3419
3415
  ], ConvertComputedToPixelsExecution);
3420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ConvertComputedToPixelsExecution, decorators: [{
3416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ConvertComputedToPixelsExecution, decorators: [{
3421
3417
  type: Injectable
3422
3418
  }], ctorParameters: () => [{ type: i3$1.WindowService }] });
3423
3419
 
@@ -3450,13 +3446,13 @@ let GetNodePaddingExecution = class GetNodePaddingExecution {
3450
3446
  convertToPixels(value, clientWidth, clientHeight, fontSize) {
3451
3447
  return this.fMediator.send(new ConvertComputedToPixelsRequest(value, clientWidth, clientHeight, fontSize));
3452
3448
  }
3453
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodePaddingExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3454
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodePaddingExecution });
3449
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodePaddingExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3450
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodePaddingExecution });
3455
3451
  };
3456
3452
  GetNodePaddingExecution = __decorate([
3457
3453
  FExecutionRegister(GetNodePaddingRequest)
3458
3454
  ], GetNodePaddingExecution);
3459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodePaddingExecution, decorators: [{
3455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodePaddingExecution, decorators: [{
3460
3456
  type: Injectable
3461
3457
  }], ctorParameters: () => [{ type: FFlowMediator }] });
3462
3458
 
@@ -3479,13 +3475,13 @@ let GetNormalizedNodeRectExecution = class GetNormalizedNodeRectExecution {
3479
3475
  const rect = RectExtensions.div(scaledRect, this.fComponentsStore.fCanvas.transform.scale);
3480
3476
  return RectExtensions.initialize(position.x, position.y, rect.width, rect.height);
3481
3477
  }
3482
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedNodeRectExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3483
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedNodeRectExecution });
3478
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedNodeRectExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3479
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedNodeRectExecution });
3484
3480
  };
3485
3481
  GetNormalizedNodeRectExecution = __decorate([
3486
3482
  FExecutionRegister(GetNormalizedNodeRectRequest)
3487
3483
  ], GetNormalizedNodeRectExecution);
3488
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedNodeRectExecution, decorators: [{
3484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedNodeRectExecution, decorators: [{
3489
3485
  type: Injectable
3490
3486
  }], ctorParameters: () => [{ type: FComponentsStore }] });
3491
3487
 
@@ -3525,13 +3521,13 @@ let GetNormalizedParentNodeRectExecution = class GetNormalizedParentNodeRectExec
3525
3521
  getNodePadding(node, rect) {
3526
3522
  return this.fMediator.send(new GetNodePaddingRequest(node, rect));
3527
3523
  }
3528
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedParentNodeRectExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3529
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedParentNodeRectExecution });
3524
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedParentNodeRectExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3525
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedParentNodeRectExecution });
3530
3526
  };
3531
3527
  GetNormalizedParentNodeRectExecution = __decorate([
3532
3528
  FExecutionRegister(GetNormalizedParentNodeRectRequest)
3533
3529
  ], GetNormalizedParentNodeRectExecution);
3534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedParentNodeRectExecution, decorators: [{
3530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedParentNodeRectExecution, decorators: [{
3535
3531
  type: Injectable
3536
3532
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
3537
3533
 
@@ -3562,13 +3558,13 @@ let GetParentNodesExecution = class GetParentNodesExecution {
3562
3558
  result.push(parent);
3563
3559
  return this.getParentNodes(parent, visited, result);
3564
3560
  }
3565
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetParentNodesExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3566
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetParentNodesExecution });
3561
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetParentNodesExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
3562
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetParentNodesExecution });
3567
3563
  };
3568
3564
  GetParentNodesExecution = __decorate([
3569
3565
  FExecutionRegister(GetParentNodesRequest)
3570
3566
  ], GetParentNodesExecution);
3571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetParentNodesExecution, decorators: [{
3567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetParentNodesExecution, decorators: [{
3572
3568
  type: Injectable
3573
3569
  }], ctorParameters: () => [{ type: FComponentsStore }] });
3574
3570
 
@@ -3598,13 +3594,13 @@ let IsArrayHasParentNodeExecution = class IsArrayHasParentNodeExecution {
3598
3594
  isParentNodeInArray(parentNodeIds, fNodes) {
3599
3595
  return fNodes.some((x) => parentNodeIds.includes(x.fId));
3600
3596
  }
3601
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsArrayHasParentNodeExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3602
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsArrayHasParentNodeExecution });
3597
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsArrayHasParentNodeExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3598
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsArrayHasParentNodeExecution });
3603
3599
  };
3604
3600
  IsArrayHasParentNodeExecution = __decorate([
3605
3601
  FExecutionRegister(IsArrayHasParentNodeRequest)
3606
3602
  ], IsArrayHasParentNodeExecution);
3607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsArrayHasParentNodeExecution, decorators: [{
3603
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsArrayHasParentNodeExecution, decorators: [{
3608
3604
  type: Injectable
3609
3605
  }], ctorParameters: () => [{ type: FFlowMediator }] });
3610
3606
 
@@ -3657,10 +3653,10 @@ class ConnectionBaseDragHandler {
3657
3653
  this.connection.setLine(line.point1, this.fromConnectorSide, line.point2, this.toConnectorSide);
3658
3654
  this.connection.redraw();
3659
3655
  }
3660
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ConnectionBaseDragHandler, deps: [{ token: FFlowMediator }, { token: FConnectionBase }], target: i0.ɵɵFactoryTarget.Directive });
3661
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ConnectionBaseDragHandler, ngImport: i0 });
3656
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ConnectionBaseDragHandler, deps: [{ token: FFlowMediator }, { token: FConnectionBase }], target: i0.ɵɵFactoryTarget.Directive });
3657
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: ConnectionBaseDragHandler, ngImport: i0 });
3662
3658
  }
3663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ConnectionBaseDragHandler, decorators: [{
3659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ConnectionBaseDragHandler, decorators: [{
3664
3660
  type: Directive
3665
3661
  }], ctorParameters: () => [{ type: FFlowMediator }, { type: FConnectionBase }] });
3666
3662
 
@@ -3752,13 +3748,13 @@ let PutInputConnectionHandlersToArrayExecution = class PutInputConnectionHandler
3752
3748
  getNewSourceConnectionHandler(connection, nodeDragHandler) {
3753
3749
  return new ConnectionTargetDragHandler(this.fMediator, connection, nodeDragHandler.minDistance, nodeDragHandler.maxDistance);
3754
3750
  }
3755
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3756
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution });
3751
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3752
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution });
3757
3753
  };
3758
3754
  PutInputConnectionHandlersToArrayExecution = __decorate([
3759
3755
  FExecutionRegister(PutInputConnectionHandlersToArrayRequest)
3760
3756
  ], PutInputConnectionHandlersToArrayExecution);
3761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution, decorators: [{
3757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutInputConnectionHandlersToArrayExecution, decorators: [{
3762
3758
  type: Injectable
3763
3759
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
3764
3760
 
@@ -3841,13 +3837,13 @@ let PutOutputConnectionHandlersToArrayExecution = class PutOutputConnectionHandl
3841
3837
  getNewSourceConnectionHandler(connection, nodeDragHandler) {
3842
3838
  return new ConnectionSourceDragHandler(this.fMediator, connection, nodeDragHandler.minDistance, nodeDragHandler.maxDistance);
3843
3839
  }
3844
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3845
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution });
3840
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3841
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution });
3846
3842
  };
3847
3843
  PutOutputConnectionHandlersToArrayExecution = __decorate([
3848
3844
  FExecutionRegister(PutOutputConnectionHandlersToArrayRequest)
3849
3845
  ], PutOutputConnectionHandlersToArrayExecution);
3850
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution, decorators: [{
3846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: PutOutputConnectionHandlersToArrayExecution, decorators: [{
3851
3847
  type: Injectable
3852
3848
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
3853
3849
 
@@ -3882,13 +3878,13 @@ let GetNodeMoveRestrictionsExecution = class GetNodeMoveRestrictionsExecution {
3882
3878
  getParentNodeRect(fNode) {
3883
3879
  return this.fMediator.send(new GetNormalizedParentNodeRectRequest(fNode));
3884
3880
  }
3885
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeMoveRestrictionsExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3886
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeMoveRestrictionsExecution });
3881
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeMoveRestrictionsExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
3882
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeMoveRestrictionsExecution });
3887
3883
  };
3888
3884
  GetNodeMoveRestrictionsExecution = __decorate([
3889
3885
  FExecutionRegister(GetNodeMoveRestrictionsRequest)
3890
3886
  ], GetNodeMoveRestrictionsExecution);
3891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeMoveRestrictionsExecution, decorators: [{
3887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeMoveRestrictionsExecution, decorators: [{
3892
3888
  type: Injectable
3893
3889
  }], ctorParameters: () => [{ type: FFlowMediator }] });
3894
3890
  const DEFAULT_RESTRICTIONS = {
@@ -4008,13 +4004,13 @@ let CreateMoveNodesDragModelFromSelectionExecution = class CreateMoveNodesDragMo
4008
4004
  });
4009
4005
  return result;
4010
4006
  }
4011
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4012
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution });
4007
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4008
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution });
4013
4009
  };
4014
4010
  CreateMoveNodesDragModelFromSelectionExecution = __decorate([
4015
4011
  FExecutionRegister(CreateMoveNodesDragModelFromSelectionRequest)
4016
4012
  ], CreateMoveNodesDragModelFromSelectionExecution);
4017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution, decorators: [{
4013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateMoveNodesDragModelFromSelectionExecution, decorators: [{
4018
4014
  type: Injectable
4019
4015
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4020
4016
 
@@ -4071,13 +4067,13 @@ let NodeMovePreparationExecution = class NodeMovePreparationExecution {
4071
4067
  filterNodesFromDraggableItems(items) {
4072
4068
  return items.filter((x) => x instanceof NodeDragHandler).map(x => x.fNode);
4073
4069
  }
4074
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4075
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationExecution });
4070
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4071
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationExecution });
4076
4072
  };
4077
4073
  NodeMovePreparationExecution = __decorate([
4078
4074
  FExecutionRegister(NodeMovePreparationRequest)
4079
4075
  ], NodeMovePreparationExecution);
4080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationExecution, decorators: [{
4076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationExecution, decorators: [{
4081
4077
  type: Injectable
4082
4078
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4083
4079
 
@@ -4105,13 +4101,13 @@ let NodeMovePreparationValidator = class NodeMovePreparationValidator {
4105
4101
  isDragHandleElement(targetElement) {
4106
4102
  return isElementWithClass(targetElement, '.f-drag-handle');
4107
4103
  }
4108
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4109
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationValidator });
4104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4105
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationValidator });
4110
4106
  };
4111
4107
  NodeMovePreparationValidator = __decorate([
4112
4108
  FValidatorRegister(NodeMovePreparationRequest)
4113
4109
  ], NodeMovePreparationValidator);
4114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMovePreparationValidator, decorators: [{
4110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMovePreparationValidator, decorators: [{
4115
4111
  type: Injectable
4116
4112
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
4117
4113
 
@@ -4163,13 +4159,13 @@ let NodeMoveFinalizeExecution = class NodeMoveFinalizeExecution {
4163
4159
  }
4164
4160
  return difference;
4165
4161
  }
4166
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4167
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeExecution });
4162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4163
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeExecution });
4168
4164
  };
4169
4165
  NodeMoveFinalizeExecution = __decorate([
4170
4166
  FExecutionRegister(NodeMoveFinalizeRequest)
4171
4167
  ], NodeMoveFinalizeExecution);
4172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeExecution, decorators: [{
4168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeExecution, decorators: [{
4173
4169
  type: Injectable
4174
4170
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4175
4171
 
@@ -4181,13 +4177,13 @@ let NodeMoveFinalizeValidator = class NodeMoveFinalizeValidator {
4181
4177
  handle(request) {
4182
4178
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof NodeDragHandler);
4183
4179
  }
4184
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4185
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeValidator });
4180
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4181
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeValidator });
4186
4182
  };
4187
4183
  NodeMoveFinalizeValidator = __decorate([
4188
4184
  FValidatorRegister(NodeMoveFinalizeRequest)
4189
4185
  ], NodeMoveFinalizeValidator);
4190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeMoveFinalizeValidator, decorators: [{
4186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeMoveFinalizeValidator, decorators: [{
4191
4187
  type: Injectable
4192
4188
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
4193
4189
 
@@ -4244,13 +4240,13 @@ let ApplyChildResizeRestrictionsExecution = class ApplyChildResizeRestrictionsEx
4244
4240
  rect.height = restrictionsRect.y + restrictionsRect.height - rect.y + OFFSET$1;
4245
4241
  }
4246
4242
  }
4247
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyChildResizeRestrictionsExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4248
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyChildResizeRestrictionsExecution });
4243
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyChildResizeRestrictionsExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4244
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyChildResizeRestrictionsExecution });
4249
4245
  };
4250
4246
  ApplyChildResizeRestrictionsExecution = __decorate([
4251
4247
  FExecutionRegister(ApplyChildResizeRestrictionsRequest)
4252
4248
  ], ApplyChildResizeRestrictionsExecution);
4253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyChildResizeRestrictionsExecution, decorators: [{
4249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyChildResizeRestrictionsExecution, decorators: [{
4254
4250
  type: Injectable
4255
4251
  }] });
4256
4252
 
@@ -4296,13 +4292,13 @@ let ApplyParentResizeRestrictionsExecution = class ApplyParentResizeRestrictions
4296
4292
  rect.height = restrictionsRect.y + restrictionsRect.height - rect.y - OFFSET;
4297
4293
  }
4298
4294
  }
4299
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyParentResizeRestrictionsExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4300
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyParentResizeRestrictionsExecution });
4295
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyParentResizeRestrictionsExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4296
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyParentResizeRestrictionsExecution });
4301
4297
  };
4302
4298
  ApplyParentResizeRestrictionsExecution = __decorate([
4303
4299
  FExecutionRegister(ApplyParentResizeRestrictionsRequest)
4304
4300
  ], ApplyParentResizeRestrictionsExecution);
4305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ApplyParentResizeRestrictionsExecution, decorators: [{
4301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ApplyParentResizeRestrictionsExecution, decorators: [{
4306
4302
  type: Injectable
4307
4303
  }] });
4308
4304
 
@@ -4333,13 +4329,13 @@ let CalculateChangedPositionExecution = class CalculateChangedPositionExecution
4333
4329
  change(originalRect, difference, direction, changedRect) {
4334
4330
  return RectExtensions.initialize(originalRect.x + (direction.x === -1 ? difference.x : 0) + changedRect.x, originalRect.y + (direction.y === -1 ? difference.y : 0) + changedRect.y, changedRect.width, changedRect.height);
4335
4331
  }
4336
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedPositionExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4337
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedPositionExecution });
4332
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedPositionExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4333
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedPositionExecution });
4338
4334
  };
4339
4335
  CalculateChangedPositionExecution = __decorate([
4340
4336
  FExecutionRegister(CalculateChangedPositionRequest)
4341
4337
  ], CalculateChangedPositionExecution);
4342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedPositionExecution, decorators: [{
4338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedPositionExecution, decorators: [{
4343
4339
  type: Injectable
4344
4340
  }] });
4345
4341
 
@@ -4370,13 +4366,13 @@ let CalculateChangedSizeExecution = class CalculateChangedSizeExecution {
4370
4366
  }
4371
4367
  return RectExtensions.copy(result);
4372
4368
  }
4373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedSizeExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4374
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedSizeExecution });
4369
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedSizeExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4370
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedSizeExecution });
4375
4371
  };
4376
4372
  CalculateChangedSizeExecution = __decorate([
4377
4373
  FExecutionRegister(CalculateChangedSizeRequest)
4378
4374
  ], CalculateChangedSizeExecution);
4379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateChangedSizeExecution, decorators: [{
4375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateChangedSizeExecution, decorators: [{
4380
4376
  type: Injectable
4381
4377
  }] });
4382
4378
 
@@ -4411,13 +4407,13 @@ let GetNormalizedChildrenNodesRectExecution = class GetNormalizedChildrenNodesRe
4411
4407
  concatRectWithParentPadding(rect, padding) {
4412
4408
  return RectExtensions.initialize(rect.x - padding[0], rect.y - padding[1], rect.width + padding[0] + padding[2], rect.height + +padding[1] + padding[3]);
4413
4409
  }
4414
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4415
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution });
4410
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4411
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution });
4416
4412
  };
4417
4413
  GetNormalizedChildrenNodesRectExecution = __decorate([
4418
4414
  FExecutionRegister(GetNormalizedChildrenNodesRectRequest)
4419
4415
  ], GetNormalizedChildrenNodesRectExecution);
4420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution, decorators: [{
4416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNormalizedChildrenNodesRectExecution, decorators: [{
4421
4417
  type: Injectable
4422
4418
  }], ctorParameters: () => [{ type: FFlowMediator }] });
4423
4419
 
@@ -4443,13 +4439,13 @@ let GetNodeResizeRestrictionsExecution = class GetNodeResizeRestrictionsExecutio
4443
4439
  childRect,
4444
4440
  };
4445
4441
  }
4446
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeResizeRestrictionsExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4447
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeResizeRestrictionsExecution });
4442
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeResizeRestrictionsExecution, deps: [{ token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4443
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeResizeRestrictionsExecution });
4448
4444
  };
4449
4445
  GetNodeResizeRestrictionsExecution = __decorate([
4450
4446
  FExecutionRegister(GetNodeResizeRestrictionsRequest)
4451
4447
  ], GetNodeResizeRestrictionsExecution);
4452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodeResizeRestrictionsExecution, decorators: [{
4448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodeResizeRestrictionsExecution, decorators: [{
4453
4449
  type: Injectable
4454
4450
  }], ctorParameters: () => [{ type: FFlowMediator }] });
4455
4451
 
@@ -4470,13 +4466,13 @@ let NodeResizeFinalizeExecution = class NodeResizeFinalizeExecution {
4470
4466
  x.complete?.();
4471
4467
  });
4472
4468
  }
4473
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4474
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeExecution });
4469
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4470
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeExecution });
4475
4471
  };
4476
4472
  NodeResizeFinalizeExecution = __decorate([
4477
4473
  FExecutionRegister(NodeResizeFinalizeRequest)
4478
4474
  ], NodeResizeFinalizeExecution);
4479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeExecution, decorators: [{
4475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeExecution, decorators: [{
4480
4476
  type: Injectable
4481
4477
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
4482
4478
 
@@ -4534,13 +4530,13 @@ let NodeResizeFinalizeValidator = class NodeResizeFinalizeValidator {
4534
4530
  handle(request) {
4535
4531
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof NodeResizeDragHandler);
4536
4532
  }
4537
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4538
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeValidator });
4533
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4534
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeValidator });
4539
4535
  };
4540
4536
  NodeResizeFinalizeValidator = __decorate([
4541
4537
  FValidatorRegister(NodeResizeFinalizeRequest)
4542
4538
  ], NodeResizeFinalizeValidator);
4543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizeFinalizeValidator, decorators: [{
4539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizeFinalizeValidator, decorators: [{
4544
4540
  type: Injectable
4545
4541
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
4546
4542
 
@@ -4588,13 +4584,13 @@ let NodeResizePreparationExecution = class NodeResizePreparationExecution {
4588
4584
  getNode(targetElement) {
4589
4585
  return this.fComponentsStore.findNode(targetElement);
4590
4586
  }
4591
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4592
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationExecution });
4587
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4588
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationExecution });
4593
4589
  };
4594
4590
  NodeResizePreparationExecution = __decorate([
4595
4591
  FExecutionRegister(NodeResizePreparationRequest)
4596
4592
  ], NodeResizePreparationExecution);
4597
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationExecution, decorators: [{
4593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationExecution, decorators: [{
4598
4594
  type: Injectable
4599
4595
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4600
4596
 
@@ -4622,13 +4618,13 @@ let NodeResizePreparationValidator = class NodeResizePreparationValidator {
4622
4618
  isDragHandleElement(targetElement) {
4623
4619
  return isElementWithClass(targetElement, '.f-resize-handle');
4624
4620
  }
4625
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4626
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationValidator });
4621
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4622
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationValidator });
4627
4623
  };
4628
4624
  NodeResizePreparationValidator = __decorate([
4629
4625
  FValidatorRegister(NodeResizePreparationRequest)
4630
4626
  ], NodeResizePreparationValidator);
4631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: NodeResizePreparationValidator, decorators: [{
4627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NodeResizePreparationValidator, decorators: [{
4632
4628
  type: Injectable
4633
4629
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
4634
4630
 
@@ -4720,13 +4716,13 @@ let SingleSelectExecution = class SingleSelectExecution {
4720
4716
  });
4721
4717
  this.fDraggableDataContext.selectedItems = [];
4722
4718
  }
4723
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectExecution, deps: [{ token: i3$1.PlatformService }, { token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4724
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectExecution });
4719
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectExecution, deps: [{ token: i3$1.PlatformService }, { token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4720
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectExecution });
4725
4721
  };
4726
4722
  SingleSelectExecution = __decorate([
4727
4723
  FExecutionRegister(SingleSelectRequest)
4728
4724
  ], SingleSelectExecution);
4729
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectExecution, decorators: [{
4725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectExecution, decorators: [{
4730
4726
  type: Injectable
4731
4727
  }], ctorParameters: () => [{ type: i3$1.PlatformService }, { type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4732
4728
 
@@ -4741,13 +4737,13 @@ let SingleSelectValidator = class SingleSelectValidator {
4741
4737
  return this.fComponentsStore.fFlow.hostElement.contains(request.event.targetElement)
4742
4738
  && !this.fDraggableDataContext.draggableItems.length;
4743
4739
  }
4744
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4745
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectValidator });
4740
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
4741
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectValidator });
4746
4742
  };
4747
4743
  SingleSelectValidator = __decorate([
4748
4744
  FValidatorRegister(SingleSelectRequest)
4749
4745
  ], SingleSelectValidator);
4750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SingleSelectValidator, decorators: [{
4746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SingleSelectValidator, decorators: [{
4751
4747
  type: Injectable
4752
4748
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
4753
4749
 
@@ -4902,10 +4898,10 @@ class FDraggableBase {
4902
4898
  this.mouseListeners();
4903
4899
  this.mouseListeners = EventExtensions.emptyListener();
4904
4900
  }
4905
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
4906
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FDraggableBase, ngImport: i0 });
4901
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
4902
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FDraggableBase, ngImport: i0 });
4907
4903
  }
4908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableBase, decorators: [{
4904
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableBase, decorators: [{
4909
4905
  type: Directive
4910
4906
  }], ctorParameters: () => [{ type: undefined }] });
4911
4907
  function isTouchEvent(event) {
@@ -4975,13 +4971,13 @@ let ExternalItemFinalizeExecution = class ExternalItemFinalizeExecution {
4975
4971
  getRectInCanvas() {
4976
4972
  return this.fMediator.send(new GetElementRectInFlowRequest(this.dragHandler.placeholder));
4977
4973
  }
4978
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4979
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeExecution });
4974
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
4975
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeExecution });
4980
4976
  };
4981
4977
  ExternalItemFinalizeExecution = __decorate([
4982
4978
  FExecutionRegister(ExternalItemFinalizeRequest)
4983
4979
  ], ExternalItemFinalizeExecution);
4984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeExecution, decorators: [{
4980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeExecution, decorators: [{
4985
4981
  type: Injectable
4986
4982
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
4987
4983
 
@@ -5028,13 +5024,13 @@ let ExternalItemFinalizeValidator = class ExternalItemFinalizeValidator {
5028
5024
  handle(request) {
5029
5025
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof ExternalItemDragHandler);
5030
5026
  }
5031
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5032
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeValidator });
5027
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5028
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeValidator });
5033
5029
  };
5034
5030
  ExternalItemFinalizeValidator = __decorate([
5035
5031
  FValidatorRegister(ExternalItemFinalizeRequest)
5036
5032
  ], ExternalItemFinalizeValidator);
5037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemFinalizeValidator, decorators: [{
5033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemFinalizeValidator, decorators: [{
5038
5034
  type: Injectable
5039
5035
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5040
5036
 
@@ -5072,13 +5068,13 @@ let ExternalItemPreparationExecution = class ExternalItemPreparationExecution {
5072
5068
  getExternalItem(targetElement) {
5073
5069
  return this.fExternalItemService.getItem(getExternalItem(targetElement));
5074
5070
  }
5075
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Injectable });
5076
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationExecution });
5071
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Injectable });
5072
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationExecution });
5077
5073
  };
5078
5074
  ExternalItemPreparationExecution = __decorate([
5079
5075
  FExecutionRegister(ExternalItemPreparationRequest)
5080
5076
  ], ExternalItemPreparationExecution);
5081
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationExecution, decorators: [{
5077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationExecution, decorators: [{
5082
5078
  type: Injectable
5083
5079
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FExternalItemService }] });
5084
5080
 
@@ -5094,13 +5090,13 @@ let ExternalItemPreparationValidator = class ExternalItemPreparationValidator {
5094
5090
  getExternalItem(targetElement) {
5095
5091
  return this.fExternalItemService.getItem(getExternalItem(targetElement));
5096
5092
  }
5097
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationValidator, deps: [{ token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Injectable });
5098
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationValidator });
5093
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationValidator, deps: [{ token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Injectable });
5094
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationValidator });
5099
5095
  };
5100
5096
  ExternalItemPreparationValidator = __decorate([
5101
5097
  FValidatorRegister(ExternalItemPreparationRequest)
5102
5098
  ], ExternalItemPreparationValidator);
5103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ExternalItemPreparationValidator, decorators: [{
5099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ExternalItemPreparationValidator, decorators: [{
5104
5100
  type: Injectable
5105
5101
  }], ctorParameters: () => [{ type: FExternalItemService }] });
5106
5102
 
@@ -5116,10 +5112,10 @@ const F_EXTERNAL_ITEM_DRAG_AND_DROP_PROVIDERS = [
5116
5112
 
5117
5113
  const F_EXTERNAL_ITEM = new InjectionToken('F_EXTERNAL_ITEM');
5118
5114
  class FExternalItemBase {
5119
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5120
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FExternalItemBase, ngImport: i0 });
5115
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5116
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FExternalItemBase, ngImport: i0 });
5121
5117
  }
5122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemBase, decorators: [{
5118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemBase, decorators: [{
5123
5119
  type: Directive
5124
5120
  }] });
5125
5121
 
@@ -5144,10 +5140,10 @@ class FExternalItemService {
5144
5140
  this.items.splice(index, 1);
5145
5141
  }
5146
5142
  }
5147
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5148
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemService, providedIn: 'root' });
5143
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5144
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemService, providedIn: 'root' });
5149
5145
  }
5150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemService, decorators: [{
5146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemService, decorators: [{
5151
5147
  type: Injectable,
5152
5148
  args: [{
5153
5149
  providedIn: 'root'
@@ -5182,12 +5178,12 @@ class FExternalItemDirective extends FExternalItemBase {
5182
5178
  ngOnDestroy() {
5183
5179
  this.fExternalItemService.removeItem(this);
5184
5180
  }
5185
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemDirective, deps: [{ token: i0.ElementRef }, { token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Directive });
5186
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FExternalItemDirective, selector: "[fExternalItem]", inputs: { fExternalItemId: "fExternalItemId", fData: "fData", fDisabled: "fDisabled" }, host: { properties: { "attr.id": "fExternalItemId", "class.f-external-item-disabled": "fDisabled" }, classAttribute: "f-component f-external-item" }, providers: [
5181
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemDirective, deps: [{ token: i0.ElementRef }, { token: FExternalItemService }], target: i0.ɵɵFactoryTarget.Directive });
5182
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FExternalItemDirective, selector: "[fExternalItem]", inputs: { fExternalItemId: "fExternalItemId", fData: "fData", fDisabled: "fDisabled" }, host: { properties: { "attr.id": "fExternalItemId", "class.f-external-item-disabled": "fDisabled" }, classAttribute: "f-component f-external-item" }, providers: [
5187
5183
  { provide: F_EXTERNAL_ITEM, useExisting: FExternalItemDirective }
5188
5184
  ], usesInheritance: true, ngImport: i0 });
5189
5185
  }
5190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FExternalItemDirective, decorators: [{
5186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FExternalItemDirective, decorators: [{
5191
5187
  type: Directive,
5192
5188
  args: [{
5193
5189
  selector: "[fExternalItem]",
@@ -5333,12 +5329,12 @@ class FDraggableDirective extends FDraggableBase {
5333
5329
  super.unsubscribe();
5334
5330
  this.subscriptions$.unsubscribe();
5335
5331
  }
5336
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableDirective, deps: [{ token: i0.ElementRef }, { token: FDraggableDataContext }, { token: NgZone, optional: true }, { token: FComponentsStore }, { token: FFlowMediator }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
5337
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FDraggableDirective, selector: "f-flow[fDraggable]", inputs: { disabled: ["fDraggableDisabled", "disabled"] }, outputs: { fSelectionChange: "fSelectionChange", fCreateNode: "fCreateNode", fReassignConnection: "fReassignConnection", fCreateConnection: "fCreateConnection" }, providers: [
5332
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableDirective, deps: [{ token: i0.ElementRef }, { token: FDraggableDataContext }, { token: NgZone, optional: true }, { token: FComponentsStore }, { token: FFlowMediator }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
5333
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FDraggableDirective, selector: "f-flow[fDraggable]", inputs: { disabled: ["fDraggableDisabled", "disabled"] }, outputs: { fSelectionChange: "fSelectionChange", fCreateNode: "fCreateNode", fReassignConnection: "fReassignConnection", fCreateConnection: "fCreateConnection" }, providers: [
5338
5334
  { provide: F_DRAGGABLE, useExisting: FDraggableDirective }
5339
5335
  ], queries: [{ propertyName: "plugins", predicate: F_DRAG_AND_DROP_PLUGIN, descendants: true }], exportAs: ["fDraggable"], usesInheritance: true, ngImport: i0 });
5340
5336
  }
5341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FDraggableDirective, decorators: [{
5337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FDraggableDirective, decorators: [{
5342
5338
  type: Directive,
5343
5339
  args: [{
5344
5340
  selector: "f-flow[fDraggable]",
@@ -5427,13 +5423,13 @@ let CalculateFlowPointFromMinimapPointExecution = class CalculateFlowPointFromMi
5427
5423
  getEventPointInMinimap(eventPoint, minimap) {
5428
5424
  return Point.fromPoint(eventPoint).elementTransform(minimap.element);
5429
5425
  }
5430
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
5431
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution });
5426
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
5427
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution });
5432
5428
  };
5433
5429
  CalculateFlowPointFromMinimapPointExecution = __decorate([
5434
5430
  FExecutionRegister(CalculateFlowPointFromMinimapPointRequest)
5435
5431
  ], CalculateFlowPointFromMinimapPointExecution);
5436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution, decorators: [{
5432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CalculateFlowPointFromMinimapPointExecution, decorators: [{
5437
5433
  type: Injectable
5438
5434
  }], ctorParameters: () => [{ type: FComponentsStore }] });
5439
5435
 
@@ -5506,13 +5502,13 @@ let MinimapDragPreparationExecution = class MinimapDragPreparationExecution {
5506
5502
  getFlowRect() {
5507
5503
  return RectExtensions.fromElement(this.flowHost);
5508
5504
  }
5509
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5510
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationExecution });
5505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5506
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationExecution });
5511
5507
  };
5512
5508
  MinimapDragPreparationExecution = __decorate([
5513
5509
  FExecutionRegister(MinimapDragPreparationRequest)
5514
5510
  ], MinimapDragPreparationExecution);
5515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationExecution, decorators: [{
5511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationExecution, decorators: [{
5516
5512
  type: Injectable
5517
5513
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }, { type: FDraggableDataContext }] });
5518
5514
 
@@ -5528,13 +5524,13 @@ let MinimapDragPreparationValidator = class MinimapDragPreparationValidator {
5528
5524
  !!request.event.targetElement.closest('.f-minimap') &&
5529
5525
  this.fComponentsStore.flowHost.contains(request.event.targetElement);
5530
5526
  }
5531
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5532
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationValidator });
5527
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationValidator, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5528
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationValidator });
5533
5529
  };
5534
5530
  MinimapDragPreparationValidator = __decorate([
5535
5531
  FValidatorRegister(MinimapDragPreparationRequest)
5536
5532
  ], MinimapDragPreparationValidator);
5537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragPreparationValidator, decorators: [{
5533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragPreparationValidator, decorators: [{
5538
5534
  type: Injectable
5539
5535
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
5540
5536
 
@@ -5560,13 +5556,13 @@ let MinimapDragFinalizeExecution = class MinimapDragFinalizeExecution {
5560
5556
  x.complete?.();
5561
5557
  });
5562
5558
  }
5563
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5564
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeExecution });
5559
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5560
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeExecution });
5565
5561
  };
5566
5562
  MinimapDragFinalizeExecution = __decorate([
5567
5563
  FExecutionRegister(MinimapDragFinalizeRequest)
5568
5564
  ], MinimapDragFinalizeExecution);
5569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeExecution, decorators: [{
5565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeExecution, decorators: [{
5570
5566
  type: Injectable
5571
5567
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5572
5568
 
@@ -5578,13 +5574,13 @@ let MinimapDragFinalizeValidator = class MinimapDragFinalizeValidator {
5578
5574
  handle(request) {
5579
5575
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof FMinimapDragHandler);
5580
5576
  }
5581
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5582
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeValidator });
5577
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5578
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeValidator });
5583
5579
  };
5584
5580
  MinimapDragFinalizeValidator = __decorate([
5585
5581
  FValidatorRegister(MinimapDragFinalizeRequest)
5586
5582
  ], MinimapDragFinalizeValidator);
5587
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MinimapDragFinalizeValidator, decorators: [{
5583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MinimapDragFinalizeValidator, decorators: [{
5588
5584
  type: Injectable
5589
5585
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5590
5586
 
@@ -5616,13 +5612,13 @@ let SelectionAreaFinalizeExecution = class SelectionAreaFinalizeExecution {
5616
5612
  x.complete?.();
5617
5613
  });
5618
5614
  }
5619
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5620
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeExecution });
5615
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5616
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeExecution });
5621
5617
  };
5622
5618
  SelectionAreaFinalizeExecution = __decorate([
5623
5619
  FExecutionRegister(SelectionAreaFinalizeRequest)
5624
5620
  ], SelectionAreaFinalizeExecution);
5625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeExecution, decorators: [{
5621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeExecution, decorators: [{
5626
5622
  type: Injectable
5627
5623
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5628
5624
 
@@ -5686,13 +5682,13 @@ let SelectionAreaFinalizeValidator = class SelectionAreaFinalizeValidator {
5686
5682
  handle(request) {
5687
5683
  return this.fDraggableDataContext.draggableItems.some((x) => x instanceof SelectionAreaDragHandle);
5688
5684
  }
5689
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5690
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeValidator });
5685
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5686
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeValidator });
5691
5687
  };
5692
5688
  SelectionAreaFinalizeValidator = __decorate([
5693
5689
  FValidatorRegister(SelectionAreaFinalizeRequest)
5694
5690
  ], SelectionAreaFinalizeValidator);
5695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaFinalizeValidator, decorators: [{
5691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaFinalizeValidator, decorators: [{
5696
5692
  type: Injectable
5697
5693
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5698
5694
 
@@ -5730,13 +5726,13 @@ let SelectionAreaPreparationExecution = class SelectionAreaPreparationExecution
5730
5726
  this.fDraggableDataContext.onPointerDownPosition = Point.fromPoint(request.event.getPosition())
5731
5727
  .elementTransform(this.flowHost);
5732
5728
  }
5733
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
5734
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationExecution });
5729
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
5730
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationExecution });
5735
5731
  };
5736
5732
  SelectionAreaPreparationExecution = __decorate([
5737
5733
  FExecutionRegister(SelectionAreaPreparationRequest)
5738
5734
  ], SelectionAreaPreparationExecution);
5739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationExecution, decorators: [{
5735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationExecution, decorators: [{
5740
5736
  type: Injectable
5741
5737
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
5742
5738
 
@@ -5752,13 +5748,13 @@ let SelectionAreaPreparationValidator = class SelectionAreaPreparationValidator
5752
5748
  isDragHandlesEmpty() {
5753
5749
  return !this.fDraggableDataContext.draggableItems.length;
5754
5750
  }
5755
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5756
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator });
5751
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationValidator, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5752
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationValidator });
5757
5753
  };
5758
5754
  SelectionAreaPreparationValidator = __decorate([
5759
5755
  FValidatorRegister(SelectionAreaPreparationRequest)
5760
5756
  ], SelectionAreaPreparationValidator);
5761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectionAreaPreparationValidator, decorators: [{
5757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectionAreaPreparationValidator, decorators: [{
5762
5758
  type: Injectable
5763
5759
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5764
5760
 
@@ -5794,13 +5790,13 @@ let ClearSelectionExecution = class ClearSelectionExecution {
5794
5790
  this.fDraggableDataContext.selectedItems = [];
5795
5791
  this.fDraggableDataContext.isSelectedChanged = true;
5796
5792
  }
5797
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClearSelectionExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5798
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClearSelectionExecution });
5793
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ClearSelectionExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
5794
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ClearSelectionExecution });
5799
5795
  };
5800
5796
  ClearSelectionExecution = __decorate([
5801
5797
  FExecutionRegister(ClearSelectionRequest)
5802
5798
  ], ClearSelectionExecution);
5803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ClearSelectionExecution, decorators: [{
5799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ClearSelectionExecution, decorators: [{
5804
5800
  type: Injectable
5805
5801
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
5806
5802
 
@@ -5843,13 +5839,13 @@ let CreateConnectionMarkersExecution = class CreateConnectionMarkersExecution {
5843
5839
  markerElement.setAttribute('markerUnits', `${marker.markerUnits}`);
5844
5840
  return markerElement;
5845
5841
  }
5846
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionMarkersExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5847
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionMarkersExecution });
5842
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionMarkersExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
5843
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionMarkersExecution });
5848
5844
  };
5849
5845
  CreateConnectionMarkersExecution = __decorate([
5850
5846
  FExecutionRegister(CreateConnectionMarkersRequest)
5851
5847
  ], CreateConnectionMarkersExecution);
5852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: CreateConnectionMarkersExecution, decorators: [{
5848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: CreateConnectionMarkersExecution, decorators: [{
5853
5849
  type: Injectable
5854
5850
  }] });
5855
5851
 
@@ -5864,13 +5860,13 @@ let EmitTransformChangesExecution = class EmitTransformChangesExecution {
5864
5860
  handle(request) {
5865
5861
  this.fTransformStore.changes.next();
5866
5862
  }
5867
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EmitTransformChangesExecution, deps: [{ token: FTransformStore }], target: i0.ɵɵFactoryTarget.Injectable });
5868
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EmitTransformChangesExecution });
5863
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: EmitTransformChangesExecution, deps: [{ token: FTransformStore }], target: i0.ɵɵFactoryTarget.Injectable });
5864
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: EmitTransformChangesExecution });
5869
5865
  };
5870
5866
  EmitTransformChangesExecution = __decorate([
5871
5867
  FExecutionRegister(EmitTransformChangesRequest)
5872
5868
  ], EmitTransformChangesExecution);
5873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: EmitTransformChangesExecution, decorators: [{
5869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: EmitTransformChangesExecution, decorators: [{
5874
5870
  type: Injectable
5875
5871
  }], ctorParameters: () => [{ type: FTransformStore }] });
5876
5872
 
@@ -6184,13 +6180,13 @@ let GetElementRectInFlowExecution = class GetElementRectInFlowExecution {
6184
6180
  transformElementSizeInFlow(rect) {
6185
6181
  return SizeExtensions.initialize(rect.width / this.transform.scale, rect.height / this.transform.scale);
6186
6182
  }
6187
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetElementRectInFlowExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6188
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetElementRectInFlowExecution });
6183
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetElementRectInFlowExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6184
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetElementRectInFlowExecution });
6189
6185
  };
6190
6186
  GetElementRectInFlowExecution = __decorate([
6191
6187
  FExecutionRegister(GetElementRectInFlowRequest)
6192
6188
  ], GetElementRectInFlowExecution);
6193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetElementRectInFlowExecution, decorators: [{
6189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetElementRectInFlowExecution, decorators: [{
6194
6190
  type: Injectable
6195
6191
  }], ctorParameters: () => [{ type: FComponentsStore }] });
6196
6192
 
@@ -6233,13 +6229,13 @@ let GetCanBeSelectedItemsExecution = class GetCanBeSelectedItemsExecution {
6233
6229
  };
6234
6230
  });
6235
6231
  }
6236
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeSelectedItemsExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6237
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeSelectedItemsExecution });
6232
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeSelectedItemsExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6233
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeSelectedItemsExecution });
6238
6234
  };
6239
6235
  GetCanBeSelectedItemsExecution = __decorate([
6240
6236
  FExecutionRegister(GetCanBeSelectedItemsRequest)
6241
6237
  ], GetCanBeSelectedItemsExecution);
6242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetCanBeSelectedItemsExecution, decorators: [{
6238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetCanBeSelectedItemsExecution, decorators: [{
6243
6239
  type: Injectable
6244
6240
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
6245
6241
 
@@ -6269,13 +6265,13 @@ let GetDeepChildrenNodesAndGroupsExecution = class GetDeepChildrenNodesAndGroups
6269
6265
  });
6270
6266
  return result;
6271
6267
  }
6272
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6273
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution });
6268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6269
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution });
6274
6270
  };
6275
6271
  GetDeepChildrenNodesAndGroupsExecution = __decorate([
6276
6272
  FExecutionRegister(GetDeepChildrenNodesAndGroupsRequest)
6277
6273
  ], GetDeepChildrenNodesAndGroupsExecution);
6278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution, decorators: [{
6274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetDeepChildrenNodesAndGroupsExecution, decorators: [{
6279
6275
  type: Injectable
6280
6276
  }], ctorParameters: () => [{ type: FComponentsStore }] });
6281
6277
 
@@ -6314,13 +6310,13 @@ let GetConnectionLineExecution = class GetConnectionLineExecution {
6314
6310
  fixedOutboundBehaviour(payload) {
6315
6311
  return new Line(positionFixedOutbound[payload.outputSide === EFConnectableSide.AUTO ? EFConnectableSide.BOTTOM : payload.outputSide](payload.outputRect), positionFixedOutbound[payload.inputSide === EFConnectableSide.AUTO ? EFConnectableSide.TOP : payload.inputSide](payload.inputRect));
6316
6312
  }
6317
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetConnectionLineExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6318
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetConnectionLineExecution });
6313
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetConnectionLineExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6314
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetConnectionLineExecution });
6319
6315
  };
6320
6316
  GetConnectionLineExecution = __decorate([
6321
6317
  FExecutionRegister(GetConnectionLineRequest)
6322
6318
  ], GetConnectionLineExecution);
6323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetConnectionLineExecution, decorators: [{
6319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetConnectionLineExecution, decorators: [{
6324
6320
  type: Injectable
6325
6321
  }] });
6326
6322
  const positionFixedOutbound = {
@@ -6370,13 +6366,13 @@ let GetScaledNodeRectsWithFlowPositionExecution = class GetScaledNodeRectsWithFl
6370
6366
  getNodes() {
6371
6367
  return this.fComponentsStore.fNodes;
6372
6368
  }
6373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6374
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution });
6369
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6370
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution });
6375
6371
  };
6376
6372
  GetScaledNodeRectsWithFlowPositionExecution = __decorate([
6377
6373
  FExecutionRegister(GetScaledNodeRectsWithFlowPositionRequest)
6378
6374
  ], GetScaledNodeRectsWithFlowPositionExecution);
6379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution, decorators: [{
6375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetScaledNodeRectsWithFlowPositionExecution, decorators: [{
6380
6376
  type: Injectable
6381
6377
  }], ctorParameters: () => [{ type: FComponentsStore }] });
6382
6378
 
@@ -6410,13 +6406,13 @@ let GetInputRectInFlowExecution = class GetInputRectInFlowExecution {
6410
6406
  }
6411
6407
  return new GetInputRectInFlowResponse(this.fMediator.send(new GetElementRectInFlowRequest(input.hostElement)), input.fConnectableSide);
6412
6408
  }
6413
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputRectInFlowExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6414
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputRectInFlowExecution });
6409
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputRectInFlowExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6410
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputRectInFlowExecution });
6415
6411
  };
6416
6412
  GetInputRectInFlowExecution = __decorate([
6417
6413
  FExecutionRegister(GetInputRectInFlowRequest)
6418
6414
  ], GetInputRectInFlowExecution);
6419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetInputRectInFlowExecution, decorators: [{
6415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetInputRectInFlowExecution, decorators: [{
6420
6416
  type: Injectable
6421
6417
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
6422
6418
 
@@ -6437,13 +6433,13 @@ let GetNodesRectExecution = class GetNodesRectExecution {
6437
6433
  getNodes() {
6438
6434
  return this.fComponentsStore.fNodes;
6439
6435
  }
6440
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodesRectExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6441
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodesRectExecution });
6436
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodesRectExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6437
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodesRectExecution });
6442
6438
  };
6443
6439
  GetNodesRectExecution = __decorate([
6444
6440
  FExecutionRegister(GetNodesRectRequest)
6445
6441
  ], GetNodesRectExecution);
6446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetNodesRectExecution, decorators: [{
6442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetNodesRectExecution, decorators: [{
6447
6443
  type: Injectable
6448
6444
  }], ctorParameters: () => [{ type: FComponentsStore }] });
6449
6445
 
@@ -6481,13 +6477,13 @@ let GetOutputRectInFlowExecution = class GetOutputRectInFlowExecution {
6481
6477
  const result = this.fMediator.send(new GetElementRectInFlowRequest(output.hostElement));
6482
6478
  return new GetOutputRectInFlowResponse(result, output.fConnectableSide);
6483
6479
  }
6484
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetOutputRectInFlowExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6485
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetOutputRectInFlowExecution });
6480
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetOutputRectInFlowExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6481
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetOutputRectInFlowExecution });
6486
6482
  };
6487
6483
  GetOutputRectInFlowExecution = __decorate([
6488
6484
  FExecutionRegister(GetOutputRectInFlowRequest)
6489
6485
  ], GetOutputRectInFlowExecution);
6490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetOutputRectInFlowExecution, decorators: [{
6486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetOutputRectInFlowExecution, decorators: [{
6491
6487
  type: Injectable
6492
6488
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
6493
6489
 
@@ -6513,13 +6509,13 @@ let GetPositionInFlowExecution = class GetPositionInFlowExecution {
6513
6509
  return Point.fromPoint(request.position).elementTransform(this.flowHost)
6514
6510
  .sub(this.transform.scaledPosition).sub(this.transform.position).div(this.transform.scale);
6515
6511
  }
6516
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetPositionInFlowExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6517
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetPositionInFlowExecution });
6512
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetPositionInFlowExecution, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
6513
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetPositionInFlowExecution });
6518
6514
  };
6519
6515
  GetPositionInFlowExecution = __decorate([
6520
6516
  FExecutionRegister(GetPositionInFlowRequest)
6521
6517
  ], GetPositionInFlowExecution);
6522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetPositionInFlowExecution, decorators: [{
6518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetPositionInFlowExecution, decorators: [{
6523
6519
  type: Injectable
6524
6520
  }], ctorParameters: () => [{ type: FComponentsStore }] });
6525
6521
 
@@ -6544,13 +6540,13 @@ let GetSelectionExecution = class GetSelectionExecution {
6544
6540
  });
6545
6541
  return new FSelectionChangeEvent(selectedNodes, selectedConnections);
6546
6542
  }
6547
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetSelectionExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6548
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetSelectionExecution });
6543
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetSelectionExecution, deps: [{ token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6544
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetSelectionExecution });
6549
6545
  };
6550
6546
  GetSelectionExecution = __decorate([
6551
6547
  FExecutionRegister(GetSelectionRequest)
6552
6548
  ], GetSelectionExecution);
6553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: GetSelectionExecution, decorators: [{
6549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: GetSelectionExecution, decorators: [{
6554
6550
  type: Injectable
6555
6551
  }], ctorParameters: () => [{ type: FDraggableDataContext }] });
6556
6552
 
@@ -6612,13 +6608,13 @@ let IsConnectionUnderNodeExecution = class IsConnectionUnderNodeExecution {
6612
6608
  return ([]).length > 0;
6613
6609
  });
6614
6610
  }
6615
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsConnectionUnderNodeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6616
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsConnectionUnderNodeExecution });
6611
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsConnectionUnderNodeExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6612
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsConnectionUnderNodeExecution });
6617
6613
  };
6618
6614
  IsConnectionUnderNodeExecution = __decorate([
6619
6615
  FExecutionRegister(IsConnectionUnderNodeRequest)
6620
6616
  ], IsConnectionUnderNodeExecution);
6621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: IsConnectionUnderNodeExecution, decorators: [{
6617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IsConnectionUnderNodeExecution, decorators: [{
6622
6618
  type: Injectable
6623
6619
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }, { type: FFlowMediator }] });
6624
6620
 
@@ -6666,13 +6662,13 @@ let RedrawConnectionsExecution = class RedrawConnectionsExecution {
6666
6662
  setMarkers(connection) {
6667
6663
  this.fMediator.send(new CreateConnectionMarkersRequest(connection));
6668
6664
  }
6669
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RedrawConnectionsExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6670
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RedrawConnectionsExecution });
6665
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: RedrawConnectionsExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6666
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: RedrawConnectionsExecution });
6671
6667
  };
6672
6668
  RedrawConnectionsExecution = __decorate([
6673
6669
  FExecutionRegister(RedrawConnectionsRequest)
6674
6670
  ], RedrawConnectionsExecution);
6675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: RedrawConnectionsExecution, decorators: [{
6671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: RedrawConnectionsExecution, decorators: [{
6676
6672
  type: Injectable
6677
6673
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }] });
6678
6674
 
@@ -6713,13 +6709,13 @@ let SelectExecution = class SelectExecution {
6713
6709
  });
6714
6710
  this.fDraggableDataContext.isSelectedChanged = true;
6715
6711
  }
6716
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6717
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectExecution });
6712
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6713
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectExecution });
6718
6714
  };
6719
6715
  SelectExecution = __decorate([
6720
6716
  FExecutionRegister(SelectRequest)
6721
6717
  ], SelectExecution);
6722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectExecution, decorators: [{
6718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectExecution, decorators: [{
6723
6719
  type: Injectable
6724
6720
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
6725
6721
 
@@ -6748,13 +6744,13 @@ let SelectAllExecution = class SelectAllExecution {
6748
6744
  });
6749
6745
  this.fDraggableDataContext.isSelectedChanged = true;
6750
6746
  }
6751
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAllExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6752
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAllExecution });
6747
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAllExecution, deps: [{ token: FComponentsStore }, { token: FDraggableDataContext }], target: i0.ɵɵFactoryTarget.Injectable });
6748
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAllExecution });
6753
6749
  };
6754
6750
  SelectAllExecution = __decorate([
6755
6751
  FExecutionRegister(SelectAllRequest)
6756
6752
  ], SelectAllExecution);
6757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAllExecution, decorators: [{
6753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAllExecution, decorators: [{
6758
6754
  type: Injectable
6759
6755
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FDraggableDataContext }] });
6760
6756
 
@@ -6793,13 +6789,13 @@ let MoveFrontElementsBeforeTargetElementExecution = class MoveFrontElementsBefor
6793
6789
  request.fItemsContainer.insertBefore(x, request.allElements[request.targetIndex]);
6794
6790
  });
6795
6791
  }
6796
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6797
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution });
6792
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6793
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution });
6798
6794
  };
6799
6795
  MoveFrontElementsBeforeTargetElementExecution = __decorate([
6800
6796
  FExecutionRegister(MoveFrontElementsBeforeTargetElementRequest)
6801
6797
  ], MoveFrontElementsBeforeTargetElementExecution);
6802
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution, decorators: [{
6798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: MoveFrontElementsBeforeTargetElementExecution, decorators: [{
6803
6799
  type: Injectable
6804
6800
  }] });
6805
6801
 
@@ -6890,13 +6886,13 @@ let UpdateItemAndChildrenLayersExecution = class UpdateItemAndChildrenLayersExec
6890
6886
  getChildrenNodesAndGroups(fId) {
6891
6887
  return this.fMediator.send(new GetDeepChildrenNodesAndGroupsRequest(fId)).map((x) => x.hostElement);
6892
6888
  }
6893
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UpdateItemAndChildrenLayersExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
6894
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UpdateItemAndChildrenLayersExecution });
6889
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: UpdateItemAndChildrenLayersExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
6890
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: UpdateItemAndChildrenLayersExecution });
6895
6891
  };
6896
6892
  UpdateItemAndChildrenLayersExecution = __decorate([
6897
6893
  FExecutionRegister(UpdateItemAndChildrenLayersRequest)
6898
6894
  ], UpdateItemAndChildrenLayersExecution);
6899
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UpdateItemAndChildrenLayersExecution, decorators: [{
6895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: UpdateItemAndChildrenLayersExecution, decorators: [{
6900
6896
  type: Injectable
6901
6897
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }, { type: i3$1.WindowService }] });
6902
6898
 
@@ -6918,13 +6914,13 @@ let SelectAndUpdateNodeLayerExecution = class SelectAndUpdateNodeLayerExecution
6918
6914
  this.fDraggableDataContext.isSelectedChanged = true;
6919
6915
  }
6920
6916
  }
6921
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAndUpdateNodeLayerExecution, deps: [{ token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6922
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAndUpdateNodeLayerExecution });
6917
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAndUpdateNodeLayerExecution, deps: [{ token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Injectable });
6918
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAndUpdateNodeLayerExecution });
6923
6919
  };
6924
6920
  SelectAndUpdateNodeLayerExecution = __decorate([
6925
6921
  FExecutionRegister(SelectAndUpdateNodeLayerRequest)
6926
6922
  ], SelectAndUpdateNodeLayerExecution);
6927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SelectAndUpdateNodeLayerExecution, decorators: [{
6923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectAndUpdateNodeLayerExecution, decorators: [{
6928
6924
  type: Injectable
6929
6925
  }], ctorParameters: () => [{ type: FDraggableDataContext }, { type: FFlowMediator }] });
6930
6926
 
@@ -6973,13 +6969,13 @@ let SortNodeLayersExecution = class SortNodeLayersExecution {
6973
6969
  });
6974
6970
  this.fNodesContainer.appendChild(fragment);
6975
6971
  }
6976
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortNodeLayersExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
6977
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortNodeLayersExecution });
6972
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortNodeLayersExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
6973
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortNodeLayersExecution });
6978
6974
  };
6979
6975
  SortNodeLayersExecution = __decorate([
6980
6976
  FExecutionRegister(SortNodeLayersRequest)
6981
6977
  ], SortNodeLayersExecution);
6982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortNodeLayersExecution, decorators: [{
6978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortNodeLayersExecution, decorators: [{
6983
6979
  type: Injectable
6984
6980
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }, { type: i3$1.WindowService }] });
6985
6981
 
@@ -7032,13 +7028,13 @@ let SortItemsByParentExecution = class SortItemsByParentExecution {
7032
7028
  });
7033
7029
  this.fItemsContainer.insertBefore(fragment, nextSibling);
7034
7030
  }
7035
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemsByParentExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
7036
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemsByParentExecution });
7031
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemsByParentExecution, deps: [{ token: FComponentsStore }, { token: FFlowMediator }, { token: i3$1.WindowService }], target: i0.ɵɵFactoryTarget.Injectable });
7032
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemsByParentExecution });
7037
7033
  };
7038
7034
  SortItemsByParentExecution = __decorate([
7039
7035
  FExecutionRegister(SortItemsByParentRequest)
7040
7036
  ], SortItemsByParentExecution);
7041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemsByParentExecution, decorators: [{
7037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemsByParentExecution, decorators: [{
7042
7038
  type: Injectable
7043
7039
  }], ctorParameters: () => [{ type: FComponentsStore }, { type: FFlowMediator }, { type: i3$1.WindowService }] });
7044
7040
 
@@ -7057,13 +7053,13 @@ let SortItemLayersExecution = class SortItemLayersExecution {
7057
7053
  this.fMediator.send(new SortNodeLayersRequest());
7058
7054
  this.fMediator.send(new SortItemsByParentRequest(this.fComponentsStore.fCanvas.fNodesContainer.nativeElement));
7059
7055
  }
7060
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemLayersExecution, deps: [{ token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
7061
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemLayersExecution });
7056
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemLayersExecution, deps: [{ token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
7057
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemLayersExecution });
7062
7058
  };
7063
7059
  SortItemLayersExecution = __decorate([
7064
7060
  FExecutionRegister(SortItemLayersRequest)
7065
7061
  ], SortItemLayersExecution);
7066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SortItemLayersExecution, decorators: [{
7062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SortItemLayersExecution, decorators: [{
7067
7063
  type: Injectable
7068
7064
  }], ctorParameters: () => [{ type: FFlowMediator }, { type: FComponentsStore }] });
7069
7065
 
@@ -7080,13 +7076,13 @@ let SubscribeOnTransformChangesExecution = class SubscribeOnTransformChangesExec
7080
7076
  handle(request) {
7081
7077
  return merge(this.fTransformStore.changes, this.fComponentsStore.componentsData$, this.fComponentsStore.componentsCount$);
7082
7078
  }
7083
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SubscribeOnTransformChangesExecution, deps: [{ token: FTransformStore }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
7084
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SubscribeOnTransformChangesExecution });
7079
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SubscribeOnTransformChangesExecution, deps: [{ token: FTransformStore }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Injectable });
7080
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SubscribeOnTransformChangesExecution });
7085
7081
  };
7086
7082
  SubscribeOnTransformChangesExecution = __decorate([
7087
7083
  FExecutionRegister(SubscribeOnTransformChangesRequest)
7088
7084
  ], SubscribeOnTransformChangesExecution);
7089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: SubscribeOnTransformChangesExecution, decorators: [{
7085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SubscribeOnTransformChangesExecution, decorators: [{
7090
7086
  type: Injectable
7091
7087
  }], ctorParameters: () => [{ type: FTransformStore }, { type: FComponentsStore }] });
7092
7088
 
@@ -7219,10 +7215,10 @@ class FCanvasComponent extends FCanvasBase {
7219
7215
  this.redrawWithAnimation();
7220
7216
  this.completeDrag();
7221
7217
  }
7222
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCanvasComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
7223
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FCanvasComponent, selector: "f-canvas", inputs: { position: "position", scale: "scale" }, outputs: { fCanvasChange: "fCanvasChange" }, host: { classAttribute: "f-component f-canvas" }, providers: [{ provide: F_CANVAS, useExisting: FCanvasComponent }], viewQueries: [{ propertyName: "fGroupsContainer", first: true, predicate: ["fGroupsContainer"], descendants: true, static: true }, { propertyName: "fNodesContainer", first: true, predicate: ["fNodesContainer"], descendants: true, static: true }, { propertyName: "fConnectionsContainer", first: true, predicate: ["fConnectionsContainer"], descendants: true, static: true }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0, template: "<ng-container>\n <div #fGroupsContainer>\n <ng-content select=\"[fGroup]\"></ng-content>\n </div>\n <div #fConnectionsContainer>\n <ng-content select=\"f-connection\"></ng-content>\n <ng-content select=\"f-connection-for-create\"></ng-content>\n </div>\n\n <div #fNodesContainer>\n <ng-content select=\"[fNode]\"></ng-content>\n </div>\n</ng-container>\n", styles: [":host{position:absolute;overflow:visible;width:100%;height:100%;left:0;top:0;transform-origin:0 0;pointer-events:none}:host.f-scaled-animate{transition:transform .09s}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7218
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCanvasComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Component });
7219
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FCanvasComponent, selector: "f-canvas", inputs: { position: "position", scale: "scale" }, outputs: { fCanvasChange: "fCanvasChange" }, host: { classAttribute: "f-component f-canvas" }, providers: [{ provide: F_CANVAS, useExisting: FCanvasComponent }], viewQueries: [{ propertyName: "fGroupsContainer", first: true, predicate: ["fGroupsContainer"], descendants: true, static: true }, { propertyName: "fNodesContainer", first: true, predicate: ["fNodesContainer"], descendants: true, static: true }, { propertyName: "fConnectionsContainer", first: true, predicate: ["fConnectionsContainer"], descendants: true, static: true }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0, template: "<ng-container>\n <div #fGroupsContainer>\n <ng-content select=\"[fGroup]\"></ng-content>\n </div>\n <div #fConnectionsContainer>\n <ng-content select=\"f-connection\"></ng-content>\n <ng-content select=\"f-connection-for-create\"></ng-content>\n </div>\n\n <div #fNodesContainer>\n <ng-content select=\"[fNode]\"></ng-content>\n </div>\n</ng-container>\n", styles: [":host{position:absolute;overflow:visible;width:100%;height:100%;left:0;top:0;transform-origin:0 0;pointer-events:none}:host.f-scaled-animate{transition:transform .09s}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7224
7220
  }
7225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FCanvasComponent, decorators: [{
7221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FCanvasComponent, decorators: [{
7226
7222
  type: Component,
7227
7223
  args: [{ selector: 'f-canvas', exportAs: 'fComponent', host: {
7228
7224
  'class': 'f-component f-canvas',
@@ -7414,10 +7410,10 @@ class NearestCoordinateFinder {
7414
7410
 
7415
7411
  const F_LINE_ALIGNMENT = new InjectionToken('F_LINE_ALIGNMENT');
7416
7412
  class FLineAlignmentBase {
7417
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FLineAlignmentBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7418
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FLineAlignmentBase, ngImport: i0 });
7413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FLineAlignmentBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7414
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FLineAlignmentBase, ngImport: i0 });
7419
7415
  }
7420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FLineAlignmentBase, decorators: [{
7416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FLineAlignmentBase, decorators: [{
7421
7417
  type: Directive
7422
7418
  }] });
7423
7419
 
@@ -7492,12 +7488,12 @@ class FLineAlignmentComponent extends FLineAlignmentBase {
7492
7488
  this.lineService.hideVerticalLine();
7493
7489
  this.lineService.hideHorizontalLine();
7494
7490
  }
7495
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FLineAlignmentComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7496
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FLineAlignmentComponent, selector: "f-line-alignment", inputs: { fAlignThreshold: "fAlignThreshold" }, host: { classAttribute: "f-line-alignment f-component" }, providers: [
7491
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FLineAlignmentComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }, { token: FDraggableDataContext }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7492
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FLineAlignmentComponent, selector: "f-line-alignment", inputs: { fAlignThreshold: "fAlignThreshold" }, host: { classAttribute: "f-line-alignment f-component" }, providers: [
7497
7493
  { provide: F_LINE_ALIGNMENT, useExisting: FLineAlignmentComponent }
7498
7494
  ], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0, template: "", isInline: true, styles: [":host{display:block;position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}\n"] });
7499
7495
  }
7500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FLineAlignmentComponent, decorators: [{
7496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FLineAlignmentComponent, decorators: [{
7501
7497
  type: Component,
7502
7498
  args: [{ selector: "f-line-alignment", template: "", exportAs: "fComponent", host: {
7503
7499
  'class': 'f-line-alignment f-component'
@@ -7583,10 +7579,10 @@ class FMinimapFlowDirective {
7583
7579
  setViewBox(viewBox) {
7584
7580
  this.hostElement.setAttribute('viewBox', `${viewBox.x} ${viewBox.y} ${viewBox.width} ${viewBox.height}`);
7585
7581
  }
7586
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapFlowDirective, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7587
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FMinimapFlowDirective, selector: "svg[fMinimapFlow]", inputs: { fMinSize: "fMinSize" }, ngImport: i0 });
7582
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapFlowDirective, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7583
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FMinimapFlowDirective, selector: "svg[fMinimapFlow]", inputs: { fMinSize: "fMinSize" }, ngImport: i0 });
7588
7584
  }
7589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapFlowDirective, decorators: [{
7585
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapFlowDirective, decorators: [{
7590
7586
  type: Directive,
7591
7587
  args: [{
7592
7588
  selector: 'svg[fMinimapFlow]'
@@ -7643,10 +7639,10 @@ class FMinimapCanvasDirective {
7643
7639
  element.classList.add('f-selected');
7644
7640
  }
7645
7641
  }
7646
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapCanvasDirective, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7647
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FMinimapCanvasDirective, selector: "g[fMinimapCanvas]", ngImport: i0 });
7642
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapCanvasDirective, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7643
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FMinimapCanvasDirective, selector: "g[fMinimapCanvas]", ngImport: i0 });
7648
7644
  }
7649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapCanvasDirective, decorators: [{
7645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapCanvasDirective, decorators: [{
7650
7646
  type: Directive,
7651
7647
  args: [{
7652
7648
  selector: 'g[fMinimapCanvas]'
@@ -7676,10 +7672,10 @@ class FMinimapViewDirective {
7676
7672
  this.hostElement.setAttribute('width', viewBox.width.toString());
7677
7673
  this.hostElement.setAttribute('height', viewBox.height.toString());
7678
7674
  }
7679
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapViewDirective, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7680
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FMinimapViewDirective, selector: "rect[fMinimapView]", host: { classAttribute: "f-component f-minimap-view" }, ngImport: i0 });
7675
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapViewDirective, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
7676
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FMinimapViewDirective, selector: "rect[fMinimapView]", host: { classAttribute: "f-component f-minimap-view" }, ngImport: i0 });
7681
7677
  }
7682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapViewDirective, decorators: [{
7678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapViewDirective, decorators: [{
7683
7679
  type: Directive,
7684
7680
  args: [{
7685
7681
  selector: 'rect[fMinimapView]',
@@ -7723,12 +7719,12 @@ class FMinimapComponent {
7723
7719
  ngOnDestroy() {
7724
7720
  this.subscriptions$.unsubscribe();
7725
7721
  }
7726
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7727
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FMinimapComponent, selector: "f-minimap", inputs: { fMinSize: "fMinSize" }, host: { classAttribute: "f-component f-minimap" }, providers: [
7722
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7723
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FMinimapComponent, selector: "f-minimap", inputs: { fMinSize: "fMinSize" }, host: { classAttribute: "f-component f-minimap" }, providers: [
7728
7724
  { provide: F_DRAG_AND_DROP_PLUGIN, useExisting: FMinimapComponent },
7729
7725
  ], viewQueries: [{ propertyName: "fMinimapCanvas", first: true, predicate: FMinimapCanvasDirective, descendants: true, static: true }, { propertyName: "fMinimapFlow", first: true, predicate: FMinimapFlowDirective, descendants: true, static: true }, { propertyName: "fMinimapView", first: true, predicate: FMinimapViewDirective, descendants: true, static: true }], exportAs: ["fComponent"], ngImport: i0, template: "<svg fMinimapFlow width=\"100%\" height=\"100%\" fLockedContext [fMinSize]=\"fMinSize\">\n <g fMinimapCanvas></g>\n <rect fMinimapView x=\"0\" y=\"0\" width=\"100%\" height=\"100%\" stroke=\"none\"/>\n</svg>\n\n", styles: [":host{display:block;position:absolute}:host svg{overflow:hidden}\n"], dependencies: [{ kind: "directive", type: FMinimapCanvasDirective, selector: "g[fMinimapCanvas]" }, { kind: "directive", type: FMinimapViewDirective, selector: "rect[fMinimapView]" }, { kind: "directive", type: FMinimapFlowDirective, selector: "svg[fMinimapFlow]", inputs: ["fMinSize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7730
7726
  }
7731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FMinimapComponent, decorators: [{
7727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FMinimapComponent, decorators: [{
7732
7728
  type: Component,
7733
7729
  args: [{ selector: 'f-minimap', exportAs: 'fComponent', host: {
7734
7730
  'class': 'f-component f-minimap',
@@ -7756,10 +7752,10 @@ const F_MINIMAP_PROVIDERS = [
7756
7752
  ];
7757
7753
 
7758
7754
  class FSelectionAreaBase {
7759
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7760
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FSelectionAreaBase, ngImport: i0 });
7755
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FSelectionAreaBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7756
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FSelectionAreaBase, ngImport: i0 });
7761
7757
  }
7762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaBase, decorators: [{
7758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FSelectionAreaBase, decorators: [{
7763
7759
  type: Directive
7764
7760
  }] });
7765
7761
 
@@ -7796,12 +7792,12 @@ class FSelectionAreaComponent extends FSelectionAreaBase {
7796
7792
  onPointerUp(event) {
7797
7793
  this.fMediator.send(new SelectionAreaFinalizeRequest(event));
7798
7794
  }
7799
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7800
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FSelectionAreaComponent, selector: "f-selection-area", host: { classAttribute: "f-selection-area f-component" }, providers: [
7795
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FSelectionAreaComponent, deps: [{ token: i0.ElementRef }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7796
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FSelectionAreaComponent, selector: "f-selection-area", host: { classAttribute: "f-selection-area f-component" }, providers: [
7801
7797
  { provide: F_DRAG_AND_DROP_PLUGIN, useExisting: FSelectionAreaComponent },
7802
7798
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true, styles: [":host{position:absolute}\n"] });
7803
7799
  }
7804
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FSelectionAreaComponent, decorators: [{
7800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FSelectionAreaComponent, decorators: [{
7805
7801
  type: Component,
7806
7802
  args: [{ selector: "f-selection-area", template: ``, host: {
7807
7803
  'class': 'f-selection-area f-component'
@@ -7886,8 +7882,8 @@ class FFlowComponent extends FFlowBase {
7886
7882
  ngOnDestroy() {
7887
7883
  this.subscription$.unsubscribe();
7888
7884
  }
7889
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7890
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: FFlowComponent, selector: "f-flow", inputs: { fFlowId: "fFlowId" }, outputs: { fLoaded: "fLoaded" }, host: { properties: { "attr.id": "fFlowId" }, classAttribute: "f-component f-flow" }, providers: [
7885
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowComponent, deps: [{ token: i0.ElementRef }, { token: FComponentsStore }, { token: FFlowMediator }], target: i0.ɵɵFactoryTarget.Component });
7886
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: FFlowComponent, selector: "f-flow", inputs: { fFlowId: "fFlowId" }, outputs: { fLoaded: "fLoaded" }, host: { properties: { "attr.id": "fFlowId" }, classAttribute: "f-component f-flow" }, providers: [
7891
7887
  FFlowMediator,
7892
7888
  FComponentsStore,
7893
7889
  FTransformStore,
@@ -7898,7 +7894,7 @@ class FFlowComponent extends FFlowBase {
7898
7894
  { provide: F_FLOW, useExisting: FFlowComponent },
7899
7895
  ], usesInheritance: true, ngImport: i0, template: "<ng-container>\n <ng-content select=\"[fDefinitions]\"></ng-content>\n\n <ng-content select=\"f-background\"></ng-content>\n\n <ng-content select=\"f-line-alignment\"></ng-content>\n\n <ng-content select=\"f-canvas\"></ng-content>\n\n <ng-content select=\"f-selection-area\"></ng-content>\n\n <ng-content select=\"f-minimap\"></ng-content>\n</ng-container>\n", styles: [":host{display:block;position:relative;width:100%;height:100%;overflow:hidden;pointer-events:all;-webkit-user-select:none;user-select:none;touch-action:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7900
7896
  }
7901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowComponent, decorators: [{
7897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowComponent, decorators: [{
7902
7898
  type: Component,
7903
7899
  args: [{ selector: 'f-flow', host: {
7904
7900
  '[attr.id]': 'fFlowId',
@@ -8041,10 +8037,10 @@ class FZoomDirective extends FZoomBase {
8041
8037
  ngOnDestroy() {
8042
8038
  super.unsubscribe();
8043
8039
  }
8044
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FZoomDirective, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
8045
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FZoomDirective, selector: "f-canvas[fZoom]", inputs: { fFlowZoom: ["fZoom", "fFlowZoom"], minimum: ["fZoomMinimum", "minimum"], maximum: ["fZoomMaximum", "maximum"], step: ["fZoomStep", "step"], dblClickStep: ["fZoomDblClickStep", "dblClickStep"] }, host: { classAttribute: "f-zoom f-component" }, providers: [{ provide: F_ZOOM, useExisting: FZoomDirective }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
8040
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FZoomDirective, deps: [{ token: FComponentsStore }], target: i0.ɵɵFactoryTarget.Directive });
8041
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: FZoomDirective, selector: "f-canvas[fZoom]", inputs: { fFlowZoom: ["fZoom", "fFlowZoom"], minimum: ["fZoomMinimum", "minimum"], maximum: ["fZoomMaximum", "maximum"], step: ["fZoomStep", "step"], dblClickStep: ["fZoomDblClickStep", "dblClickStep"] }, host: { classAttribute: "f-zoom f-component" }, providers: [{ provide: F_ZOOM, useExisting: FZoomDirective }], exportAs: ["fComponent"], usesInheritance: true, ngImport: i0 });
8046
8042
  }
8047
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FZoomDirective, decorators: [{
8043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FZoomDirective, decorators: [{
8048
8044
  type: Directive,
8049
8045
  args: [{
8050
8046
  selector: "f-canvas[fZoom]",
@@ -8076,11 +8072,11 @@ const F_ZOOM_PROVIDERS = [
8076
8072
  ];
8077
8073
 
8078
8074
  class FFlowModule {
8079
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8080
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: FFlowModule, declarations: [FBackgroundComponent, FRectPatternComponent, FCirclePatternComponent, FCanvasComponent, FZoomDirective, FConnectionTextComponent, FConnectionTextPathDirective, FConnectionDragHandleComponent, FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionComponent, FConnectionCenterDirective, FConnectionForCreateComponent, FMarkerDirective, FNodeInputDirective, FNodeOutletDirective, FNodeOutputDirective, FExternalItemDirective, FFlowComponent, FLineAlignmentComponent, FMinimapComponent, FMinimapCanvasDirective, FMinimapViewDirective, FMinimapFlowDirective, FGroupDirective, FNodeDirective, FDragHandleDirective, FResizeHandleDirective, FSelectionAreaComponent, FDraggableDirective], imports: [CommonModule], exports: [FBackgroundComponent, FRectPatternComponent, FCirclePatternComponent, FCanvasComponent, FZoomDirective, FConnectionTextComponent, FConnectionTextPathDirective, FConnectionDragHandleComponent, FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionComponent, FConnectionCenterDirective, FConnectionForCreateComponent, FMarkerDirective, FNodeInputDirective, FNodeOutletDirective, FNodeOutputDirective, FExternalItemDirective, FFlowComponent, FLineAlignmentComponent, FMinimapComponent, FMinimapCanvasDirective, FMinimapViewDirective, FMinimapFlowDirective, FGroupDirective, FNodeDirective, FDragHandleDirective, FResizeHandleDirective, FSelectionAreaComponent, FDraggableDirective] });
8081
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowModule, imports: [CommonModule] });
8075
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8076
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: FFlowModule, declarations: [FBackgroundComponent, FRectPatternComponent, FCirclePatternComponent, FCanvasComponent, FZoomDirective, FConnectionTextComponent, FConnectionTextPathDirective, FConnectionDragHandleComponent, FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionComponent, FConnectionCenterDirective, FConnectionForCreateComponent, FMarkerDirective, FNodeInputDirective, FNodeOutletDirective, FNodeOutputDirective, FExternalItemDirective, FFlowComponent, FLineAlignmentComponent, FMinimapComponent, FMinimapCanvasDirective, FMinimapViewDirective, FMinimapFlowDirective, FGroupDirective, FNodeDirective, FDragHandleDirective, FResizeHandleDirective, FSelectionAreaComponent, FDraggableDirective], imports: [CommonModule], exports: [FBackgroundComponent, FRectPatternComponent, FCirclePatternComponent, FCanvasComponent, FZoomDirective, FConnectionTextComponent, FConnectionTextPathDirective, FConnectionDragHandleComponent, FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionComponent, FConnectionCenterDirective, FConnectionForCreateComponent, FMarkerDirective, FNodeInputDirective, FNodeOutletDirective, FNodeOutputDirective, FExternalItemDirective, FFlowComponent, FLineAlignmentComponent, FMinimapComponent, FMinimapCanvasDirective, FMinimapViewDirective, FMinimapFlowDirective, FGroupDirective, FNodeDirective, FDragHandleDirective, FResizeHandleDirective, FSelectionAreaComponent, FDraggableDirective] });
8077
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowModule, imports: [CommonModule] });
8082
8078
  }
8083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FFlowModule, decorators: [{
8079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: FFlowModule, decorators: [{
8084
8080
  type: NgModule,
8085
8081
  args: [{
8086
8082
  declarations: [