@foblex/flow 18.0.0 → 18.1.0

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 +6675 -5136
  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,11 +1,14 @@
1
1
  import { IPoint } from '@foblex/2d';
2
2
  import { FExternalItemBase } from '../../f-external-item';
3
- import { IFDragHandler } from '../../f-draggable';
3
+ import { DragHandlerBase } from '../../f-draggable';
4
4
  import { Injector } from '@angular/core';
5
- export declare class FExternalItemDragHandler implements IFDragHandler {
5
+ export declare class FExternalItemDragHandler extends DragHandlerBase<unknown> {
6
6
  private _fExternalItem;
7
- fEventType: string;
8
- fData: any;
7
+ protected readonly type = "external-item";
8
+ protected readonly kind = "drag-external-item";
9
+ protected data(): {
10
+ fData: unknown;
11
+ };
9
12
  private readonly _fResult;
10
13
  private readonly _mediator;
11
14
  private readonly _browser;
@@ -3,11 +3,10 @@ import { IExecution } from '@foblex/mediator';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FExternalItemFinalizeExecution implements IExecution<FExternalItemFinalizeRequest, void> {
5
5
  private readonly _fResult;
6
- private readonly _fMediator;
6
+ private readonly _mediator;
7
7
  private readonly _store;
8
8
  private readonly _dragContext;
9
- private readonly _fBrowser;
10
- private get _fHost();
9
+ private readonly _browser;
11
10
  private get _fCreateNode();
12
11
  private get _fDragHandler();
13
12
  handle(request: FExternalItemFinalizeRequest): void;
@@ -21,21 +21,23 @@ import * as i19 from "./f-node/f-node.directive";
21
21
  import * as i20 from "./f-node/f-drag-handle.directive";
22
22
  import * as i21 from "./f-node/f-resize-handle/f-resize-handle.directive";
23
23
  import * as i22 from "./f-node/f-rotate-handle/f-rotate-handle.directive";
24
- import * as i23 from "./f-selection-area/f-selection-area.component";
25
- import * as i24 from "./f-draggable/f-drag-blocker.directive";
26
- import * as i25 from "./f-draggable/f-draggable.directive";
27
- import * as i26 from "./f-flow/f-flow.component";
28
- import * as i27 from "./f-canvas/f-canvas.component";
29
- import * as i28 from "./f-backgroud/f-background.component";
30
- import * as i29 from "./f-backgroud/f-rect-pattern/f-rect-pattern.component";
31
- import * as i30 from "./f-backgroud/f-circle-pattern/f-circle-pattern.component";
32
- import * as i31 from "./f-zoom/f-zoom.directive";
33
- import * as i32 from "./f-external-item/f-external-item.directive";
34
- import * as i33 from "./f-connection-v2/components/connection-content/f-connection-content";
35
- import * as i34 from "./f-connection-v2/components/connection-waypoints/f-connection-waypoints";
36
- import * as i35 from "@angular/common";
24
+ import * as i23 from "./f-draggable/f-drag-blocker.directive";
25
+ import * as i24 from "./f-draggable/f-draggable.directive";
26
+ import * as i25 from "./f-flow/f-flow.component";
27
+ import * as i26 from "./f-canvas/f-canvas.component";
28
+ import * as i27 from "./f-backgroud/f-background.component";
29
+ import * as i28 from "./f-backgroud/f-rect-pattern/f-rect-pattern.component";
30
+ import * as i29 from "./f-backgroud/f-circle-pattern/f-circle-pattern.component";
31
+ import * as i30 from "./f-zoom/f-zoom.directive";
32
+ import * as i31 from "./f-external-item/f-external-item.directive";
33
+ import * as i32 from "./f-selection-area/f-selection-area";
34
+ import * as i33 from "./f-magnetic-lines/f-magnetic-lines";
35
+ import * as i34 from "./f-magnetic-rects/f-magnetic-rects";
36
+ import * as i35 from "./f-connection-v2/components/connection-content/f-connection-content";
37
+ import * as i36 from "./f-connection-v2/components/connection-waypoints/f-connection-waypoints";
38
+ import * as i37 from "@angular/common";
37
39
  export declare class FFlowModule {
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<FFlowModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<FFlowModule, [typeof i1.FConnectionDragHandleStart, typeof i2.FConnectionDragHandleEnd, typeof i3.FConnectionGradient, typeof i4.FConnectionPath, typeof i5.FConnectionSelection, typeof i6.FConnectionMarker, typeof i7.FConnectionComponent, typeof i8.FConnectionForCreateComponent, typeof i9.FSnapConnectionComponent, typeof i10.FNodeInputDirective, typeof i11.FNodeOutletDirective, typeof i12.FNodeOutputDirective, typeof i13.FLineAlignmentComponent, typeof i14.FMinimapComponent, typeof i15.FMinimapCanvasDirective, typeof i16.FMinimapViewDirective, typeof i17.FMinimapFlowDirective, typeof i18.FGroupDirective, typeof i19.FNodeDirective, typeof i20.FDragHandleDirective, typeof i21.FResizeHandleDirective, typeof i22.FRotateHandleDirective, typeof i23.FSelectionAreaComponent, typeof i24.FDragBlockerDirective, typeof i25.FDraggableDirective], [typeof i26.FFlowComponent, typeof i27.FCanvasComponent, typeof i28.FBackgroundComponent, typeof i29.FRectPatternComponent, typeof i30.FCirclePatternComponent, typeof i31.FZoomDirective, typeof i32.FExternalItemDirective, typeof i33.FConnectionContent, typeof i34.FConnectionWaypoints, typeof i35.CommonModule], [typeof i26.FFlowComponent, typeof i27.FCanvasComponent, typeof i28.FBackgroundComponent, typeof i29.FRectPatternComponent, typeof i30.FCirclePatternComponent, typeof i31.FZoomDirective, typeof i32.FExternalItemDirective, typeof i33.FConnectionContent, typeof i34.FConnectionWaypoints, typeof i1.FConnectionDragHandleStart, typeof i2.FConnectionDragHandleEnd, typeof i3.FConnectionGradient, typeof i4.FConnectionPath, typeof i5.FConnectionSelection, typeof i6.FConnectionMarker, typeof i7.FConnectionComponent, typeof i8.FConnectionForCreateComponent, typeof i9.FSnapConnectionComponent, typeof i10.FNodeInputDirective, typeof i11.FNodeOutletDirective, typeof i12.FNodeOutputDirective, typeof i13.FLineAlignmentComponent, typeof i14.FMinimapComponent, typeof i15.FMinimapCanvasDirective, typeof i16.FMinimapViewDirective, typeof i17.FMinimapFlowDirective, typeof i18.FGroupDirective, typeof i19.FNodeDirective, typeof i20.FDragHandleDirective, typeof i21.FResizeHandleDirective, typeof i22.FRotateHandleDirective, typeof i23.FSelectionAreaComponent, typeof i24.FDragBlockerDirective, typeof i25.FDraggableDirective]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FFlowModule, [typeof i1.FConnectionDragHandleStart, typeof i2.FConnectionDragHandleEnd, typeof i3.FConnectionGradient, typeof i4.FConnectionPath, typeof i5.FConnectionSelection, typeof i6.FConnectionMarker, typeof i7.FConnectionComponent, typeof i8.FConnectionForCreateComponent, typeof i9.FSnapConnectionComponent, typeof i10.FNodeInputDirective, typeof i11.FNodeOutletDirective, typeof i12.FNodeOutputDirective, typeof i13.FLineAlignmentComponent, typeof i14.FMinimapComponent, typeof i15.FMinimapCanvasDirective, typeof i16.FMinimapViewDirective, typeof i17.FMinimapFlowDirective, typeof i18.FGroupDirective, typeof i19.FNodeDirective, typeof i20.FDragHandleDirective, typeof i21.FResizeHandleDirective, typeof i22.FRotateHandleDirective, typeof i23.FDragBlockerDirective, typeof i24.FDraggableDirective], [typeof i25.FFlowComponent, typeof i26.FCanvasComponent, typeof i27.FBackgroundComponent, typeof i28.FRectPatternComponent, typeof i29.FCirclePatternComponent, typeof i30.FZoomDirective, typeof i31.FExternalItemDirective, typeof i32.FSelectionArea, typeof i33.FMagneticLines, typeof i34.FMagneticRects, typeof i35.FConnectionContent, typeof i36.FConnectionWaypoints, typeof i37.CommonModule], [typeof i25.FFlowComponent, typeof i26.FCanvasComponent, typeof i27.FBackgroundComponent, typeof i28.FRectPatternComponent, typeof i29.FCirclePatternComponent, typeof i30.FZoomDirective, typeof i31.FExternalItemDirective, typeof i32.FSelectionArea, typeof i33.FMagneticLines, typeof i34.FMagneticRects, typeof i35.FConnectionContent, typeof i36.FConnectionWaypoints, typeof i1.FConnectionDragHandleStart, typeof i2.FConnectionDragHandleEnd, typeof i3.FConnectionGradient, typeof i4.FConnectionPath, typeof i5.FConnectionSelection, typeof i6.FConnectionMarker, typeof i7.FConnectionComponent, typeof i8.FConnectionForCreateComponent, typeof i9.FSnapConnectionComponent, typeof i10.FNodeInputDirective, typeof i11.FNodeOutletDirective, typeof i12.FNodeOutputDirective, typeof i13.FLineAlignmentComponent, typeof i14.FMinimapComponent, typeof i15.FMinimapCanvasDirective, typeof i16.FMinimapViewDirective, typeof i17.FMinimapFlowDirective, typeof i18.FGroupDirective, typeof i19.FNodeDirective, typeof i20.FDragHandleDirective, typeof i21.FResizeHandleDirective, typeof i22.FRotateHandleDirective, typeof i23.FDragBlockerDirective, typeof i24.FDraggableDirective]>;
40
42
  static ɵinj: i0.ɵɵInjectorDeclaration<FFlowModule>;
41
43
  }
@@ -1,12 +1,15 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { FLineAlignmentBase } from './f-line-alignment-base';
2
+ import { FMagneticLinesBase } from '../f-magnetic-lines';
3
3
  import * as i0 from "@angular/core";
4
- export declare class FLineAlignmentComponent extends FLineAlignmentBase implements OnInit, OnDestroy {
5
- readonly fAlignThreshold: import("@angular/core").InputSignalWithTransform<number, unknown>;
4
+ /**
5
+ * @deprecated Use `f-magnetic-lines` instead.
6
+ * Will be removed in v19.0.0.
7
+ */
8
+ export declare class FLineAlignmentComponent extends FMagneticLinesBase implements OnInit, OnDestroy {
9
+ readonly threshold: import("@angular/core").InputSignalWithTransform<number, unknown>;
6
10
  private readonly _mediator;
7
- readonly hostElement: any;
8
11
  ngOnInit(): void;
9
12
  ngOnDestroy(): void;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FLineAlignmentComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FLineAlignmentComponent, "f-line-alignment", ["fComponent"], { "fAlignThreshold": { "alias": "fAlignThreshold"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FLineAlignmentComponent, "f-line-alignment", ["fComponent"], { "threshold": { "alias": "fAlignThreshold"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
12
15
  }
@@ -1,4 +1,2 @@
1
- export * from './domain';
2
1
  export * from './f-line-alignment.component';
3
- export * from './f-line-alignment-base';
4
2
  export * from './providers';
@@ -0,0 +1,9 @@
1
+ import { InjectionToken, Signal } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const F_MAGNETIC_LINES: InjectionToken<FMagneticLinesBase>;
4
+ export declare abstract class FMagneticLinesBase {
5
+ readonly hostElement: any;
6
+ abstract threshold: Signal<number>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FMagneticLinesBase, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FMagneticLinesBase, never, never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FMagneticLinesBase } from './f-magnetic-lines-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FMagneticLines extends FMagneticLinesBase implements OnInit, OnDestroy {
5
+ readonly threshold: import("@angular/core").InputSignalWithTransform<number, unknown>;
6
+ private readonly _mediator;
7
+ ngOnInit(): void;
8
+ ngOnDestroy(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<FMagneticLines, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FMagneticLines, "f-magnetic-lines", never, { "threshold": { "alias": "threshold"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,3 @@
1
+ export * from './f-magnetic-lines';
2
+ export * from './f-magnetic-lines-base';
3
+ export * from './providers';
@@ -0,0 +1,2 @@
1
+ import { FMagneticLines } from './f-magnetic-lines';
2
+ export declare const F_MAGNETIC_LINES_PROVIDERS: (typeof FMagneticLines)[];
@@ -0,0 +1,10 @@
1
+ import { InjectionToken, Signal } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const F_MAGNETIC_RECTS: InjectionToken<FMagneticRectsBase>;
4
+ export declare abstract class FMagneticRectsBase {
5
+ readonly hostElement: any;
6
+ abstract alignThreshold: Signal<number>;
7
+ abstract spacingThreshold: Signal<number>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FMagneticRectsBase, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FMagneticRectsBase, never, never, {}, {}, never, never, false, never>;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FMagneticRectsBase } from './f-magnetic-rects-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FMagneticRects extends FMagneticRectsBase implements OnInit, OnDestroy {
5
+ readonly alignThreshold: import("@angular/core").InputSignalWithTransform<number, unknown>;
6
+ readonly spacingThreshold: import("@angular/core").InputSignalWithTransform<number, unknown>;
7
+ private readonly _mediator;
8
+ ngOnInit(): void;
9
+ ngOnDestroy(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FMagneticRects, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FMagneticRects, "f-magnetic-rects", never, { "alignThreshold": { "alias": "alignThreshold"; "required": false; "isSignal": true; }; "spacingThreshold": { "alias": "spacingThreshold"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1,3 @@
1
+ export * from './f-magnetic-rects';
2
+ export * from './f-magnetic-rects-base';
3
+ export * from './providers';
@@ -0,0 +1,2 @@
1
+ import { FMagneticRects } from './f-magnetic-rects';
2
+ export declare const F_MAGNETIC_RECTS_PROVIDERS: (typeof FMagneticRects)[];
@@ -1,16 +1,17 @@
1
1
  import { IPoint, IRect } from '@foblex/2d';
2
2
  import { FComponentsStore } from '../../f-storage';
3
- import { IFDragHandler } from '../../f-draggable';
3
+ import { DragHandlerBase } from '../../f-draggable';
4
4
  import { FMediator } from '@foblex/mediator';
5
5
  import { FMinimapData } from './f-minimap-data';
6
- export declare class FMinimapDragHandler implements IFDragHandler {
6
+ export declare class FMinimapDragHandler extends DragHandlerBase<unknown> {
7
7
  private readonly _store;
8
8
  private readonly _mediator;
9
9
  private readonly _flowRect;
10
10
  private readonly _canvasPosition;
11
11
  private readonly _eventPoint;
12
12
  private readonly _minimap;
13
- fEventType: string;
13
+ protected readonly type = "minimap";
14
+ protected readonly kind = "minimap";
14
15
  private _lastDifference;
15
16
  constructor(_store: FComponentsStore, _mediator: FMediator, _flowRect: IRect, _canvasPosition: IPoint, _eventPoint: IPoint, _minimap: FMinimapData);
16
17
  prepareDragSequence(): void;
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FMinimapCanvasDirective {
3
3
  private readonly _mediator;
4
- private readonly _elementReference;
5
- get hostElement(): SVGGElement;
4
+ readonly hostElement: any;
6
5
  redraw(): void;
7
6
  private _clearCanvas;
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapCanvasDirective, never>;
@@ -3,8 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class FMinimapFlowDirective {
4
4
  readonly fMinSize: import("@angular/core").InputSignal<number>;
5
5
  private readonly _mediator;
6
- private readonly _elementReference;
7
- get hostElement(): SVGSVGElement;
6
+ readonly hostElement: any;
8
7
  model: FMinimapData;
9
8
  redraw(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapFlowDirective, never>;
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FMinimapViewDirective {
3
3
  private readonly _mediator;
4
- private readonly _elementReference;
5
- get hostElement(): SVGGElement;
4
+ readonly hostElement: any;
6
5
  redraw(): void;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapViewDirective, never>;
8
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<FMinimapViewDirective, "rect[fMinimapView]", never, {}, {}, never, never, false, never>;
@@ -1,11 +1,10 @@
1
- import { IRect } from '@foblex/2d';
2
1
  import { IHasHostElement } from '../i-has-host-element';
2
+ import { FTriggerEvent } from '../domain';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class FSelectionAreaBase implements IHasHostElement {
5
- abstract hostElement: HTMLElement | SVGElement;
6
- abstract hide(): void;
7
- abstract show(): void;
8
- abstract draw(object: IRect): void;
5
+ readonly hostElement: any;
6
+ abstract fTrigger: (event: FTriggerEvent) => boolean;
7
+ protected initialize(): void;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FSelectionAreaBase, never>;
10
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<FSelectionAreaBase, never, never, {}, {}, never, never, false, never>;
11
10
  }
@@ -0,0 +1,12 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FSelectionAreaBase } from './f-selection-area-base';
3
+ import { FEventTrigger } from '../domain';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FSelectionArea extends FSelectionAreaBase implements OnInit, OnDestroy {
6
+ private readonly _mediator;
7
+ fTrigger: FEventTrigger;
8
+ ngOnInit(): void;
9
+ ngOnDestroy(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FSelectionArea, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FSelectionArea, "f-selection-area", never, { "fTrigger": { "alias": "fTrigger"; "required": false; }; }, {}, never, never, true, never>;
12
+ }
@@ -1,4 +1,3 @@
1
- export * from './domain';
2
- export * from './f-selection-area.component';
1
+ export * from './f-selection-area';
3
2
  export * from './f-selection-area-base';
4
3
  export * from './providers';
@@ -1,2 +1,2 @@
1
- import { FSelectionAreaComponent } from './f-selection-area.component';
2
- export declare const F_SELECTION_AREA_PROVIDERS: (typeof FSelectionAreaComponent)[];
1
+ import { FSelectionArea } from './f-selection-area';
2
+ export declare const F_SELECTION_AREA_PROVIDERS: (typeof FSelectionArea)[];
@@ -0,0 +1,41 @@
1
+ import { Signal } from '@angular/core';
2
+ export interface FHasId {
3
+ fId: Signal<string>;
4
+ }
5
+ /**
6
+ * Stores instances indexed by `fId()` + preserves insertion order.
7
+ *
8
+ * - `get(id)` returns `undefined`
9
+ * - `require(id)` throws with a readable message that includes `kind`
10
+ */
11
+ export declare abstract class FIdRegistryBase<TInstance extends FHasId> {
12
+ private readonly _items;
13
+ private readonly _byId;
14
+ /** Used only for error messages. Example: "node", "connection", "input". */
15
+ protected abstract readonly kind: string;
16
+ get(id: string): TInstance | undefined;
17
+ require(id: string): TInstance;
18
+ has(id: string): boolean;
19
+ getAll(): TInstance[];
20
+ size(): number;
21
+ /**
22
+ * Adds an instance.
23
+ * If instance with the same id already exists — throws (keeps data consistent).
24
+ */
25
+ add(instance: TInstance): void;
26
+ addMany(instances: readonly TInstance[]): void;
27
+ /**
28
+ * Removes by instance reference (fast path).
29
+ * Returns `true` if removed, `false` if not found.
30
+ */
31
+ remove(instance: TInstance): boolean;
32
+ /**
33
+ * Removes by id.
34
+ * Returns removed instance (if existed).
35
+ */
36
+ removeById(id: string): TInstance | undefined;
37
+ /**
38
+ * Clears registry (does NOT touch other state outside).
39
+ */
40
+ clear(): void;
41
+ }
@@ -0,0 +1,14 @@
1
+ export type FInstanceKey<T> = {
2
+ readonly name: string;
3
+ readonly __type?: T;
4
+ };
5
+ export declare function fInstanceKey<T>(name: string): FInstanceKey<T>;
6
+ export declare class FSingleRegistryBase {
7
+ private readonly _instances;
8
+ get<T>(key: FInstanceKey<T>): T | undefined;
9
+ require<T>(key: FInstanceKey<T>): T;
10
+ has(key: FInstanceKey<unknown>): boolean;
11
+ add<T>(key: FInstanceKey<T>, instance: T): void;
12
+ remove(key: FInstanceKey<unknown>): boolean;
13
+ clear(): void;
14
+ }
@@ -0,0 +1,2 @@
1
+ export * from './f-id-registry-base';
2
+ export * from './f-single-registry-base';
@@ -1,37 +1,46 @@
1
1
  import { FFlowBase } from '../f-flow';
2
2
  import { FCanvasBase } from '../f-canvas';
3
3
  import { FBackgroundBase } from '../f-backgroud';
4
- import { FNodeBase } from '../f-node';
5
- import { FConnectorBase } from '../f-connectors';
4
+ import { FNodeInputBase, FNodeOutletBase, FNodeOutputBase } from '../f-connectors';
6
5
  import { FDraggableBase } from '../f-draggable';
7
6
  import { FChannel } from '../reactivity';
8
- import { FLineAlignmentBase } from '../f-line-alignment';
9
- import { FConnectionBase, FConnectionMarkerBase } from '../f-connection-v2';
7
+ import { ITransformModel } from '@foblex/2d';
8
+ import { FConnectorRegistry } from './f-connector-registry';
9
+ import { FNodeRegistry } from './f-node-registry';
10
+ import { FConnectionRegistry } from './f-connection-registry';
11
+ import { FConnectionMarkerRegistry } from './f-connection-marker-registry';
12
+ import { FSingleRegistryBase } from './base';
13
+ import { FZoomBase } from '../f-zoom';
14
+ import { FSelectionAreaBase } from '../f-selection-area';
15
+ import { FMagneticLinesBase } from '../f-magnetic-lines';
16
+ import { FMagneticRectsBase } from '../f-magnetic-rects';
10
17
  import * as i0 from "@angular/core";
11
18
  export declare class FComponentsStore {
12
19
  readonly transformChanges$: FChannel;
13
20
  readonly dataChanges$: FChannel;
14
21
  readonly countChanges$: FChannel;
15
22
  get flowHost(): HTMLElement;
16
- fComponents: Record<string, unknown>;
17
23
  fFlow: FFlowBase | undefined;
18
24
  fCanvas: FCanvasBase | undefined;
19
- fBackground: FBackgroundBase | undefined;
20
- fNodes: FNodeBase[];
21
- fConnections: FConnectionBase[];
22
- fTempConnection: FConnectionBase | undefined;
23
- fSnapConnection: FConnectionBase | undefined;
24
- fMarkers: FConnectionMarkerBase[];
25
- fOutputs: FConnectorBase[];
26
- fInputs: FConnectorBase[];
27
- fOutlets: FConnectorBase[];
25
+ get transform(): ITransformModel;
26
+ readonly nodes: FNodeRegistry;
27
+ readonly connections: FConnectionRegistry;
28
+ readonly connectionMarkers: FConnectionMarkerRegistry;
29
+ readonly outputs: FConnectorRegistry<FNodeOutputBase>;
30
+ readonly inputs: FConnectorRegistry<FNodeInputBase>;
31
+ readonly outlets: FConnectorRegistry<FNodeOutletBase>;
32
+ readonly instances: FSingleRegistryBase;
28
33
  fDraggable: FDraggableBase | undefined;
29
- fLineAlignment: FLineAlignmentBase | undefined;
30
- addComponent<T>(collection: T[], component: T): void;
31
- removeComponent<T>(collection: T[], component: T): void;
32
34
  countChanged(): void;
33
35
  dataChanged(): void;
34
36
  transformChanged(): void;
35
37
  static ɵfac: i0.ɵɵFactoryDeclaration<FComponentsStore, never>;
36
38
  static ɵprov: i0.ɵɵInjectableDeclaration<FComponentsStore>;
37
39
  }
40
+ export declare const INSTANCES: {
41
+ readonly MAGNETIC_LINES: import("./base").FInstanceKey<FMagneticLinesBase>;
42
+ readonly MAGNETIC_RECTS: import("./base").FInstanceKey<FMagneticRectsBase>;
43
+ readonly ZOOM: import("./base").FInstanceKey<FZoomBase>;
44
+ readonly BACKGROUND: import("./base").FInstanceKey<FBackgroundBase>;
45
+ readonly SELECTION_AREA: import("./base").FInstanceKey<FSelectionAreaBase>;
46
+ };
@@ -0,0 +1,5 @@
1
+ import { FIdRegistryBase } from './base';
2
+ import { FConnectionMarkerBase } from '../f-connection-v2';
3
+ export declare class FConnectionMarkerRegistry extends FIdRegistryBase<FConnectionMarkerBase> {
4
+ protected readonly kind = "Connection Marker";
5
+ }
@@ -0,0 +1,14 @@
1
+ import { FIdRegistryBase } from './base';
2
+ import { FConnectionForCreateComponent, FSnapConnectionComponent } from '../f-connection';
3
+ import { FConnectionBase } from '../f-connection-v2';
4
+ export declare class FConnectionRegistry extends FIdRegistryBase<FConnectionBase> {
5
+ protected readonly kind = "Connection";
6
+ private _instancesForCreate;
7
+ private _instancesForSnap;
8
+ getForSnap(): FSnapConnectionComponent | undefined;
9
+ getForCreate(): FConnectionForCreateComponent | undefined;
10
+ addForCreate(instance: FConnectionForCreateComponent): void;
11
+ addForSnap(instance: FSnapConnectionComponent): void;
12
+ removeInstanceForCreate(): void;
13
+ removeInstanceForSnap(): void;
14
+ }
@@ -0,0 +1,5 @@
1
+ import { FHasId, FIdRegistryBase } from './base';
2
+ export declare class FConnectorRegistry<TInstance extends FHasId> extends FIdRegistryBase<TInstance> {
3
+ protected kind: string;
4
+ constructor(kind: string);
5
+ }
@@ -0,0 +1,5 @@
1
+ import { FIdRegistryBase } from './base';
2
+ import { FNodeBase } from '../f-node';
3
+ export declare class FNodeRegistry extends FIdRegistryBase<FNodeBase> {
4
+ protected readonly kind = "Node";
5
+ }
@@ -0,0 +1,7 @@
1
+ export * from './listen-data-changed';
2
+ export * from './listen-count-changes';
3
+ export * from './listen-transform-changes';
4
+ export * from './notify-data-changed';
5
+ export * from './notify-transform-changed';
6
+ export * from './register-plugin-instance';
7
+ export * from './remove-plugin-instance';
@@ -0,0 +1,2 @@
1
+ export * from './register-plugin-instance';
2
+ export * from './register-plugin-instance-request';
@@ -0,0 +1,7 @@
1
+ import { FInstanceKey } from '../../base';
2
+ export declare class RegisterPluginInstanceRequest {
3
+ readonly key: FInstanceKey<unknown>;
4
+ readonly instance: unknown;
5
+ static readonly fToken: unique symbol;
6
+ constructor(key: FInstanceKey<unknown>, instance: unknown);
7
+ }
@@ -0,0 +1,12 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { RegisterPluginInstanceRequest } from './register-plugin-instance-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that adds a line alignment to the FComponentsStore.
6
+ */
7
+ export declare class RegisterPluginInstance implements IExecution<RegisterPluginInstanceRequest, void> {
8
+ private readonly _store;
9
+ handle({ key, instance }: RegisterPluginInstanceRequest): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<RegisterPluginInstance, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<RegisterPluginInstance>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export * from './remove-plugin-instance';
2
+ export * from './remove-plugin-instance-request';
@@ -0,0 +1,6 @@
1
+ import { FInstanceKey } from '../../base';
2
+ export declare class RemovePluginInstanceRequest {
3
+ readonly key: FInstanceKey<unknown>;
4
+ static readonly fToken: unique symbol;
5
+ constructor(key: FInstanceKey<unknown>);
6
+ }
@@ -0,0 +1,12 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { RemovePluginInstanceRequest } from './remove-plugin-instance-request';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Execution that removes a line alignment from the FComponentsStore.
6
+ */
7
+ export declare class RemovePluginInstance implements IExecution<RemovePluginInstanceRequest, void> {
8
+ private readonly _store;
9
+ handle({ key }: RemovePluginInstanceRequest): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<RemovePluginInstance, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<RemovePluginInstance>;
12
+ }
@@ -1,7 +1,8 @@
1
- export * from './features/notify-data-changed';
2
- export * from './features/listen-components-data-changed';
3
- export * from './features/listen-count-changes';
4
- export * from './features/listen-transform-changes';
5
- export * from './features/notify-transform-changed';
1
+ export * from './base';
2
+ export * from './f-connector-registry';
3
+ export * from './f-connection-marker-registry';
4
+ export * from './f-connection-registry';
5
+ export * from './f-node-registry';
6
+ export * from './features';
6
7
  export * from './f-components-store';
7
8
  export * from './providers';
@@ -1,7 +1,4 @@
1
- import { NotifyDataChanged } from './features/notify-data-changed';
2
- import { ListenDataChanges } from './features/listen-components-data-changed';
1
+ import { ListenCountChanges, ListenDataChanges, ListenTransformChanges, NotifyDataChanged, NotifyTransformChanged, RegisterPluginInstance } from './features';
3
2
  import { FComponentsStore } from './f-components-store';
4
- import { ListenCountChanges } from './features/listen-count-changes';
5
- import { ListenTransformChanges } from './features/listen-transform-changes';
6
- import { NotifyTransformChanged } from './features/notify-transform-changed';
7
- export declare const F_STORAGE_PROVIDERS: (typeof NotifyDataChanged | typeof FComponentsStore | typeof ListenDataChanges | typeof ListenCountChanges | typeof ListenTransformChanges | typeof NotifyTransformChanged)[];
3
+ import { RemovePluginInstance } from './features/remove-plugin-instance';
4
+ export declare const F_STORAGE_PROVIDERS: (typeof ListenDataChanges | typeof FComponentsStore | typeof ListenCountChanges | typeof ListenTransformChanges | typeof NotifyDataChanged | typeof NotifyTransformChanged | typeof RegisterPluginInstance | typeof RemovePluginInstance)[];
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare class FZoomDirective extends FZoomBase implements OnInit, AfterViewInit, OnDestroy {
8
8
  private readonly _mediator;
9
9
  private readonly _injector;
10
+ private readonly _store;
10
11
  private _triggersListener;
11
12
  readonly isEnabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
12
13
  fWheelTrigger: FEventTrigger;
@@ -15,7 +16,7 @@ export declare class FZoomDirective extends FZoomBase implements OnInit, AfterVi
15
16
  maximum: number;
16
17
  step: number;
17
18
  dblClickStep: number;
18
- private get _hostElement();
19
+ private get _flowHost();
19
20
  private get _canvas();
20
21
  ngOnInit(): void;
21
22
  ngAfterViewInit(): void;
@@ -37,7 +38,7 @@ export declare class FZoomDirective extends FZoomBase implements OnInit, AfterVi
37
38
  private _listen;
38
39
  private _unlisten;
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<FZoomDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<FZoomDirective, "f-canvas[fZoom]", ["fComponent"], { "isEnabled": { "alias": "fZoom"; "required": false; "isSignal": true; }; "fWheelTrigger": { "alias": "fWheelTrigger"; "required": false; }; "fDblClickTrigger": { "alias": "fDblClickTrigger"; "required": false; }; "minimum": { "alias": "fZoomMinimum"; "required": false; }; "maximum": { "alias": "fZoomMaximum"; "required": false; }; "step": { "alias": "fZoomStep"; "required": false; }; "dblClickStep": { "alias": "fZoomDblClickStep"; "required": false; }; }, {}, never, never, true, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FZoomDirective, "f-canvas[fZoom]", never, { "isEnabled": { "alias": "fZoom"; "required": false; "isSignal": true; }; "fWheelTrigger": { "alias": "fWheelTrigger"; "required": false; }; "fDblClickTrigger": { "alias": "fDblClickTrigger"; "required": false; }; "minimum": { "alias": "fZoomMinimum"; "required": false; }; "maximum": { "alias": "fZoomMaximum"; "required": false; }; "step": { "alias": "fZoomStep"; "required": false; }; "dblClickStep": { "alias": "fZoomDblClickStep"; "required": false; }; }, {}, never, never, true, never>;
41
42
  static ngAcceptInputType_minimum: unknown;
42
43
  static ngAcceptInputType_maximum: unknown;
43
44
  static ngAcceptInputType_step: unknown;