@foblex/flow 17.5.9 → 17.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 (358) hide show
  1. package/domain/css-cls.d.ts +1 -1
  2. package/domain/f-background/add-background-to-store/add-background-to-store.execution.d.ts +4 -1
  3. package/domain/f-background/add-pattern-to-background/add-pattern-to-background.execution.d.ts +4 -1
  4. package/domain/f-background/providers.d.ts +4 -0
  5. package/domain/f-background/remove-background-from-store/remove-background-from-store.execution.d.ts +4 -1
  6. package/domain/f-background/set-background-transform/set-background-transform.execution.d.ts +4 -1
  7. package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.d.ts +4 -1
  8. package/domain/f-canvas/center-group-or-node/center-group-or-node.execution.d.ts +4 -1
  9. package/domain/f-canvas/fit-to-flow/fit-to-flow.execution.d.ts +4 -1
  10. package/domain/f-canvas/get-canvas/get-canvas.execution.d.ts +4 -1
  11. package/domain/f-canvas/input-canvas-position/input-canvas-position.execution.d.ts +4 -1
  12. package/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.d.ts +5 -1
  13. package/domain/f-canvas/providers.d.ts +3 -0
  14. package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.d.ts +6 -1
  15. package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.d.ts +4 -1
  16. package/domain/f-canvas/reset-scale/reset-scale.execution.d.ts +4 -1
  17. package/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.d.ts +4 -1
  18. package/domain/f-canvas/update-scale/update-scale.execution.d.ts +5 -1
  19. package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.d.ts +4 -1
  20. package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.d.ts +4 -1
  21. package/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.d.ts +4 -1
  22. package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.d.ts +4 -1
  23. package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.execution.d.ts +3 -0
  24. package/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.d.ts +5 -0
  25. package/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.d.ts +5 -0
  26. package/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.d.ts +5 -0
  27. package/domain/f-connection/create-connection-markers/create-connection-markers.execution.d.ts +5 -5
  28. package/domain/f-connection/providers.d.ts +3 -0
  29. package/domain/f-connection/redraw-connections/redraw-connections.execution.d.ts +6 -1
  30. package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.d.ts +4 -1
  31. package/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.d.ts +4 -1
  32. package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.d.ts +4 -1
  33. package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.d.ts +4 -1
  34. package/domain/f-connectors/add-input-to-store/add-input-to-store.execution.d.ts +4 -1
  35. package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.d.ts +3 -0
  36. package/domain/f-connectors/add-output-to-store/add-output-to-store.execution.d.ts +3 -0
  37. package/domain/f-connectors/find-closest-connector/find-closest-connector.execution.d.ts +16 -0
  38. package/domain/f-connectors/find-closest-connector/find-closest-connector.request.d.ts +8 -0
  39. package/domain/f-connectors/find-closest-connector/index.d.ts +2 -0
  40. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.d.ts +30 -0
  41. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.request.d.ts +8 -0
  42. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/index.d.ts +2 -0
  43. package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.d.ts +4 -1
  44. package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.d.ts +18 -0
  45. package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.request.d.ts +6 -0
  46. package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/index.d.ts +2 -0
  47. package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.execution.d.ts +4 -1
  48. package/domain/f-connectors/{i-closest-input.d.ts → i-closest-connector.d.ts} +4 -1
  49. package/domain/f-connectors/index.d.ts +6 -5
  50. package/domain/f-connectors/mark-connectable-connectors/index.d.ts +2 -0
  51. package/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.execution.d.ts +13 -0
  52. package/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.request.d.ts +6 -0
  53. package/domain/f-connectors/providers.d.ts +6 -5
  54. package/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.d.ts +4 -1
  55. package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.d.ts +4 -1
  56. package/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.d.ts +4 -1
  57. package/domain/f-connectors/unmark-connectable-connectors/index.d.ts +2 -0
  58. package/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.execution.d.ts +13 -0
  59. package/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.request.d.ts +6 -0
  60. package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.d.ts +4 -1
  61. package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.d.ts +7 -3
  62. package/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.d.ts +4 -1
  63. package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.d.ts +3 -0
  64. package/domain/f-draggable/is-drag-started/is-drag-started.execution.d.ts +4 -1
  65. package/domain/f-draggable/on-pointer-move/on-pointer-move.execution.d.ts +6 -1
  66. package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.d.ts +4 -1
  67. package/domain/f-draggable/providers.d.ts +4 -1
  68. package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.d.ts +4 -1
  69. package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +5 -2
  70. package/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.d.ts +4 -1
  71. package/domain/f-flow/get-flow/get-flow.execution.d.ts +4 -1
  72. package/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.d.ts +4 -1
  73. package/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.d.ts +4 -1
  74. package/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.d.ts +4 -3
  75. package/domain/f-flow/get-flow-state/get-flow-state.execution.d.ts +5 -2
  76. package/domain/f-flow/get-flow-state/providers.d.ts +4 -1
  77. package/domain/f-flow/providers.d.ts +6 -1
  78. package/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.d.ts +4 -1
  79. package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.d.ts +4 -1
  80. package/domain/f-line-alignment/providers.d.ts +5 -0
  81. package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.d.ts +4 -1
  82. package/domain/f-node/add-node-to-store/add-node-to-store.execution.d.ts +4 -1
  83. package/domain/f-node/calculate-input-connections/calculate-input-connections.execution.d.ts +4 -1
  84. package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.d.ts +5 -1
  85. package/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.execution.d.ts +6 -1
  86. package/domain/f-node/calculate-output-connections/calculate-output-connections.execution.d.ts +4 -1
  87. package/domain/f-node/get-node-padding/get-node-padding.execution.d.ts +4 -0
  88. package/domain/f-node/get-nodes/get-nodes.execution.d.ts +4 -1
  89. package/domain/f-node/get-parent-nodes/get-parent-nodes.execution.d.ts +4 -1
  90. package/domain/f-node/providers.d.ts +3 -0
  91. package/domain/f-node/remove-node-from-store/remove-node-from-store.execution.d.ts +4 -1
  92. package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.d.ts +28 -1
  93. package/domain/f-selection/clear-selection/clear-selection.execution.d.ts +3 -0
  94. package/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.d.ts +14 -2
  95. package/domain/f-selection/get-current-selection/get-current-selection.execution.d.ts +3 -0
  96. package/domain/f-selection/providers.d.ts +3 -0
  97. package/domain/f-selection/select/select.execution.d.ts +4 -1
  98. package/domain/f-selection/select-all/select-all.execution.d.ts +5 -1
  99. package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.d.ts +7 -5
  100. package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.execution.d.ts +4 -1
  101. package/domain/f-zoom/providers.d.ts +5 -0
  102. package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.d.ts +4 -1
  103. package/domain/f-zoom/reset-zoom/reset-zoom.execution.d.ts +4 -1
  104. package/domain/f-zoom/set-zoom/set-zoom.execution.d.ts +6 -2
  105. package/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.d.ts +5 -1
  106. package/domain/get-element-rounded-rect/get-element-rounded-rect.execution.d.ts +5 -1
  107. package/domain/get-normalized-connector-rect/get-normalized-connector-rect.execution.d.ts +7 -2
  108. package/domain/get-normalized-element-rect/get-normalized-element-rect.execution.d.ts +7 -2
  109. package/domain/get-normalized-point/get-normalized-point.execution.d.ts +6 -1
  110. package/domain/providers.d.ts +7 -1
  111. package/domain/sort-item-layers/sort-item-layers.execution.d.ts +9 -2
  112. package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.d.ts +8 -3
  113. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.d.ts +8 -3
  114. package/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.d.ts +4 -0
  115. package/domain/update-item-and-children-layers/update-item-and-children-layers.execution.d.ts +6 -2
  116. package/drag-toolkit/drag-and-drop-base.d.ts +60 -0
  117. package/esm2022/domain/css-cls.mjs +2 -2
  118. package/esm2022/domain/f-background/add-background-to-store/add-background-to-store.execution.mjs +6 -3
  119. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.execution.mjs +7 -4
  120. package/esm2022/domain/f-background/providers.mjs +5 -1
  121. package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store.execution.mjs +6 -3
  122. package/esm2022/domain/f-background/set-background-transform/set-background-transform.execution.mjs +6 -3
  123. package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.mjs +6 -3
  124. package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +8 -5
  125. package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +7 -4
  126. package/esm2022/domain/f-canvas/get-canvas/get-canvas.execution.mjs +6 -3
  127. package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position.execution.mjs +6 -3
  128. package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.mjs +7 -3
  129. package/esm2022/domain/f-canvas/providers.mjs +4 -1
  130. package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.mjs +13 -8
  131. package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.mjs +6 -3
  132. package/esm2022/domain/f-canvas/reset-scale/reset-scale.execution.mjs +6 -3
  133. package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +7 -4
  134. package/esm2022/domain/f-canvas/update-scale/update-scale.execution.mjs +7 -3
  135. package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.mjs +6 -3
  136. package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.mjs +6 -3
  137. package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.mjs +7 -4
  138. package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.mjs +6 -3
  139. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.execution.mjs +4 -1
  140. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.mjs +6 -1
  141. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.mjs +6 -1
  142. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.mjs +6 -1
  143. package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.execution.mjs +20 -18
  144. package/esm2022/domain/f-connection/providers.mjs +4 -1
  145. package/esm2022/domain/f-connection/redraw-connections/redraw-connections.execution.mjs +16 -11
  146. package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.mjs +6 -3
  147. package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.mjs +8 -5
  148. package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.mjs +6 -3
  149. package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.mjs +6 -3
  150. package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.execution.mjs +6 -3
  151. package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.mjs +4 -1
  152. package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.execution.mjs +4 -1
  153. package/esm2022/domain/f-connectors/find-closest-connector/find-closest-connector.execution.mjs +47 -0
  154. package/esm2022/domain/f-connectors/find-closest-connector/find-closest-connector.request.mjs +10 -0
  155. package/esm2022/domain/f-connectors/{find-input-at-position → find-closest-connector}/index.mjs +3 -3
  156. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.mjs +98 -0
  157. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.request.mjs +10 -0
  158. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/index.mjs +3 -0
  159. package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.mjs +6 -3
  160. package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.mjs +43 -0
  161. package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.request.mjs +8 -0
  162. package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/index.mjs +3 -0
  163. package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.execution.mjs +6 -3
  164. package/esm2022/domain/f-connectors/i-closest-connector.mjs +2 -0
  165. package/esm2022/domain/f-connectors/index.mjs +7 -6
  166. package/esm2022/domain/f-connectors/mark-connectable-connectors/index.mjs +3 -0
  167. package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.execution.mjs +30 -0
  168. package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.request.mjs +8 -0
  169. package/esm2022/domain/f-connectors/providers.mjs +14 -9
  170. package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.mjs +6 -3
  171. package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.mjs +6 -3
  172. package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.mjs +6 -3
  173. package/esm2022/domain/f-connectors/unmark-connectable-connectors/index.mjs +3 -0
  174. package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.execution.mjs +30 -0
  175. package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.request.mjs +8 -0
  176. package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.mjs +6 -3
  177. package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +10 -6
  178. package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.mjs +7 -4
  179. package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.mjs +4 -1
  180. package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.execution.mjs +6 -3
  181. package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.execution.mjs +8 -3
  182. package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.mjs +6 -3
  183. package/esm2022/domain/f-draggable/providers.mjs +4 -1
  184. package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.mjs +6 -3
  185. package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +9 -6
  186. package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.mjs +6 -3
  187. package/esm2022/domain/f-flow/get-flow/get-flow.execution.mjs +6 -3
  188. package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.mjs +6 -3
  189. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.mjs +7 -4
  190. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.mjs +13 -13
  191. package/esm2022/domain/f-flow/get-flow-state/get-flow-state.execution.mjs +11 -8
  192. package/esm2022/domain/f-flow/get-flow-state/providers.mjs +4 -1
  193. package/esm2022/domain/f-flow/providers.mjs +6 -1
  194. package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.mjs +6 -3
  195. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.mjs +6 -3
  196. package/esm2022/domain/f-line-alignment/providers.mjs +6 -1
  197. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.mjs +6 -3
  198. package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.execution.mjs +6 -3
  199. package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.execution.mjs +7 -4
  200. package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.mjs +7 -3
  201. package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.execution.mjs +8 -3
  202. package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.execution.mjs +7 -4
  203. package/esm2022/domain/f-node/get-node-padding/get-node-padding.execution.mjs +5 -1
  204. package/esm2022/domain/f-node/get-nodes/get-nodes.execution.mjs +6 -3
  205. package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.execution.mjs +9 -6
  206. package/esm2022/domain/f-node/providers.mjs +4 -1
  207. package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.execution.mjs +6 -3
  208. package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.mjs +30 -3
  209. package/esm2022/domain/f-selection/clear-selection/clear-selection.execution.mjs +4 -1
  210. package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +20 -8
  211. package/esm2022/domain/f-selection/get-current-selection/get-current-selection.execution.mjs +4 -1
  212. package/esm2022/domain/f-selection/providers.mjs +4 -1
  213. package/esm2022/domain/f-selection/select/select.execution.mjs +7 -4
  214. package/esm2022/domain/f-selection/select-all/select-all.execution.mjs +8 -4
  215. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +17 -17
  216. package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.execution.mjs +6 -3
  217. package/esm2022/domain/f-zoom/providers.mjs +6 -1
  218. package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.mjs +6 -3
  219. package/esm2022/domain/f-zoom/reset-zoom/reset-zoom.execution.mjs +6 -3
  220. package/esm2022/domain/f-zoom/set-zoom/set-zoom.execution.mjs +11 -7
  221. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +8 -4
  222. package/esm2022/domain/get-element-rounded-rect/get-element-rounded-rect.execution.mjs +8 -4
  223. package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect.execution.mjs +11 -6
  224. package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect.execution.mjs +10 -5
  225. package/esm2022/domain/get-normalized-point/get-normalized-point.execution.mjs +9 -4
  226. package/esm2022/domain/providers.mjs +7 -1
  227. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +15 -8
  228. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +13 -8
  229. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +14 -9
  230. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.mjs +5 -1
  231. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +12 -8
  232. package/esm2022/drag-toolkit/drag-and-drop-base.mjs +55 -1
  233. package/esm2022/f-canvas/f-canvas.component.mjs +67 -20
  234. package/esm2022/f-connection/common/domain/f-bezier.path-builder.mjs +7 -2
  235. package/esm2022/f-connection/common/domain/f-segment.path-builder.mjs +3 -2
  236. package/esm2022/f-connection/common/domain/f-straight.path-builder.mjs +2 -2
  237. package/esm2022/f-connection/common/f-connection-base.mjs +16 -12
  238. package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +2 -2
  239. package/esm2022/f-connection/common/f-connection-text/f-connection-text.component.mjs +2 -2
  240. package/esm2022/f-connection/common/f-gradient/f-connection-gradient.component.mjs +4 -4
  241. package/esm2022/f-connection/common/f-path/f-connection-path.component.mjs +8 -8
  242. package/esm2022/f-connection/common/f-selection/f-connection-selection.component.mjs +2 -2
  243. package/esm2022/f-connection/common/i-has-connection-color.mjs +1 -1
  244. package/esm2022/f-connection/common/i-has-connection-from-to.mjs +1 -1
  245. package/esm2022/f-connection/f-connection/f-connection.component.mjs +23 -52
  246. package/esm2022/f-connection/f-connection-builder/i-f-connection-builder-response.mjs +1 -1
  247. package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +21 -48
  248. package/esm2022/f-connection/f-snap-connection/f-snap-connection.component.mjs +21 -48
  249. package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +2 -2
  250. package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +2 -2
  251. package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +2 -2
  252. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +2 -2
  253. package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.execution.mjs +3 -3
  254. package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.mjs +6 -6
  255. package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.mjs +3 -3
  256. package/esm2022/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.mjs +5 -5
  257. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.mjs +41 -73
  258. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.event.mjs +18 -12
  259. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.mjs +83 -0
  260. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.mjs +82 -0
  261. package/esm2022/f-draggable/f-connection/f-reassign-connection/i-f-reassign-connection-drag-result.mjs +1 -1
  262. package/esm2022/f-draggable/f-connection/f-reassign-connection/i-f-reassign-handler.mjs +8 -0
  263. package/esm2022/f-draggable/f-connection/f-reassign-connection/index.mjs +5 -1
  264. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.execution.mjs +27 -21
  265. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.mjs +8 -11
  266. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/index.mjs +2 -1
  267. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +17 -0
  268. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.execution.mjs +3 -3
  269. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +4 -4
  270. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.mjs +2 -2
  271. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.mjs +2 -2
  272. package/esm2022/f-draggable/f-node-move/f-summary-node-move.drag-handler.mjs +2 -2
  273. package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.mjs +2 -2
  274. package/esm2022/f-draggable/f-node-resize/f-node-resize.drag-handler.mjs +2 -2
  275. package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.mjs +2 -2
  276. package/esm2022/f-draggable/f-node-rotate/f-node-rotate.drag-handler.mjs +2 -2
  277. package/esm2022/f-draggable/f-single-select/f-single-select.execution.mjs +2 -2
  278. package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.execution.mjs +2 -2
  279. package/esm2022/f-flow/f-flow.component.mjs +3 -3
  280. package/esm2022/f-minimap/domain/f-minimap.drag-handler.mjs +1 -1
  281. package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +3 -4
  282. package/esm2022/f-minimap/f-minimap-flow.directive.mjs +7 -9
  283. package/esm2022/f-minimap/f-minimap-view.directive.mjs +3 -3
  284. package/esm2022/f-minimap/f-minimap.component.mjs +19 -30
  285. package/esm2022/f-node/f-group.directive.mjs +6 -9
  286. package/esm2022/f-node/f-node-base.mjs +1 -1
  287. package/esm2022/f-node/f-node.directive.mjs +6 -9
  288. package/esm2022/f-zoom/f-zoom.directive.mjs +8 -2
  289. package/esm2022/mixins/change-selection/change-selection.mjs +3 -2
  290. package/esm2022/mixins/change-selection/i-selectable.mjs +1 -1
  291. package/f-canvas/f-canvas.component.d.ts +49 -1
  292. package/f-connection/common/f-connection-base.d.ts +15 -12
  293. package/f-connection/common/i-has-connection-color.d.ts +3 -2
  294. package/f-connection/common/i-has-connection-from-to.d.ts +2 -1
  295. package/f-connection/f-connection/f-connection.component.d.ts +17 -15
  296. package/f-connection/f-connection-builder/i-f-connection-builder-response.d.ts +1 -0
  297. package/f-connection/f-connection-for-create/f-connection-for-create.component.d.ts +16 -15
  298. package/f-connection/f-snap-connection/f-snap-connection.component.d.ts +16 -15
  299. package/f-connection/providers.d.ts +1 -1
  300. package/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.d.ts +2 -2
  301. package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.d.ts +11 -17
  302. package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.event.d.ts +9 -6
  303. package/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.d.ts +27 -0
  304. package/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.d.ts +28 -0
  305. package/f-draggable/f-connection/f-reassign-connection/i-f-reassign-connection-drag-result.d.ts +4 -2
  306. package/f-draggable/f-connection/f-reassign-connection/i-f-reassign-handler.d.ts +12 -0
  307. package/f-draggable/f-connection/f-reassign-connection/index.d.ts +4 -0
  308. package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.execution.d.ts +6 -6
  309. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.d.ts +0 -1
  310. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/index.d.ts +1 -0
  311. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/is-pointer-inside-start-or-end-drag-handles.d.ts +5 -0
  312. package/f-draggable/f-connection/providers.d.ts +1 -1
  313. package/f-draggable/f-drop-to-group/providers.d.ts +1 -1
  314. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/providers.d.ts +1 -1
  315. package/f-draggable/f-node-move/providers.d.ts +1 -1
  316. package/f-draggable/f-node-resize/providers.d.ts +1 -1
  317. package/f-draggable/providers.d.ts +1 -1
  318. package/f-flow/f-flow.component.d.ts +1 -1
  319. package/f-minimap/domain/providers.d.ts +1 -1
  320. package/f-minimap/f-minimap-canvas.directive.d.ts +1 -1
  321. package/f-minimap/f-minimap-flow.directive.d.ts +4 -4
  322. package/f-minimap/f-minimap-view.directive.d.ts +1 -1
  323. package/f-minimap/f-minimap.component.d.ts +8 -8
  324. package/f-node/f-group.directive.d.ts +2 -2
  325. package/f-node/f-node-base.d.ts +2 -2
  326. package/f-node/f-node.directive.d.ts +2 -2
  327. package/f-node/providers.d.ts +1 -1
  328. package/f-selection-area/domain/providers.d.ts +1 -1
  329. package/f-storage/providers.d.ts +1 -1
  330. package/f-zoom/f-zoom.directive.d.ts +1 -0
  331. package/fesm2022/foblex-flow.mjs +1331 -732
  332. package/fesm2022/foblex-flow.mjs.map +1 -1
  333. package/mixins/change-selection/i-selectable.d.ts +2 -1
  334. package/package.json +1 -1
  335. package/domain/f-connectors/calculate-closest-input/calculate-closest-input.execution.d.ts +0 -11
  336. package/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.d.ts +0 -8
  337. package/domain/f-connectors/calculate-closest-input/index.d.ts +0 -2
  338. package/domain/f-connectors/find-input-at-position/find-input-at-position.execution.d.ts +0 -25
  339. package/domain/f-connectors/find-input-at-position/find-input-at-position.request.d.ts +0 -9
  340. package/domain/f-connectors/find-input-at-position/index.d.ts +0 -2
  341. package/domain/f-connectors/mark-all-can-be-connected-inputs/index.d.ts +0 -2
  342. package/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.execution.d.ts +0 -10
  343. package/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.d.ts +0 -6
  344. package/domain/f-connectors/unmark-all-can-be-connected-inputs/index.d.ts +0 -2
  345. package/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.execution.d.ts +0 -10
  346. package/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.d.ts +0 -6
  347. package/esm2022/domain/f-connectors/calculate-closest-input/calculate-closest-input.execution.mjs +0 -42
  348. package/esm2022/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.mjs +0 -10
  349. package/esm2022/domain/f-connectors/calculate-closest-input/index.mjs +0 -3
  350. package/esm2022/domain/f-connectors/find-input-at-position/find-input-at-position.execution.mjs +0 -92
  351. package/esm2022/domain/f-connectors/find-input-at-position/find-input-at-position.request.mjs +0 -12
  352. package/esm2022/domain/f-connectors/i-closest-input.mjs +0 -2
  353. package/esm2022/domain/f-connectors/mark-all-can-be-connected-inputs/index.mjs +0 -3
  354. package/esm2022/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.execution.mjs +0 -27
  355. package/esm2022/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.mjs +0 -8
  356. package/esm2022/domain/f-connectors/unmark-all-can-be-connected-inputs/index.mjs +0 -3
  357. package/esm2022/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.execution.mjs +0 -27
  358. package/esm2022/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.mjs +0 -8
@@ -2,8 +2,11 @@ import { IExecution } from '@foblex/mediator';
2
2
  import { GetConnectorAndRectRequest } from './get-connector-and-rect-request';
3
3
  import { IConnectorAndRect } from '../i-connector-and-rect';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves a connector and its rectangle.
7
+ */
5
8
  export declare class GetConnectorAndRectExecution implements IExecution<GetConnectorAndRectRequest, IConnectorAndRect> {
6
- private readonly _fMediator;
9
+ private readonly _mediator;
7
10
  handle(request: GetConnectorAndRectRequest): IConnectorAndRect;
8
11
  private _getConnectorRect;
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GetConnectorAndRectExecution, never>;
@@ -1,6 +1,9 @@
1
1
  import { IRoundedRect } from '@foblex/2d';
2
2
  import { FConnectorBase } from '../../f-connectors';
3
- export interface IClosestInput {
3
+ /**
4
+ * Interface that describes the closest connector to a point.
5
+ */
6
+ export interface IClosestConnector {
4
7
  fConnector: FConnectorBase;
5
8
  fRect: IRoundedRect;
6
9
  distance: number;
@@ -1,15 +1,16 @@
1
1
  export * from './add-input-to-store';
2
2
  export * from './add-outlet-to-store';
3
3
  export * from './add-output-to-store';
4
- export * from './calculate-closest-input';
5
- export * from './find-input-at-position';
4
+ export * from './find-closest-connector';
5
+ export * from './find-connectable-connector-using-priority-and-position';
6
6
  export * from './get-all-can-be-connected-inputs-and-rects';
7
+ export * from './get-all-can-be-connected-source-connectors-and-rects';
7
8
  export * from './get-connector-and-rect';
8
- export * from './mark-all-can-be-connected-inputs';
9
+ export * from './mark-connectable-connectors';
9
10
  export * from './remove-input-from-store';
10
11
  export * from './remove-outlet-from-store';
11
12
  export * from './remove-output-from-store';
12
- export * from './unmark-all-can-be-connected-inputs';
13
- export * from './i-closest-input';
13
+ export * from './unmark-connectable-connectors';
14
+ export * from './i-closest-connector';
14
15
  export * from './i-connector-and-rect';
15
16
  export * from './providers';
@@ -0,0 +1,2 @@
1
+ export * from './mark-connectable-connectors.request';
2
+ export * from './mark-connectable-connectors.execution';
@@ -0,0 +1,13 @@
1
+ import { MarkConnectableConnectorsRequest } from './mark-connectable-connectors.request';
2
+ import { IExecution } from '@foblex/mediator';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that marks connectors as connectable.
6
+ */
7
+ export declare class MarkConnectableConnectorsExecution implements IExecution<MarkConnectableConnectorsRequest, void> {
8
+ private readonly _store;
9
+ handle(payload: MarkConnectableConnectorsRequest): void;
10
+ private _markConnector;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkConnectableConnectorsExecution, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<MarkConnectableConnectorsExecution>;
13
+ }
@@ -0,0 +1,6 @@
1
+ import { FConnectorBase } from '../../../f-connectors';
2
+ export declare class MarkConnectableConnectorsRequest {
3
+ fConnectors: FConnectorBase[];
4
+ static readonly fToken: unique symbol;
5
+ constructor(fConnectors: FConnectorBase[]);
6
+ }
@@ -4,10 +4,11 @@ import { AddOutputToStoreExecution } from './add-output-to-store';
4
4
  import { RemoveInputFromStoreExecution } from './remove-input-from-store';
5
5
  import { RemoveOutletFromStoreExecution } from './remove-outlet-from-store';
6
6
  import { RemoveOutputFromStoreExecution } from './remove-output-from-store';
7
- import { MarkAllCanBeConnectedInputsExecution } from './mark-all-can-be-connected-inputs';
8
- import { UnmarkAllCanBeConnectedInputsExecution } from './unmark-all-can-be-connected-inputs';
7
+ import { MarkConnectableConnectorsExecution } from './mark-connectable-connectors';
8
+ import { UnmarkConnectableConnectorsExecution } from './unmark-connectable-connectors';
9
9
  import { GetAllCanBeConnectedInputsAndRectsExecution } from './get-all-can-be-connected-inputs-and-rects';
10
10
  import { GetConnectorAndRectExecution } from './get-connector-and-rect';
11
- import { CalculateClosestInputExecution } from './calculate-closest-input';
12
- import { FindInputAtPositionExecution } from './find-input-at-position';
13
- export declare const F_CONNECTORS_FEATURES: (typeof AddInputToStoreExecution | typeof AddOutletToStoreExecution | typeof AddOutputToStoreExecution | typeof CalculateClosestInputExecution | typeof FindInputAtPositionExecution | typeof GetAllCanBeConnectedInputsAndRectsExecution | typeof GetConnectorAndRectExecution | typeof MarkAllCanBeConnectedInputsExecution | typeof RemoveInputFromStoreExecution | typeof RemoveOutletFromStoreExecution | typeof RemoveOutputFromStoreExecution | typeof UnmarkAllCanBeConnectedInputsExecution)[];
11
+ import { FindClosestConnectorExecution } from './find-closest-connector';
12
+ import { GetAllCanBeConnectedSourceConnectorsAndRectsExecution } from "./get-all-can-be-connected-source-connectors-and-rects";
13
+ import { FindConnectableConnectorUsingPriorityAndPositionExecution } from "./find-connectable-connector-using-priority-and-position";
14
+ export declare const F_CONNECTORS_FEATURES: (typeof AddInputToStoreExecution | typeof AddOutletToStoreExecution | typeof AddOutputToStoreExecution | typeof FindConnectableConnectorUsingPriorityAndPositionExecution | typeof FindClosestConnectorExecution | typeof GetConnectorAndRectExecution | typeof GetAllCanBeConnectedInputsAndRectsExecution | typeof GetAllCanBeConnectedSourceConnectorsAndRectsExecution | typeof MarkConnectableConnectorsExecution | typeof RemoveInputFromStoreExecution | typeof RemoveOutletFromStoreExecution | typeof RemoveOutputFromStoreExecution | typeof UnmarkConnectableConnectorsExecution)[];
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveInputFromStoreRequest } from './remove-input-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes an inputConnector from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveInputFromStoreExecution implements IExecution<RemoveInputFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveInputFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveInputFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveInputFromStoreExecution>;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveOutletFromStoreRequest } from './remove-outlet-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes an outlet connector from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveOutletFromStoreExecution implements IExecution<RemoveOutletFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveOutletFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveOutletFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveOutletFromStoreExecution>;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveOutputFromStoreRequest } from './remove-output-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes an outlet connector from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveOutputFromStoreExecution implements IExecution<RemoveOutputFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveOutputFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveOutputFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveOutputFromStoreExecution>;
@@ -0,0 +1,2 @@
1
+ export * from './unmark-connectable-connectors.request';
2
+ export * from './unmark-connectable-connectors.execution';
@@ -0,0 +1,13 @@
1
+ import { UnmarkConnectableConnectorsRequest } from './unmark-connectable-connectors.request';
2
+ import { IExecution } from '@foblex/mediator';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that unmarks connectors as connectable.
6
+ */
7
+ export declare class UnmarkConnectableConnectorsExecution implements IExecution<UnmarkConnectableConnectorsRequest, void> {
8
+ private readonly _store;
9
+ handle(payload: UnmarkConnectableConnectorsRequest): void;
10
+ private _unmarkConnector;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UnmarkConnectableConnectorsExecution, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<UnmarkConnectableConnectorsExecution>;
13
+ }
@@ -0,0 +1,6 @@
1
+ import { FConnectorBase } from '../../../f-connectors';
2
+ export declare class UnmarkConnectableConnectorsRequest {
3
+ fConnectors: FConnectorBase[];
4
+ static readonly fToken: unique symbol;
5
+ constructor(fConnectors: FConnectorBase[]);
6
+ }
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { AddDndToStoreRequest } from './add-dnd-to-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds a drag and drop directive to the FComponentsStore.
6
+ */
4
7
  export declare class AddDndToStoreExecution implements IExecution<AddDndToStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: AddDndToStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddDndToStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddDndToStoreExecution>;
@@ -1,11 +1,15 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { EmitSelectionChangeEventRequest } from './emit-selection-change-event-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that emits a selection change event when the selection changes.
6
+ * It retrieves the current selection and emits it through the FSelectionChangeEvent.
7
+ */
4
8
  export declare class EmitSelectionChangeEventExecution implements IExecution<EmitSelectionChangeEventRequest, void> {
5
- private _fMediator;
6
- private _fComponentsStore;
9
+ private readonly _mediator;
10
+ private readonly _store;
7
11
  private get _fSelectionChange();
8
- private _fDraggableDataContext;
12
+ private readonly _fDraggableDataContext;
9
13
  handle(request: EmitSelectionChangeEventRequest): void;
10
14
  private _getSelection;
11
15
  private _emitSelectionChange;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { EndDragSequenceRequest } from './end-drag-sequence-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that handles the end of a drag sequence.
6
+ */
4
7
  export declare class EndDragSequenceExecution implements IExecution<EndDragSequenceRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  private get _hostElement();
7
10
  private _fDraggableDataContext;
8
11
  handle(request: EndDragSequenceRequest): void;
@@ -1,6 +1,9 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { InitializeDragSequenceRequest } from './initialize-drag-sequence-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that initializes the drag sequence by resetting the FDraggableDataContext.
6
+ */
4
7
  export declare class InitializeDragSequenceExecution implements IExecution<InitializeDragSequenceRequest, void> {
5
8
  private _fDraggableDataContext;
6
9
  handle(request: InitializeDragSequenceRequest): void;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { IsDragStartedRequest } from './is-drag-started-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that checks if a drag operation has started.
6
+ */
4
7
  export declare class IsDragStartedExecution implements IExecution<IsDragStartedRequest, boolean> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: IsDragStartedRequest): boolean;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IsDragStartedExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<IsDragStartedExecution>;
@@ -1,8 +1,13 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { OnPointerMoveRequest } from './on-pointer-move-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that handles pointer move events during a drag operation.
6
+ * It calculates the difference between the current pointer position and the position
7
+ * when the drag started, and updates the draggable items accordingly.
8
+ */
4
9
  export declare class OnPointerMoveExecution implements IExecution<OnPointerMoveRequest, void> {
5
- private readonly _fComponentsStore;
10
+ private readonly _store;
6
11
  private get _hostElement();
7
12
  private readonly _fDraggableDataContext;
8
13
  handle(request: OnPointerMoveRequest): void;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { PrepareDragSequenceRequest } from './prepare-drag-sequence-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that prepares the drag sequence by invoking the prepareDragSequence method on each draggable item.
6
+ */
4
7
  export declare class PrepareDragSequenceExecution implements IExecution<PrepareDragSequenceRequest, void> {
5
- private _fMediator;
8
+ private readonly _mediator;
6
9
  private _fDraggableDataContext;
7
10
  handle(request: PrepareDragSequenceRequest): void;
8
11
  private _callPrepareDragSequence;
@@ -7,4 +7,7 @@ import { InitializeDragSequenceExecution } from './initialize-drag-sequence';
7
7
  import { OnPointerMoveExecution } from './on-pointer-move';
8
8
  import { IsDragStartedExecution } from './is-drag-started';
9
9
  import { StartDragSequenceExecution } from './start-drag-sequence';
10
- export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof IsDragStartedExecution | typeof StartDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];
10
+ /**
11
+ * Collection of all FDraggable feature executions.
12
+ */
13
+ export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof IsDragStartedExecution | typeof StartDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveDndFromStoreRequest } from './remove-dnd-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes the drag and drop directive from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveDndFromStoreExecution implements IExecution<RemoveDndFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveDndFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveDndFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveDndFromStoreExecution>;
@@ -1,9 +1,12 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { StartDragSequenceRequest } from './start-drag-sequence-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that starts the drag sequence by adding a dragging class to the host element
6
+ */
4
7
  export declare class StartDragSequenceExecution implements IExecution<StartDragSequenceRequest, void> {
5
- private _fMediator;
6
- private _fComponentsStore;
8
+ private readonly _mediator;
9
+ private readonly _store;
7
10
  private _fDraggableDataContext;
8
11
  private get _hostElement();
9
12
  handle(request: StartDragSequenceRequest): void;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { AddFlowToStoreRequest } from './add-flow-to-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds a Flow to the FComponentsStore.
6
+ */
4
7
  export declare class AddFlowToStoreExecution implements IExecution<AddFlowToStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: AddFlowToStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddFlowToStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddFlowToStoreExecution>;
@@ -2,8 +2,11 @@ import { IExecution } from '@foblex/mediator';
2
2
  import { GetFlowRequest } from './get-flow-request';
3
3
  import { FFlowBase } from '../../../f-flow';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves the current Flow from the FComponentsStore.
7
+ */
5
8
  export declare class GetFlowExecution implements IExecution<GetFlowRequest, FFlowBase> {
6
- private _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: GetFlowRequest): FFlowBase;
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowExecution, never>;
9
12
  static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowExecution>;
@@ -1,8 +1,11 @@
1
1
  import { GetFlowHostElementRequest } from './get-flow-host-element.request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that retrieves the Flow host element from the FComponentsStore.
6
+ */
4
7
  export declare class GetFlowHostElementExecution implements IExecution<GetFlowHostElementRequest, HTMLElement> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(): HTMLElement;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowHostElementExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowHostElementExecution>;
@@ -2,8 +2,11 @@ import { GetFlowStateConnectionsRequest } from './get-flow-state-connections-req
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import { IFFlowStateConnection } from '../i-f-flow-state-connection';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves the current Flow state connections from the FComponentsStore.
7
+ */
5
8
  export declare class GetFlowStateConnectionsExecution implements IExecution<GetFlowStateConnectionsRequest, IFFlowStateConnection[]> {
6
- private _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: GetFlowStateConnectionsRequest): IFFlowStateConnection[];
8
11
  private _mapToConnectionState;
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateConnectionsExecution, never>;
@@ -1,11 +1,12 @@
1
1
  import { GetFlowStateNodesRequest } from './get-flow-state-nodes-request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import { IFFlowStateNode } from '../i-f-flow-state-node';
4
- import { FComponentsStore } from '../../../../f-storage';
5
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves the state of Flow nodes, including their position, size, inputs, outputs, and selection status.
7
+ */
6
8
  export declare class GetFlowStateNodesExecution implements IExecution<GetFlowStateNodesRequest, IFFlowStateNode[]> {
7
- private fComponentsStore;
8
- constructor(fComponentsStore: FComponentsStore);
9
+ private readonly _store;
9
10
  handle(request: GetFlowStateNodesRequest): IFFlowStateNode[];
10
11
  private _getOutputs;
11
12
  private _getInputs;
@@ -2,9 +2,12 @@ import { GetFlowStateRequest } from './get-flow-state.request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import { IFFlowState } from './i-f-flow-state';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves the current state of the Flow, including its position, scale, nodes, groups, and connections.
7
+ */
5
8
  export declare class GetFlowStateExecution implements IExecution<GetFlowStateRequest, IFFlowState> {
6
- private _fMediator;
7
- private _fComponentsStore;
9
+ private readonly _mediator;
10
+ private readonly _store;
8
11
  handle(payload: GetFlowStateRequest): IFFlowState;
9
12
  private _getCanvasPosition;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowStateExecution, never>;
@@ -1,4 +1,7 @@
1
1
  import { GetFlowStateExecution } from './get-flow-state.execution';
2
2
  import { GetFlowStateNodesExecution } from './get-flow-state-nodes';
3
3
  import { GetFlowStateConnectionsExecution } from './get-flow-state-connections';
4
- export declare const GET_FLOW_STATE_PROVIDERS: (typeof GetFlowStateExecution | typeof GetFlowStateNodesExecution | typeof GetFlowStateConnectionsExecution)[];
4
+ /**
5
+ * Providers for retrieving the current Flow state, including nodes, groups, and connections.
6
+ */
7
+ export declare const GET_FLOW_STATE_PROVIDERS: (typeof GetFlowStateConnectionsExecution | typeof GetFlowStateNodesExecution | typeof GetFlowStateExecution)[];
@@ -2,4 +2,9 @@ import { GetFlowHostElementExecution } from './get-flow-host-element';
2
2
  import { AddFlowToStoreExecution } from './add-flow-to-store';
3
3
  import { RemoveFlowFromStoreExecution } from './remove-flow-from-store';
4
4
  import { GetFlowExecution } from './get-flow';
5
- export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof GetFlowHostElementExecution | typeof import("./get-flow-state").GetFlowStateExecution | typeof import("./get-flow-state").GetFlowStateNodesExecution | typeof import("./get-flow-state").GetFlowStateConnectionsExecution | typeof RemoveFlowFromStoreExecution)[];
5
+ /**
6
+ * Providers for managing the Flow in the FComponentsStore.
7
+ * This includes adding, retrieving, and removing the Flow,
8
+ * as well as getting the Flow host element and its state.
9
+ */
10
+ export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof GetFlowHostElementExecution | typeof import("./get-flow-state").GetFlowStateConnectionsExecution | typeof import("./get-flow-state").GetFlowStateNodesExecution | typeof import("./get-flow-state").GetFlowStateExecution | typeof RemoveFlowFromStoreExecution)[];
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveFlowFromStoreRequest } from './remove-flow-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes a Flow from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveFlowFromStoreExecution implements IExecution<RemoveFlowFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveFlowFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveFlowFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveFlowFromStoreExecution>;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { AddLineAlignmentToStoreRequest } from './add-line-alignment-to-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds a line alignment to the FComponentsStore.
6
+ */
4
7
  export declare class AddLineAlignmentToStoreExecution implements IExecution<AddLineAlignmentToStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: AddLineAlignmentToStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddLineAlignmentToStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddLineAlignmentToStoreExecution>;
@@ -1,3 +1,8 @@
1
1
  import { AddLineAlignmentToStoreExecution } from './add-line-alignment-to-store';
2
2
  import { RemoveLineAlignmentFromStoreExecution } from './remove-line-alignment-from-store';
3
+ /**
4
+ * Collection of all FLineAlignment feature executions.
5
+ * These executions handle the addition and removal of line alignments
6
+ * in the FComponentsStore.
7
+ */
3
8
  export declare const F_LINE_ALIGNMENT_FEATURES: (typeof AddLineAlignmentToStoreExecution | typeof RemoveLineAlignmentFromStoreExecution)[];
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveLineAlignmentFromStoreRequest } from './remove-line-alignment-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes a line alignment from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveLineAlignmentFromStoreExecution implements IExecution<RemoveLineAlignmentFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveLineAlignmentFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveLineAlignmentFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveLineAlignmentFromStoreExecution>;
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { AddNodeToStoreRequest } from './add-node-to-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds a Node to the FComponentsStore.
6
+ */
4
7
  export declare class AddNodeToStoreExecution implements IExecution<AddNodeToStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: AddNodeToStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddNodeToStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddNodeToStoreExecution>;
@@ -2,8 +2,11 @@ import { IExecution } from '@foblex/mediator';
2
2
  import { CalculateInputConnectionsRequest } from './calculate-input-connections-request';
3
3
  import { FConnectionBase } from '../../../f-connection';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that calculates input connections for a given FNode.
7
+ */
5
8
  export declare class CalculateInputConnectionsExecution implements IExecution<CalculateInputConnectionsRequest, FConnectionBase[]> {
6
- private readonly _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: CalculateInputConnectionsRequest): FConnectionBase[];
8
11
  private _calculateConnectors;
9
12
  private _calculateConnections;
@@ -2,8 +2,12 @@ import { IRect } from '@foblex/2d';
2
2
  import { CalculateNodesBoundingBoxRequest } from './calculate-nodes-bounding-box.request';
3
3
  import { IExecution } from '@foblex/mediator';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that calculates the bounding box of all nodes in the FComponentsStore.
7
+ * It retrieves the rectangles of each node's host element and computes their union.
8
+ */
5
9
  export declare class CalculateNodesBoundingBoxExecution implements IExecution<CalculateNodesBoundingBoxRequest, IRect | null> {
6
- private _fComponentsStore;
10
+ private readonly _store;
7
11
  handle(request: CalculateNodesBoundingBoxRequest): IRect | null;
8
12
  private _getNodesRects;
9
13
  private _getElementRect;
@@ -2,8 +2,13 @@ import { IRect } from '@foblex/2d';
2
2
  import { CalculateNodesBoundingBoxNormalizedPositionRequest } from './calculate-nodes-bounding-box-normalized-position.request';
3
3
  import { IExecution } from '@foblex/mediator';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that calculates the bounding box of all nodes in the FComponentsStore
7
+ * and returns their normalized positions.
8
+ * It retrieves the rectangles of each node's host element and computes their union.
9
+ */
5
10
  export declare class CalculateNodesBoundingBoxNormalizedPositionExecution implements IExecution<CalculateNodesBoundingBoxNormalizedPositionRequest, IRect | null> {
6
- private _fComponentsStore;
11
+ private readonly _store;
7
12
  handle(request: CalculateNodesBoundingBoxNormalizedPositionRequest): IRect | null;
8
13
  private _getNodesRects;
9
14
  private _getElementRect;
@@ -2,8 +2,11 @@ import { IExecution } from '@foblex/mediator';
2
2
  import { CalculateOutputConnectionsRequest } from './calculate-output-connections-request';
3
3
  import { FConnectionBase } from '../../../f-connection';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that calculates output connections for a given FNode.
7
+ */
5
8
  export declare class CalculateOutputConnectionsExecution implements IExecution<CalculateOutputConnectionsRequest, FConnectionBase[]> {
6
- private readonly _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: CalculateOutputConnectionsRequest): FConnectionBase[];
8
11
  private _calculateConnectors;
9
12
  private _calculateConnections;
@@ -1,6 +1,10 @@
1
1
  import { GetNodePaddingRequest } from './get-node-padding.request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that retrieves the padding data of a Node.
6
+ * If the Node does not include padding, it returns [0, 0, 0, 0].
7
+ */
4
8
  export declare class GetNodePaddingExecution implements IExecution<GetNodePaddingRequest, [number, number, number, number]> {
5
9
  private readonly _browser;
6
10
  handle(request: GetNodePaddingRequest): [number, number, number, number];
@@ -2,8 +2,11 @@ import { IExecution } from '@foblex/mediator';
2
2
  import { GetNodesRequest } from './get-nodes-request';
3
3
  import { FNodeBase } from '../../../f-node';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves all nodes from the FComponentsStore.
7
+ */
5
8
  export declare class GetNodesExecution implements IExecution<GetNodesRequest, FNodeBase[]> {
6
- private _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: GetNodesRequest): FNodeBase[];
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GetNodesExecution, never>;
9
12
  static ɵprov: i0.ɵɵInjectableDeclaration<GetNodesExecution>;
@@ -2,8 +2,11 @@ import { GetParentNodesRequest } from './get-parent-nodes.request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import { FNodeBase } from '../../../f-node';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Execution that retrieves all parent nodes of a given node from the FComponentsStore.
7
+ */
5
8
  export declare class GetParentNodesExecution implements IExecution<GetParentNodesRequest, FNodeBase[]> {
6
- private _fComponentsStore;
9
+ private readonly _store;
7
10
  handle(request: GetParentNodesRequest): FNodeBase[];
8
11
  private _getParentNodes;
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GetParentNodesExecution, never>;
@@ -8,4 +8,7 @@ import { GetNodePaddingExecution } from './get-node-padding';
8
8
  import { GetParentNodesExecution } from './get-parent-nodes';
9
9
  import { CalculateInputConnectionsExecution } from './calculate-input-connections';
10
10
  import { CalculateOutputConnectionsExecution } from './calculate-output-connections';
11
+ /**
12
+ * This file exports all the node-related executions that can be used in the F-Flow domain.
13
+ */
11
14
  export declare const F_NODE_FEATURES: (typeof AddNodeToStoreExecution | typeof CalculateInputConnectionsExecution | typeof CalculateNodesBoundingBoxExecution | typeof CalculateNodesBoundingBoxNormalizedPositionExecution | typeof CalculateOutputConnectionsExecution | typeof GetNodePaddingExecution | typeof GetNodesExecution | typeof GetParentNodesExecution | typeof UpdateNodeWhenStateOrSizeChangedExecution | typeof RemoveNodeFromStoreExecution)[];
@@ -1,8 +1,11 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveNodeFromStoreRequest } from './remove-node-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes a node from the FComponentsStore.
6
+ */
4
7
  export declare class RemoveNodeFromStoreExecution implements IExecution<RemoveNodeFromStoreRequest, void> {
5
- private _fComponentsStore;
8
+ private readonly _store;
6
9
  handle(request: RemoveNodeFromStoreRequest): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveNodeFromStoreExecution, never>;
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveNodeFromStoreExecution>;