@foblex/flow 17.6.0 → 17.7.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 (223) hide show
  1. package/domain/f-background/add-background-to-store/add-background-to-store.execution.d.ts +4 -1
  2. package/domain/f-background/add-pattern-to-background/add-pattern-to-background.execution.d.ts +4 -1
  3. package/domain/f-background/providers.d.ts +4 -0
  4. package/domain/f-background/remove-background-from-store/remove-background-from-store.execution.d.ts +4 -1
  5. package/domain/f-background/set-background-transform/set-background-transform.execution.d.ts +4 -1
  6. package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.d.ts +4 -1
  7. package/domain/f-canvas/center-group-or-node/center-group-or-node.execution.d.ts +4 -1
  8. package/domain/f-canvas/fit-to-flow/fit-to-flow.execution.d.ts +4 -1
  9. package/domain/f-canvas/get-canvas/get-canvas.execution.d.ts +4 -1
  10. package/domain/f-canvas/input-canvas-position/input-canvas-position.execution.d.ts +4 -1
  11. package/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.d.ts +5 -1
  12. package/domain/f-canvas/providers.d.ts +3 -0
  13. package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.d.ts +6 -1
  14. package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.d.ts +4 -1
  15. package/domain/f-canvas/reset-scale/reset-scale.execution.d.ts +4 -1
  16. package/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.d.ts +4 -1
  17. package/domain/f-canvas/update-scale/update-scale.execution.d.ts +5 -1
  18. package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.d.ts +4 -1
  19. package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.d.ts +4 -1
  20. package/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.d.ts +4 -1
  21. package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.d.ts +4 -1
  22. package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.execution.d.ts +3 -0
  23. package/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.d.ts +5 -0
  24. package/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.d.ts +5 -0
  25. package/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.d.ts +5 -0
  26. package/domain/f-connection/create-connection-markers/create-connection-markers.execution.d.ts +4 -1
  27. package/domain/f-connection/providers.d.ts +3 -0
  28. package/domain/f-connection/redraw-connections/redraw-connections.execution.d.ts +6 -1
  29. package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.d.ts +4 -1
  30. package/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.d.ts +4 -1
  31. package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.d.ts +4 -1
  32. package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.d.ts +4 -1
  33. package/domain/f-connectors/add-input-to-store/add-input-to-store.execution.d.ts +4 -1
  34. package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.d.ts +3 -0
  35. package/domain/f-connectors/add-output-to-store/add-output-to-store.execution.d.ts +3 -0
  36. package/domain/f-connectors/find-closest-connector/find-closest-connector.execution.d.ts +5 -0
  37. package/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.d.ts +5 -0
  38. package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.d.ts +4 -1
  39. package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.d.ts +6 -1
  40. package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.execution.d.ts +4 -1
  41. package/domain/f-connectors/i-closest-connector.d.ts +3 -0
  42. package/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.execution.d.ts +3 -0
  43. package/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.d.ts +4 -1
  44. package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.d.ts +4 -1
  45. package/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.d.ts +4 -1
  46. package/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.execution.d.ts +3 -0
  47. package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.d.ts +4 -1
  48. package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.d.ts +7 -3
  49. package/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.d.ts +4 -1
  50. package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.d.ts +3 -0
  51. package/domain/f-draggable/is-drag-started/is-drag-started.execution.d.ts +4 -1
  52. package/domain/f-draggable/on-pointer-move/on-pointer-move.execution.d.ts +6 -1
  53. package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.d.ts +4 -1
  54. package/domain/f-draggable/providers.d.ts +4 -1
  55. package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.d.ts +4 -1
  56. package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +5 -2
  57. package/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.d.ts +4 -1
  58. package/domain/f-flow/get-flow/get-flow.execution.d.ts +4 -1
  59. package/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.d.ts +4 -1
  60. package/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.d.ts +4 -1
  61. package/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.d.ts +4 -3
  62. package/domain/f-flow/get-flow-state/get-flow-state.execution.d.ts +5 -2
  63. package/domain/f-flow/get-flow-state/providers.d.ts +3 -0
  64. package/domain/f-flow/providers.d.ts +5 -0
  65. package/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.d.ts +4 -1
  66. package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.d.ts +4 -1
  67. package/domain/f-line-alignment/providers.d.ts +5 -0
  68. package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.d.ts +4 -1
  69. package/domain/f-node/add-node-to-store/add-node-to-store.execution.d.ts +4 -1
  70. package/domain/f-node/calculate-input-connections/calculate-input-connections.execution.d.ts +4 -1
  71. package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.d.ts +5 -1
  72. package/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.execution.d.ts +6 -1
  73. package/domain/f-node/calculate-output-connections/calculate-output-connections.execution.d.ts +4 -1
  74. package/domain/f-node/get-node-padding/get-node-padding.execution.d.ts +4 -0
  75. package/domain/f-node/get-nodes/get-nodes.execution.d.ts +4 -1
  76. package/domain/f-node/get-parent-nodes/get-parent-nodes.execution.d.ts +4 -1
  77. package/domain/f-node/providers.d.ts +3 -0
  78. package/domain/f-node/remove-node-from-store/remove-node-from-store.execution.d.ts +4 -1
  79. package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.d.ts +28 -1
  80. package/domain/f-selection/clear-selection/clear-selection.execution.d.ts +3 -0
  81. package/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.d.ts +14 -2
  82. package/domain/f-selection/get-current-selection/get-current-selection.execution.d.ts +3 -0
  83. package/domain/f-selection/providers.d.ts +3 -0
  84. package/domain/f-selection/select/select.execution.d.ts +4 -1
  85. package/domain/f-selection/select-all/select-all.execution.d.ts +5 -1
  86. package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.d.ts +7 -5
  87. package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.execution.d.ts +4 -1
  88. package/domain/f-zoom/providers.d.ts +5 -0
  89. package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.d.ts +4 -1
  90. package/domain/f-zoom/reset-zoom/reset-zoom.execution.d.ts +4 -1
  91. package/domain/f-zoom/set-zoom/set-zoom.execution.d.ts +6 -2
  92. package/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.d.ts +5 -1
  93. package/domain/get-element-rounded-rect/get-element-rounded-rect.execution.d.ts +5 -1
  94. package/domain/get-normalized-connector-rect/get-normalized-connector-rect.execution.d.ts +7 -2
  95. package/domain/get-normalized-element-rect/get-normalized-element-rect.execution.d.ts +7 -2
  96. package/domain/get-normalized-point/get-normalized-point.execution.d.ts +6 -1
  97. package/domain/providers.d.ts +7 -1
  98. package/domain/sort-item-layers/sort-item-layers.execution.d.ts +9 -2
  99. package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.d.ts +8 -3
  100. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.d.ts +8 -3
  101. package/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.d.ts +4 -0
  102. package/domain/update-item-and-children-layers/update-item-and-children-layers.execution.d.ts +6 -2
  103. package/drag-toolkit/drag-and-drop-base.d.ts +60 -0
  104. package/esm2022/domain/f-background/add-background-to-store/add-background-to-store.execution.mjs +6 -3
  105. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.execution.mjs +7 -4
  106. package/esm2022/domain/f-background/providers.mjs +5 -1
  107. package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store.execution.mjs +6 -3
  108. package/esm2022/domain/f-background/set-background-transform/set-background-transform.execution.mjs +6 -3
  109. package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.mjs +6 -3
  110. package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +8 -5
  111. package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +7 -4
  112. package/esm2022/domain/f-canvas/get-canvas/get-canvas.execution.mjs +6 -3
  113. package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position.execution.mjs +6 -3
  114. package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.mjs +7 -3
  115. package/esm2022/domain/f-canvas/providers.mjs +4 -1
  116. package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.mjs +13 -8
  117. package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.mjs +6 -3
  118. package/esm2022/domain/f-canvas/reset-scale/reset-scale.execution.mjs +6 -3
  119. package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +7 -4
  120. package/esm2022/domain/f-canvas/update-scale/update-scale.execution.mjs +7 -3
  121. package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.mjs +6 -3
  122. package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.mjs +6 -3
  123. package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.mjs +7 -4
  124. package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.mjs +6 -3
  125. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.execution.mjs +4 -1
  126. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.mjs +6 -1
  127. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.mjs +6 -1
  128. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.mjs +6 -1
  129. package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.execution.mjs +6 -3
  130. package/esm2022/domain/f-connection/providers.mjs +4 -1
  131. package/esm2022/domain/f-connection/redraw-connections/redraw-connections.execution.mjs +16 -11
  132. package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.mjs +6 -3
  133. package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.mjs +8 -5
  134. package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.mjs +6 -3
  135. package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.mjs +6 -3
  136. package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.execution.mjs +6 -3
  137. package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.mjs +4 -1
  138. package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.execution.mjs +4 -1
  139. package/esm2022/domain/f-connectors/find-closest-connector/find-closest-connector.execution.mjs +6 -1
  140. package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.mjs +6 -1
  141. package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.mjs +6 -3
  142. package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.mjs +8 -3
  143. package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.execution.mjs +6 -3
  144. package/esm2022/domain/f-connectors/i-closest-connector.mjs +1 -1
  145. package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.execution.mjs +4 -1
  146. package/esm2022/domain/f-connectors/providers.mjs +4 -1
  147. package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.mjs +6 -3
  148. package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.mjs +6 -3
  149. package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.mjs +6 -3
  150. package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.execution.mjs +4 -1
  151. package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.mjs +6 -3
  152. package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +10 -6
  153. package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.mjs +7 -4
  154. package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.mjs +4 -1
  155. package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.execution.mjs +6 -3
  156. package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.execution.mjs +8 -3
  157. package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.mjs +6 -3
  158. package/esm2022/domain/f-draggable/providers.mjs +4 -1
  159. package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.mjs +6 -3
  160. package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +9 -6
  161. package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.mjs +6 -3
  162. package/esm2022/domain/f-flow/get-flow/get-flow.execution.mjs +6 -3
  163. package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.mjs +6 -3
  164. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.mjs +6 -3
  165. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.mjs +12 -12
  166. package/esm2022/domain/f-flow/get-flow-state/get-flow-state.execution.mjs +11 -8
  167. package/esm2022/domain/f-flow/get-flow-state/providers.mjs +4 -1
  168. package/esm2022/domain/f-flow/providers.mjs +6 -1
  169. package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.mjs +6 -3
  170. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.mjs +6 -3
  171. package/esm2022/domain/f-line-alignment/providers.mjs +6 -1
  172. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.mjs +6 -3
  173. package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.execution.mjs +6 -3
  174. package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.execution.mjs +7 -4
  175. package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.mjs +7 -3
  176. package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.execution.mjs +8 -3
  177. package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.execution.mjs +7 -4
  178. package/esm2022/domain/f-node/get-node-padding/get-node-padding.execution.mjs +5 -1
  179. package/esm2022/domain/f-node/get-nodes/get-nodes.execution.mjs +6 -3
  180. package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.execution.mjs +6 -3
  181. package/esm2022/domain/f-node/providers.mjs +4 -1
  182. package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.execution.mjs +6 -3
  183. package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.mjs +30 -3
  184. package/esm2022/domain/f-selection/clear-selection/clear-selection.execution.mjs +4 -1
  185. package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +20 -8
  186. package/esm2022/domain/f-selection/get-current-selection/get-current-selection.execution.mjs +4 -1
  187. package/esm2022/domain/f-selection/providers.mjs +4 -1
  188. package/esm2022/domain/f-selection/select/select.execution.mjs +7 -4
  189. package/esm2022/domain/f-selection/select-all/select-all.execution.mjs +8 -4
  190. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +17 -17
  191. package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.execution.mjs +6 -3
  192. package/esm2022/domain/f-zoom/providers.mjs +6 -1
  193. package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.mjs +6 -3
  194. package/esm2022/domain/f-zoom/reset-zoom/reset-zoom.execution.mjs +6 -3
  195. package/esm2022/domain/f-zoom/set-zoom/set-zoom.execution.mjs +11 -7
  196. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +7 -3
  197. package/esm2022/domain/get-element-rounded-rect/get-element-rounded-rect.execution.mjs +8 -4
  198. package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect.execution.mjs +11 -6
  199. package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect.execution.mjs +10 -5
  200. package/esm2022/domain/get-normalized-point/get-normalized-point.execution.mjs +9 -4
  201. package/esm2022/domain/providers.mjs +7 -1
  202. package/esm2022/domain/sort-item-layers/sort-item-layers.execution.mjs +15 -8
  203. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +12 -7
  204. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +13 -8
  205. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.execution.mjs +5 -1
  206. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +10 -6
  207. package/esm2022/drag-toolkit/drag-and-drop-base.mjs +55 -1
  208. package/esm2022/f-canvas/f-canvas.component.mjs +67 -20
  209. package/esm2022/f-zoom/f-zoom.directive.mjs +8 -2
  210. package/f-canvas/f-canvas.component.d.ts +51 -3
  211. package/f-connection/providers.d.ts +1 -1
  212. package/f-draggable/f-connection/providers.d.ts +1 -1
  213. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/providers.d.ts +1 -1
  214. package/f-draggable/f-node-move/providers.d.ts +1 -1
  215. package/f-draggable/providers.d.ts +1 -1
  216. package/f-external-item/domain/providers.d.ts +1 -1
  217. package/f-minimap/providers.d.ts +1 -1
  218. package/f-node/providers.d.ts +2 -2
  219. package/f-storage/providers.d.ts +1 -1
  220. package/f-zoom/f-zoom.directive.d.ts +1 -0
  221. package/fesm2022/foblex-flow.mjs +756 -259
  222. package/fesm2022/foblex-flow.mjs.map +1 -1
  223. package/package.json +1 -1
@@ -3,4 +3,4 @@ import { CalculateNodeMoveLimitsExecution } from './domain/calculate-node-move-l
3
3
  import { PutInputConnectionHandlersToArrayExecution } from './domain/put-input-connection-handlers-to-array';
4
4
  import { PutOutputConnectionHandlersToArrayExecution } from './domain/put-output-connection-handlers-to-array';
5
5
  import { CalculateCommonNodeMoveLimitsExecution } from './domain/calculate-common-node-move-limits';
6
- export declare const CREATE_MOVE_NODE_DRAG_MODEL_FROM_SELECTION_PROVIDERS: (typeof PutInputConnectionHandlersToArrayExecution | typeof PutOutputConnectionHandlersToArrayExecution | typeof CreateMoveNodesDragModelFromSelectionExecution | typeof CalculateCommonNodeMoveLimitsExecution | typeof CalculateNodeMoveLimitsExecution)[];
6
+ export declare const CREATE_MOVE_NODE_DRAG_MODEL_FROM_SELECTION_PROVIDERS: (typeof CalculateCommonNodeMoveLimitsExecution | typeof PutInputConnectionHandlersToArrayExecution | typeof PutOutputConnectionHandlersToArrayExecution | typeof CalculateNodeMoveLimitsExecution | typeof CreateMoveNodesDragModelFromSelectionExecution)[];
@@ -1,4 +1,4 @@
1
1
  import { FNodeMoveFinalizeExecution } from './move-finalize';
2
2
  import { FNodeMovePreparationExecution } from './move-preparation';
3
3
  import { LineAlignmentPreparationExecution } from './line-alignment-preparation';
4
- export declare const NODE_PROVIDERS: (typeof import("./create-move-nodes-drag-model-from-selection").PutInputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutOutputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").CreateMoveNodesDragModelFromSelectionExecution | typeof FNodeMoveFinalizeExecution | typeof import("./create-move-nodes-drag-model-from-selection").CalculateCommonNodeMoveLimitsExecution | typeof import("./create-move-nodes-drag-model-from-selection").CalculateNodeMoveLimitsExecution | typeof LineAlignmentPreparationExecution | typeof FNodeMovePreparationExecution)[];
4
+ export declare const NODE_PROVIDERS: (typeof import("./create-move-nodes-drag-model-from-selection").CalculateCommonNodeMoveLimitsExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutInputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").PutOutputConnectionHandlersToArrayExecution | typeof import("./create-move-nodes-drag-model-from-selection").CalculateNodeMoveLimitsExecution | typeof import("./create-move-nodes-drag-model-from-selection").CreateMoveNodesDragModelFromSelectionExecution | typeof LineAlignmentPreparationExecution | typeof FNodeMovePreparationExecution | typeof FNodeMoveFinalizeExecution)[];
@@ -1 +1 @@
1
- export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./domain").IsConnectionUnderNodeExecution | typeof import("./f-connection").FCreateConnectionFinalizeExecution | typeof import("./f-connection").FCreateConnectionDragHandlerPreparationExecution | typeof import("./f-connection").FCreateConnectionFromOutletPreparationExecution | typeof import("./f-connection").GetFirstConnectableOutputExecution | typeof import("./f-connection").FCreateConnectionFromOutputPreparationExecution | typeof import("./f-connection").FCreateConnectionPreparationExecution | typeof import("./f-connection").FReassignConnectionFinalizeExecution | typeof import("./f-connection").FReassignConnectionPreparationExecution | typeof import("../f-external-item").FExternalItemFinalizeExecution | typeof import("./f-node-move").PutInputConnectionHandlersToArrayExecution | typeof import("./f-node-move").PutOutputConnectionHandlersToArrayExecution | typeof import("./f-node-move").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./f-node-move").FNodeMoveFinalizeExecution | typeof import("./f-drop-to-group").FNodeDropToGroupFinalizeExecution | typeof import("./f-node-resize").GetNormalizedChildrenNodesRectExecution | typeof import("./f-single-select").FSingleSelectExecution | typeof import("./f-canvas").FCanvasMoveFinalizeExecution | typeof import("./f-canvas").FCanvasMovePreparationExecution | typeof import("../f-external-item").FExternalItemCreatePlaceholderExecution | typeof import("../f-external-item").FExternalItemCreatePreviewExecution | typeof import("../f-external-item").FExternalItemPreparationExecution | typeof import("../f-external-item").PreventDefaultIsExternalItemExecution | typeof import("./f-node-move").CalculateCommonNodeMoveLimitsExecution | typeof import("./f-node-move").CalculateNodeMoveLimitsExecution | typeof import("./f-node-move").LineAlignmentPreparationExecution | typeof import("./f-node-move").FNodeMovePreparationExecution | typeof import("./f-drop-to-group").FNodeDropToGroupPreparationExecution | typeof import("./f-node-resize").GetNodeResizeRestrictionsExecution | typeof import("./f-node-resize").ApplyChildResizeRestrictionsExecution | typeof import("./f-node-resize").ApplyParentResizeRestrictionsExecution | typeof import("./f-node-resize").CalculateChangedPositionExecution | typeof import("./f-node-resize").CalculateChangedSizeExecution | typeof import("./f-node-resize").FNodeResizeFinalizeExecution | typeof import("./f-node-resize").FNodeResizePreparationExecution | typeof import("./f-node-rotate").FNodeRotateFinalizeExecution | typeof import("./f-node-rotate").FNodeRotatePreparationExecution | typeof import("@foblex/flow").CalculateFlowPointFromMinimapPointExecution | typeof import("@foblex/flow").MinimapDragPreparationExecution | typeof import("@foblex/flow").MinimapDragFinalizeExecution | typeof import("@foblex/flow").MinimapDrawNodesExecution | typeof import("@foblex/flow").MinimapCalculateViewBoxExecution | typeof import("@foblex/flow").MinimapCalculateSvgScaleAndViewBoxExecution | typeof import("../f-selection-area").SelectionAreaFinalizeExecution | typeof import("../f-selection-area").SelectionAreaPreparationExecution)[];
1
+ export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./domain").IsConnectionUnderNodeExecution | typeof import("./f-canvas").FCanvasMoveFinalizeExecution | typeof import("./f-canvas").FCanvasMovePreparationExecution | typeof import("./f-connection").GetFirstConnectableOutputExecution | typeof import("./f-connection").FCreateConnectionFinalizeExecution | typeof import("./f-connection").FCreateConnectionDragHandlerPreparationExecution | typeof import("./f-connection").FCreateConnectionFromOutletPreparationExecution | typeof import("./f-connection").FCreateConnectionFromOutputPreparationExecution | typeof import("../f-external-item").FExternalItemCreatePlaceholderExecution | typeof import("../f-external-item").FExternalItemCreatePreviewExecution | typeof import("../f-external-item").FExternalItemFinalizeExecution | typeof import("../f-external-item").FExternalItemPreparationExecution | typeof import("../f-external-item").PreventDefaultIsExternalItemExecution | typeof import("./f-node-move").CalculateCommonNodeMoveLimitsExecution | typeof import("./f-node-move").PutInputConnectionHandlersToArrayExecution | typeof import("./f-node-move").PutOutputConnectionHandlersToArrayExecution | typeof import("./f-node-move").CalculateNodeMoveLimitsExecution | typeof import("./f-node-move").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./f-node-move").LineAlignmentPreparationExecution | typeof import("./f-node-move").FNodeMovePreparationExecution | typeof import("./f-node-move").FNodeMoveFinalizeExecution | typeof import("./f-drop-to-group").FNodeDropToGroupFinalizeExecution | typeof import("./f-drop-to-group").FNodeDropToGroupPreparationExecution | typeof import("./f-connection").FReassignConnectionFinalizeExecution | typeof import("./f-connection").FReassignConnectionPreparationExecution | typeof import("./f-connection").FCreateConnectionPreparationExecution | typeof import("./f-node-resize").GetNormalizedChildrenNodesRectExecution | typeof import("./f-node-resize").GetNodeResizeRestrictionsExecution | typeof import("./f-node-resize").ApplyChildResizeRestrictionsExecution | typeof import("./f-node-resize").ApplyParentResizeRestrictionsExecution | typeof import("./f-node-resize").CalculateChangedPositionExecution | typeof import("./f-node-resize").CalculateChangedSizeExecution | typeof import("./f-node-resize").FNodeResizeFinalizeExecution | typeof import("./f-node-resize").FNodeResizePreparationExecution | typeof import("./f-node-rotate").FNodeRotateFinalizeExecution | typeof import("./f-node-rotate").FNodeRotatePreparationExecution | typeof import("./f-single-select").FSingleSelectExecution | typeof import("@foblex/flow").CalculateFlowPointFromMinimapPointExecution | typeof import("@foblex/flow").MinimapDragPreparationExecution | typeof import("@foblex/flow").MinimapDragFinalizeExecution | typeof import("@foblex/flow").MinimapDrawNodesExecution | typeof import("@foblex/flow").MinimapCalculateViewBoxExecution | typeof import("@foblex/flow").MinimapCalculateSvgScaleAndViewBoxExecution | typeof import("../f-selection-area").SelectionAreaFinalizeExecution | typeof import("../f-selection-area").SelectionAreaPreparationExecution)[];
@@ -3,4 +3,4 @@ import { FExternalItemFinalizeExecution } from './finalize';
3
3
  import { PreventDefaultIsExternalItemExecution } from './prevent-default-is-external-item';
4
4
  import { FExternalItemCreatePreviewExecution } from './create-preview';
5
5
  import { FExternalItemCreatePlaceholderExecution } from './create-placeholder';
6
- export declare const F_EXTERNAL_ITEM_DRAG_AND_DROP_PROVIDERS: (typeof FExternalItemFinalizeExecution | typeof FExternalItemCreatePlaceholderExecution | typeof FExternalItemCreatePreviewExecution | typeof FExternalItemPreparationExecution | typeof PreventDefaultIsExternalItemExecution)[];
6
+ export declare const F_EXTERNAL_ITEM_DRAG_AND_DROP_PROVIDERS: (typeof FExternalItemCreatePlaceholderExecution | typeof FExternalItemCreatePreviewExecution | typeof FExternalItemFinalizeExecution | typeof FExternalItemPreparationExecution | typeof PreventDefaultIsExternalItemExecution)[];
@@ -2,4 +2,4 @@ import { FMinimapComponent } from './f-minimap.component';
2
2
  import { FMinimapViewDirective } from './f-minimap-view.directive';
3
3
  import { FMinimapFlowDirective } from './f-minimap-flow.directive';
4
4
  import { FMinimapCanvasDirective } from './f-minimap-canvas.directive';
5
- export declare const F_MINIMAP_PROVIDERS: (typeof FMinimapCanvasDirective | typeof FMinimapFlowDirective | typeof FMinimapViewDirective | typeof FMinimapComponent)[];
5
+ export declare const F_MINIMAP_PROVIDERS: (typeof FMinimapFlowDirective | typeof FMinimapCanvasDirective | typeof FMinimapViewDirective | typeof FMinimapComponent)[];
@@ -1,4 +1,4 @@
1
1
  import { FNodeDirective } from './f-node.directive';
2
2
  import { FGroupDirective } from './f-group.directive';
3
- import { FDragHandleDirective } from './f-drag-handle.directive';
4
- export declare const F_NODE_PROVIDERS: (typeof FNodeDirective | typeof FGroupDirective | typeof FDragHandleDirective)[];
3
+ import { FRotateHandleDirective } from './f-rotate-handle';
4
+ export declare const F_NODE_PROVIDERS: (typeof FRotateHandleDirective | typeof FGroupDirective | typeof FNodeDirective)[];
@@ -4,4 +4,4 @@ import { FComponentsStore } from './f-components-store';
4
4
  import { ListenCountChangesExecution } from './features/listen-count-changes';
5
5
  import { ListenTransformChangesExecution } from './features/listen-transform-changes';
6
6
  import { NotifyTransformChangedExecution } from './features/notify-transform-changed';
7
- export declare const F_STORAGE_PROVIDERS: (typeof FComponentsStore | typeof NotifyDataChangedExecution | typeof ListenDataChangesExecution | typeof ListenCountChangesExecution | typeof ListenTransformChangesExecution | typeof NotifyTransformChangedExecution)[];
7
+ export declare const F_STORAGE_PROVIDERS: (typeof NotifyDataChangedExecution | typeof FComponentsStore | typeof ListenDataChangesExecution | typeof ListenCountChangesExecution | typeof ListenTransformChangesExecution | typeof NotifyTransformChangedExecution)[];
@@ -22,6 +22,7 @@ export declare class FZoomDirective extends FZoomBase implements OnInit, AfterVi
22
22
  ngOnChanges(changes: SimpleChanges): void;
23
23
  private _listenTriggers;
24
24
  private _onWheel;
25
+ private _normalizeWheelStep;
25
26
  private _calculateDirection;
26
27
  private _onDoubleClick;
27
28
  private _getToCenterPosition;