@foblex/flow 17.5.2 → 17.5.3

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 (294) hide show
  1. package/domain/f-background/add-background-to-store/add-background-to-store-request.d.ts +1 -0
  2. package/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.d.ts +1 -0
  3. package/domain/f-background/remove-background-from-store/remove-background-from-store-request.d.ts +1 -0
  4. package/domain/f-background/set-background-transform/set-background-transform-request.d.ts +1 -0
  5. package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.d.ts +1 -0
  6. package/domain/f-canvas/center-group-or-node/center-group-or-node-request.d.ts +1 -0
  7. package/domain/f-canvas/fit-to-flow/fit-to-flow-request.d.ts +1 -0
  8. package/domain/f-canvas/get-canvas/get-canvas-request.d.ts +1 -0
  9. package/domain/f-canvas/input-canvas-position/input-canvas-position-request.d.ts +1 -0
  10. package/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.d.ts +1 -0
  11. package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.d.ts +1 -0
  12. package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.d.ts +1 -0
  13. package/domain/f-canvas/reset-scale/reset-scale-request.d.ts +1 -0
  14. package/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.d.ts +1 -0
  15. package/domain/f-canvas/update-scale/update-scale-request.d.ts +1 -0
  16. package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.d.ts +1 -0
  17. package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.d.ts +1 -0
  18. package/domain/f-connection/add-connection-to-store/add-connection-to-store-request.d.ts +1 -0
  19. package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.d.ts +1 -0
  20. package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.d.ts +1 -0
  21. package/domain/f-connection/create-connection-markers/create-connection-markers-request.d.ts +1 -0
  22. package/domain/f-connection/redraw-connections/redraw-connections-request.d.ts +1 -0
  23. package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.d.ts +1 -0
  24. package/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.d.ts +1 -0
  25. package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.d.ts +1 -0
  26. package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.d.ts +1 -0
  27. package/domain/f-connectors/add-input-to-store/add-input-to-store-request.d.ts +1 -0
  28. package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.d.ts +1 -0
  29. package/domain/f-connectors/add-output-to-store/add-output-to-store-request.d.ts +1 -0
  30. package/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.d.ts +1 -0
  31. package/domain/f-connectors/find-input-at-position/find-input-at-position.request.d.ts +1 -0
  32. package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.d.ts +1 -0
  33. package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.d.ts +1 -0
  34. package/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.d.ts +1 -0
  35. package/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.d.ts +1 -0
  36. package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.d.ts +1 -0
  37. package/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.d.ts +1 -0
  38. package/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.d.ts +1 -0
  39. package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.d.ts +1 -0
  40. package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.d.ts +1 -0
  41. package/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.d.ts +1 -0
  42. package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.d.ts +1 -0
  43. package/domain/f-draggable/is-drag-started/is-drag-started-request.d.ts +1 -0
  44. package/domain/f-draggable/on-pointer-move/on-pointer-move-request.d.ts +1 -0
  45. package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.d.ts +1 -0
  46. package/domain/f-draggable/providers.d.ts +1 -1
  47. package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.d.ts +1 -0
  48. package/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.d.ts +1 -0
  49. package/domain/f-flow/add-flow-to-store/add-flow-to-store-request.d.ts +1 -0
  50. package/domain/f-flow/get-flow/get-flow-request.d.ts +1 -0
  51. package/domain/f-flow/get-flow-host-element/get-flow-host-element.request.d.ts +1 -0
  52. package/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections-request.d.ts +1 -0
  53. package/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes-request.d.ts +1 -0
  54. package/domain/f-flow/get-flow-state/get-flow-state.request.d.ts +1 -0
  55. package/domain/f-flow/get-flow-state/providers.d.ts +1 -1
  56. package/domain/f-flow/providers.d.ts +1 -1
  57. package/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.d.ts +1 -0
  58. package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.d.ts +1 -0
  59. package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.d.ts +1 -0
  60. package/domain/f-node/add-node-to-store/add-node-to-store-request.d.ts +1 -0
  61. package/domain/f-node/calculate-input-connections/calculate-input-connections-request.d.ts +1 -0
  62. package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.d.ts +1 -0
  63. package/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.request.d.ts +1 -0
  64. package/domain/f-node/calculate-output-connections/calculate-output-connections-request.d.ts +1 -0
  65. package/domain/f-node/get-node-padding/get-node-padding.request.d.ts +1 -0
  66. package/domain/f-node/get-nodes/get-nodes-request.d.ts +1 -0
  67. package/domain/f-node/get-parent-nodes/get-parent-nodes.request.d.ts +1 -0
  68. package/domain/f-node/remove-node-from-store/remove-node-from-store-request.d.ts +1 -0
  69. package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.d.ts +1 -0
  70. package/domain/f-selection/clear-selection/clear-selection.request.d.ts +1 -0
  71. package/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items-request.d.ts +1 -0
  72. package/domain/f-selection/get-current-selection/get-current-selection.request.d.ts +1 -0
  73. package/domain/f-selection/select/select.request.d.ts +1 -0
  74. package/domain/f-selection/select-all/select-all.request.d.ts +1 -0
  75. package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.d.ts +1 -0
  76. package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.d.ts +1 -0
  77. package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.d.ts +1 -0
  78. package/domain/f-zoom/reset-zoom/reset-zoom-request.d.ts +1 -0
  79. package/domain/f-zoom/set-zoom/set-zoom-request.d.ts +1 -0
  80. package/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.request.d.ts +1 -0
  81. package/domain/get-element-rounded-rect/get-element-rounded-rect-request.d.ts +1 -0
  82. package/domain/get-normalized-connector-rect/get-normalized-connector-rect-request.d.ts +1 -0
  83. package/domain/get-normalized-element-rect/get-normalized-element-rect-request.d.ts +1 -0
  84. package/domain/get-normalized-point/get-normalized-point-request.d.ts +1 -0
  85. package/domain/providers.d.ts +1 -1
  86. package/domain/sort-item-layers/sort-item-layers.request.d.ts +1 -0
  87. package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.request.d.ts +1 -0
  88. package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.request.d.ts +1 -0
  89. package/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.request.d.ts +1 -0
  90. package/domain/update-item-and-children-layers/update-item-and-children-layers.request.d.ts +1 -0
  91. package/esm2022/domain/f-background/add-background-to-store/add-background-to-store-request.mjs +2 -1
  92. package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.mjs +2 -1
  93. package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store-request.mjs +2 -1
  94. package/esm2022/domain/f-background/set-background-transform/set-background-transform-request.mjs +2 -1
  95. package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.mjs +2 -1
  96. package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node-request.mjs +2 -1
  97. package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow-request.mjs +2 -1
  98. package/esm2022/domain/f-canvas/get-canvas/get-canvas-request.mjs +2 -1
  99. package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position-request.mjs +2 -1
  100. package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.mjs +2 -1
  101. package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.mjs +2 -1
  102. package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.mjs +2 -1
  103. package/esm2022/domain/f-canvas/reset-scale/reset-scale-request.mjs +2 -1
  104. package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.mjs +2 -1
  105. package/esm2022/domain/f-canvas/update-scale/update-scale-request.mjs +2 -1
  106. package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +2 -1
  107. package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +2 -1
  108. package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store-request.mjs +2 -1
  109. package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +2 -1
  110. package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.mjs +2 -1
  111. package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers-request.mjs +2 -1
  112. package/esm2022/domain/f-connection/redraw-connections/redraw-connections-request.mjs +2 -1
  113. package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.mjs +2 -1
  114. package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.mjs +2 -1
  115. package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +2 -1
  116. package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.mjs +2 -1
  117. package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store-request.mjs +2 -1
  118. package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.mjs +2 -1
  119. package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store-request.mjs +2 -1
  120. package/esm2022/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.mjs +2 -1
  121. package/esm2022/domain/f-connectors/find-input-at-position/find-input-at-position.request.mjs +2 -1
  122. package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.mjs +2 -1
  123. package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.mjs +2 -1
  124. package/esm2022/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.mjs +2 -1
  125. package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.mjs +2 -1
  126. package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.mjs +2 -1
  127. package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.mjs +2 -1
  128. package/esm2022/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.mjs +2 -1
  129. package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.mjs +2 -1
  130. package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.mjs +2 -1
  131. package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.mjs +2 -1
  132. package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.mjs +2 -1
  133. package/esm2022/domain/f-draggable/is-drag-started/is-drag-started-request.mjs +2 -1
  134. package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move-request.mjs +2 -1
  135. package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.mjs +2 -1
  136. package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.mjs +2 -1
  137. package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.mjs +2 -1
  138. package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store-request.mjs +2 -1
  139. package/esm2022/domain/f-flow/get-flow/get-flow-request.mjs +2 -1
  140. package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.request.mjs +2 -1
  141. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections-request.mjs +2 -1
  142. package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes-request.mjs +2 -1
  143. package/esm2022/domain/f-flow/get-flow-state/get-flow-state.request.mjs +2 -1
  144. package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.mjs +2 -1
  145. package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.mjs +2 -1
  146. package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.mjs +2 -1
  147. package/esm2022/domain/f-node/add-node-to-store/add-node-to-store-request.mjs +2 -1
  148. package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections-request.mjs +2 -1
  149. package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.mjs +2 -1
  150. package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.request.mjs +2 -1
  151. package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections-request.mjs +2 -1
  152. package/esm2022/domain/f-node/get-node-padding/get-node-padding.request.mjs +2 -1
  153. package/esm2022/domain/f-node/get-nodes/get-nodes-request.mjs +2 -1
  154. package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.request.mjs +2 -1
  155. package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store-request.mjs +2 -1
  156. package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +2 -1
  157. package/esm2022/domain/f-selection/clear-selection/clear-selection.request.mjs +2 -1
  158. package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items-request.mjs +2 -1
  159. package/esm2022/domain/f-selection/get-current-selection/get-current-selection.request.mjs +2 -1
  160. package/esm2022/domain/f-selection/select/select.request.mjs +2 -1
  161. package/esm2022/domain/f-selection/select-all/select-all.request.mjs +2 -1
  162. package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.mjs +2 -1
  163. package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.mjs +2 -1
  164. package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.mjs +2 -1
  165. package/esm2022/domain/f-zoom/reset-zoom/reset-zoom-request.mjs +2 -1
  166. package/esm2022/domain/f-zoom/set-zoom/set-zoom-request.mjs +2 -1
  167. package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.request.mjs +2 -1
  168. package/esm2022/domain/get-element-rounded-rect/get-element-rounded-rect-request.mjs +2 -1
  169. package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect-request.mjs +2 -1
  170. package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect-request.mjs +2 -1
  171. package/esm2022/domain/get-normalized-point/get-normalized-point-request.mjs +2 -1
  172. package/esm2022/domain/sort-item-layers/sort-item-layers.request.mjs +2 -1
  173. package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.request.mjs +2 -1
  174. package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.request.mjs +2 -1
  175. package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.request.mjs +2 -1
  176. package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.request.mjs +2 -1
  177. package/esm2022/f-connection/common/domain/calculate-center-between-points/calculate-center-between-points-request.mjs +2 -1
  178. package/esm2022/f-connection/common/domain/calculate-connection-center/calculate-connection-center-request.mjs +2 -1
  179. package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.mjs +2 -1
  180. package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.request.mjs +2 -1
  181. package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.mjs +2 -1
  182. package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.mjs +2 -1
  183. package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.mjs +2 -1
  184. package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.mjs +2 -1
  185. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.mjs +2 -1
  186. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.request.mjs +2 -1
  187. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.mjs +2 -1
  188. package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.request.mjs +2 -1
  189. package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.mjs +2 -1
  190. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.mjs +2 -1
  191. package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.mjs +2 -1
  192. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.request.mjs +2 -1
  193. package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.mjs +2 -1
  194. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.mjs +2 -1
  195. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.mjs +2 -1
  196. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.mjs +2 -1
  197. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.mjs +2 -1
  198. package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.mjs +2 -1
  199. package/esm2022/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.mjs +2 -1
  200. package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.mjs +2 -1
  201. package/esm2022/f-draggable/f-node-move/move-preparation/f-node-move-preparation.request.mjs +2 -1
  202. package/esm2022/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.mjs +2 -1
  203. package/esm2022/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.mjs +2 -1
  204. package/esm2022/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.mjs +2 -1
  205. package/esm2022/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.mjs +2 -1
  206. package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.request.mjs +2 -1
  207. package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.mjs +2 -1
  208. package/esm2022/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.request.mjs +2 -1
  209. package/esm2022/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.request.mjs +2 -1
  210. package/esm2022/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.request.mjs +2 -1
  211. package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.request.mjs +2 -1
  212. package/esm2022/f-draggable/f-single-select/f-single-select.request.mjs +2 -1
  213. package/esm2022/f-external-item/domain/create-placeholder/f-external-item-create-placeholder.request.mjs +2 -1
  214. package/esm2022/f-external-item/domain/create-preview/f-external-item-create-preview.request.mjs +2 -1
  215. package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.request.mjs +2 -1
  216. package/esm2022/f-external-item/domain/preparation/f-external-item-preparation.request.mjs +2 -1
  217. package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.mjs +2 -1
  218. package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.request.mjs +2 -1
  219. package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.mjs +2 -1
  220. package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.mjs +2 -1
  221. package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.request.mjs +2 -1
  222. package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.mjs +2 -1
  223. package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.mjs +2 -1
  224. package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.mjs +2 -1
  225. package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.mjs +2 -1
  226. package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes-request.mjs +2 -1
  227. package/esm2022/f-storage/features/listen-count-changes/listen-count-changes-request.mjs +2 -1
  228. package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.request.mjs +2 -1
  229. package/esm2022/f-storage/features/notify-data-changed/notify-data-changed-request.mjs +2 -1
  230. package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.request.mjs +2 -1
  231. package/f-connection/common/domain/calculate-center-between-points/calculate-center-between-points-request.d.ts +1 -0
  232. package/f-connection/common/domain/calculate-connection-center/calculate-connection-center-request.d.ts +1 -0
  233. package/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.d.ts +1 -0
  234. package/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.request.d.ts +1 -0
  235. package/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.d.ts +1 -0
  236. package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.d.ts +1 -0
  237. package/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.d.ts +1 -0
  238. package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.d.ts +1 -0
  239. package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.d.ts +1 -0
  240. package/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.request.d.ts +1 -0
  241. package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.d.ts +1 -0
  242. package/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.request.d.ts +1 -0
  243. package/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.d.ts +1 -0
  244. package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.d.ts +1 -0
  245. package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.d.ts +1 -0
  246. package/f-draggable/f-connection/providers.d.ts +1 -1
  247. package/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.request.d.ts +1 -0
  248. package/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.d.ts +1 -0
  249. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.d.ts +1 -0
  250. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.d.ts +1 -0
  251. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.d.ts +1 -0
  252. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.d.ts +1 -0
  253. package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.d.ts +1 -0
  254. package/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.d.ts +1 -0
  255. package/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.d.ts +1 -0
  256. package/f-draggable/f-node-move/move-preparation/f-node-move-preparation.request.d.ts +1 -0
  257. package/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.d.ts +1 -0
  258. package/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.d.ts +1 -0
  259. package/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.d.ts +1 -0
  260. package/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.d.ts +1 -0
  261. package/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.request.d.ts +1 -0
  262. package/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.d.ts +1 -0
  263. package/f-draggable/f-node-resize/providers.d.ts +1 -1
  264. package/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.request.d.ts +1 -0
  265. package/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.request.d.ts +1 -0
  266. package/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.request.d.ts +1 -0
  267. package/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.request.d.ts +1 -0
  268. package/f-draggable/f-single-select/f-single-select.request.d.ts +1 -0
  269. package/f-draggable/providers.d.ts +1 -1
  270. package/f-external-item/domain/create-placeholder/f-external-item-create-placeholder.request.d.ts +1 -0
  271. package/f-external-item/domain/create-preview/f-external-item-create-preview.request.d.ts +1 -0
  272. package/f-external-item/domain/finalize/f-external-item-finalize.request.d.ts +1 -0
  273. package/f-external-item/domain/preparation/f-external-item-preparation.request.d.ts +1 -0
  274. package/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.d.ts +1 -0
  275. package/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.request.d.ts +1 -0
  276. package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.d.ts +1 -0
  277. package/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.d.ts +1 -0
  278. package/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.request.d.ts +1 -0
  279. package/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.d.ts +1 -0
  280. package/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.d.ts +1 -0
  281. package/f-minimap/domain/providers.d.ts +1 -1
  282. package/f-node/providers.d.ts +1 -1
  283. package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.d.ts +1 -0
  284. package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.d.ts +1 -0
  285. package/f-storage/features/listen-components-data-changed/listen-data-changes-request.d.ts +1 -0
  286. package/f-storage/features/listen-count-changes/listen-count-changes-request.d.ts +1 -0
  287. package/f-storage/features/listen-transform-changes/listen-transform-changes.request.d.ts +1 -0
  288. package/f-storage/features/notify-data-changed/notify-data-changed-request.d.ts +1 -0
  289. package/f-storage/features/notify-transform-changed/notify-transform-changed.request.d.ts +1 -0
  290. package/f-storage/providers.d.ts +1 -1
  291. package/fesm2022/foblex-flow.mjs +140 -0
  292. package/fesm2022/foblex-flow.mjs.map +1 -1
  293. package/package.json +2 -2
  294. package/schematics/shared/foblex-dependencies.js +1 -1
@@ -1,5 +1,6 @@
1
1
  import { FBackgroundBase } from '../../../f-backgroud';
2
2
  export declare class AddBackgroundToStoreRequest {
3
3
  fBackground: FBackgroundBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fBackground: FBackgroundBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { IFBackgroundPattern } from '../../../f-backgroud';
2
2
  export declare class AddPatternToBackgroundRequest {
3
3
  fPattern: IFBackgroundPattern | undefined;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fPattern: IFBackgroundPattern | undefined);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FBackgroundBase } from '../../../f-backgroud';
2
2
  export declare class RemoveBackgroundFromStoreRequest {
3
3
  fConnection: FBackgroundBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FBackgroundBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { ITransformModel } from '@foblex/2d';
2
2
  export declare class SetBackgroundTransformRequest {
3
3
  fTransform: ITransformModel;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fTransform: ITransformModel);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FCanvasBase } from '../../../f-canvas';
2
2
  export declare class AddCanvasToStoreRequest {
3
3
  fCanvas: FCanvasBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fCanvas: FCanvasBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  export declare class CenterGroupOrNodeRequest {
2
2
  id: string;
3
3
  animated: boolean;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(id: string, animated: boolean);
5
6
  }
@@ -2,5 +2,6 @@ import { IPoint } from '@foblex/2d';
2
2
  export declare class FitToFlowRequest {
3
3
  toCenter: IPoint;
4
4
  animated: boolean;
5
+ static readonly fToken: unique symbol;
5
6
  constructor(toCenter: IPoint, animated: boolean);
6
7
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetCanvasRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -2,5 +2,6 @@ import { IPoint, ITransformModel } from '@foblex/2d';
2
2
  export declare class InputCanvasPositionRequest {
3
3
  transform: ITransformModel;
4
4
  position: IPoint | undefined;
5
+ static readonly fToken: unique symbol;
5
6
  constructor(transform: ITransformModel, position: IPoint | undefined);
6
7
  }
@@ -2,5 +2,6 @@ import { ITransformModel } from '@foblex/2d';
2
2
  export declare class InputCanvasScaleRequest {
3
3
  transform: ITransformModel;
4
4
  scale: number | undefined;
5
+ static readonly fToken: unique symbol;
5
6
  constructor(transform: ITransformModel, scale: number | undefined);
6
7
  }
@@ -1,4 +1,5 @@
1
1
  export declare class RedrawCanvasWithAnimationRequest {
2
2
  animated: boolean;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(animated: boolean);
4
5
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveCanvasFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class ResetScaleRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,4 +1,5 @@
1
1
  export declare class ResetScaleAndCenterRequest {
2
2
  animated: boolean;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(animated: boolean);
4
5
  }
@@ -2,5 +2,6 @@ import { IPoint } from '@foblex/2d';
2
2
  export declare class UpdateScaleRequest {
3
3
  scale: number;
4
4
  toPosition: IPoint;
5
+ static readonly fToken: unique symbol;
5
6
  constructor(scale: number, toPosition: IPoint);
6
7
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectionBase } from '../../../f-connection';
2
2
  export declare class AddConnectionForCreateToStoreRequest {
3
3
  fConnection: FConnectionBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FConnectionBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FMarkerBase } from '../../../f-connection';
2
2
  export declare class AddConnectionMarkerToStoreRequest {
3
3
  fComponent: FMarkerBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FMarkerBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectionBase } from '../../../f-connection';
2
2
  export declare class AddConnectionToStoreRequest {
3
3
  fConnection: FConnectionBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FConnectionBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectionBase } from '../../../f-connection';
2
2
  export declare class AddSnapConnectionToStoreRequest {
3
3
  fConnection: FConnectionBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FConnectionBase);
5
6
  }
@@ -7,5 +7,6 @@ export declare class CalculateConnectionLineByBehaviorRequest {
7
7
  behavior: EFConnectionBehavior | string;
8
8
  outputSide: EFConnectableSide;
9
9
  inputSide: EFConnectableSide;
10
+ static readonly fToken: unique symbol;
10
11
  constructor(outputRect: IRoundedRect, inputRect: IRoundedRect, behavior: EFConnectionBehavior | string, outputSide: EFConnectableSide, inputSide: EFConnectableSide);
11
12
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectionBase } from '../../../f-connection';
2
2
  export declare class CreateConnectionMarkersRequest {
3
3
  fConnection: FConnectionBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FConnectionBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RedrawConnectionsRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveConnectionForCreateFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectionBase } from '../../../f-connection';
2
2
  export declare class RemoveConnectionFromStoreRequest {
3
3
  fConnection: FConnectionBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnection: FConnectionBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FMarkerBase } from '../../../f-connection';
2
2
  export declare class RemoveConnectionMarkerFromStoreRequest {
3
3
  fComponent: FMarkerBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FMarkerBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveSnapConnectionFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class AddInputToStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class AddOutletToStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class AddOutputToStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -3,5 +3,6 @@ import { IConnectorAndRect } from '../index';
3
3
  export declare class CalculateClosestInputRequest {
4
4
  position: IPoint;
5
5
  canBeConnectedInputs: IConnectorAndRect[];
6
+ static readonly fToken: unique symbol;
6
7
  constructor(position: IPoint, canBeConnectedInputs: IConnectorAndRect[]);
7
8
  }
@@ -4,5 +4,6 @@ export declare class FindInputAtPositionRequest {
4
4
  pointerPosition: IPoint;
5
5
  toConnectorRect: IRoundedRect;
6
6
  canBeConnectedInputs: IConnectorAndRect[];
7
+ static readonly fToken: unique symbol;
7
8
  constructor(pointerPosition: IPoint, toConnectorRect: IRoundedRect, canBeConnectedInputs: IConnectorAndRect[]);
8
9
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeOutletBase, FNodeOutputBase } from '../../../f-connectors';
2
2
  export declare class GetAllCanBeConnectedInputsAndRectsRequest {
3
3
  fOutputOrOutlet: FNodeOutputBase | FNodeOutletBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fOutputOrOutlet: FNodeOutputBase | FNodeOutletBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class GetConnectorAndRectRequest {
3
3
  fConnector: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fConnector: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class MarkAllCanBeConnectedInputsRequest {
3
3
  fInputs: FConnectorBase[];
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fInputs: FConnectorBase[]);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class RemoveInputFromStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class RemoveOutletFromStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class RemoveOutputFromStoreRequest {
3
3
  fComponent: FConnectorBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FConnectorBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FConnectorBase } from '../../../f-connectors';
2
2
  export declare class UnmarkAllCanBeConnectedInputsRequest {
3
3
  fInputs: FConnectorBase[];
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fInputs: FConnectorBase[]);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FDraggableBase } from '../../../f-draggable';
2
2
  export declare class AddDndToStoreRequest {
3
3
  fComponent: FDraggableBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FDraggableBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class EmitSelectionChangeEventRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class EndDragSequenceRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class InitializeDragSequenceRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class IsDragStartedRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { IPointerEvent } from "../../../drag-toolkit";
2
2
  export declare class OnPointerMoveRequest {
3
3
  event: IPointerEvent;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(event: IPointerEvent);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class PrepareDragSequenceRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -7,4 +7,4 @@ import { InitializeDragSequenceExecution } from './initialize-drag-sequence';
7
7
  import { OnPointerMoveExecution } from './on-pointer-move';
8
8
  import { IsDragStartedExecution } from './is-drag-started';
9
9
  import { StartDragSequenceExecution } from './start-drag-sequence';
10
- export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof PrepareDragSequenceExecution | typeof IsDragStartedExecution | typeof StartDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];
10
+ export declare const F_DRAGGABLE_FEATURES: (typeof AddDndToStoreExecution | typeof EmitSelectionChangeEventExecution | typeof EndDragSequenceExecution | typeof OnPointerMoveExecution | typeof InitializeDragSequenceExecution | typeof IsDragStartedExecution | typeof PrepareDragSequenceExecution | typeof StartDragSequenceExecution | typeof RemoveDndFromStoreExecution)[];
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveDndFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class StartDragSequenceRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FFlowBase } from '../../../f-flow';
2
2
  export declare class AddFlowToStoreRequest {
3
3
  fComponent: FFlowBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FFlowBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetFlowRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetFlowHostElementRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetFlowStateConnectionsRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { Type } from '@angular/core';
2
2
  export declare class GetFlowStateNodesRequest {
3
3
  type: Type<any>;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(type: Type<any>);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetFlowStateRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,4 +1,4 @@
1
1
  import { GetFlowStateExecution } from './get-flow-state.execution';
2
2
  import { GetFlowStateNodesExecution } from './get-flow-state-nodes';
3
3
  import { GetFlowStateConnectionsExecution } from './get-flow-state-connections';
4
- export declare const GET_FLOW_STATE_PROVIDERS: (typeof GetFlowStateExecution | typeof GetFlowStateNodesExecution | typeof GetFlowStateConnectionsExecution)[];
4
+ export declare const GET_FLOW_STATE_PROVIDERS: (typeof GetFlowStateConnectionsExecution | typeof GetFlowStateNodesExecution | typeof GetFlowStateExecution)[];
@@ -2,4 +2,4 @@ import { GetFlowHostElementExecution } from './get-flow-host-element';
2
2
  import { AddFlowToStoreExecution } from './add-flow-to-store';
3
3
  import { RemoveFlowFromStoreExecution } from './remove-flow-from-store';
4
4
  import { GetFlowExecution } from './get-flow';
5
- export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof GetFlowHostElementExecution | typeof import("./get-flow-state").GetFlowStateExecution | typeof import("./get-flow-state").GetFlowStateNodesExecution | typeof import("./get-flow-state").GetFlowStateConnectionsExecution | typeof RemoveFlowFromStoreExecution)[];
5
+ export declare const F_FLOW_FEATURES: (typeof AddFlowToStoreExecution | typeof GetFlowExecution | typeof GetFlowHostElementExecution | typeof import("./get-flow-state").GetFlowStateConnectionsExecution | typeof import("./get-flow-state").GetFlowStateNodesExecution | typeof import("./get-flow-state").GetFlowStateExecution | typeof RemoveFlowFromStoreExecution)[];
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveFlowFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FLineAlignmentBase } from '../../../f-line-alignment';
2
2
  export declare class AddLineAlignmentToStoreRequest {
3
3
  fComponent: FLineAlignmentBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FLineAlignmentBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveLineAlignmentFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class AddNodeToStoreRequest {
3
3
  fComponent: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FNodeBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class CalculateInputConnectionsRequest {
3
3
  fNode: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fNode: FNodeBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class CalculateNodesBoundingBoxRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class CalculateNodesBoundingBoxNormalizedPositionRequest {
3
3
  fNodes?: FNodeBase[] | undefined;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fNodes?: FNodeBase[] | undefined);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class CalculateOutputConnectionsRequest {
3
3
  fNode: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fNode: FNodeBase);
5
6
  }
@@ -3,5 +3,6 @@ import { IRect } from '@foblex/2d';
3
3
  export declare class GetNodePaddingRequest {
4
4
  fNode: FNodeBase;
5
5
  rect: IRect;
6
+ static readonly fToken: unique symbol;
6
7
  constructor(fNode: FNodeBase, rect: IRect);
7
8
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetNodesRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class GetParentNodesRequest {
3
3
  fNode: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fNode: FNodeBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class RemoveNodeFromStoreRequest {
3
3
  fComponent: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FNodeBase);
5
6
  }
@@ -3,5 +3,6 @@ import { FNodeBase } from '../../../f-node';
3
3
  export declare class UpdateNodeWhenStateOrSizeChangedRequest {
4
4
  fComponent: FNodeBase;
5
5
  destroyRef: DestroyRef;
6
+ static readonly fToken: unique symbol;
6
7
  constructor(fComponent: FNodeBase, destroyRef: DestroyRef);
7
8
  }
@@ -1,2 +1,3 @@
1
1
  export declare class ClearSelectionRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetCanBeSelectedItemsRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class GetCurrentSelectionRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  export declare class SelectRequest {
2
2
  nodes: string[];
3
3
  connections: string[];
4
+ static readonly fToken: unique symbol;
4
5
  constructor(nodes: string[], connections: string[]);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class SelectAllRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,5 +1,6 @@
1
1
  import { FNodeBase } from '../../../f-node';
2
2
  export declare class SelectAndUpdateNodeLayerRequest {
3
3
  fNode: FNodeBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fNode: FNodeBase);
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { FZoomBase } from '../../../f-zoom';
2
2
  export declare class AddZoomToStoreRequest {
3
3
  fComponent: FZoomBase;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(fComponent: FZoomBase);
5
6
  }
@@ -1,2 +1,3 @@
1
1
  export declare class RemoveZoomFromStoreRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -1,2 +1,3 @@
1
1
  export declare class ResetZoomRequest {
2
+ static readonly fToken: unique symbol;
2
3
  }
@@ -4,5 +4,6 @@ export declare class SetZoomRequest {
4
4
  step: number;
5
5
  direction: number;
6
6
  animate: boolean;
7
+ static readonly fToken: unique symbol;
7
8
  constructor(position: IPoint, step: number, direction: number, animate?: boolean);
8
9
  }
@@ -1,4 +1,5 @@
1
1
  export declare class GetDeepChildrenNodesAndGroupsRequest {
2
2
  fId: string;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(fId: string);
4
5
  }
@@ -1,4 +1,5 @@
1
1
  export declare class GetElementRoundedRectRequest {
2
2
  element: HTMLElement | SVGElement;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(element: HTMLElement | SVGElement);
4
5
  }
@@ -1,4 +1,5 @@
1
1
  export declare class GetNormalizedConnectorRectRequest {
2
2
  element: HTMLElement | SVGElement;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(element: HTMLElement | SVGElement);
4
5
  }
@@ -1,4 +1,5 @@
1
1
  export declare class GetNormalizedElementRectRequest {
2
2
  element: HTMLElement | SVGElement;
3
+ static readonly fToken: unique symbol;
3
4
  constructor(element: HTMLElement | SVGElement);
4
5
  }
@@ -1,5 +1,6 @@
1
1
  import { IPoint } from '@foblex/2d';
2
2
  export declare class GetNormalizedPointRequest {
3
3
  position: IPoint;
4
+ static readonly fToken: unique symbol;
4
5
  constructor(position: IPoint);
5
6
  }