@foblex/flow 18.0.0 → 18.1.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 (1138) hide show
  1. package/domain/f-background/add-pattern-to-background/add-pattern-to-background.d.ts +1 -1
  2. package/domain/f-background/add-pattern-to-background/index.d.ts +1 -1
  3. package/domain/f-background/index.d.ts +0 -2
  4. package/domain/f-background/providers.d.ts +2 -4
  5. package/domain/f-background/set-background-transform/index.d.ts +1 -1
  6. package/domain/f-background/set-background-transform/set-background-transform.d.ts +12 -0
  7. package/domain/f-canvas/center-group-or-node/center-group-or-node.execution.d.ts +5 -6
  8. package/domain/f-canvas/fit-to-flow/fit-to-flow.execution.d.ts +2 -2
  9. package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.d.ts +1 -1
  10. package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.d.ts +3 -3
  11. package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.d.ts +2 -2
  12. package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.d.ts +1 -1
  13. package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.d.ts +3 -3
  14. package/domain/f-connection/redraw-connections/redraw-connections.d.ts +0 -2
  15. package/domain/f-connection/remove-connection-from-store/remove-connection-from-store.d.ts +1 -4
  16. package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.d.ts +2 -2
  17. package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.d.ts +1 -1
  18. package/domain/f-connection/remove-connection-waypoint/remove-connection-waypoint.d.ts +0 -1
  19. package/domain/f-connectors/add-connector-to-store/add-connector-to-store-request.d.ts +6 -0
  20. package/domain/f-connectors/add-connector-to-store/add-connector-to-store.d.ts +15 -0
  21. package/domain/f-connectors/add-connector-to-store/index.d.ts +2 -0
  22. package/domain/f-connectors/calculate-closest-connector/calculate-closest-connector-request.d.ts +3 -3
  23. package/domain/f-connectors/calculate-closest-connector/calculate-closest-connector.d.ts +5 -7
  24. package/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect-request.d.ts +3 -3
  25. package/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect.d.ts +8 -8
  26. package/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect-request.d.ts +3 -3
  27. package/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect.d.ts +9 -8
  28. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.d.ts +1 -1
  29. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.request.d.ts +3 -3
  30. package/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference-request.d.ts +6 -0
  31. package/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference.d.ts +14 -0
  32. package/domain/f-connectors/get-connector-rect-reference/index.d.ts +2 -0
  33. package/domain/f-connectors/i-closest-connector-ref.d.ts +8 -0
  34. package/domain/f-connectors/i-connector-rect-ref.d.ts +6 -0
  35. package/domain/f-connectors/index.d.ts +5 -9
  36. package/domain/f-connectors/providers.d.ts +4 -8
  37. package/domain/f-connectors/remove-connector-from-store/index.d.ts +2 -0
  38. package/domain/f-connectors/remove-connector-from-store/remove-connector-from-store-request.d.ts +6 -0
  39. package/domain/f-connectors/remove-connector-from-store/remove-connector-from-store.d.ts +15 -0
  40. package/domain/f-draggable/index.d.ts +0 -3
  41. package/domain/f-draggable/providers.d.ts +1 -4
  42. package/domain/f-flow/index.d.ts +0 -1
  43. package/domain/f-flow/providers.d.ts +1 -2
  44. package/domain/f-node/add-node-to-store/add-node-to-store.d.ts +1 -1
  45. package/domain/f-selection/providers.d.ts +3 -3
  46. package/domain/f-selection/select-all/index.d.ts +2 -2
  47. package/domain/f-selection/select-all/select-all.d.ts +14 -0
  48. package/domain/f-selection/select-and-update-node-layer/index.d.ts +2 -2
  49. package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.d.ts +16 -0
  50. package/domain/f-zoom/index.d.ts +0 -3
  51. package/domain/f-zoom/providers.d.ts +1 -3
  52. package/domain/get-normalized-element-rect/get-normalized-element-rect-request.d.ts +1 -1
  53. package/domain/index.d.ts +0 -1
  54. package/domain/providers.d.ts +2 -2
  55. package/domain/sort-item-layers/index.d.ts +2 -2
  56. package/domain/sort-item-layers/sort-item-layers.d.ts +18 -0
  57. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.d.ts +1 -1
  58. package/domain/update-item-and-children-layers/index.d.ts +2 -2
  59. package/domain/update-item-and-children-layers/update-item-and-children-layers.d.ts +26 -0
  60. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background-request.mjs +8 -0
  61. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.mjs +5 -5
  62. package/esm2022/domain/f-background/add-pattern-to-background/index.mjs +2 -2
  63. package/esm2022/domain/f-background/index.mjs +1 -3
  64. package/esm2022/domain/f-background/providers.mjs +3 -7
  65. package/esm2022/domain/f-background/set-background-transform/index.mjs +2 -2
  66. package/esm2022/domain/f-background/set-background-transform/set-background-transform.mjs +25 -0
  67. package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +14 -17
  68. package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +21 -17
  69. package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.mjs +2 -2
  70. package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +5 -4
  71. package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +1 -1
  72. package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.mjs +2 -2
  73. package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +4 -4
  74. package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.mjs +4 -3
  75. package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store.mjs +2 -2
  76. package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +1 -1
  77. package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.mjs +2 -2
  78. package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.mjs +4 -2
  79. package/esm2022/domain/f-connection/redraw-connections/redraw-connections.mjs +11 -23
  80. package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.mjs +2 -2
  81. package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.mjs +2 -12
  82. package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +4 -4
  83. package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.mjs +4 -3
  84. package/esm2022/domain/f-connection/remove-connection-waypoint/remove-connection-waypoint.mjs +3 -10
  85. package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.mjs +2 -2
  86. package/esm2022/domain/f-connectors/add-connector-to-store/add-connector-to-store-request.mjs +8 -0
  87. package/esm2022/domain/f-connectors/add-connector-to-store/add-connector-to-store.mjs +49 -0
  88. package/esm2022/domain/f-connectors/add-connector-to-store/index.mjs +3 -0
  89. package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector-request.mjs +4 -4
  90. package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector.mjs +9 -11
  91. package/esm2022/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect-request.mjs +6 -6
  92. package/esm2022/domain/f-connectors/calculate-source-connectors-to-connect/calculate-source-connectors-to-connect.mjs +28 -26
  93. package/esm2022/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect-request.mjs +6 -6
  94. package/esm2022/domain/f-connectors/calculate-target-connectors-to-connect/calculate-target-connectors-to-connect.mjs +34 -33
  95. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.mjs +12 -12
  96. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.request.mjs +1 -1
  97. package/esm2022/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference-request.mjs +8 -0
  98. package/esm2022/domain/f-connectors/get-connector-rect-reference/get-connector-rect-reference.mjs +31 -0
  99. package/esm2022/domain/f-connectors/get-connector-rect-reference/index.mjs +3 -0
  100. package/esm2022/domain/f-connectors/i-closest-connector-ref.mjs +2 -0
  101. package/esm2022/domain/f-connectors/i-connector-rect-ref.mjs +2 -0
  102. package/esm2022/domain/f-connectors/index.mjs +6 -10
  103. package/esm2022/domain/f-connectors/providers.mjs +7 -15
  104. package/esm2022/domain/f-connectors/remove-connector-from-store/index.mjs +3 -0
  105. package/esm2022/domain/f-connectors/remove-connector-from-store/remove-connector-from-store-request.mjs +8 -0
  106. package/esm2022/domain/f-connectors/remove-connector-from-store/remove-connector-from-store.mjs +49 -0
  107. package/esm2022/domain/f-draggable/index.mjs +1 -4
  108. package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.mjs +3 -4
  109. package/esm2022/domain/f-draggable/providers.mjs +1 -7
  110. package/esm2022/domain/f-flow/calculate-flow-state/calculate-connections-state/calculate-connections-state.mjs +2 -2
  111. package/esm2022/domain/f-flow/calculate-flow-state/calculate-nodes-state/calculate-nodes-state.mjs +7 -4
  112. package/esm2022/domain/f-flow/index.mjs +1 -2
  113. package/esm2022/domain/f-flow/providers.mjs +1 -3
  114. package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.mjs +4 -3
  115. package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.mjs +5 -3
  116. package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.mjs +2 -2
  117. package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.mjs +2 -2
  118. package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.mjs +5 -3
  119. package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups.mjs +9 -8
  120. package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.mjs +5 -3
  121. package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.mjs +2 -2
  122. package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.mjs +3 -2
  123. package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.mjs +3 -3
  124. package/esm2022/domain/f-selection/calculate-selectable-items/calculate-selectable-items.mjs +3 -3
  125. package/esm2022/domain/f-selection/providers.mjs +5 -5
  126. package/esm2022/domain/f-selection/select/select.execution.mjs +3 -3
  127. package/esm2022/domain/f-selection/select-all/index.mjs +3 -3
  128. package/esm2022/domain/f-selection/select-all/select-all-request.mjs +4 -0
  129. package/esm2022/domain/f-selection/select-all/select-all.mjs +40 -0
  130. package/esm2022/domain/f-selection/select-and-update-node-layer/index.mjs +3 -3
  131. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer-request.mjs +8 -0
  132. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.mjs +41 -0
  133. package/esm2022/domain/f-zoom/index.mjs +1 -4
  134. package/esm2022/domain/f-zoom/providers.mjs +2 -4
  135. package/esm2022/domain/f-zoom/set-zoom/set-zoom.mjs +5 -6
  136. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +2 -2
  137. package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect-request.mjs +1 -1
  138. package/esm2022/domain/index.mjs +1 -2
  139. package/esm2022/domain/providers.mjs +5 -7
  140. package/esm2022/domain/sort-item-layers/index.mjs +3 -3
  141. package/esm2022/domain/sort-item-layers/sort-item-layers-request.mjs +4 -0
  142. package/esm2022/domain/sort-item-layers/sort-item-layers.mjs +40 -0
  143. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +6 -5
  144. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +8 -8
  145. package/esm2022/domain/update-item-and-children-layers/index.mjs +3 -3
  146. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers-request.mjs +10 -0
  147. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.mjs +102 -0
  148. package/esm2022/f-backgroud/f-background-base.mjs +3 -2
  149. package/esm2022/f-backgroud/f-background.component.mjs +10 -13
  150. package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +11 -13
  151. package/esm2022/f-connection-v2/components/connection-marker/models/f-connection-marker-base.mjs +4 -2
  152. package/esm2022/f-connection-v2/models/index.mjs +1 -2
  153. package/esm2022/f-connectors/f-connector-base.mjs +1 -1
  154. package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +2 -1
  155. package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +4 -4
  156. package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +2 -1
  157. package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +4 -4
  158. package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +2 -1
  159. package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +5 -5
  160. package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize-request.mjs +8 -0
  161. package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize.mjs +62 -0
  162. package/esm2022/f-draggable/connection/create-connection/create-connection-finalize/index.mjs +3 -0
  163. package/esm2022/f-draggable/connection/create-connection/create-connection-handler/create-connection-handler.mjs +105 -0
  164. package/esm2022/f-draggable/connection/create-connection/create-connection-handler/index.mjs +2 -0
  165. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-connection-preparation-request.mjs +10 -0
  166. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-connection-preparation.mjs +55 -0
  167. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler-request.mjs +10 -0
  168. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler.mjs +62 -0
  169. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/index.mjs +3 -0
  170. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation-request.mjs +10 -0
  171. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation.mjs +49 -0
  172. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/index.mjs +3 -0
  173. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/create-connection-from-output-preparation-request.mjs +10 -0
  174. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/create-connection-from-output-preparation.mjs +41 -0
  175. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/index.mjs +3 -0
  176. package/esm2022/f-draggable/connection/create-connection/create-connection-preparation/index.mjs +6 -0
  177. package/esm2022/f-draggable/connection/create-connection/f-create-connection-event.mjs +31 -0
  178. package/esm2022/f-draggable/connection/create-connection/i-create-connection-drag-result.mjs +2 -0
  179. package/esm2022/f-draggable/connection/create-connection/i-create-connection-event-data.mjs +2 -0
  180. package/esm2022/f-draggable/connection/create-connection/index.mjs +8 -0
  181. package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/index.mjs +3 -0
  182. package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet-request.mjs +8 -0
  183. package/esm2022/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet.mjs +39 -0
  184. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize-request.mjs +8 -0
  185. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize.mjs +32 -0
  186. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/index.mjs +3 -0
  187. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/drag-connection-waypoint-handler.mjs +54 -0
  188. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/index.mjs +2 -0
  189. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation-request.mjs +10 -0
  190. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation.mjs +67 -0
  191. package/esm2022/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/index.mjs +3 -0
  192. package/esm2022/f-draggable/connection/drag-connection-waypoint/f-connection-waypoints-changed-event.mjs +9 -0
  193. package/esm2022/f-draggable/connection/drag-connection-waypoint/index.mjs +5 -0
  194. package/esm2022/f-draggable/connection/index.mjs +5 -0
  195. package/esm2022/f-draggable/connection/providers.mjs +16 -0
  196. package/esm2022/f-draggable/connection/reassign-connection/f-reassign-connection-event.mjs +51 -0
  197. package/esm2022/f-draggable/connection/reassign-connection/i-reassign-connection-drag-result.mjs +2 -0
  198. package/esm2022/f-draggable/connection/reassign-connection/i-reassign-connection-event-data.mjs +2 -0
  199. package/esm2022/f-draggable/connection/reassign-connection/index.mjs +7 -0
  200. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/index.mjs +3 -0
  201. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize-request.mjs +8 -0
  202. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.mjs +63 -0
  203. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/i-reassign-handler.mjs +10 -0
  204. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/index.mjs +5 -0
  205. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-handler.mjs +66 -0
  206. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-source-handler.mjs +86 -0
  207. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-target-handler.mjs +87 -0
  208. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/index.mjs +4 -0
  209. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +18 -0
  210. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation-request.mjs +10 -0
  211. package/esm2022/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.mjs +71 -0
  212. package/esm2022/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node-request.mjs +8 -0
  213. package/esm2022/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node.mjs +77 -0
  214. package/esm2022/f-draggable/domain/detect-connections-under-drag-node/f-node-intersected-with-connections-event.mjs +32 -0
  215. package/esm2022/f-draggable/domain/detect-connections-under-drag-node/index.mjs +4 -0
  216. package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event-request.mjs +4 -0
  217. package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event.mjs +33 -0
  218. package/esm2022/f-draggable/domain/emit-end-drag-sequence-event/index.mjs +3 -0
  219. package/esm2022/f-draggable/domain/emit-selection-change-event/emit-selection-change-event-request.mjs +4 -0
  220. package/esm2022/f-draggable/domain/emit-selection-change-event/emit-selection-change-event.mjs +42 -0
  221. package/esm2022/f-draggable/domain/emit-selection-change-event/index.mjs +3 -0
  222. package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event-request.mjs +4 -0
  223. package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event.mjs +37 -0
  224. package/esm2022/f-draggable/domain/emit-start-drag-sequence-event/index.mjs +3 -0
  225. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +2 -2
  226. package/esm2022/f-draggable/domain/index.mjs +5 -3
  227. package/esm2022/f-draggable/domain/providers.mjs +9 -3
  228. package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize-request.mjs +8 -0
  229. package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize.mjs +29 -0
  230. package/esm2022/f-draggable/drag-canvas/drag-canvas-finalize/index.mjs +3 -0
  231. package/esm2022/f-draggable/drag-canvas/drag-canvas-handler/drag-canvas-handler.mjs +32 -0
  232. package/esm2022/f-draggable/drag-canvas/drag-canvas-handler/index.mjs +2 -0
  233. package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation-request.mjs +10 -0
  234. package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation.mjs +54 -0
  235. package/esm2022/f-draggable/drag-canvas/drag-canvas-preparation/index.mjs +3 -0
  236. package/esm2022/f-draggable/drag-canvas/index.mjs +5 -0
  237. package/esm2022/f-draggable/drag-canvas/providers.mjs +4 -0
  238. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection-request.mjs +8 -0
  239. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection.mjs +84 -0
  240. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node-request.mjs +23 -0
  241. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node.mjs +62 -0
  242. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/index.mjs +3 -0
  243. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node-request.mjs +23 -0
  244. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node.mjs +62 -0
  245. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/index.mjs +3 -0
  246. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints-request.mjs +8 -0
  247. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints.mjs +72 -0
  248. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/index.mjs +3 -0
  249. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler-request.mjs +14 -0
  250. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler.mjs +36 -0
  251. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/index.mjs +3 -0
  252. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy-request.mjs +9 -0
  253. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy.mjs +50 -0
  254. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/drag-node-hierarchy.mjs +9 -0
  255. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/index.mjs +4 -0
  256. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/index.mjs +10 -0
  257. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/providers.mjs +17 -0
  258. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/index.mjs +4 -0
  259. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-request.mjs +10 -0
  260. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-response.mjs +13 -0
  261. package/esm2022/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings.mjs +39 -0
  262. package/esm2022/f-draggable/drag-node/drag-node-constraint/delta-clamp.mjs +36 -0
  263. package/esm2022/f-draggable/drag-node/drag-node-constraint/drag-node-delta-constraints.mjs +42 -0
  264. package/esm2022/f-draggable/drag-node/drag-node-constraint/expand-rect-by-overflow.mjs +20 -0
  265. package/esm2022/f-draggable/drag-node/drag-node-constraint/grid-snapper.mjs +33 -0
  266. package/esm2022/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints-result.mjs +2 -0
  267. package/esm2022/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints.mjs +2 -0
  268. package/esm2022/f-draggable/drag-node/drag-node-constraint/index.mjs +7 -0
  269. package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-both-sides-handler.mjs +31 -0
  270. package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-handler-base.mjs +45 -0
  271. package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-source-handler.mjs +15 -0
  272. package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-target-handler.mjs +15 -0
  273. package/esm2022/f-draggable/drag-node/drag-node-dependent-connection-handlers/index.mjs +5 -0
  274. package/esm2022/f-draggable/drag-node/drag-node-finalize/drag-node-finalize-request.mjs +8 -0
  275. package/esm2022/f-draggable/drag-node/drag-node-finalize/drag-node-finalize.mjs +104 -0
  276. package/esm2022/f-draggable/drag-node/drag-node-finalize/index.mjs +3 -0
  277. package/esm2022/f-draggable/drag-node/drag-node-handler/drag-node-handler.mjs +92 -0
  278. package/esm2022/f-draggable/drag-node/drag-node-handler/drag-node-item-handler.mjs +125 -0
  279. package/esm2022/f-draggable/drag-node/drag-node-handler/index.mjs +3 -0
  280. package/esm2022/f-draggable/drag-node/drag-node-preparation/drag-node-preparation-request.mjs +10 -0
  281. package/esm2022/f-draggable/drag-node/drag-node-preparation/drag-node-preparation.mjs +76 -0
  282. package/esm2022/f-draggable/drag-node/drag-node-preparation/index.mjs +3 -0
  283. package/esm2022/f-draggable/drag-node/f-drag-node-start-event-data.mjs +7 -0
  284. package/esm2022/f-draggable/drag-node/f-move-nodes-event.mjs +16 -0
  285. package/esm2022/f-draggable/drag-node/index.mjs +12 -0
  286. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/calculate-magnetic-guides.mjs +59 -0
  287. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-axis-guide.mjs +2 -0
  288. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-guides-result.mjs +2 -0
  289. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/index.mjs +6 -0
  290. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-element.mjs +34 -0
  291. package/esm2022/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-renderer.mjs +44 -0
  292. package/esm2022/f-draggable/drag-node/magnetic-lines/index.mjs +4 -0
  293. package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/index.mjs +2 -0
  294. package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/magnetic-lines-handler.mjs +55 -0
  295. package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/index.mjs +3 -0
  296. package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation-request.mjs +4 -0
  297. package/esm2022/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation.mjs +54 -0
  298. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/calculate-magnetic-rects.mjs +374 -0
  299. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-gap-rect.mjs +2 -0
  300. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-rects-result.mjs +2 -0
  301. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/index.mjs +6 -0
  302. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/magnetic-rect-element.mjs +66 -0
  303. package/esm2022/f-draggable/drag-node/magnetic-rects/domain/magnetic-rects-renderer.mjs +50 -0
  304. package/esm2022/f-draggable/drag-node/magnetic-rects/index.mjs +4 -0
  305. package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/index.mjs +2 -0
  306. package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/magnetic-rects-handler.mjs +43 -0
  307. package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/index.mjs +3 -0
  308. package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation-request.mjs +4 -0
  309. package/esm2022/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation.mjs +54 -0
  310. package/esm2022/f-draggable/drag-node/providers.mjs +13 -0
  311. package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.mjs +8 -0
  312. package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize.mjs +65 -0
  313. package/esm2022/f-draggable/drop-to-group/drop-to-group-finalize/index.mjs +3 -0
  314. package/esm2022/f-draggable/drop-to-group/drop-to-group-handler/drop-to-group-handler.mjs +86 -0
  315. package/esm2022/f-draggable/drop-to-group/drop-to-group-handler/index.mjs +2 -0
  316. package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/drop-to-group-preparation-request.mjs +8 -0
  317. package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/drop-to-group-preparation.mjs +102 -0
  318. package/esm2022/f-draggable/drop-to-group/drop-to-group-preparation/index.mjs +3 -0
  319. package/esm2022/f-draggable/drop-to-group/f-drop-to-group-event.mjs +24 -0
  320. package/esm2022/f-draggable/drop-to-group/index.mjs +7 -0
  321. package/esm2022/f-draggable/drop-to-group/providers.mjs +9 -0
  322. package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/index.mjs +3 -0
  323. package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer-request.mjs +8 -0
  324. package/esm2022/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer.mjs +57 -0
  325. package/esm2022/f-draggable/f-drag-started-event.mjs +23 -0
  326. package/esm2022/f-draggable/f-draggable-base.mjs +1 -1
  327. package/esm2022/f-draggable/f-draggable-data-context.mjs +9 -1
  328. package/esm2022/f-draggable/f-draggable.directive.mjs +30 -73
  329. package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect.mjs +4 -5
  330. package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits.mjs +3 -3
  331. package/esm2022/f-draggable/f-node-resize/i-node-resize-event-data.mjs +2 -0
  332. package/esm2022/f-draggable/f-node-resize/index.mjs +2 -1
  333. package/esm2022/f-draggable/f-node-resize/node-resize.drag-handler.mjs +9 -7
  334. package/esm2022/f-draggable/f-node-resize/resize-preparation/node-resize-preparation.mjs +9 -11
  335. package/esm2022/f-draggable/f-node-rotate/f-node-rotate.drag-handler.mjs +17 -13
  336. package/esm2022/f-draggable/f-node-rotate/i-node-rotate-event-data.mjs +2 -0
  337. package/esm2022/f-draggable/f-node-rotate/index.mjs +2 -1
  338. package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.execution.mjs +19 -21
  339. package/esm2022/f-draggable/f-selection-change-event.mjs +20 -8
  340. package/esm2022/f-draggable/index.mjs +9 -7
  341. package/esm2022/f-draggable/infrastructure/drag-handler-base.mjs +34 -0
  342. package/esm2022/f-draggable/infrastructure/drag-handler-injector.mjs +98 -0
  343. package/esm2022/f-draggable/infrastructure/f-drag-handler-result.mjs +20 -0
  344. package/esm2022/f-draggable/infrastructure/i-drag-session-feature.mjs +2 -0
  345. package/esm2022/f-draggable/infrastructure/index.mjs +5 -0
  346. package/esm2022/f-draggable/pinch-to-zoom/finalize/pinch-to-zoom-finalize.mjs +10 -10
  347. package/esm2022/f-draggable/pinch-to-zoom/handler/index.mjs +2 -0
  348. package/esm2022/f-draggable/pinch-to-zoom/handler/pinch-to-zoom-handler.mjs +88 -0
  349. package/esm2022/f-draggable/pinch-to-zoom/index.mjs +2 -4
  350. package/esm2022/f-draggable/pinch-to-zoom/preparation/pinch-to-zoom-preparation.mjs +21 -16
  351. package/esm2022/f-draggable/providers.mjs +12 -12
  352. package/esm2022/f-draggable/select-by-pointer/index.mjs +4 -0
  353. package/esm2022/f-draggable/select-by-pointer/providers.mjs +3 -0
  354. package/esm2022/f-draggable/select-by-pointer/select-by-pointer-request.mjs +10 -0
  355. package/esm2022/f-draggable/select-by-pointer/select-by-pointer.mjs +128 -0
  356. package/esm2022/f-draggable/selection-area/index.mjs +5 -0
  357. package/esm2022/f-draggable/selection-area/providers.mjs +4 -0
  358. package/esm2022/f-draggable/selection-area/selection-area-finalize/index.mjs +3 -0
  359. package/esm2022/f-draggable/selection-area/selection-area-finalize/selection-area-finalize-request.mjs +8 -0
  360. package/esm2022/f-draggable/selection-area/selection-area-finalize/selection-area-finalize.mjs +30 -0
  361. package/esm2022/f-draggable/selection-area/selection-area-handler/index.mjs +2 -0
  362. package/esm2022/f-draggable/selection-area/selection-area-handler/selection-area-handler.mjs +79 -0
  363. package/esm2022/f-draggable/selection-area/selection-area-preparation/index.mjs +3 -0
  364. package/esm2022/f-draggable/selection-area/selection-area-preparation/selection-area-preparation-request.mjs +8 -0
  365. package/esm2022/f-draggable/selection-area/selection-area-preparation/selection-area-preparation.mjs +40 -0
  366. package/esm2022/f-external-item/domain/f-external-item.drag-handler.mjs +13 -11
  367. package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.execution.mjs +9 -12
  368. package/esm2022/f-flow/f-flow.component.mjs +6 -6
  369. package/esm2022/f-flow.module.mjs +23 -15
  370. package/esm2022/f-line-alignment/f-line-alignment.component.mjs +17 -11
  371. package/esm2022/f-line-alignment/index.mjs +1 -3
  372. package/esm2022/f-magnetic-lines/f-magnetic-lines-base.mjs +12 -0
  373. package/esm2022/f-magnetic-lines/f-magnetic-lines.mjs +24 -0
  374. package/esm2022/f-magnetic-lines/index.mjs +4 -0
  375. package/esm2022/f-magnetic-lines/providers.mjs +3 -0
  376. package/esm2022/f-magnetic-rects/f-magnetic-rects-base.mjs +12 -0
  377. package/esm2022/f-magnetic-rects/f-magnetic-rects.mjs +29 -0
  378. package/esm2022/f-magnetic-rects/index.mjs +4 -0
  379. package/esm2022/f-magnetic-rects/providers.mjs +3 -0
  380. package/esm2022/f-minimap/domain/f-minimap.drag-handler.mjs +6 -3
  381. package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.mjs +2 -2
  382. package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +3 -6
  383. package/esm2022/f-minimap/f-minimap-flow.directive.mjs +4 -7
  384. package/esm2022/f-minimap/f-minimap-view.directive.mjs +3 -6
  385. package/esm2022/f-minimap/f-minimap.component.mjs +3 -3
  386. package/esm2022/f-selection-area/f-selection-area-base.mjs +6 -2
  387. package/esm2022/f-selection-area/f-selection-area.mjs +29 -0
  388. package/esm2022/f-selection-area/index.mjs +2 -3
  389. package/esm2022/f-selection-area/providers.mjs +3 -5
  390. package/esm2022/f-storage/base/f-id-registry-base.mjs +89 -0
  391. package/esm2022/f-storage/base/f-single-registry-base.mjs +37 -0
  392. package/esm2022/f-storage/base/index.mjs +3 -0
  393. package/esm2022/f-storage/f-components-store.mjs +28 -23
  394. package/esm2022/f-storage/f-connection-marker-registry.mjs +5 -0
  395. package/esm2022/f-storage/f-connection-registry.mjs +25 -0
  396. package/esm2022/f-storage/f-connector-registry.mjs +9 -0
  397. package/esm2022/f-storage/f-node-registry.mjs +5 -0
  398. package/esm2022/f-storage/features/index.mjs +8 -0
  399. package/esm2022/f-storage/features/listen-data-changed/index.mjs +3 -0
  400. package/esm2022/f-storage/features/listen-data-changed/listen-data-changes-request.mjs +4 -0
  401. package/esm2022/f-storage/features/listen-data-changed/listen-data-changes.mjs +23 -0
  402. package/esm2022/f-storage/features/register-plugin-instance/index.mjs +3 -0
  403. package/esm2022/f-storage/features/register-plugin-instance/register-plugin-instance-request.mjs +10 -0
  404. package/esm2022/f-storage/features/register-plugin-instance/register-plugin-instance.mjs +25 -0
  405. package/esm2022/f-storage/features/remove-plugin-instance/index.mjs +3 -0
  406. package/esm2022/f-storage/features/remove-plugin-instance/remove-plugin-instance-request.mjs +8 -0
  407. package/esm2022/f-storage/features/remove-plugin-instance/remove-plugin-instance.mjs +25 -0
  408. package/esm2022/f-storage/index.mjs +7 -6
  409. package/esm2022/f-storage/providers.mjs +7 -8
  410. package/esm2022/f-zoom/f-zoom.directive.mjs +13 -12
  411. package/esm2022/public-api.mjs +4 -1
  412. package/esm2022/reactivity/debounce-animation-frame.mjs +21 -0
  413. package/esm2022/reactivity/debounce-microtask.mjs +20 -0
  414. package/esm2022/reactivity/debounce-time.mjs +3 -3
  415. package/esm2022/reactivity/index.mjs +3 -1
  416. package/esm2022/reactivity/notify-on-start.mjs +19 -13
  417. package/esm2022/testing/component-harness.mjs +16 -0
  418. package/esm2022/testing/di-harness.mjs +32 -0
  419. package/esm2022/testing/factories.mjs +367 -0
  420. package/esm2022/testing/index.mjs +8 -0
  421. package/esm2022/testing/internal/index.mjs +2 -0
  422. package/esm2022/testing/internal/type-helpers.mjs +28 -0
  423. package/esm2022/testing/jasmine/index.mjs +2 -0
  424. package/esm2022/testing/jasmine/spy-helpers.mjs +14 -0
  425. package/esm2022/testing/mediator-harness.mjs +14 -0
  426. package/esm2022/testing/pure-harness.mjs +25 -0
  427. package/esm2022/testing/registry-harness.mjs +23 -0
  428. package/f-backgroud/f-background-base.d.ts +1 -1
  429. package/f-backgroud/f-background.component.d.ts +3 -5
  430. package/f-backgroud/f-rect-pattern/f-rect-pattern.component.d.ts +2 -2
  431. package/f-connection-v2/components/connection-marker/models/f-connection-marker-base.d.ts +1 -0
  432. package/f-connection-v2/models/index.d.ts +0 -1
  433. package/f-connectors/f-connector-base.d.ts +2 -0
  434. package/f-connectors/f-node-input/f-node-input-base.d.ts +2 -1
  435. package/f-connectors/f-node-outlet/f-node-outlet-base.d.ts +2 -1
  436. package/f-connectors/f-node-output/f-node-output-base.d.ts +2 -0
  437. package/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize-request.d.ts +6 -0
  438. package/f-draggable/connection/create-connection/create-connection-finalize/create-connection-finalize.d.ts +19 -0
  439. package/f-draggable/connection/create-connection/create-connection-finalize/index.d.ts +2 -0
  440. package/f-draggable/connection/create-connection/create-connection-handler/create-connection-handler.d.ts +35 -0
  441. package/f-draggable/connection/create-connection/create-connection-handler/index.d.ts +1 -0
  442. package/f-draggable/connection/create-connection/create-connection-preparation/create-connection-preparation.d.ts +14 -0
  443. package/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler-request.d.ts +8 -0
  444. package/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/create-connection-create-drag-handler.d.ts +26 -0
  445. package/f-draggable/connection/create-connection/create-connection-preparation/create-drag-handler/index.d.ts +2 -0
  446. package/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation-request.d.ts +8 -0
  447. package/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/create-connection-from-outlet-preparation.d.ts +14 -0
  448. package/f-draggable/connection/create-connection/create-connection-preparation/from-outlet-preparation/index.d.ts +2 -0
  449. package/f-draggable/connection/create-connection/create-connection-preparation/from-output-preparation/create-connection-from-output-preparation.d.ts +13 -0
  450. package/f-draggable/connection/create-connection/create-connection-preparation/index.d.ts +5 -0
  451. package/f-draggable/connection/create-connection/f-create-connection-event.d.ts +16 -0
  452. package/f-draggable/connection/create-connection/i-create-connection-drag-result.d.ts +7 -0
  453. package/f-draggable/connection/create-connection/i-create-connection-event-data.d.ts +3 -0
  454. package/f-draggable/connection/create-connection/index.d.ts +7 -0
  455. package/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/index.d.ts +2 -0
  456. package/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet-request.d.ts +6 -0
  457. package/f-draggable/connection/create-connection/resolve-connectable-output-for-outlet/resolve-connectable-output-for-outlet.d.ts +12 -0
  458. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize-request.d.ts +6 -0
  459. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/drag-connection-waypoint-finalize.d.ts +11 -0
  460. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-finalize/index.d.ts +2 -0
  461. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/drag-connection-waypoint-handler.d.ts +21 -0
  462. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-handler/index.d.ts +1 -0
  463. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation-request.d.ts +8 -0
  464. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/drag-connection-waypoint-preparation.d.ts +19 -0
  465. package/f-draggable/connection/drag-connection-waypoint/drag-connection-waypoint-preparation/index.d.ts +2 -0
  466. package/f-draggable/connection/drag-connection-waypoint/index.d.ts +4 -0
  467. package/f-draggable/connection/index.d.ts +4 -0
  468. package/f-draggable/connection/providers.d.ts +4 -0
  469. package/f-draggable/connection/reassign-connection/f-reassign-connection-event.d.ts +29 -0
  470. package/f-draggable/connection/reassign-connection/i-reassign-connection-drag-result.d.ts +17 -0
  471. package/f-draggable/connection/reassign-connection/i-reassign-connection-event-data.d.ts +3 -0
  472. package/f-draggable/connection/reassign-connection/index.d.ts +6 -0
  473. package/f-draggable/connection/reassign-connection/reassign-connection-finalize/index.d.ts +2 -0
  474. package/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize-request.d.ts +6 -0
  475. package/f-draggable/connection/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.d.ts +18 -0
  476. package/f-draggable/connection/reassign-connection/reassign-connection-handler/i-reassign-handler.d.ts +15 -0
  477. package/f-draggable/connection/reassign-connection/reassign-connection-handler/index.d.ts +4 -0
  478. package/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-handler.d.ts +30 -0
  479. package/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-source-handler.d.ts +27 -0
  480. package/f-draggable/connection/reassign-connection/reassign-connection-handler/reassign-connection-target-handler.d.ts +27 -0
  481. package/f-draggable/connection/reassign-connection/reassign-connection-preparation/index.d.ts +3 -0
  482. package/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation-request.d.ts +8 -0
  483. package/f-draggable/connection/reassign-connection/reassign-connection-preparation/reassign-connection-preparation.d.ts +20 -0
  484. package/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node-request.d.ts +6 -0
  485. package/f-draggable/domain/detect-connections-under-drag-node/detect-connections-under-drag-node.d.ts +14 -0
  486. package/f-draggable/domain/detect-connections-under-drag-node/f-node-intersected-with-connections-event.d.ts +25 -0
  487. package/f-draggable/domain/detect-connections-under-drag-node/index.d.ts +3 -0
  488. package/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event-request.d.ts +3 -0
  489. package/f-draggable/domain/emit-end-drag-sequence-event/emit-end-drag-sequence-event.d.ts +14 -0
  490. package/f-draggable/domain/emit-end-drag-sequence-event/index.d.ts +2 -0
  491. package/f-draggable/domain/emit-selection-change-event/emit-selection-change-event.d.ts +17 -0
  492. package/f-draggable/domain/emit-selection-change-event/index.d.ts +2 -0
  493. package/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event-request.d.ts +3 -0
  494. package/f-draggable/domain/emit-start-drag-sequence-event/emit-start-drag-sequence-event.d.ts +15 -0
  495. package/f-draggable/domain/emit-start-drag-sequence-event/index.d.ts +2 -0
  496. package/f-draggable/domain/index.d.ts +4 -2
  497. package/f-draggable/domain/providers.d.ts +5 -2
  498. package/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize-request.d.ts +6 -0
  499. package/f-draggable/drag-canvas/drag-canvas-finalize/drag-canvas-finalize.d.ts +10 -0
  500. package/f-draggable/drag-canvas/drag-canvas-finalize/index.d.ts +2 -0
  501. package/f-draggable/drag-canvas/drag-canvas-handler/drag-canvas-handler.d.ts +15 -0
  502. package/f-draggable/drag-canvas/drag-canvas-handler/index.d.ts +1 -0
  503. package/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation-request.d.ts +8 -0
  504. package/f-draggable/drag-canvas/drag-canvas-preparation/drag-canvas-preparation.d.ts +16 -0
  505. package/f-draggable/drag-canvas/drag-canvas-preparation/index.d.ts +2 -0
  506. package/f-draggable/drag-canvas/index.d.ts +4 -0
  507. package/f-draggable/drag-canvas/providers.d.ts +3 -0
  508. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection-request.d.ts +6 -0
  509. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-drag-node-handler-from-selection.d.ts +18 -0
  510. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node-request.d.ts +28 -0
  511. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/attach-source-connection-drag-handlers-to-node.d.ts +18 -0
  512. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-source-connection-drag-handlers-to-node/index.d.ts +2 -0
  513. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node-request.d.ts +28 -0
  514. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/attach-target-connection-drag-handlers-to-node.d.ts +16 -0
  515. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/attach-target-connection-drag-handlers-to-node/index.d.ts +2 -0
  516. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints-request.d.ts +6 -0
  517. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/build-drag-node-constraints.d.ts +19 -0
  518. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/build-drag-node-constraints/index.d.ts +2 -0
  519. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler-request.d.ts +13 -0
  520. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/create-drag-node-handler.d.ts +13 -0
  521. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-handler/index.d.ts +2 -0
  522. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy-request.d.ts +7 -0
  523. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/create-drag-node-hierarchy.d.ts +12 -0
  524. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/drag-node-hierarchy.d.ts +6 -0
  525. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/create-drag-node-hierarchy/index.d.ts +3 -0
  526. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/index.d.ts +9 -0
  527. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/providers.d.ts +8 -0
  528. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/index.d.ts +3 -0
  529. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-request.d.ts +7 -0
  530. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings-response.d.ts +9 -0
  531. package/f-draggable/drag-node/attach-drag-node-handler-from-selection/read-node-bounds-with-paddings/read-node-bounds-with-paddings.d.ts +12 -0
  532. package/f-draggable/drag-node/drag-node-constraint/delta-clamp.d.ts +20 -0
  533. package/f-draggable/drag-node/drag-node-constraint/drag-node-delta-constraints.d.ts +14 -0
  534. package/f-draggable/drag-node/drag-node-constraint/expand-rect-by-overflow.d.ts +3 -0
  535. package/f-draggable/drag-node/drag-node-constraint/grid-snapper.d.ts +18 -0
  536. package/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints-result.d.ts +8 -0
  537. package/f-draggable/drag-node/drag-node-constraint/i-drag-node-delta-constraints.d.ts +12 -0
  538. package/f-draggable/drag-node/drag-node-constraint/index.d.ts +6 -0
  539. package/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-both-sides-handler.d.ts +12 -0
  540. package/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-handler-base.d.ts +20 -0
  541. package/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-source-handler.d.ts +8 -0
  542. package/f-draggable/drag-node/drag-node-dependent-connection-handlers/drag-node-connection-target-handler.d.ts +8 -0
  543. package/f-draggable/drag-node/drag-node-dependent-connection-handlers/index.d.ts +4 -0
  544. package/f-draggable/drag-node/drag-node-finalize/drag-node-finalize-request.d.ts +6 -0
  545. package/f-draggable/drag-node/drag-node-finalize/drag-node-finalize.d.ts +21 -0
  546. package/f-draggable/drag-node/drag-node-finalize/index.d.ts +2 -0
  547. package/f-draggable/drag-node/drag-node-handler/drag-node-handler.d.ts +39 -0
  548. package/f-draggable/drag-node/drag-node-handler/drag-node-item-handler.d.ts +36 -0
  549. package/f-draggable/drag-node/drag-node-handler/index.d.ts +2 -0
  550. package/f-draggable/drag-node/drag-node-preparation/drag-node-preparation-request.d.ts +8 -0
  551. package/f-draggable/drag-node/drag-node-preparation/drag-node-preparation.d.ts +16 -0
  552. package/f-draggable/drag-node/drag-node-preparation/index.d.ts +2 -0
  553. package/f-draggable/drag-node/f-drag-node-start-event-data.d.ts +4 -0
  554. package/f-draggable/drag-node/f-move-nodes-event.d.ts +16 -0
  555. package/f-draggable/drag-node/index.d.ts +11 -0
  556. package/f-draggable/drag-node/magnetic-lines/domain/calculate-magnetic-guides.d.ts +3 -0
  557. package/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-axis-guide.d.ts +6 -0
  558. package/f-draggable/drag-node/magnetic-lines/domain/i-magnetic-guides-result.d.ts +5 -0
  559. package/f-draggable/drag-node/magnetic-lines/domain/index.d.ts +5 -0
  560. package/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-element.d.ts +17 -0
  561. package/f-draggable/drag-node/magnetic-lines/domain/magnetic-line-renderer.d.ts +13 -0
  562. package/f-draggable/drag-node/magnetic-lines/index.d.ts +3 -0
  563. package/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/index.d.ts +1 -0
  564. package/f-draggable/drag-node/magnetic-lines/magnetic-lines-handler/magnetic-lines-handler.d.ts +18 -0
  565. package/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/index.d.ts +2 -0
  566. package/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation-request.d.ts +3 -0
  567. package/f-draggable/drag-node/magnetic-lines/magnetic-lines-preparation/magnetic-lines-preparation.d.ts +18 -0
  568. package/f-draggable/drag-node/magnetic-rects/domain/calculate-magnetic-rects.d.ts +3 -0
  569. package/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-gap-rect.d.ts +6 -0
  570. package/f-draggable/drag-node/magnetic-rects/domain/i-magnetic-rects-result.d.ts +11 -0
  571. package/f-draggable/drag-node/magnetic-rects/domain/index.d.ts +5 -0
  572. package/f-draggable/drag-node/magnetic-rects/domain/magnetic-rect-element.d.ts +15 -0
  573. package/f-draggable/drag-node/magnetic-rects/domain/magnetic-rects-renderer.d.ts +15 -0
  574. package/f-draggable/drag-node/magnetic-rects/index.d.ts +3 -0
  575. package/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/index.d.ts +1 -0
  576. package/f-draggable/drag-node/magnetic-rects/magnetic-rects-handler/magnetic-rects-handler.d.ts +16 -0
  577. package/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/index.d.ts +2 -0
  578. package/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation-request.d.ts +3 -0
  579. package/f-draggable/drag-node/magnetic-rects/magnetic-rects-preparation/magnetic-rects-preparation.d.ts +17 -0
  580. package/f-draggable/drag-node/providers.d.ts +5 -0
  581. package/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.d.ts +6 -0
  582. package/f-draggable/drop-to-group/drop-to-group-finalize/drop-to-group-finalize.d.ts +18 -0
  583. package/f-draggable/drop-to-group/drop-to-group-handler/drop-to-group-handler.d.ts +30 -0
  584. package/f-draggable/drop-to-group/drop-to-group-handler/index.d.ts +1 -0
  585. package/f-draggable/drop-to-group/drop-to-group-preparation/drop-to-group-preparation.d.ts +23 -0
  586. package/f-draggable/drop-to-group/f-drop-to-group-event.d.ts +16 -0
  587. package/f-draggable/drop-to-group/index.d.ts +6 -0
  588. package/f-draggable/drop-to-group/providers.d.ts +4 -0
  589. package/f-draggable/drop-to-group/sort-drop-candidates-by-layer/index.d.ts +2 -0
  590. package/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer-request.d.ts +6 -0
  591. package/f-draggable/drop-to-group/sort-drop-candidates-by-layer/sort-drop-candidates-by-layer.d.ts +10 -0
  592. package/f-draggable/f-drag-started-event.d.ts +15 -0
  593. package/f-draggable/f-draggable-base.d.ts +7 -5
  594. package/f-draggable/f-draggable-data-context.d.ts +2 -2
  595. package/f-draggable/f-draggable.directive.d.ts +10 -7
  596. package/f-draggable/f-node-resize/i-node-resize-event-data.d.ts +3 -0
  597. package/f-draggable/f-node-resize/index.d.ts +1 -0
  598. package/f-draggable/f-node-resize/node-resize.drag-handler.d.ts +8 -4
  599. package/f-draggable/f-node-resize/resize-preparation/node-resize-preparation.d.ts +0 -1
  600. package/f-draggable/f-node-rotate/f-node-rotate.drag-handler.d.ts +11 -7
  601. package/f-draggable/f-node-rotate/i-node-rotate-event-data.d.ts +3 -0
  602. package/f-draggable/f-node-rotate/index.d.ts +1 -0
  603. package/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.execution.d.ts +2 -1
  604. package/f-draggable/f-selection-change-event.d.ts +10 -4
  605. package/f-draggable/index.d.ts +8 -6
  606. package/f-draggable/infrastructure/drag-handler-base.d.ts +20 -0
  607. package/f-draggable/infrastructure/drag-handler-injector.d.ts +18 -0
  608. package/f-draggable/infrastructure/i-drag-session-feature.d.ts +12 -0
  609. package/f-draggable/infrastructure/index.d.ts +4 -0
  610. package/f-draggable/pinch-to-zoom/finalize/pinch-to-zoom-finalize.d.ts +3 -4
  611. package/f-draggable/pinch-to-zoom/handler/index.d.ts +1 -0
  612. package/f-draggable/pinch-to-zoom/handler/pinch-to-zoom-handler.d.ts +24 -0
  613. package/f-draggable/pinch-to-zoom/index.d.ts +1 -3
  614. package/f-draggable/pinch-to-zoom/preparation/pinch-to-zoom-preparation.d.ts +5 -4
  615. package/f-draggable/providers.d.ts +1 -1
  616. package/f-draggable/select-by-pointer/index.d.ts +3 -0
  617. package/f-draggable/select-by-pointer/providers.d.ts +2 -0
  618. package/f-draggable/select-by-pointer/select-by-pointer-request.d.ts +8 -0
  619. package/f-draggable/select-by-pointer/select-by-pointer.d.ts +58 -0
  620. package/f-draggable/selection-area/index.d.ts +4 -0
  621. package/f-draggable/selection-area/providers.d.ts +3 -0
  622. package/f-draggable/selection-area/selection-area-finalize/index.d.ts +2 -0
  623. package/f-draggable/selection-area/selection-area-finalize/selection-area-finalize-request.d.ts +6 -0
  624. package/f-draggable/selection-area/selection-area-finalize/selection-area-finalize.d.ts +10 -0
  625. package/f-draggable/selection-area/selection-area-handler/index.d.ts +1 -0
  626. package/f-draggable/selection-area/selection-area-handler/selection-area-handler.d.ts +24 -0
  627. package/f-draggable/selection-area/selection-area-preparation/index.d.ts +2 -0
  628. package/f-draggable/selection-area/selection-area-preparation/selection-area-preparation-request.d.ts +6 -0
  629. package/f-draggable/selection-area/selection-area-preparation/selection-area-preparation.d.ts +13 -0
  630. package/f-external-item/domain/f-external-item.drag-handler.d.ts +7 -4
  631. package/f-external-item/domain/finalize/f-external-item-finalize.execution.d.ts +2 -3
  632. package/f-flow.module.d.ts +16 -14
  633. package/f-line-alignment/f-line-alignment.component.d.ts +8 -5
  634. package/f-line-alignment/index.d.ts +0 -2
  635. package/f-magnetic-lines/f-magnetic-lines-base.d.ts +9 -0
  636. package/f-magnetic-lines/f-magnetic-lines.d.ts +11 -0
  637. package/f-magnetic-lines/index.d.ts +3 -0
  638. package/f-magnetic-lines/providers.d.ts +2 -0
  639. package/f-magnetic-rects/f-magnetic-rects-base.d.ts +10 -0
  640. package/f-magnetic-rects/f-magnetic-rects.d.ts +12 -0
  641. package/f-magnetic-rects/index.d.ts +3 -0
  642. package/f-magnetic-rects/providers.d.ts +2 -0
  643. package/f-minimap/domain/f-minimap.drag-handler.d.ts +4 -3
  644. package/f-minimap/f-minimap-canvas.directive.d.ts +1 -2
  645. package/f-minimap/f-minimap-flow.directive.d.ts +1 -2
  646. package/f-minimap/f-minimap-view.directive.d.ts +1 -2
  647. package/f-selection-area/f-selection-area-base.d.ts +4 -5
  648. package/f-selection-area/f-selection-area.d.ts +12 -0
  649. package/f-selection-area/index.d.ts +1 -2
  650. package/f-selection-area/providers.d.ts +2 -2
  651. package/f-storage/base/f-id-registry-base.d.ts +41 -0
  652. package/f-storage/base/f-single-registry-base.d.ts +14 -0
  653. package/f-storage/base/index.d.ts +2 -0
  654. package/f-storage/f-components-store.d.ts +26 -17
  655. package/f-storage/f-connection-marker-registry.d.ts +5 -0
  656. package/f-storage/f-connection-registry.d.ts +14 -0
  657. package/f-storage/f-connector-registry.d.ts +5 -0
  658. package/f-storage/f-node-registry.d.ts +5 -0
  659. package/f-storage/features/index.d.ts +7 -0
  660. package/f-storage/features/register-plugin-instance/index.d.ts +2 -0
  661. package/f-storage/features/register-plugin-instance/register-plugin-instance-request.d.ts +7 -0
  662. package/f-storage/features/register-plugin-instance/register-plugin-instance.d.ts +12 -0
  663. package/f-storage/features/remove-plugin-instance/index.d.ts +2 -0
  664. package/f-storage/features/remove-plugin-instance/remove-plugin-instance-request.d.ts +6 -0
  665. package/f-storage/features/remove-plugin-instance/remove-plugin-instance.d.ts +12 -0
  666. package/f-storage/index.d.ts +6 -5
  667. package/f-storage/providers.d.ts +3 -6
  668. package/f-zoom/f-zoom.directive.d.ts +3 -2
  669. package/fesm2022/foblex-flow.mjs +6674 -5135
  670. package/fesm2022/foblex-flow.mjs.map +1 -1
  671. package/package.json +1 -1
  672. package/public-api.d.ts +3 -0
  673. package/reactivity/debounce-animation-frame.d.ts +2 -0
  674. package/reactivity/debounce-microtask.d.ts +2 -0
  675. package/reactivity/index.d.ts +2 -0
  676. package/testing/component-harness.d.ts +9 -0
  677. package/testing/di-harness.d.ts +10 -0
  678. package/testing/factories.d.ts +104 -0
  679. package/testing/index.d.ts +7 -0
  680. package/testing/internal/index.d.ts +1 -0
  681. package/testing/internal/type-helpers.d.ts +12 -0
  682. package/testing/jasmine/index.d.ts +1 -0
  683. package/testing/jasmine/spy-helpers.d.ts +11 -0
  684. package/testing/mediator-harness.d.ts +7 -0
  685. package/testing/pure-harness.d.ts +12 -0
  686. package/testing/registry-harness.d.ts +6 -0
  687. package/domain/f-background/add-background-to-store/add-background-to-store-request.d.ts +0 -6
  688. package/domain/f-background/add-background-to-store/add-background-to-store.execution.d.ts +0 -12
  689. package/domain/f-background/add-background-to-store/index.d.ts +0 -2
  690. package/domain/f-background/remove-background-from-store/index.d.ts +0 -2
  691. package/domain/f-background/remove-background-from-store/remove-background-from-store-request.d.ts +0 -6
  692. package/domain/f-background/remove-background-from-store/remove-background-from-store.execution.d.ts +0 -12
  693. package/domain/f-background/set-background-transform/set-background-transform.execution.d.ts +0 -12
  694. package/domain/f-connectors/add-input-to-store/add-input-to-store-request.d.ts +0 -6
  695. package/domain/f-connectors/add-input-to-store/add-input-to-store.d.ts +0 -12
  696. package/domain/f-connectors/add-input-to-store/index.d.ts +0 -2
  697. package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.d.ts +0 -6
  698. package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.d.ts +0 -12
  699. package/domain/f-connectors/add-outlet-to-store/index.d.ts +0 -2
  700. package/domain/f-connectors/add-output-to-store/add-output-to-store-request.d.ts +0 -6
  701. package/domain/f-connectors/add-output-to-store/add-output-to-store.d.ts +0 -12
  702. package/domain/f-connectors/add-output-to-store/index.d.ts +0 -2
  703. package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.d.ts +0 -6
  704. package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.d.ts +0 -14
  705. package/domain/f-connectors/get-connector-and-rect/index.d.ts +0 -2
  706. package/domain/f-connectors/i-closest-connector.d.ts +0 -10
  707. package/domain/f-connectors/i-connector-and-rect.d.ts +0 -6
  708. package/domain/f-connectors/remove-input-from-store/index.d.ts +0 -2
  709. package/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.d.ts +0 -6
  710. package/domain/f-connectors/remove-input-from-store/remove-input-from-store.d.ts +0 -12
  711. package/domain/f-connectors/remove-outlet-from-store/index.d.ts +0 -2
  712. package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.d.ts +0 -6
  713. package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.d.ts +0 -12
  714. package/domain/f-connectors/remove-output-from-store/index.d.ts +0 -2
  715. package/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.d.ts +0 -6
  716. package/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.d.ts +0 -12
  717. package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.d.ts +0 -18
  718. package/domain/f-draggable/emit-selection-change-event/index.d.ts +0 -2
  719. package/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.d.ts +0 -3
  720. package/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.d.ts +0 -15
  721. package/domain/f-draggable/end-drag-sequence/index.d.ts +0 -2
  722. package/domain/f-draggable/start-drag-sequence/index.d.ts +0 -2
  723. package/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.d.ts +0 -3
  724. package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +0 -16
  725. package/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.d.ts +0 -12
  726. package/domain/f-flow/get-flow-host-element/get-flow-host-element.request.d.ts +0 -3
  727. package/domain/f-flow/get-flow-host-element/index.d.ts +0 -2
  728. package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.d.ts +0 -6
  729. package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.d.ts +0 -12
  730. package/domain/f-line-alignment/add-line-alignment-to-store/index.d.ts +0 -2
  731. package/domain/f-line-alignment/index.d.ts +0 -3
  732. package/domain/f-line-alignment/providers.d.ts +0 -8
  733. package/domain/f-line-alignment/remove-line-alignment-from-store/index.d.ts +0 -2
  734. package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.d.ts +0 -3
  735. package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.d.ts +0 -12
  736. package/domain/f-selection/select-all/select-all.execution.d.ts +0 -14
  737. package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.d.ts +0 -16
  738. package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.d.ts +0 -6
  739. package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.d.ts +0 -12
  740. package/domain/f-zoom/add-zoom-to-store/index.d.ts +0 -2
  741. package/domain/f-zoom/f-zoom-tag.d.ts +0 -1
  742. package/domain/f-zoom/remove-zoom-from-store/index.d.ts +0 -2
  743. package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.d.ts +0 -3
  744. package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.d.ts +0 -12
  745. package/domain/sort-item-layers/sort-item-layers.execution.d.ts +0 -18
  746. package/domain/update-item-and-children-layers/update-item-and-children-layers.execution.d.ts +0 -26
  747. package/esm2022/domain/f-background/add-background-to-store/add-background-to-store-request.mjs +0 -8
  748. package/esm2022/domain/f-background/add-background-to-store/add-background-to-store.execution.mjs +0 -25
  749. package/esm2022/domain/f-background/add-background-to-store/index.mjs +0 -3
  750. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.mjs +0 -8
  751. package/esm2022/domain/f-background/remove-background-from-store/index.mjs +0 -3
  752. package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store-request.mjs +0 -8
  753. package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store.execution.mjs +0 -25
  754. package/esm2022/domain/f-background/set-background-transform/set-background-transform.execution.mjs +0 -25
  755. package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store-request.mjs +0 -8
  756. package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.mjs +0 -25
  757. package/esm2022/domain/f-connectors/add-input-to-store/index.mjs +0 -3
  758. package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.mjs +0 -8
  759. package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.mjs +0 -25
  760. package/esm2022/domain/f-connectors/add-outlet-to-store/index.mjs +0 -3
  761. package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store-request.mjs +0 -8
  762. package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.mjs +0 -25
  763. package/esm2022/domain/f-connectors/add-output-to-store/index.mjs +0 -3
  764. package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.mjs +0 -8
  765. package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.mjs +0 -31
  766. package/esm2022/domain/f-connectors/get-connector-and-rect/index.mjs +0 -3
  767. package/esm2022/domain/f-connectors/i-closest-connector.mjs +0 -2
  768. package/esm2022/domain/f-connectors/i-connector-and-rect.mjs +0 -2
  769. package/esm2022/domain/f-connectors/remove-input-from-store/index.mjs +0 -3
  770. package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.mjs +0 -8
  771. package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.mjs +0 -25
  772. package/esm2022/domain/f-connectors/remove-outlet-from-store/index.mjs +0 -3
  773. package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.mjs +0 -8
  774. package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.mjs +0 -25
  775. package/esm2022/domain/f-connectors/remove-output-from-store/index.mjs +0 -3
  776. package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.mjs +0 -8
  777. package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.mjs +0 -25
  778. package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.mjs +0 -4
  779. package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +0 -45
  780. package/esm2022/domain/f-draggable/emit-selection-change-event/index.mjs +0 -3
  781. package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.mjs +0 -4
  782. package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.mjs +0 -36
  783. package/esm2022/domain/f-draggable/end-drag-sequence/index.mjs +0 -3
  784. package/esm2022/domain/f-draggable/start-drag-sequence/index.mjs +0 -3
  785. package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.mjs +0 -4
  786. package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +0 -43
  787. package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.mjs +0 -25
  788. package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.request.mjs +0 -4
  789. package/esm2022/domain/f-flow/get-flow-host-element/index.mjs +0 -3
  790. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.mjs +0 -8
  791. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.mjs +0 -25
  792. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/index.mjs +0 -3
  793. package/esm2022/domain/f-line-alignment/index.mjs +0 -4
  794. package/esm2022/domain/f-line-alignment/providers.mjs +0 -9
  795. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/index.mjs +0 -3
  796. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.mjs +0 -4
  797. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.mjs +0 -25
  798. package/esm2022/domain/f-selection/select-all/select-all.execution.mjs +0 -40
  799. package/esm2022/domain/f-selection/select-all/select-all.request.mjs +0 -4
  800. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +0 -37
  801. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.mjs +0 -8
  802. package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.mjs +0 -8
  803. package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.mjs +0 -28
  804. package/esm2022/domain/f-zoom/add-zoom-to-store/index.mjs +0 -3
  805. package/esm2022/domain/f-zoom/f-zoom-tag.mjs +0 -2
  806. package/esm2022/domain/f-zoom/remove-zoom-from-store/index.mjs +0 -3
  807. package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.mjs +0 -4
  808. package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.mjs +0 -28
  809. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +0 -40
  810. package/esm2022/domain/sort-item-layers/sort-item-layers.request.mjs +0 -4
  811. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +0 -98
  812. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.request.mjs +0 -10
  813. package/esm2022/f-connection-v2/models/f-connection-waypoints-changed-event.mjs +0 -9
  814. package/esm2022/f-draggable/domain/f-drag-started-event.mjs +0 -11
  815. package/esm2022/f-draggable/domain/is-connection-under-node/f-node-intersected-with-connections.mjs +0 -9
  816. package/esm2022/f-draggable/domain/is-connection-under-node/index.mjs +0 -4
  817. package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.mjs +0 -74
  818. package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.mjs +0 -8
  819. package/esm2022/f-draggable/f-canvas/f-canvas.drag-handler.mjs +0 -23
  820. package/esm2022/f-draggable/f-canvas/index.mjs +0 -5
  821. package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.mjs +0 -29
  822. package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.mjs +0 -8
  823. package/esm2022/f-draggable/f-canvas/move-finalize/index.mjs +0 -3
  824. package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.execution.mjs +0 -58
  825. package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.mjs +0 -10
  826. package/esm2022/f-draggable/f-canvas/move-preparation/index.mjs +0 -3
  827. package/esm2022/f-draggable/f-canvas/providers.mjs +0 -7
  828. package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.mjs +0 -62
  829. package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.mjs +0 -8
  830. package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/index.mjs +0 -3
  831. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/create-connection-preparation-request.mjs +0 -10
  832. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/create-connection-preparation.mjs +0 -51
  833. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.execution.mjs +0 -41
  834. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.mjs +0 -10
  835. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/index.mjs +0 -3
  836. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.execution.mjs +0 -54
  837. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.mjs +0 -10
  838. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/index.mjs +0 -3
  839. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/create-connection-from-output-preparation-request.mjs +0 -10
  840. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/create-connection-from-output-preparation.mjs +0 -47
  841. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/index.mjs +0 -3
  842. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/index.mjs +0 -6
  843. package/esm2022/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.mjs +0 -101
  844. package/esm2022/f-draggable/f-connection/f-create-connection/f-create-connection.event.mjs +0 -11
  845. package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.execution.mjs +0 -47
  846. package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.mjs +0 -8
  847. package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/index.mjs +0 -3
  848. package/esm2022/f-draggable/f-connection/f-create-connection/i-f-create-connection-drag-result.mjs +0 -2
  849. package/esm2022/f-draggable/f-connection/f-create-connection/index.mjs +0 -7
  850. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.mjs +0 -80
  851. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.event.mjs +0 -21
  852. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.mjs +0 -86
  853. package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.mjs +0 -85
  854. package/esm2022/f-draggable/f-connection/f-reassign-connection/i-f-reassign-connection-drag-result.mjs +0 -2
  855. package/esm2022/f-draggable/f-connection/f-reassign-connection/i-f-reassign-handler.mjs +0 -8
  856. package/esm2022/f-draggable/f-connection/f-reassign-connection/index.mjs +0 -10
  857. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.execution.mjs +0 -69
  858. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.mjs +0 -8
  859. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/index.mjs +0 -3
  860. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.mjs +0 -68
  861. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.mjs +0 -10
  862. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/index.mjs +0 -4
  863. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +0 -18
  864. package/esm2022/f-draggable/f-connection/index.mjs +0 -5
  865. package/esm2022/f-draggable/f-connection/move-connection-waypoint/index.mjs +0 -4
  866. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/index.mjs +0 -3
  867. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/move-connection-waypoint-finalize-request.mjs +0 -8
  868. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/move-connection-waypoint-finalize.mjs +0 -32
  869. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-handler.mjs +0 -49
  870. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/index.mjs +0 -3
  871. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/move-connection-waypoint-preparation-request.mjs +0 -10
  872. package/esm2022/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/move-connection-waypoint-preparation.mjs +0 -65
  873. package/esm2022/f-draggable/f-connection/providers.mjs +0 -16
  874. package/esm2022/f-draggable/f-drag-handler/f-drag-handler-result.mjs +0 -20
  875. package/esm2022/f-draggable/f-drag-handler/i-f-drag-handler.mjs +0 -2
  876. package/esm2022/f-draggable/f-drag-handler/index.mjs +0 -3
  877. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.mjs +0 -8
  878. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize.mjs +0 -69
  879. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/index.mjs +0 -3
  880. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation-request.mjs +0 -8
  881. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation.mjs +0 -99
  882. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/index.mjs +0 -3
  883. package/esm2022/f-draggable/f-drop-to-group/f-drop-to-group.event.mjs +0 -11
  884. package/esm2022/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.mjs +0 -67
  885. package/esm2022/f-draggable/f-drop-to-group/index.mjs +0 -7
  886. package/esm2022/f-draggable/f-drop-to-group/providers.mjs +0 -9
  887. package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/index.mjs +0 -3
  888. package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer-request.mjs +0 -8
  889. package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer.mjs +0 -54
  890. package/esm2022/f-draggable/f-node-move/connection-drag-handlers/base-connection.drag-handler.mjs +0 -60
  891. package/esm2022/f-draggable/f-node-move/connection-drag-handlers/index.mjs +0 -5
  892. package/esm2022/f-draggable/f-node-move/connection-drag-handlers/source-connection.drag-handler.mjs +0 -11
  893. package/esm2022/f-draggable/f-node-move/connection-drag-handlers/source-target-connection.drag-handler.mjs +0 -22
  894. package/esm2022/f-draggable/f-node-move/connection-drag-handlers/target-connection.drag-handler.mjs +0 -11
  895. package/esm2022/f-draggable/f-node-move/constraint/drag-constraint-pipeline.mjs +0 -29
  896. package/esm2022/f-draggable/f-node-move/constraint/expand-rect-from-baseline.mjs +0 -20
  897. package/esm2022/f-draggable/f-node-move/constraint/index.mjs +0 -5
  898. package/esm2022/f-draggable/f-node-move/constraint/rect-constraint.mjs +0 -37
  899. package/esm2022/f-draggable/f-node-move/constraint/snap-to-grid.mjs +0 -36
  900. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-request.mjs +0 -8
  901. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-response.mjs +0 -9
  902. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy.mjs +0 -47
  903. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/index.mjs +0 -4
  904. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits-request.mjs +0 -8
  905. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits.mjs +0 -72
  906. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-drag-limits.mjs +0 -2
  907. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-soft-limit.mjs +0 -2
  908. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/index.mjs +0 -5
  909. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection-request.mjs +0 -8
  910. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection.mjs +0 -85
  911. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler-request.mjs +0 -12
  912. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler.mjs +0 -59
  913. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/index.mjs +0 -3
  914. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler-request.mjs +0 -12
  915. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler.mjs +0 -59
  916. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/index.mjs +0 -3
  917. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler-request.mjs +0 -10
  918. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler.mjs +0 -33
  919. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/index.mjs +0 -3
  920. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-request.mjs +0 -10
  921. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-response.mjs +0 -13
  922. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings.mjs +0 -39
  923. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/index.mjs +0 -4
  924. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits-and-position.mjs +0 -2
  925. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits.mjs +0 -2
  926. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/index.mjs +0 -12
  927. package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/providers.mjs +0 -17
  928. package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines-request.mjs +0 -8
  929. package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines.mjs +0 -52
  930. package/esm2022/f-draggable/f-node-move/create-snap-lines/index.mjs +0 -3
  931. package/esm2022/f-draggable/f-node-move/create-snap-lines/snap-lines.drag-handler.mjs +0 -51
  932. package/esm2022/f-draggable/f-node-move/f-move-nodes.event.mjs +0 -13
  933. package/esm2022/f-draggable/f-node-move/index.mjs +0 -13
  934. package/esm2022/f-draggable/f-node-move/move-drag-handler.mjs +0 -97
  935. package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.mjs +0 -92
  936. package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.mjs +0 -8
  937. package/esm2022/f-draggable/f-node-move/move-finalize/index.mjs +0 -3
  938. package/esm2022/f-draggable/f-node-move/move-preparation/index.mjs +0 -3
  939. package/esm2022/f-draggable/f-node-move/move-preparation/move-node-preparation-request.mjs +0 -10
  940. package/esm2022/f-draggable/f-node-move/move-preparation/move-node-preparation.mjs +0 -81
  941. package/esm2022/f-draggable/f-node-move/move-summary-drag-handler.mjs +0 -44
  942. package/esm2022/f-draggable/f-node-move/providers.mjs +0 -11
  943. package/esm2022/f-draggable/pinch-to-zoom/constants/constants.mjs +0 -6
  944. package/esm2022/f-draggable/pinch-to-zoom/constants/index.mjs +0 -2
  945. package/esm2022/f-draggable/pinch-to-zoom/pinch-to-zoom-handler.mjs +0 -68
  946. package/esm2022/f-draggable/pinch-to-zoom/utils/calculate-touch-center.mjs +0 -10
  947. package/esm2022/f-draggable/pinch-to-zoom/utils/calculate-touch-distance.mjs +0 -9
  948. package/esm2022/f-draggable/pinch-to-zoom/utils/index.mjs +0 -3
  949. package/esm2022/f-draggable/single-select/index.mjs +0 -4
  950. package/esm2022/f-draggable/single-select/providers.mjs +0 -3
  951. package/esm2022/f-draggable/single-select/single-select-request.mjs +0 -10
  952. package/esm2022/f-draggable/single-select/single-select.mjs +0 -139
  953. package/esm2022/f-line-alignment/domain/i-line-alignment-rect.mjs +0 -2
  954. package/esm2022/f-line-alignment/domain/i-snap-coordinate.mjs +0 -2
  955. package/esm2022/f-line-alignment/domain/i-snap-result.mjs +0 -2
  956. package/esm2022/f-line-alignment/domain/index.mjs +0 -6
  957. package/esm2022/f-line-alignment/domain/snap-line-element.mjs +0 -28
  958. package/esm2022/f-line-alignment/domain/snap-line-service.mjs +0 -36
  959. package/esm2022/f-line-alignment/f-line-alignment-base.mjs +0 -11
  960. package/esm2022/f-selection-area/domain/index.mjs +0 -5
  961. package/esm2022/f-selection-area/domain/providers.mjs +0 -7
  962. package/esm2022/f-selection-area/domain/selection-area-finalize/index.mjs +0 -3
  963. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +0 -31
  964. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.mjs +0 -8
  965. package/esm2022/f-selection-area/domain/selection-area-preparation/index.mjs +0 -3
  966. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +0 -43
  967. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.mjs +0 -12
  968. package/esm2022/f-selection-area/domain/selection-area.drag-handle.mjs +0 -59
  969. package/esm2022/f-selection-area/f-selection-area.component.mjs +0 -53
  970. package/esm2022/f-storage/features/listen-components-data-changed/index.mjs +0 -3
  971. package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes-request.mjs +0 -4
  972. package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes.mjs +0 -23
  973. package/f-draggable/domain/f-drag-started-event.d.ts +0 -5
  974. package/f-draggable/domain/is-connection-under-node/f-node-intersected-with-connections.d.ts +0 -5
  975. package/f-draggable/domain/is-connection-under-node/index.d.ts +0 -3
  976. package/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.d.ts +0 -18
  977. package/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.d.ts +0 -6
  978. package/f-draggable/f-canvas/f-canvas.drag-handler.d.ts +0 -12
  979. package/f-draggable/f-canvas/index.d.ts +0 -4
  980. package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.d.ts +0 -10
  981. package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.d.ts +0 -6
  982. package/f-draggable/f-canvas/move-finalize/index.d.ts +0 -2
  983. package/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.execution.d.ts +0 -17
  984. package/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.d.ts +0 -8
  985. package/f-draggable/f-canvas/move-preparation/index.d.ts +0 -2
  986. package/f-draggable/f-canvas/providers.d.ts +0 -3
  987. package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.d.ts +0 -19
  988. package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.d.ts +0 -6
  989. package/f-draggable/f-connection/f-create-connection/create-finalize/index.d.ts +0 -2
  990. package/f-draggable/f-connection/f-create-connection/create-preparation/create-connection-preparation.d.ts +0 -16
  991. package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.execution.d.ts +0 -13
  992. package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.d.ts +0 -8
  993. package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/index.d.ts +0 -2
  994. package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.execution.d.ts +0 -14
  995. package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.d.ts +0 -8
  996. package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/index.d.ts +0 -2
  997. package/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/create-connection-from-output-preparation.d.ts +0 -14
  998. package/f-draggable/f-connection/f-create-connection/create-preparation/index.d.ts +0 -5
  999. package/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.d.ts +0 -29
  1000. package/f-draggable/f-connection/f-create-connection/f-create-connection.event.d.ts +0 -7
  1001. package/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.execution.d.ts +0 -16
  1002. package/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.d.ts +0 -6
  1003. package/f-draggable/f-connection/f-create-connection/get-first-connectable-output/index.d.ts +0 -2
  1004. package/f-draggable/f-connection/f-create-connection/i-f-create-connection-drag-result.d.ts +0 -7
  1005. package/f-draggable/f-connection/f-create-connection/index.d.ts +0 -6
  1006. package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.d.ts +0 -26
  1007. package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.event.d.ts +0 -12
  1008. package/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.d.ts +0 -29
  1009. package/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.d.ts +0 -30
  1010. package/f-draggable/f-connection/f-reassign-connection/i-f-reassign-connection-drag-result.d.ts +0 -10
  1011. package/f-draggable/f-connection/f-reassign-connection/i-f-reassign-handler.d.ts +0 -12
  1012. package/f-draggable/f-connection/f-reassign-connection/index.d.ts +0 -9
  1013. package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.execution.d.ts +0 -20
  1014. package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.d.ts +0 -6
  1015. package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/index.d.ts +0 -2
  1016. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.d.ts +0 -21
  1017. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.d.ts +0 -8
  1018. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/index.d.ts +0 -3
  1019. package/f-draggable/f-connection/index.d.ts +0 -4
  1020. package/f-draggable/f-connection/move-connection-waypoint/index.d.ts +0 -3
  1021. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/index.d.ts +0 -2
  1022. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/move-connection-waypoint-finalize-request.d.ts +0 -6
  1023. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-finalize/move-connection-waypoint-finalize.d.ts +0 -11
  1024. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-handler.d.ts +0 -20
  1025. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/index.d.ts +0 -2
  1026. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/move-connection-waypoint-preparation-request.d.ts +0 -8
  1027. package/f-draggable/f-connection/move-connection-waypoint/move-connection-waypoint-preparation/move-connection-waypoint-preparation.d.ts +0 -19
  1028. package/f-draggable/f-connection/providers.d.ts +0 -4
  1029. package/f-draggable/f-drag-handler/i-f-drag-handler.d.ts +0 -9
  1030. package/f-draggable/f-drag-handler/index.d.ts +0 -2
  1031. package/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.d.ts +0 -6
  1032. package/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize.d.ts +0 -16
  1033. package/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation.d.ts +0 -29
  1034. package/f-draggable/f-drop-to-group/f-drop-to-group.event.d.ts +0 -7
  1035. package/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.d.ts +0 -22
  1036. package/f-draggable/f-drop-to-group/index.d.ts +0 -6
  1037. package/f-draggable/f-drop-to-group/providers.d.ts +0 -4
  1038. package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/index.d.ts +0 -2
  1039. package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer-request.d.ts +0 -6
  1040. package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer.d.ts +0 -10
  1041. package/f-draggable/f-node-move/connection-drag-handlers/base-connection.drag-handler.d.ts +0 -23
  1042. package/f-draggable/f-node-move/connection-drag-handlers/index.d.ts +0 -4
  1043. package/f-draggable/f-node-move/connection-drag-handlers/source-connection.drag-handler.d.ts +0 -8
  1044. package/f-draggable/f-node-move/connection-drag-handlers/source-target-connection.drag-handler.d.ts +0 -11
  1045. package/f-draggable/f-node-move/connection-drag-handlers/target-connection.drag-handler.d.ts +0 -8
  1046. package/f-draggable/f-node-move/constraint/drag-constraint-pipeline.d.ts +0 -17
  1047. package/f-draggable/f-node-move/constraint/expand-rect-from-baseline.d.ts +0 -3
  1048. package/f-draggable/f-node-move/constraint/index.d.ts +0 -4
  1049. package/f-draggable/f-node-move/constraint/rect-constraint.d.ts +0 -19
  1050. package/f-draggable/f-node-move/constraint/snap-to-grid.d.ts +0 -15
  1051. package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-request.d.ts +0 -6
  1052. package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-response.d.ts +0 -6
  1053. package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy.d.ts +0 -13
  1054. package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/index.d.ts +0 -3
  1055. package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits-request.d.ts +0 -6
  1056. package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits.d.ts +0 -19
  1057. package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-drag-limits.d.ts +0 -6
  1058. package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-soft-limit.d.ts +0 -8
  1059. package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/index.d.ts +0 -4
  1060. package/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection-request.d.ts +0 -6
  1061. package/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection.d.ts +0 -24
  1062. package/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler-request.d.ts +0 -9
  1063. package/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler.d.ts +0 -16
  1064. package/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/index.d.ts +0 -2
  1065. package/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler-request.d.ts +0 -9
  1066. package/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler.d.ts +0 -18
  1067. package/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/index.d.ts +0 -2
  1068. package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler-request.d.ts +0 -7
  1069. package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler.d.ts +0 -13
  1070. package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/index.d.ts +0 -2
  1071. package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-request.d.ts +0 -7
  1072. package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-response.d.ts +0 -9
  1073. package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings.d.ts +0 -13
  1074. package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/index.d.ts +0 -3
  1075. package/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits-and-position.d.ts +0 -5
  1076. package/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits.d.ts +0 -3
  1077. package/f-draggable/f-node-move/create-drag-model-from-selection/index.d.ts +0 -11
  1078. package/f-draggable/f-node-move/create-drag-model-from-selection/providers.d.ts +0 -8
  1079. package/f-draggable/f-node-move/create-snap-lines/create-snap-lines-request.d.ts +0 -6
  1080. package/f-draggable/f-node-move/create-snap-lines/create-snap-lines.d.ts +0 -19
  1081. package/f-draggable/f-node-move/create-snap-lines/index.d.ts +0 -2
  1082. package/f-draggable/f-node-move/create-snap-lines/snap-lines.drag-handler.d.ts +0 -16
  1083. package/f-draggable/f-node-move/f-move-nodes.event.d.ts +0 -15
  1084. package/f-draggable/f-node-move/index.d.ts +0 -12
  1085. package/f-draggable/f-node-move/move-drag-handler.d.ts +0 -33
  1086. package/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.d.ts +0 -23
  1087. package/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.d.ts +0 -6
  1088. package/f-draggable/f-node-move/move-finalize/index.d.ts +0 -2
  1089. package/f-draggable/f-node-move/move-preparation/index.d.ts +0 -2
  1090. package/f-draggable/f-node-move/move-preparation/move-node-preparation-request.d.ts +0 -8
  1091. package/f-draggable/f-node-move/move-preparation/move-node-preparation.d.ts +0 -17
  1092. package/f-draggable/f-node-move/move-summary-drag-handler.d.ts +0 -22
  1093. package/f-draggable/f-node-move/providers.d.ts +0 -4
  1094. package/f-draggable/pinch-to-zoom/constants/constants.d.ts +0 -5
  1095. package/f-draggable/pinch-to-zoom/constants/index.d.ts +0 -1
  1096. package/f-draggable/pinch-to-zoom/pinch-to-zoom-handler.d.ts +0 -21
  1097. package/f-draggable/pinch-to-zoom/utils/calculate-touch-center.d.ts +0 -2
  1098. package/f-draggable/pinch-to-zoom/utils/calculate-touch-distance.d.ts +0 -1
  1099. package/f-draggable/pinch-to-zoom/utils/index.d.ts +0 -2
  1100. package/f-draggable/single-select/index.d.ts +0 -3
  1101. package/f-draggable/single-select/providers.d.ts +0 -2
  1102. package/f-draggable/single-select/single-select-request.d.ts +0 -8
  1103. package/f-draggable/single-select/single-select.d.ts +0 -63
  1104. package/f-line-alignment/domain/i-line-alignment-rect.d.ts +0 -6
  1105. package/f-line-alignment/domain/i-snap-coordinate.d.ts +0 -4
  1106. package/f-line-alignment/domain/i-snap-result.d.ts +0 -5
  1107. package/f-line-alignment/domain/index.d.ts +0 -5
  1108. package/f-line-alignment/domain/snap-line-element.d.ts +0 -9
  1109. package/f-line-alignment/domain/snap-line-service.d.ts +0 -11
  1110. package/f-line-alignment/f-line-alignment-base.d.ts +0 -9
  1111. package/f-selection-area/domain/index.d.ts +0 -4
  1112. package/f-selection-area/domain/providers.d.ts +0 -3
  1113. package/f-selection-area/domain/selection-area-finalize/index.d.ts +0 -2
  1114. package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.d.ts +0 -10
  1115. package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.d.ts +0 -6
  1116. package/f-selection-area/domain/selection-area-preparation/index.d.ts +0 -2
  1117. package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.d.ts +0 -13
  1118. package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.d.ts +0 -10
  1119. package/f-selection-area/domain/selection-area.drag-handle.d.ts +0 -21
  1120. package/f-selection-area/f-selection-area.component.d.ts +0 -21
  1121. /package/domain/f-background/add-pattern-to-background/{add-pattern-to-background.request.d.ts → add-pattern-to-background-request.d.ts} +0 -0
  1122. /package/domain/f-selection/select-all/{select-all.request.d.ts → select-all-request.d.ts} +0 -0
  1123. /package/domain/f-selection/select-and-update-node-layer/{select-and-update-node-layer.request.d.ts → select-and-update-node-layer-request.d.ts} +0 -0
  1124. /package/domain/sort-item-layers/{sort-item-layers.request.d.ts → sort-item-layers-request.d.ts} +0 -0
  1125. /package/domain/update-item-and-children-layers/{update-item-and-children-layers.request.d.ts → update-item-and-children-layers-request.d.ts} +0 -0
  1126. /package/f-draggable/{f-connection/f-create-connection/create-preparation → connection/create-connection/create-connection-preparation}/create-connection-preparation-request.d.ts +0 -0
  1127. /package/f-draggable/{f-connection/f-create-connection/create-preparation → connection/create-connection/create-connection-preparation}/from-output-preparation/create-connection-from-output-preparation-request.d.ts +0 -0
  1128. /package/f-draggable/{f-connection/f-create-connection/create-preparation → connection/create-connection/create-connection-preparation}/from-output-preparation/index.d.ts +0 -0
  1129. /package/{f-connection-v2/models → f-draggable/connection/drag-connection-waypoint}/f-connection-waypoints-changed-event.d.ts +0 -0
  1130. /package/f-draggable/{f-connection/f-reassign-connection/reassign-preparation → connection/reassign-connection/reassign-connection-preparation}/is-pointer-inside-start-or-end-drag-handles.d.ts +0 -0
  1131. /package/{domain/f-draggable → f-draggable/domain}/emit-selection-change-event/emit-selection-change-event-request.d.ts +0 -0
  1132. /package/f-draggable/{f-drop-to-group → drop-to-group}/drop-to-group-finalize/index.d.ts +0 -0
  1133. /package/f-draggable/{f-drop-to-group → drop-to-group}/drop-to-group-preparation/drop-to-group-preparation-request.d.ts +0 -0
  1134. /package/f-draggable/{f-drop-to-group → drop-to-group}/drop-to-group-preparation/index.d.ts +0 -0
  1135. /package/f-draggable/{f-drag-handler → infrastructure}/f-drag-handler-result.d.ts +0 -0
  1136. /package/f-storage/features/{listen-components-data-changed → listen-data-changed}/index.d.ts +0 -0
  1137. /package/f-storage/features/{listen-components-data-changed → listen-data-changed}/listen-data-changes-request.d.ts +0 -0
  1138. /package/f-storage/features/{listen-components-data-changed → listen-data-changed}/listen-data-changes.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { AddPatternToBackgroundRequest } from './add-pattern-to-background.request';
1
+ import { AddPatternToBackgroundRequest } from './add-pattern-to-background-request';
2
2
  import { IExecution } from '@foblex/mediator';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -1,2 +1,2 @@
1
1
  export * from './add-pattern-to-background';
2
- export * from './add-pattern-to-background.request';
2
+ export * from './add-pattern-to-background-request';
@@ -1,5 +1,3 @@
1
- export * from './add-background-to-store';
2
1
  export * from './add-pattern-to-background';
3
- export * from './remove-background-from-store';
4
2
  export * from './set-background-transform';
5
3
  export * from './providers';
@@ -1,9 +1,7 @@
1
1
  import { AddPatternToBackground } from './add-pattern-to-background';
2
- import { AddBackgroundToStoreExecution } from './add-background-to-store';
3
- import { RemoveBackgroundFromStoreExecution } from './remove-background-from-store';
4
- import { SetBackgroundTransformExecution } from './set-background-transform';
2
+ import { SetBackgroundTransform } from './set-background-transform';
5
3
  /**
6
4
  * This file exports all the background-related features for the F-Flow domain.
7
5
  * It includes executions for adding, removing, and setting the background in the FComponentsStore.
8
6
  */
9
- export declare const F_BACKGROUND_FEATURES: (typeof AddBackgroundToStoreExecution | typeof AddPatternToBackground | typeof RemoveBackgroundFromStoreExecution | typeof SetBackgroundTransformExecution)[];
7
+ export declare const F_BACKGROUND_FEATURES: (typeof AddPatternToBackground | typeof SetBackgroundTransform)[];
@@ -1,2 +1,2 @@
1
- export * from './set-background-transform.execution';
1
+ export * from './set-background-transform';
2
2
  export * from './set-background-transform-request';
@@ -0,0 +1,12 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { SetBackgroundTransformRequest } from './set-background-transform-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that sets the transform for the background when canvas is transformed.
6
+ */
7
+ export declare class SetBackgroundTransform implements IExecution<SetBackgroundTransformRequest, void> {
8
+ private readonly _store;
9
+ handle(request: SetBackgroundTransformRequest): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SetBackgroundTransform, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<SetBackgroundTransform>;
12
+ }
@@ -7,13 +7,12 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class CenterGroupOrNodeExecution implements IExecution<CenterGroupOrNodeRequest, void> {
9
9
  private readonly _store;
10
- private readonly _fMediator;
11
- private get transform();
12
- handle(request: CenterGroupOrNodeRequest): void;
10
+ private readonly _mediator;
11
+ private get _transform();
12
+ handle({ id, animated }: CenterGroupOrNodeRequest): void;
13
13
  toCenter(fNodeRect: IRect, fFlowRect: IRect, position: IPoint): void;
14
- private getNode;
15
- private getNodeRect;
16
- private getFlowRect;
14
+ private _getNodeRect;
15
+ private _getFlowRect;
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CenterGroupOrNodeExecution, never>;
18
17
  static ɵprov: i0.ɵɵInjectableDeclaration<CenterGroupOrNodeExecution>;
19
18
  }
@@ -7,11 +7,11 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class FitToFlowExecution implements IExecution<FitToFlowRequest, void> {
9
9
  private readonly _store;
10
- private get transform();
10
+ private get _transform();
11
11
  private _fMediator;
12
12
  handle(request: FitToFlowRequest): void;
13
13
  fitToParent(rect: IRect, parentRect: IRect, points: IPoint[], toCenter: IPoint): void;
14
- private getZeroPositionWithoutScale;
14
+ private _getZeroPositionWithoutScale;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FitToFlowExecution, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<FitToFlowExecution>;
17
17
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class RemoveCanvasFromStoreExecution implements IExecution<RemoveCanvasFromStoreRequest, void> {
8
8
  private readonly _store;
9
- handle(request: RemoveCanvasFromStoreRequest): void;
9
+ handle(_request: RemoveCanvasFromStoreRequest): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveCanvasFromStoreExecution, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveCanvasFromStoreExecution>;
12
12
  }
@@ -1,6 +1,6 @@
1
- import { FConnectionBase } from '../../../f-connection-v2';
1
+ import { FConnectionForCreateComponent } from '../../../f-connection';
2
2
  export declare class AddConnectionForCreateToStoreRequest {
3
- readonly connection: FConnectionBase;
3
+ readonly connection: FConnectionForCreateComponent;
4
4
  static readonly fToken: unique symbol;
5
- constructor(connection: FConnectionBase);
5
+ constructor(connection: FConnectionForCreateComponent);
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import { FConnectionMarkerBase } from '../../../f-connection-v2';
2
2
  export declare class AddConnectionMarkerToStoreRequest {
3
- readonly component: FConnectionMarkerBase;
3
+ readonly instance: FConnectionMarkerBase;
4
4
  static readonly fToken: unique symbol;
5
- constructor(component: FConnectionMarkerBase);
5
+ constructor(instance: FConnectionMarkerBase);
6
6
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class AddConnectionMarkerToStore implements IExecution<AddConnectionMarkerToStoreRequest, void> {
8
8
  private readonly _store;
9
- handle({ component }: AddConnectionMarkerToStoreRequest): void;
9
+ handle({ instance }: AddConnectionMarkerToStoreRequest): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddConnectionMarkerToStore, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddConnectionMarkerToStore>;
12
12
  }
@@ -1,6 +1,6 @@
1
- import { FConnectionBase } from '../../../f-connection-v2';
1
+ import { FSnapConnectionComponent } from '../../../f-connection';
2
2
  export declare class AddSnapConnectionToStoreRequest {
3
- readonly connection: FConnectionBase;
3
+ readonly connection: FSnapConnectionComponent;
4
4
  static readonly fToken: unique symbol;
5
- constructor(connection: FConnectionBase);
5
+ constructor(connection: FSnapConnectionComponent);
6
6
  }
@@ -11,8 +11,6 @@ export declare class RedrawConnections implements IExecution<RedrawConnectionsRe
11
11
  private readonly _store;
12
12
  private readonly _connectionBehaviour;
13
13
  handle(_request: RedrawConnectionsRequest): void;
14
- private _getSourceConnector;
15
- private _getTargetConnector;
16
14
  private _resetConnectors;
17
15
  private _setupConnection;
18
16
  private _calculateConnectionLine;
@@ -1,11 +1,8 @@
1
1
  import { IExecution } from '@foblex/mediator';
2
2
  import { RemoveConnectionFromStoreRequest } from './remove-connection-from-store-request';
3
3
  import * as i0 from "@angular/core";
4
- /**
5
- * Execution that removes a connection from the FComponentsStore.
6
- */
7
4
  export declare class RemoveConnectionFromStore implements IExecution<RemoveConnectionFromStoreRequest, void> {
8
- private _store;
5
+ private readonly _store;
9
6
  handle({ connection }: RemoveConnectionFromStoreRequest): void;
10
7
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveConnectionFromStore, never>;
11
8
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveConnectionFromStore>;
@@ -1,6 +1,6 @@
1
1
  import { FConnectionMarkerBase } from '../../../f-connection-v2';
2
2
  export declare class RemoveConnectionMarkerFromStoreRequest {
3
- readonly component: FConnectionMarkerBase;
3
+ readonly instance: FConnectionMarkerBase;
4
4
  static readonly fToken: unique symbol;
5
- constructor(component: FConnectionMarkerBase);
5
+ constructor(instance: FConnectionMarkerBase);
6
6
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class RemoveConnectionMarkerFromStore implements IExecution<RemoveConnectionMarkerFromStoreRequest, void> {
8
8
  private readonly _store;
9
- handle({ component }: RemoveConnectionMarkerFromStoreRequest): void;
9
+ handle({ instance }: RemoveConnectionMarkerFromStoreRequest): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveConnectionMarkerFromStore, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveConnectionMarkerFromStore>;
12
12
  }
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
4
4
  export declare class RemoveConnectionWaypoint implements IExecution<RemoveConnectionWaypointRequest, void> {
5
5
  private readonly _store;
6
6
  handle({ waypointIndex, connectionId }: RemoveConnectionWaypointRequest): void;
7
- private _findConnection;
8
7
  private _changeEvent;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveConnectionWaypoint, never>;
10
9
  static ɵprov: i0.ɵɵInjectableDeclaration<RemoveConnectionWaypoint>;
@@ -0,0 +1,6 @@
1
+ import { FConnectorBase } from '../../../f-connectors';
2
+ export declare class AddConnectorToStoreRequest {
3
+ readonly instance: FConnectorBase;
4
+ static readonly fToken: unique symbol;
5
+ constructor(instance: FConnectorBase);
6
+ }
@@ -0,0 +1,15 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { AddConnectorToStoreRequest } from './add-connector-to-store-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds an InputConnector to the FComponentsStore.
6
+ */
7
+ export declare class AddConnectorToStore implements IExecution<AddConnectorToStoreRequest, void> {
8
+ private readonly _store;
9
+ handle({ instance }: AddConnectorToStoreRequest): void;
10
+ private _addInput;
11
+ private _addOutput;
12
+ private _addOutlet;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<AddConnectorToStore, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<AddConnectorToStore>;
15
+ }
@@ -0,0 +1,2 @@
1
+ export * from './add-connector-to-store';
2
+ export * from './add-connector-to-store-request';
@@ -1,8 +1,8 @@
1
1
  import { IPoint } from '@foblex/2d';
2
- import { IConnectorAndRect } from '../index';
2
+ import { IConnectorRectRef } from '../index';
3
3
  export declare class CalculateClosestConnectorRequest {
4
4
  readonly position: IPoint;
5
- readonly connectors: IConnectorAndRect[];
5
+ readonly connectorRefs: IConnectorRectRef[];
6
6
  static readonly fToken: unique symbol;
7
- constructor(position: IPoint, connectors: IConnectorAndRect[]);
7
+ constructor(position: IPoint, connectorRefs: IConnectorRectRef[]);
8
8
  }
@@ -1,15 +1,13 @@
1
1
  import { CalculateClosestConnectorRequest } from './calculate-closest-connector-request';
2
2
  import { IExecution } from '@foblex/mediator';
3
- import { IClosestConnector } from '../i-closest-connector';
3
+ import { IClosestConnectorRef } from '../i-closest-connector-ref';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
- * Execution that finds the closest connector to a given point.
7
- * It calculates the distance from the point to each connector's rectangle
8
- * and returns the closest one along with its distance.
6
+ * Finds the closest connector rect to the given point.
9
7
  */
10
- export declare class CalculateClosestConnector implements IExecution<CalculateClosestConnectorRequest, IClosestConnector | undefined> {
11
- handle({ position, connectors, }: CalculateClosestConnectorRequest): IClosestConnector | undefined;
12
- private _distanceToRectangle;
8
+ export declare class CalculateClosestConnector implements IExecution<CalculateClosestConnectorRequest, IClosestConnectorRef | undefined> {
9
+ handle({ position, connectorRefs, }: CalculateClosestConnectorRequest): IClosestConnectorRef | undefined;
10
+ private _distanceToRect;
13
11
  private _clamp;
14
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CalculateClosestConnector, never>;
15
13
  static ɵprov: i0.ɵɵInjectableDeclaration<CalculateClosestConnector>;
@@ -1,8 +1,8 @@
1
1
  import { FNodeInputBase } from '../../../f-connectors';
2
2
  import { IPoint } from '@foblex/2d';
3
3
  export declare class CalculateSourceConnectorsToConnectRequest {
4
- readonly targetConnector: FNodeInputBase;
5
- readonly pointerPosition: IPoint;
4
+ readonly target: FNodeInputBase;
5
+ readonly pointer: IPoint;
6
6
  static readonly fToken: unique symbol;
7
- constructor(targetConnector: FNodeInputBase, pointerPosition: IPoint);
7
+ constructor(target: FNodeInputBase, pointer: IPoint);
8
8
  }
@@ -1,19 +1,19 @@
1
1
  import { CalculateSourceConnectorsToConnectRequest } from './calculate-source-connectors-to-connect-request';
2
2
  import { IExecution } from '@foblex/mediator';
3
- import { IConnectorAndRect } from '../i-connector-and-rect';
3
+ import { IConnectorRectRef } from '../i-connector-rect-ref';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
- * Execution that retrieves all source connectors that can be connected to a given target connector,
7
- * along with their rectangles.
8
- * Source - Output or Outlet connectors.
6
+ * Returns all source connectors (outputs/outlets) that can connect to the given target input,
7
+ * along with their rect references.
9
8
  */
10
- export declare class CalculateSourceConnectorsToConnect implements IExecution<CalculateSourceConnectorsToConnectRequest, IConnectorAndRect[]> {
9
+ export declare class CalculateSourceConnectorsToConnect implements IExecution<CalculateSourceConnectorsToConnectRequest, IConnectorRectRef[]> {
11
10
  private readonly _mediator;
12
11
  private readonly _store;
13
- private get _sourceConnectors();
14
- handle({ targetConnector, pointerPosition, }: CalculateSourceConnectorsToConnectRequest): IConnectorAndRect[];
12
+ private get _sources();
13
+ handle({ target, pointer, }: CalculateSourceConnectorsToConnectRequest): IConnectorRectRef[];
15
14
  private _getConnectableSources;
16
- private _calculateConnectableSides;
15
+ private _scheduleApplyCalculatedSides;
16
+ private _applyCalculatedConnectableSides;
17
17
  /** Delegates to the connected-positions calculation execution. */
18
18
  private _calculateByConnectedPositions;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CalculateSourceConnectorsToConnect, never>;
@@ -1,8 +1,8 @@
1
1
  import { FNodeOutletBase, FNodeOutputBase } from '../../../f-connectors';
2
2
  import { IPoint } from '@foblex/2d';
3
3
  export declare class CalculateTargetConnectorsToConnectRequest {
4
- readonly sourceConnector: FNodeOutputBase | FNodeOutletBase;
5
- readonly pointerPosition: IPoint;
4
+ readonly source: FNodeOutputBase | FNodeOutletBase;
5
+ readonly pointer: IPoint;
6
6
  static readonly fToken: unique symbol;
7
- constructor(sourceConnector: FNodeOutputBase | FNodeOutletBase, pointerPosition: IPoint);
7
+ constructor(source: FNodeOutputBase | FNodeOutletBase, pointer: IPoint);
8
8
  }
@@ -1,18 +1,19 @@
1
1
  import { CalculateTargetConnectorsToConnectRequest } from './calculate-target-connectors-to-connect-request';
2
2
  import { IExecution } from '@foblex/mediator';
3
- import { IConnectorAndRect } from '../i-connector-and-rect';
3
+ import { IConnectorRectRef } from '../i-connector-rect-ref';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
- * Execution that retrieves all input connectors that can be connected to a given output or outlet connector,
6
+ * Returns all input connectors that can be connected to the given source (output or outlet),
7
+ * along with their rect references.
7
8
  */
8
- export declare class CalculateTargetConnectorsToConnect implements IExecution<CalculateTargetConnectorsToConnectRequest, IConnectorAndRect[]> {
9
+ export declare class CalculateTargetConnectorsToConnect implements IExecution<CalculateTargetConnectorsToConnectRequest, IConnectorRectRef[]> {
9
10
  private readonly _mediator;
10
11
  private readonly _store;
11
- private get _targetConnectors();
12
- handle({ sourceConnector, pointerPosition, }: CalculateTargetConnectorsToConnectRequest): IConnectorAndRect[];
13
- private _getCanBeConnectedInputs;
14
- private _filterSelfConnectable;
15
- private _calculateConnectableSides;
12
+ private get _targets();
13
+ handle({ source, pointer, }: CalculateTargetConnectorsToConnectRequest): IConnectorRectRef[];
14
+ private _getConnectableTargets;
15
+ private _scheduleApplyCalculatedSides;
16
+ private _applyCalculatedConnectableSides;
16
17
  /** Delegates to the connected-positions calculation execution. */
17
18
  private _calculateByConnectedPositions;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<CalculateTargetConnectorsToConnect, never>;
@@ -14,7 +14,7 @@ export declare class FindConnectableConnectorUsingPriorityAndPositionExecution i
14
14
  private get _transform();
15
15
  private get _fHost();
16
16
  private get _fNodes();
17
- private get _fSnapConnection();
17
+ private get _snapConnection();
18
18
  handle(payload: FindConnectableConnectorUsingPriorityAndPositionRequest): FConnectorBase | undefined;
19
19
  private _findConnectorAtPosition;
20
20
  private _filterConnectorsThatLocatedAtPosition;
@@ -1,8 +1,8 @@
1
1
  import { IPoint } from '@foblex/2d';
2
- import { IConnectorAndRect } from '../i-connector-and-rect';
2
+ import { IConnectorRectRef } from '../i-connector-rect-ref';
3
3
  export declare class FindConnectableConnectorUsingPriorityAndPositionRequest {
4
4
  pointerPosition: IPoint;
5
- connectableConnectors: IConnectorAndRect[];
5
+ connectableConnectors: IConnectorRectRef[];
6
6
  static readonly fToken: unique symbol;
7
- constructor(pointerPosition: IPoint, connectableConnectors: IConnectorAndRect[]);
7
+ constructor(pointerPosition: IPoint, connectableConnectors: IConnectorRectRef[]);
8
8
  }
@@ -0,0 +1,6 @@
1
+ import { FConnectorBase } from '../../../f-connectors';
2
+ export declare class GetConnectorRectReferenceRequest {
3
+ readonly connector: FConnectorBase;
4
+ static readonly fToken: unique symbol;
5
+ constructor(connector: FConnectorBase);
6
+ }
@@ -0,0 +1,14 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { GetConnectorRectReferenceRequest } from './get-connector-rect-reference-request';
3
+ import { IConnectorRectRef } from '../i-connector-rect-ref';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Returns a connector + its normalized rounded rect.
7
+ */
8
+ export declare class GetConnectorRectReference implements IExecution<GetConnectorRectReferenceRequest, IConnectorRectRef> {
9
+ private readonly _mediator;
10
+ handle({ connector }: GetConnectorRectReferenceRequest): IConnectorRectRef;
11
+ private _getRect;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetConnectorRectReference, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<GetConnectorRectReference>;
14
+ }
@@ -0,0 +1,2 @@
1
+ export * from './get-connector-rect-reference';
2
+ export * from './get-connector-rect-reference-request';
@@ -0,0 +1,8 @@
1
+ import { IConnectorRectRef } from './i-connector-rect-ref';
2
+ import { FConnectorBase } from '../../f-connectors';
3
+ /**
4
+ * Interface that describes the closest connector to a point.
5
+ */
6
+ export interface IClosestConnectorRef<TConnector extends FConnectorBase = FConnectorBase> extends IConnectorRectRef<TConnector> {
7
+ distance: number;
8
+ }
@@ -0,0 +1,6 @@
1
+ import { IRoundedRect } from '@foblex/2d';
2
+ import { FConnectorBase } from '../../f-connectors';
3
+ export interface IConnectorRectRef<TConnector extends FConnectorBase = FConnectorBase> {
4
+ connector: TConnector;
5
+ rect: IRoundedRect;
6
+ }
@@ -1,16 +1,12 @@
1
- export * from './add-input-to-store';
2
- export * from './add-outlet-to-store';
3
- export * from './add-output-to-store';
1
+ export * from './add-connector-to-store';
4
2
  export * from './calculate-closest-connector';
5
3
  export * from './find-connectable-connector-using-priority-and-position';
6
4
  export * from './calculate-target-connectors-to-connect';
7
5
  export * from './calculate-source-connectors-to-connect';
8
- export * from './get-connector-and-rect';
6
+ export * from './get-connector-rect-reference';
9
7
  export * from './mark-connectable-connectors';
10
- export * from './remove-input-from-store';
11
- export * from './remove-outlet-from-store';
12
- export * from './remove-output-from-store';
8
+ export * from './remove-connector-from-store';
13
9
  export * from './unmark-connectable-connectors';
14
- export * from './i-closest-connector';
15
- export * from './i-connector-and-rect';
10
+ export * from './i-closest-connector-ref';
11
+ export * from './i-connector-rect-ref';
16
12
  export * from './providers';
@@ -1,14 +1,10 @@
1
- import { AddInputToStore } from './add-input-to-store';
2
- import { AddOutletToStore } from './add-outlet-to-store';
3
- import { AddOutputToStore } from './add-output-to-store';
4
- import { RemoveInputFromStore } from './remove-input-from-store';
5
- import { RemoveOutletFromStoreExecution } from './remove-outlet-from-store';
6
- import { RemoveOutputFromStoreExecution } from './remove-output-from-store';
7
1
  import { MarkConnectableConnectors } from './mark-connectable-connectors';
8
2
  import { UnmarkConnectableConnectors } from './unmark-connectable-connectors';
9
3
  import { CalculateTargetConnectorsToConnect } from './calculate-target-connectors-to-connect';
10
- import { GetConnectorAndRect } from './get-connector-and-rect';
4
+ import { GetConnectorRectReference } from './get-connector-rect-reference';
11
5
  import { CalculateClosestConnector } from './calculate-closest-connector';
12
6
  import { CalculateSourceConnectorsToConnect } from './calculate-source-connectors-to-connect';
13
7
  import { FindConnectableConnectorUsingPriorityAndPositionExecution } from './find-connectable-connector-using-priority-and-position';
14
- export declare const F_CONNECTORS_FEATURES: (typeof AddInputToStore | typeof AddOutletToStore | typeof AddOutputToStore | typeof CalculateClosestConnector | typeof FindConnectableConnectorUsingPriorityAndPositionExecution | typeof CalculateSourceConnectorsToConnect | typeof CalculateTargetConnectorsToConnect | typeof GetConnectorAndRect | typeof MarkConnectableConnectors | typeof RemoveInputFromStore | typeof RemoveOutletFromStoreExecution | typeof RemoveOutputFromStoreExecution | typeof UnmarkConnectableConnectors)[];
8
+ import { AddConnectorToStore } from './add-connector-to-store';
9
+ import { RemoveConnectorFromStore } from './remove-connector-from-store';
10
+ export declare const F_CONNECTORS_FEATURES: (typeof AddConnectorToStore | typeof RemoveConnectorFromStore | typeof CalculateClosestConnector | typeof FindConnectableConnectorUsingPriorityAndPositionExecution | typeof CalculateSourceConnectorsToConnect | typeof CalculateTargetConnectorsToConnect | typeof GetConnectorRectReference | typeof MarkConnectableConnectors | typeof UnmarkConnectableConnectors)[];
@@ -0,0 +1,2 @@
1
+ export * from './remove-connector-from-store';
2
+ export * from './remove-connector-from-store-request';
@@ -0,0 +1,6 @@
1
+ import { FConnectorBase } from '../../../f-connectors';
2
+ export declare class RemoveConnectorFromStoreRequest {
3
+ readonly instance: FConnectorBase;
4
+ static readonly fToken: unique symbol;
5
+ constructor(instance: FConnectorBase);
6
+ }
@@ -0,0 +1,15 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { RemoveConnectorFromStoreRequest } from './remove-connector-from-store-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes an inputConnector from the FComponentsStore.
6
+ */
7
+ export declare class RemoveConnectorFromStore implements IExecution<RemoveConnectorFromStoreRequest, void> {
8
+ private readonly _store;
9
+ handle({ instance }: RemoveConnectorFromStoreRequest): void;
10
+ private _removeInput;
11
+ private _removeOutput;
12
+ private _removeOutlet;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<RemoveConnectorFromStore, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<RemoveConnectorFromStore>;
15
+ }
@@ -1,10 +1,7 @@
1
1
  export * from './add-dnd-to-store';
2
- export * from './emit-selection-change-event';
3
- export * from './end-drag-sequence';
4
2
  export * from './on-pointer-move';
5
3
  export * from './initialize-drag-sequence';
6
4
  export * from './is-drag-started';
7
5
  export * from './prepare-drag-sequence';
8
6
  export * from './remove-dnd-from-store';
9
- export * from './start-drag-sequence';
10
7
  export * from './providers';
@@ -1,13 +1,10 @@
1
1
  import { AddDndToStoreExecution } from './add-dnd-to-store';
2
- import { EmitSelectionChangeEventExecution } from './emit-selection-change-event';
3
2
  import { RemoveDndFromStoreExecution } from './remove-dnd-from-store';
4
3
  import { PrepareDragSequenceExecution } from './prepare-drag-sequence';
5
- import { EndDragSequenceExecution } from './end-drag-sequence';
6
4
  import { InitializeDragSequenceExecution } from './initialize-drag-sequence';
7
5
  import { OnPointerMoveExecution } from './on-pointer-move';
8
6
  import { IsDragStarted } from './is-drag-started';
9
- import { StartDragSequenceExecution } from './start-drag-sequence';
10
7
  /**
11
8
  * Collection of all FDraggable feature executions.
12
9
  */
13
- export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof IsDragStarted | typeof StartDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];
10
+ export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof IsDragStarted | typeof RemoveDndFromStoreExecution)[];
@@ -1,6 +1,5 @@
1
1
  export * from './add-flow-to-store';
2
2
  export * from './get-flow';
3
- export * from './get-flow-host-element';
4
3
  export * from './calculate-flow-state';
5
4
  export * from './remove-flow-from-store';
6
5
  export * from './providers';
@@ -1,4 +1,3 @@
1
- import { GetFlowHostElementExecution } from './get-flow-host-element';
2
1
  import { AddFlowToStoreExecution } from './add-flow-to-store';
3
2
  import { RemoveFlowFromStoreExecution } from './remove-flow-from-store';
4
3
  import { GetFlowExecution } from './get-flow';
@@ -7,4 +6,4 @@ import { GetFlowExecution } from './get-flow';
7
6
  * This includes adding, retrieving, and removing the Flow,
8
7
  * as well as getting the Flow host element and its state.
9
8
  */
10
- export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof GetFlowHostElementExecution | typeof import("./calculate-flow-state").CalculateFlowState | typeof import("./calculate-flow-state").CalculateNodesState | typeof import("./calculate-flow-state").CalculateConnectionsState | typeof RemoveFlowFromStoreExecution)[];
9
+ export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof import("./calculate-flow-state").CalculateFlowState | typeof import("./calculate-flow-state").CalculateNodesState | typeof import("./calculate-flow-state").CalculateConnectionsState | typeof RemoveFlowFromStoreExecution)[];
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class AddNodeToStore implements IExecution<AddNodeToStoreRequest, void> {
8
8
  private readonly _store;
9
- handle(request: AddNodeToStoreRequest): void;
9
+ handle({ nodeOrGroup }: AddNodeToStoreRequest): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AddNodeToStore, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<AddNodeToStore>;
12
12
  }
@@ -1,10 +1,10 @@
1
1
  import { ClearSelectionExecution } from './clear-selection';
2
2
  import { GetCurrentSelectionExecution } from './get-current-selection';
3
3
  import { SelectExecution } from './select';
4
- import { SelectAllExecution } from './select-all';
5
- import { SelectAndUpdateNodeLayerExecution } from './select-and-update-node-layer';
4
+ import { SelectAll } from './select-all';
5
+ import { SelectAndUpdateNodeLayer } from './select-and-update-node-layer';
6
6
  import { CalculateSelectableItems } from './calculate-selectable-items';
7
7
  /**
8
8
  * This module provides a collection of executions related to selection features in the FFlow domain.
9
9
  */
10
- export declare const F_SELECTION_FEATURES: (typeof ClearSelectionExecution | typeof CalculateSelectableItems | typeof GetCurrentSelectionExecution | typeof SelectExecution | typeof SelectAllExecution | typeof SelectAndUpdateNodeLayerExecution)[];
10
+ export declare const F_SELECTION_FEATURES: (typeof ClearSelectionExecution | typeof CalculateSelectableItems | typeof GetCurrentSelectionExecution | typeof SelectExecution | typeof SelectAll | typeof SelectAndUpdateNodeLayer)[];
@@ -1,2 +1,2 @@
1
- export * from './select-all.execution';
2
- export * from './select-all.request';
1
+ export * from './select-all';
2
+ export * from './select-all-request';
@@ -0,0 +1,14 @@
1
+ import { SelectAllRequest } from './select-all-request';
2
+ import { IExecution } from '@foblex/mediator';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that selects all components in the FComponentsStore.
6
+ * It marks all nodes and connections as selected and updates the selected items in the FDraggableDataContext.
7
+ */
8
+ export declare class SelectAll implements IExecution<SelectAllRequest, void> {
9
+ private readonly _dragSession;
10
+ private readonly _store;
11
+ handle(_request: SelectAllRequest): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectAll, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<SelectAll>;
14
+ }
@@ -1,2 +1,2 @@
1
- export * from './select-and-update-node-layer.execution';
2
- export * from './select-and-update-node-layer.request';
1
+ export * from './select-and-update-node-layer';
2
+ export * from './select-and-update-node-layer-request';
@@ -0,0 +1,16 @@
1
+ import { IHandler } from '@foblex/mediator';
2
+ import { SelectAndUpdateNodeLayerRequest } from './select-and-update-node-layer-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that selects a node and updates its layer along with its children.
6
+ * It checks if the node is already selected, and if not, it marks it as selected
7
+ * and updates the layers of the node and its children.
8
+ */
9
+ export declare class SelectAndUpdateNodeLayer implements IHandler<SelectAndUpdateNodeLayerRequest, void> {
10
+ private readonly _dragSession;
11
+ private readonly _mediator;
12
+ handle({ nodeOrGroup }: SelectAndUpdateNodeLayerRequest): void;
13
+ private _selectNodeIfNotSelected;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectAndUpdateNodeLayer, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<SelectAndUpdateNodeLayer>;
16
+ }