@foblex/flow 16.0.5 → 17.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/domain/f-background/add-background-to-store/add-background-to-store-request.d.ts +5 -0
- package/domain/f-background/add-background-to-store/add-background-to-store.execution.d.ts +9 -0
- package/domain/f-background/add-background-to-store/index.d.ts +2 -0
- package/domain/f-background/index.d.ts +3 -0
- package/domain/f-background/providers.d.ts +4 -1
- package/domain/f-background/remove-background-from-store/index.d.ts +2 -0
- package/domain/f-background/remove-background-from-store/remove-background-from-store-request.d.ts +5 -0
- package/domain/f-background/remove-background-from-store/remove-background-from-store.execution.d.ts +9 -0
- package/domain/f-background/set-background-transform/index.d.ts +2 -0
- package/domain/f-background/set-background-transform/set-background-transform-request.d.ts +5 -0
- package/domain/f-background/set-background-transform/set-background-transform.execution.d.ts +9 -0
- package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.d.ts +5 -0
- package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.d.ts +9 -0
- package/domain/f-canvas/add-canvas-to-store/index.d.ts +2 -0
- package/domain/f-canvas/center-group-or-node/center-group-or-node.execution.d.ts +2 -3
- package/domain/f-canvas/fit-to-flow/fit-to-flow.execution.d.ts +3 -5
- package/domain/f-canvas/get-canvas/get-canvas-request.d.ts +2 -0
- package/domain/f-canvas/get-canvas/get-canvas.execution.d.ts +10 -0
- package/domain/f-canvas/get-canvas/index.d.ts +2 -0
- package/domain/f-canvas/index.d.ts +4 -0
- package/domain/f-canvas/input-canvas-position/input-canvas-position.execution.d.ts +1 -3
- package/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.d.ts +1 -3
- package/domain/f-canvas/providers.d.ts +5 -1
- package/domain/f-canvas/redraw-canvas-with-animation/index.d.ts +2 -0
- package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.d.ts +4 -0
- package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.d.ts +12 -0
- package/domain/f-canvas/remove-canvas-from-store/index.d.ts +2 -0
- package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.d.ts +2 -0
- package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.d.ts +9 -0
- package/domain/f-canvas/reset-scale/reset-scale.execution.d.ts +1 -3
- package/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.d.ts +3 -5
- package/domain/f-canvas/update-scale/update-scale.execution.d.ts +1 -3
- package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.d.ts +5 -0
- package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.d.ts +9 -0
- package/domain/f-connection/add-connection-for-create-to-store/index.d.ts +2 -0
- package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.d.ts +5 -0
- package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.d.ts +9 -0
- package/domain/f-connection/add-connection-marker-to-store/index.d.ts +2 -0
- package/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.d.ts +1 -3
- package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.d.ts +5 -0
- package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.d.ts +9 -0
- package/domain/f-connection/add-snap-connection-to-store/index.d.ts +2 -0
- package/domain/{create-connection-markers → f-connection/create-connection-markers}/create-connection-markers-request.d.ts +1 -1
- package/domain/{create-connection-markers → f-connection/create-connection-markers}/create-connection-markers.execution.d.ts +2 -2
- package/domain/f-connection/index.d.ts +8 -0
- package/domain/f-connection/providers.d.ts +9 -1
- package/domain/{redraw-connections → f-connection/redraw-connections}/redraw-connections.execution.d.ts +1 -1
- package/domain/f-connection/remove-connection-for-create-from-store/index.d.ts +2 -0
- package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.d.ts +2 -0
- package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.d.ts +9 -0
- package/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.d.ts +2 -3
- package/domain/f-connection/remove-connection-marker-from-store/index.d.ts +2 -0
- package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.d.ts +5 -0
- package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.d.ts +9 -0
- package/domain/f-connection/remove-snap-connection-from-store/index.d.ts +2 -0
- package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.d.ts +2 -0
- package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.d.ts +9 -0
- package/domain/f-connectors/add-input-to-store/add-input-to-store-request.d.ts +5 -0
- package/domain/f-connectors/add-input-to-store/add-input-to-store.execution.d.ts +9 -0
- package/domain/f-connectors/add-input-to-store/index.d.ts +2 -0
- package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.d.ts +5 -0
- package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.d.ts +9 -0
- package/domain/f-connectors/add-outlet-to-store/index.d.ts +2 -0
- package/domain/f-connectors/add-output-to-store/add-output-to-store-request.d.ts +5 -0
- package/domain/f-connectors/add-output-to-store/add-output-to-store.execution.d.ts +9 -0
- package/domain/f-connectors/add-output-to-store/index.d.ts +2 -0
- package/domain/f-connectors/index.d.ts +7 -0
- package/domain/f-connectors/providers.d.ts +7 -0
- package/domain/f-connectors/remove-input-from-store/index.d.ts +2 -0
- package/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.d.ts +5 -0
- package/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.d.ts +9 -0
- package/domain/f-connectors/remove-outlet-from-store/index.d.ts +2 -0
- package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.d.ts +5 -0
- package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.d.ts +9 -0
- package/domain/f-connectors/remove-output-from-store/index.d.ts +2 -0
- package/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.d.ts +5 -0
- package/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.d.ts +9 -0
- package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.d.ts +5 -0
- package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.d.ts +9 -0
- package/domain/f-draggable/add-dnd-to-store/index.d.ts +2 -0
- package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.d.ts +2 -0
- package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.d.ts +12 -0
- package/domain/f-draggable/emit-selection-change-event/index.d.ts +2 -0
- package/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.d.ts +2 -0
- package/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.d.ts +11 -0
- package/domain/f-draggable/end-drag-sequence/index.d.ts +2 -0
- package/domain/f-draggable/index.d.ts +10 -0
- package/domain/f-draggable/initialize-drag-sequence/index.d.ts +2 -0
- package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.d.ts +2 -0
- package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.d.ts +9 -0
- package/domain/f-draggable/is-drag-started/index.d.ts +2 -0
- package/domain/f-draggable/is-drag-started/is-drag-started-request.d.ts +2 -0
- package/domain/f-draggable/is-drag-started/is-drag-started.execution.d.ts +9 -0
- package/domain/f-draggable/on-pointer-move/index.d.ts +2 -0
- package/domain/f-draggable/on-pointer-move/on-pointer-move-request.d.ts +5 -0
- package/domain/f-draggable/on-pointer-move/on-pointer-move.execution.d.ts +14 -0
- package/domain/f-draggable/prepare-drag-sequence/index.d.ts +2 -0
- package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.d.ts +2 -0
- package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.d.ts +11 -0
- package/domain/f-draggable/providers.d.ts +10 -0
- package/domain/f-draggable/remove-dnd-from-store/index.d.ts +2 -0
- package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.d.ts +2 -0
- package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.d.ts +9 -0
- package/domain/f-draggable/start-drag-sequence/index.d.ts +2 -0
- package/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.d.ts +2 -0
- package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +12 -0
- package/domain/f-flow/add-flow-to-store/add-flow-to-store-request.d.ts +5 -0
- package/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.d.ts +9 -0
- package/domain/f-flow/add-flow-to-store/index.d.ts +2 -0
- package/domain/f-flow/get-flow/get-flow-request.d.ts +2 -0
- package/domain/f-flow/get-flow/get-flow.execution.d.ts +10 -0
- package/domain/f-flow/get-flow/index.d.ts +2 -0
- package/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.d.ts +9 -0
- package/domain/f-flow/get-flow-host-element/get-flow-host-element.request.d.ts +2 -0
- package/domain/f-flow/get-flow-host-element/index.d.ts +2 -0
- package/domain/f-flow/index.d.ts +5 -0
- package/domain/f-flow/providers.d.ts +5 -0
- package/domain/f-flow/remove-flow-from-store/index.d.ts +2 -0
- package/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.d.ts +2 -0
- package/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.d.ts +9 -0
- package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.d.ts +5 -0
- package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.d.ts +9 -0
- package/domain/f-line-alignment/add-line-alignment-to-store/index.d.ts +2 -0
- package/domain/f-line-alignment/index.d.ts +3 -0
- package/domain/f-line-alignment/providers.d.ts +3 -0
- package/domain/f-line-alignment/remove-line-alignment-from-store/index.d.ts +2 -0
- package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.d.ts +2 -0
- package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.d.ts +9 -0
- package/domain/f-node/add-node-to-store/add-node-to-store-request.d.ts +5 -0
- package/domain/f-node/add-node-to-store/add-node-to-store.execution.d.ts +9 -0
- package/domain/f-node/add-node-to-store/index.d.ts +2 -0
- package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.d.ts +12 -0
- package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.d.ts +2 -0
- package/domain/f-node/calculate-nodes-bounding-box/index.d.ts +2 -0
- package/domain/f-node/get-nodes/get-nodes-request.d.ts +2 -0
- package/domain/f-node/get-nodes/get-nodes.execution.d.ts +10 -0
- package/domain/f-node/get-nodes/index.d.ts +2 -0
- package/domain/f-node/index.d.ts +6 -0
- package/domain/f-node/providers.d.ts +6 -0
- package/domain/f-node/remove-node-from-store/index.d.ts +2 -0
- package/domain/f-node/remove-node-from-store/remove-node-from-store-request.d.ts +5 -0
- package/domain/f-node/remove-node-from-store/remove-node-from-store.execution.d.ts +9 -0
- package/domain/f-node/update-node-when-state-or-size-changed/index.d.ts +2 -0
- package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.d.ts +7 -0
- package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.d.ts +10 -0
- package/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.d.ts +5 -6
- package/domain/get-flow-state/i-f-flow-state-connection.d.ts +1 -1
- package/domain/index.d.ts +7 -7
- package/domain/is-mobile.d.ts +1 -0
- package/domain/providers.d.ts +1 -7
- package/domain/transition-end.d.ts +1 -0
- package/esm2022/domain/f-background/add-background-to-store/add-background-to-store-request.mjs +6 -0
- package/esm2022/domain/f-background/add-background-to-store/add-background-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-background/add-background-to-store/index.mjs +3 -0
- package/esm2022/domain/f-background/index.mjs +4 -1
- package/esm2022/domain/f-background/providers.mjs +8 -2
- package/esm2022/domain/f-background/remove-background-from-store/index.mjs +3 -0
- package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store-request.mjs +6 -0
- package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-background/set-background-transform/index.mjs +3 -0
- package/esm2022/domain/f-background/set-background-transform/set-background-transform-request.mjs +6 -0
- package/esm2022/domain/f-background/set-background-transform/set-background-transform.execution.mjs +23 -0
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.mjs +6 -0
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-canvas/add-canvas-to-store/index.mjs +3 -0
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +15 -16
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +15 -18
- package/esm2022/domain/f-canvas/get-canvas/get-canvas-request.mjs +3 -0
- package/esm2022/domain/f-canvas/get-canvas/get-canvas.execution.mjs +27 -0
- package/esm2022/domain/f-canvas/get-canvas/index.mjs +3 -0
- package/esm2022/domain/f-canvas/index.mjs +5 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position.execution.mjs +8 -8
- package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale.execution.mjs +8 -8
- package/esm2022/domain/f-canvas/providers.mjs +9 -1
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/index.mjs +3 -0
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.mjs +6 -0
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation.execution.mjs +36 -0
- package/esm2022/domain/f-canvas/remove-canvas-from-store/index.mjs +3 -0
- package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.mjs +3 -0
- package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-canvas/reset-scale/reset-scale.execution.mjs +9 -9
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +15 -18
- package/esm2022/domain/f-canvas/update-scale/update-scale.execution.mjs +9 -9
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connection/add-connection-marker-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store.execution.mjs +9 -9
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connection/add-snap-connection-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers-request.mjs +6 -0
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.execution.mjs +60 -0
- package/esm2022/domain/f-connection/create-connection-markers/index.mjs +3 -0
- package/esm2022/domain/f-connection/get-all-can-be-connected-input-positions/get-all-can-be-connected-input-positions.execution.mjs +3 -3
- package/esm2022/domain/f-connection/index.mjs +9 -1
- package/esm2022/domain/f-connection/providers.mjs +18 -2
- package/esm2022/domain/f-connection/redraw-connections/index.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections-request.mjs +3 -0
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections.execution.mjs +60 -0
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.mjs +3 -0
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.mjs +14 -11
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +6 -0
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.mjs +3 -0
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/add-input-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/add-outlet-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/add-output-to-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/index.mjs +8 -0
- package/esm2022/domain/f-connectors/providers.mjs +15 -0
- package/esm2022/domain/f-connectors/remove-input-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/remove-outlet-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-connectors/remove-output-from-store/index.mjs +3 -0
- package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.mjs +6 -0
- package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.mjs +6 -0
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-draggable/add-dnd-to-store/index.mjs +3 -0
- package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.mjs +3 -0
- package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +36 -0
- package/esm2022/domain/f-draggable/emit-selection-change-event/index.mjs +3 -0
- package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.mjs +3 -0
- package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.mjs +29 -0
- package/esm2022/domain/f-draggable/end-drag-sequence/index.mjs +3 -0
- package/esm2022/domain/f-draggable/index.mjs +11 -0
- package/esm2022/domain/f-draggable/initialize-drag-sequence/index.mjs +3 -0
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.mjs +3 -0
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.mjs +23 -0
- package/esm2022/domain/f-draggable/is-drag-started/index.mjs +3 -0
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started-request.mjs +3 -0
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.execution.mjs +23 -0
- package/esm2022/domain/f-draggable/on-pointer-move/index.mjs +3 -0
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move-request.mjs +6 -0
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.execution.mjs +42 -0
- package/esm2022/domain/f-draggable/prepare-drag-sequence/index.mjs +3 -0
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.mjs +3 -0
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.mjs +31 -0
- package/esm2022/domain/f-draggable/providers.mjs +21 -0
- package/esm2022/domain/f-draggable/remove-dnd-from-store/index.mjs +3 -0
- package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.mjs +3 -0
- package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-draggable/start-drag-sequence/index.mjs +3 -0
- package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.mjs +3 -0
- package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +33 -0
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store-request.mjs +6 -0
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-flow/add-flow-to-store/index.mjs +3 -0
- package/esm2022/domain/f-flow/get-flow/get-flow-request.mjs +3 -0
- package/esm2022/domain/f-flow/get-flow/get-flow.execution.mjs +27 -0
- package/esm2022/domain/f-flow/get-flow/index.mjs +3 -0
- package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.execution.mjs +23 -0
- package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.request.mjs +3 -0
- package/esm2022/domain/f-flow/get-flow-host-element/index.mjs +3 -0
- package/esm2022/domain/f-flow/index.mjs +6 -0
- package/esm2022/domain/f-flow/providers.mjs +11 -0
- package/esm2022/domain/f-flow/remove-flow-from-store/index.mjs +3 -0
- package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.mjs +3 -0
- package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.mjs +6 -0
- package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/index.mjs +3 -0
- package/esm2022/domain/f-line-alignment/index.mjs +4 -0
- package/esm2022/domain/f-line-alignment/providers.mjs +7 -0
- package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/index.mjs +3 -0
- package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.mjs +3 -0
- package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store-request.mjs +6 -0
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.execution.mjs +23 -0
- package/esm2022/domain/f-node/add-node-to-store/index.mjs +3 -0
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.mjs +30 -0
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.mjs +3 -0
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/index.mjs +3 -0
- package/esm2022/domain/f-node/get-nodes/get-nodes-request.mjs +3 -0
- package/esm2022/domain/f-node/get-nodes/get-nodes.execution.mjs +23 -0
- package/esm2022/domain/f-node/get-nodes/index.mjs +3 -0
- package/esm2022/domain/f-node/index.mjs +7 -0
- package/esm2022/domain/f-node/providers.mjs +13 -0
- package/esm2022/domain/f-node/remove-node-from-store/index.mjs +3 -0
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store-request.mjs +6 -0
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.execution.mjs +23 -0
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/index.mjs +3 -0
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +7 -0
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.mjs +35 -0
- package/esm2022/domain/get-element-rect-in-flow/get-element-rect-in-flow.execution.mjs +19 -17
- package/esm2022/domain/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.mjs +3 -3
- package/esm2022/domain/get-flow-state/i-f-flow-state-connection.mjs +1 -1
- package/esm2022/domain/get-position-in-flow/get-position-in-flow.execution.mjs +2 -2
- package/esm2022/domain/index.mjs +8 -8
- package/esm2022/domain/is-connection-under-node/is-connection-under-node.execution.mjs +3 -4
- package/esm2022/domain/is-mobile.mjs +5 -0
- package/esm2022/domain/providers.mjs +11 -13
- package/esm2022/domain/transition-end.mjs +10 -0
- package/esm2022/f-backgroud/f-background-base.mjs +1 -1
- package/esm2022/f-backgroud/f-background.component.mjs +15 -20
- package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +40 -46
- package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +42 -56
- package/esm2022/f-canvas/f-canvas-base.mjs +1 -1
- package/esm2022/f-canvas/f-canvas.component.mjs +30 -40
- package/esm2022/f-connection/common/f-connection-base.mjs +1 -3
- package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +2 -2
- package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle.component.mjs +3 -3
- package/esm2022/f-connection/common/i-has-connection-text.mjs +1 -1
- package/esm2022/f-connection/f-connection/f-connection.component.mjs +36 -90
- package/esm2022/f-connection/f-connection-builder/i-f-connection-factory-request.mjs +1 -1
- package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +30 -65
- package/esm2022/f-connection/f-marker/f-marker.directive.mjs +10 -9
- package/esm2022/f-connection/f-snap-connection/f-snap-connection.component.mjs +30 -65
- package/esm2022/f-connectors/domain/calculate-connector-connectable-side/calculate-connector-connectable-side.handler.mjs +3 -3
- package/esm2022/f-connectors/f-connector-base.mjs +9 -6
- package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +1 -5
- package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +33 -42
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +1 -2
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +21 -33
- package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +1 -5
- package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +33 -45
- package/esm2022/f-draggable/canvas/canvas-move-finalize/canvas-move-finalize.execution.mjs +2 -2
- package/esm2022/f-draggable/canvas/canvas-move-preparation/canvas-move-preparation.validator.mjs +4 -3
- package/esm2022/f-draggable/canvas/canvas.drag-handler.mjs +4 -4
- package/esm2022/f-draggable/connections/create-connection/create-connection-finalize/create-connection-finalize.execution.mjs +5 -5
- package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-outlet-preparation/create-connection-from-outlet-preparation.execution.mjs +3 -2
- package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-from-output-preparation/create-connection-from-output-preparation.validator.mjs +3 -2
- package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.execution.mjs +3 -2
- package/esm2022/f-draggable/connections/create-connection/create-connection-preparation/create-connection-preparation.validator.mjs +3 -2
- package/esm2022/f-draggable/connections/create-connection/create-connection.drag-handler.mjs +8 -8
- package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.execution.mjs +3 -3
- package/esm2022/f-draggable/connections/get-input-under-pointer/get-input-under-pointer.validator.mjs +3 -3
- package/esm2022/f-draggable/connections/reassign-connection/reassign-connection-finalize/reassign-connection-finalize.execution.mjs +4 -4
- package/esm2022/f-draggable/connections/reassign-connection/reassign-connection.drag-handler.mjs +6 -6
- package/esm2022/f-draggable/domain/i-node-with-rect.mjs +2 -0
- package/esm2022/f-draggable/domain/index.mjs +2 -1
- package/esm2022/f-draggable/f-draggable-base.mjs +1 -1
- package/esm2022/f-draggable/f-draggable.directive.mjs +50 -95
- package/esm2022/f-draggable/i-draggable-item.mjs +1 -1
- package/esm2022/f-draggable/index.mjs +2 -1
- package/esm2022/f-draggable/node/connection-base-drag-handler.mjs +4 -4
- package/esm2022/f-draggable/node/connection-source.drag-handler.mjs +2 -2
- package/esm2022/f-draggable/node/connection-target.drag-handler.mjs +2 -2
- package/esm2022/f-draggable/node/connection.drag-handler.mjs +2 -2
- package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +8 -5
- package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.mjs +2 -2
- package/esm2022/f-draggable/node/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.mjs +2 -2
- package/esm2022/f-draggable/node/f-drop-to-group.event.mjs +8 -0
- package/esm2022/f-draggable/node/index.mjs +5 -1
- package/esm2022/f-draggable/node/node-drag-to-parent-finalize/index.mjs +5 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.execution.mjs +53 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.request.mjs +6 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.validator.mjs +25 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-finalize/providers.mjs +7 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/index.mjs +5 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.execution.mjs +62 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.request.mjs +6 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.validator.mjs +24 -0
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/providers.mjs +7 -0
- package/esm2022/f-draggable/node/node-drag-to-parent.drag-handler.mjs +48 -0
- package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.execution.mjs +11 -5
- package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.execution.mjs +4 -3
- package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.validator.mjs +2 -2
- package/esm2022/f-draggable/node/node-resize-by-child.drag-handler.mjs +5 -3
- package/esm2022/f-draggable/node/node.drag-handler.mjs +3 -3
- package/esm2022/f-draggable/node/providers.mjs +5 -1
- package/esm2022/f-draggable/node-resize/node-resize-finalize/node-resize-finalize.execution.mjs +2 -2
- package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.execution.mjs +3 -2
- package/esm2022/f-draggable/node-resize/node-resize-preparation/node-resize-preparation.validator.mjs +3 -2
- package/esm2022/f-draggable/node-resize/node-resize.drag-handler.mjs +4 -4
- package/esm2022/f-draggable/providers.mjs +2 -2
- package/esm2022/f-draggable/single-select/single-select.execution.mjs +5 -2
- package/esm2022/f-external-item/domain/external-item-finalize/external-item-finalize.execution.mjs +2 -2
- package/esm2022/f-external-item/domain/external-item-preparation/external-item-preparation.validator.mjs +1 -1
- package/esm2022/f-external-item/domain/external-item.drag-handler.mjs +4 -4
- package/esm2022/f-external-item/domain/index.mjs +2 -1
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/index.mjs +3 -0
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.execution.mjs +36 -0
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.mjs +6 -0
- package/esm2022/f-external-item/domain/providers.mjs +3 -1
- package/esm2022/f-flow/f-flow-base.mjs +1 -1
- package/esm2022/f-flow/f-flow.component.mjs +46 -49
- package/esm2022/f-line-alignment/f-line-alignment.component.mjs +21 -22
- package/esm2022/f-minimap/domain/f-minimap.drag-handler.mjs +4 -4
- package/esm2022/f-minimap/domain/index.mjs +4 -2
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/i-f-minimap-scale-and-view-box.mjs +2 -0
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/index.mjs +4 -0
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.execution.mjs +71 -0
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.mjs +7 -0
- package/esm2022/f-minimap/domain/minimap-calculate-view-box/index.mjs +3 -0
- package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.execution.mjs +39 -0
- package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.mjs +3 -0
- package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.mjs +2 -2
- package/esm2022/f-minimap/domain/minimap-draw-nodes/index.mjs +3 -0
- package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.mjs +60 -0
- package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.mjs +3 -0
- package/esm2022/f-minimap/domain/providers.mjs +7 -1
- package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +17 -51
- package/esm2022/f-minimap/f-minimap-flow.directive.mjs +16 -60
- package/esm2022/f-minimap/f-minimap-view.directive.mjs +14 -25
- package/esm2022/f-minimap/f-minimap.component.mjs +28 -30
- package/esm2022/f-node/domain/index.mjs +1 -2
- package/esm2022/f-node/f-drag-handle/f-drag-handle.directive.mjs +8 -8
- package/esm2022/f-node/f-group.directive.mjs +18 -42
- package/esm2022/f-node/f-node-base.mjs +21 -3
- package/esm2022/f-node/f-node.directive.mjs +18 -42
- package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +13 -16
- package/esm2022/f-node/index.mjs +1 -2
- package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +2 -2
- package/esm2022/f-selection-area/domain/selection-area.drag-handle.mjs +6 -6
- package/esm2022/f-selection-area/f-selection-area.component.mjs +13 -13
- package/esm2022/f-storage/f-components-store.mjs +15 -20
- package/esm2022/f-storage/features/listen-components-data-changed/index.mjs +3 -0
- package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes-request.mjs +3 -0
- package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes.execution.mjs +25 -0
- package/esm2022/f-storage/features/listen-count-changes/index.mjs +3 -0
- package/esm2022/f-storage/features/listen-count-changes/listen-count-changes-request.mjs +3 -0
- package/esm2022/f-storage/features/listen-count-changes/listen-count-changes.execution.mjs +25 -0
- package/esm2022/f-storage/features/listen-transform-changes/index.mjs +3 -0
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.execution.mjs +24 -0
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.request.mjs +3 -0
- package/esm2022/f-storage/features/notify-data-changed/index.mjs +3 -0
- package/esm2022/f-storage/features/notify-data-changed/notify-data-changed-request.mjs +3 -0
- package/esm2022/f-storage/features/notify-data-changed/notify-data-changed.execution.mjs +23 -0
- package/esm2022/f-storage/features/notify-transform-changed/index.mjs +3 -0
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.execution.mjs +23 -0
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.request.mjs +3 -0
- package/esm2022/f-storage/index.mjs +7 -2
- package/esm2022/f-storage/providers.mjs +15 -0
- package/esm2022/f-zoom/f-zoom-base.mjs +51 -45
- package/esm2022/f-zoom/f-zoom.directive.mjs +11 -12
- package/esm2022/public-api.mjs +2 -2
- package/esm2022/reactivity/debounce-time.mjs +10 -0
- package/esm2022/reactivity/f-channel-hub.mjs +23 -0
- package/esm2022/reactivity/f-channel.mjs +16 -0
- package/esm2022/reactivity/f-resize-channel.mjs +28 -0
- package/esm2022/reactivity/index.mjs +7 -0
- package/esm2022/reactivity/notify-on-start.mjs +7 -0
- package/esm2022/reactivity/types.mjs +2 -0
- package/f-backgroud/f-background-base.d.ts +0 -1
- package/f-backgroud/f-background.component.d.ts +3 -8
- package/f-backgroud/f-circle-pattern/f-circle-pattern.component.d.ts +16 -17
- package/f-backgroud/f-rect-pattern/f-rect-pattern.component.d.ts +17 -20
- package/f-canvas/f-canvas-base.d.ts +0 -2
- package/f-canvas/f-canvas.component.d.ts +5 -11
- package/f-connection/common/f-connection-base.d.ts +3 -5
- package/f-connection/common/f-drag-handle/f-connection-drag-handle.component.d.ts +1 -1
- package/f-connection/common/i-has-connection-text.d.ts +1 -0
- package/f-connection/f-connection/f-connection.component.d.ts +17 -35
- package/f-connection/f-connection-builder/i-f-connection-factory-request.d.ts +1 -1
- package/f-connection/f-connection-for-create/f-connection-for-create.component.d.ts +13 -23
- package/f-connection/f-marker/f-marker.directive.d.ts +2 -3
- package/f-connection/f-snap-connection/f-snap-connection.component.d.ts +13 -23
- package/f-connection/providers.d.ts +1 -1
- package/f-connectors/f-connector-base.d.ts +7 -8
- package/f-connectors/f-node-input/f-node-input-base.d.ts +0 -1
- package/f-connectors/f-node-input/f-node-input.directive.d.ts +14 -16
- package/f-connectors/f-node-outlet/f-node-outlet-base.d.ts +0 -1
- package/f-connectors/f-node-outlet/f-node-outlet.directive.d.ts +9 -11
- package/f-connectors/f-node-output/f-node-output-base.d.ts +0 -1
- package/f-connectors/f-node-output/f-node-output.directive.d.ts +14 -16
- package/f-draggable/canvas/canvas.drag-handler.d.ts +3 -3
- package/f-draggable/connections/create-connection/create-connection.drag-handler.d.ts +3 -3
- package/f-draggable/connections/reassign-connection/reassign-connection.drag-handler.d.ts +3 -3
- package/f-draggable/domain/i-node-with-rect.d.ts +6 -0
- package/f-draggable/domain/index.d.ts +1 -0
- package/f-draggable/f-draggable-base.d.ts +2 -0
- package/f-draggable/f-draggable.directive.d.ts +9 -16
- package/f-draggable/i-draggable-item.d.ts +3 -3
- package/f-draggable/index.d.ts +1 -0
- package/f-draggable/node/connection-base-drag-handler.d.ts +2 -2
- package/f-draggable/node/connection-source.drag-handler.d.ts +1 -1
- package/f-draggable/node/connection-target.drag-handler.d.ts +1 -1
- package/f-draggable/node/connection.drag-handler.d.ts +1 -1
- package/f-draggable/node/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.d.ts +1 -0
- package/f-draggable/node/f-drop-to-group.event.d.ts +7 -0
- package/f-draggable/node/index.d.ts +4 -0
- package/f-draggable/node/node-drag-to-parent-finalize/index.d.ts +4 -0
- package/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.execution.d.ts +17 -0
- package/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.request.d.ts +5 -0
- package/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.validator.d.ts +11 -0
- package/f-draggable/node/node-drag-to-parent-finalize/providers.d.ts +3 -0
- package/f-draggable/node/node-drag-to-parent-preparation/index.d.ts +4 -0
- package/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.execution.d.ts +20 -0
- package/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.request.d.ts +5 -0
- package/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.validator.d.ts +11 -0
- package/f-draggable/node/node-drag-to-parent-preparation/providers.d.ts +3 -0
- package/f-draggable/node/node-drag-to-parent.drag-handler.d.ts +21 -0
- package/f-draggable/node/node-move-finalize/node-move-finalize.execution.d.ts +1 -0
- package/f-draggable/node/node-resize-by-child.drag-handler.d.ts +3 -2
- package/f-draggable/node/node.drag-handler.d.ts +2 -2
- package/f-draggable/node/providers.d.ts +1 -1
- package/f-draggable/node-resize/node-resize.drag-handler.d.ts +3 -3
- package/f-draggable/providers.d.ts +1 -1
- package/f-draggable/single-select/single-select.execution.d.ts +1 -0
- package/f-external-item/domain/external-item.drag-handler.d.ts +3 -3
- package/f-external-item/domain/index.d.ts +1 -0
- package/f-external-item/domain/prevent-default-is-external-item/index.d.ts +2 -0
- package/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.execution.d.ts +10 -0
- package/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.d.ts +4 -0
- package/f-external-item/domain/providers.d.ts +2 -1
- package/f-flow/f-flow-base.d.ts +1 -1
- package/f-flow/f-flow.component.d.ts +11 -13
- package/f-line-alignment/f-line-alignment.component.d.ts +8 -10
- package/f-minimap/domain/f-minimap.drag-handler.d.ts +3 -3
- package/f-minimap/domain/index.d.ts +3 -1
- package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/i-f-minimap-scale-and-view-box.d.ts +5 -0
- package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/index.d.ts +3 -0
- package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.execution.d.ts +22 -0
- package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.d.ts +5 -0
- package/f-minimap/domain/minimap-calculate-view-box/index.d.ts +2 -0
- package/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.execution.d.ts +14 -0
- package/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.d.ts +2 -0
- package/f-minimap/domain/minimap-draw-nodes/index.d.ts +2 -0
- package/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.d.ts +18 -0
- package/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.d.ts +2 -0
- package/f-minimap/domain/providers.d.ts +4 -1
- package/f-minimap/f-minimap-canvas.directive.d.ts +3 -15
- package/f-minimap/f-minimap-flow.directive.d.ts +4 -20
- package/f-minimap/f-minimap-view.directive.d.ts +4 -9
- package/f-minimap/f-minimap.component.d.ts +7 -10
- package/f-node/domain/index.d.ts +0 -1
- package/f-node/f-drag-handle/f-drag-handle.directive.d.ts +2 -3
- package/f-node/f-group.directive.d.ts +4 -11
- package/f-node/f-node-base.d.ts +8 -7
- package/f-node/f-node.directive.d.ts +4 -11
- package/f-node/f-resize-handle/f-resize-handle.directive.d.ts +4 -6
- package/f-node/index.d.ts +0 -1
- package/f-selection-area/domain/selection-area.drag-handle.d.ts +3 -3
- package/f-selection-area/f-selection-area.component.d.ts +3 -5
- package/f-storage/f-components-store.d.ts +7 -9
- package/f-storage/features/listen-components-data-changed/index.d.ts +2 -0
- package/f-storage/features/listen-components-data-changed/listen-data-changes-request.d.ts +2 -0
- package/f-storage/features/listen-components-data-changed/listen-data-changes.execution.d.ts +10 -0
- package/f-storage/features/listen-count-changes/index.d.ts +2 -0
- package/f-storage/features/listen-count-changes/listen-count-changes-request.d.ts +2 -0
- package/f-storage/features/listen-count-changes/listen-count-changes.execution.d.ts +10 -0
- package/f-storage/features/listen-transform-changes/index.d.ts +2 -0
- package/f-storage/features/listen-transform-changes/listen-transform-changes.execution.d.ts +10 -0
- package/f-storage/features/listen-transform-changes/listen-transform-changes.request.d.ts +2 -0
- package/f-storage/features/notify-data-changed/index.d.ts +2 -0
- package/f-storage/features/notify-data-changed/notify-data-changed-request.d.ts +2 -0
- package/f-storage/features/notify-data-changed/notify-data-changed.execution.d.ts +9 -0
- package/f-storage/features/notify-transform-changed/index.d.ts +2 -0
- package/f-storage/features/notify-transform-changed/notify-transform-changed.execution.d.ts +9 -0
- package/f-storage/features/notify-transform-changed/notify-transform-changed.request.d.ts +2 -0
- package/f-storage/index.d.ts +6 -1
- package/f-storage/providers.d.ts +7 -0
- package/f-zoom/f-zoom-base.d.ts +10 -11
- package/f-zoom/f-zoom.directive.d.ts +0 -2
- package/fesm2022/foblex-flow.mjs +5877 -4748
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/package.json +5 -6
- package/public-api.d.ts +1 -1
- package/reactivity/debounce-time.d.ts +2 -0
- package/reactivity/f-channel-hub.d.ts +10 -0
- package/reactivity/f-channel.d.ts +7 -0
- package/reactivity/f-resize-channel.d.ts +11 -0
- package/reactivity/index.d.ts +6 -0
- package/reactivity/notify-on-start.d.ts +2 -0
- package/reactivity/types.d.ts +2 -0
- package/domain/constants.d.ts +0 -1
- package/domain/emit-transform-changes/emit-transform-changes.execution.d.ts +0 -11
- package/domain/emit-transform-changes/emit-transform-changes.request.d.ts +0 -2
- package/domain/emit-transform-changes/index.d.ts +0 -2
- package/domain/get-nodes-rect/get-nodes-rect.execution.d.ts +0 -14
- package/domain/get-nodes-rect/get-nodes-rect.request.d.ts +0 -2
- package/domain/get-nodes-rect/index.d.ts +0 -2
- package/domain/show-connections-after-calculations/index.d.ts +0 -2
- package/domain/show-connections-after-calculations/show-connections-after-calculations-request.d.ts +0 -2
- package/domain/show-connections-after-calculations/show-connections-after-calculations.execution.d.ts +0 -11
- package/domain/subscribe-on-transform-changes/index.d.ts +0 -2
- package/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.execution.d.ts +0 -13
- package/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.request.d.ts +0 -2
- package/esm2022/domain/constants.mjs +0 -2
- package/esm2022/domain/create-connection-markers/create-connection-markers-request.mjs +0 -6
- package/esm2022/domain/create-connection-markers/create-connection-markers.execution.mjs +0 -60
- package/esm2022/domain/create-connection-markers/index.mjs +0 -3
- package/esm2022/domain/emit-transform-changes/emit-transform-changes.execution.mjs +0 -23
- package/esm2022/domain/emit-transform-changes/emit-transform-changes.request.mjs +0 -3
- package/esm2022/domain/emit-transform-changes/index.mjs +0 -3
- package/esm2022/domain/get-nodes-rect/get-nodes-rect.execution.mjs +0 -30
- package/esm2022/domain/get-nodes-rect/get-nodes-rect.request.mjs +0 -3
- package/esm2022/domain/get-nodes-rect/index.mjs +0 -3
- package/esm2022/domain/redraw-connections/index.mjs +0 -3
- package/esm2022/domain/redraw-connections/redraw-connections-request.mjs +0 -3
- package/esm2022/domain/redraw-connections/redraw-connections.execution.mjs +0 -62
- package/esm2022/domain/show-connections-after-calculations/index.mjs +0 -3
- package/esm2022/domain/show-connections-after-calculations/show-connections-after-calculations-request.mjs +0 -3
- package/esm2022/domain/show-connections-after-calculations/show-connections-after-calculations.execution.mjs +0 -25
- package/esm2022/domain/subscribe-on-transform-changes/index.mjs +0 -3
- package/esm2022/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.execution.mjs +0 -25
- package/esm2022/domain/subscribe-on-transform-changes/subscribe-on-transform-changes.request.mjs +0 -3
- package/esm2022/f-minimap/domain/check-rect-is-finite.mjs +0 -8
- package/esm2022/f-node/domain/is-group.mjs +0 -4
- package/esm2022/f-node/f-resize-observer.mjs +0 -16
- package/esm2022/f-storage/f-transform-store.mjs +0 -14
- package/esm2022/i-has-state-changes.mjs +0 -2
- package/f-minimap/domain/check-rect-is-finite.d.ts +0 -2
- package/f-node/domain/is-group.d.ts +0 -1
- package/f-node/f-resize-observer.d.ts +0 -4
- package/f-storage/f-transform-store.d.ts +0 -7
- package/i-has-state-changes.d.ts +0 -4
- /package/domain/{create-connection-markers → f-connection/create-connection-markers}/index.d.ts +0 -0
- /package/domain/{redraw-connections → f-connection/redraw-connections}/index.d.ts +0 -0
- /package/domain/{redraw-connections → f-connection/redraw-connections}/redraw-connections-request.d.ts +0 -0
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { FMarkerBase } from './f-marker-base';
|
|
3
|
-
import { FComponentsStore } from '../../f-storage';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class FMarkerDirective extends FMarkerBase implements OnInit, OnDestroy {
|
|
6
|
-
private fComponentsStore;
|
|
7
5
|
private elementReference;
|
|
8
6
|
get hostElement(): HTMLElement;
|
|
9
7
|
width: number;
|
|
@@ -13,7 +11,8 @@ export declare class FMarkerDirective extends FMarkerBase implements OnInit, OnD
|
|
|
13
11
|
type: string;
|
|
14
12
|
orient: 'auto' | 'auto-start-reverse' | 'calculated' | string;
|
|
15
13
|
markerUnits: 'strokeWidth' | 'userSpaceOnUse';
|
|
16
|
-
|
|
14
|
+
private _fMediator;
|
|
15
|
+
constructor(elementReference: ElementRef<HTMLElement>);
|
|
17
16
|
ngOnInit(): void;
|
|
18
17
|
ngOnDestroy(): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMarkerDirective, never>;
|
|
@@ -1,37 +1,24 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit, QueryList } from "@angular/core";
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, QueryList } from "@angular/core";
|
|
2
2
|
import { FConnectionDragHandleComponent, FConnectionSelectionComponent, IConnectionGradient, IConnectionPath, IConnectionText } from '../common';
|
|
3
3
|
import { EFConnectionBehavior } from '../common';
|
|
4
4
|
import { EFConnectionType } from '../common';
|
|
5
5
|
import { FConnectionCenterDirective } from '../f-connection-center';
|
|
6
6
|
import { FConnectionFactory } from '../f-connection-builder';
|
|
7
|
-
import { FComponentsStore } from '../../f-storage';
|
|
8
7
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class FSnapConnectionComponent extends FConnectionBase implements AfterViewInit, OnInit, OnDestroy {
|
|
11
|
-
private fComponentsStore;
|
|
9
|
+
export declare class FSnapConnectionComponent extends FConnectionBase implements AfterViewInit, OnInit, OnChanges, OnDestroy {
|
|
12
10
|
fId: string;
|
|
13
11
|
fText: string;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
private _fEndColor;
|
|
18
|
-
set fEndColor(value: string);
|
|
19
|
-
get fEndColor(): string;
|
|
12
|
+
fTextStartOffset: string;
|
|
13
|
+
fStartColor: string;
|
|
14
|
+
fEndColor: string;
|
|
20
15
|
fSnapThreshold: number;
|
|
21
16
|
fOutputId: string;
|
|
22
17
|
fInputId: string;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
set fOffset(value: number);
|
|
28
|
-
get fOffset(): number;
|
|
29
|
-
private _behavior;
|
|
30
|
-
set fBehavior(value: EFConnectionBehavior | string);
|
|
31
|
-
get fBehavior(): EFConnectionBehavior;
|
|
32
|
-
private _type;
|
|
33
|
-
set fType(value: EFConnectionType | string);
|
|
34
|
-
get fType(): EFConnectionType;
|
|
18
|
+
fRadius: number;
|
|
19
|
+
fOffset: number;
|
|
20
|
+
fBehavior: EFConnectionBehavior;
|
|
21
|
+
fType: EFConnectionType | string;
|
|
35
22
|
fDraggingDisabled: boolean;
|
|
36
23
|
fSelectionDisabled: boolean;
|
|
37
24
|
fDefs: ElementRef<SVGDefsElement>;
|
|
@@ -43,10 +30,13 @@ export declare class FSnapConnectionComponent extends FConnectionBase implements
|
|
|
43
30
|
fConnectionCenter: ElementRef<HTMLDivElement>;
|
|
44
31
|
fConnectionCenters: QueryList<FConnectionCenterDirective>;
|
|
45
32
|
get boundingElement(): HTMLElement | SVGElement;
|
|
46
|
-
|
|
33
|
+
private _fMediator;
|
|
34
|
+
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
47
35
|
ngOnInit(): void;
|
|
48
36
|
ngAfterViewInit(): void;
|
|
37
|
+
ngOnChanges(): void;
|
|
49
38
|
ngOnDestroy(): void;
|
|
50
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<FSnapConnectionComponent, never>;
|
|
51
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<FSnapConnectionComponent, "f-snap-connection", never, { "fStartColor": { "alias": "fStartColor"; "required": false; }; "fEndColor": { "alias": "fEndColor"; "required": false; }; "fSnapThreshold": { "alias": "fSnapThreshold"; "required": false; }; "fRadius": { "alias": "fRadius"; "required": false; }; "fOffset": { "alias": "fOffset"; "required": false; }; "fBehavior": { "alias": "fBehavior"; "required": false; }; "fType": { "alias": "fType"; "required": false; }; }, {}, ["fConnectionCenters"], ["*", "[fConnectionCenter]"], false, never>;
|
|
41
|
+
static ngAcceptInputType_fBehavior: unknown;
|
|
52
42
|
}
|
|
@@ -4,4 +4,4 @@ import { FConnectionCenterDirective } from './f-connection-center';
|
|
|
4
4
|
import { FConnectionForCreateComponent } from './f-connection-for-create';
|
|
5
5
|
import { FMarkerDirective } from './f-marker';
|
|
6
6
|
import { FSnapConnectionComponent } from './f-snap-connection';
|
|
7
|
-
export declare const F_CONNECTION_PROVIDERS: (typeof FConnectionTextPathDirective | typeof FConnectionTextComponent | typeof FConnectionDragHandleComponent | typeof FConnectionGradientComponent | typeof FConnectionPathComponent | typeof FConnectionSelectionComponent | typeof
|
|
7
|
+
export declare const F_CONNECTION_PROVIDERS: (typeof FConnectionTextPathDirective | typeof FConnectionTextComponent | typeof FConnectionDragHandleComponent | typeof FConnectionGradientComponent | typeof FConnectionPathComponent | typeof FConnectionSelectionComponent | typeof FConnectionCenterDirective | typeof FConnectionForCreateComponent | typeof FConnectionComponent | typeof FMarkerDirective | typeof FSnapConnectionComponent)[];
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
1
|
import { EFConnectableSide } from './e-f-connectable-side';
|
|
3
|
-
import { IHasStateChanges } from '../i-has-state-changes';
|
|
4
2
|
import { IHasHostElement } from '../i-has-host-element';
|
|
5
|
-
export declare abstract class FConnectorBase implements
|
|
6
|
-
abstract
|
|
3
|
+
export declare abstract class FConnectorBase implements IHasHostElement {
|
|
4
|
+
abstract fId: string;
|
|
7
5
|
abstract disabled: boolean;
|
|
8
6
|
abstract hostElement: HTMLElement | SVGElement;
|
|
9
|
-
readonly stateChanges: Subject<void>;
|
|
10
7
|
abstract canBeConnected: boolean;
|
|
11
|
-
|
|
8
|
+
private _isConnected;
|
|
9
|
+
get isConnected(): boolean;
|
|
10
|
+
toConnector: FConnectorBase | undefined;
|
|
12
11
|
isSelfConnectable: boolean;
|
|
13
12
|
fConnectableSide: EFConnectableSide;
|
|
14
|
-
|
|
13
|
+
userFConnectableSide: EFConnectableSide;
|
|
15
14
|
isContains(element: HTMLElement | SVGElement): boolean;
|
|
16
|
-
setConnected(isConnected: boolean): void;
|
|
15
|
+
setConnected(isConnected: boolean, toConnector?: FConnectorBase): void;
|
|
17
16
|
}
|
|
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const F_NODE_INPUT: InjectionToken<FNodeInputBase>;
|
|
5
5
|
export declare abstract class FNodeInputBase extends FConnectorBase {
|
|
6
6
|
abstract multiple: boolean;
|
|
7
|
-
isConnected: boolean;
|
|
8
7
|
get canBeConnected(): boolean;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeInputBase, never>;
|
|
10
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeInputBase, never, never, {}, {}, never, never, false, never>;
|
|
@@ -1,27 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FNodeInputBase } from './f-node-input-base';
|
|
3
3
|
import { EFConnectableSide } from '../e-f-connectable-side';
|
|
4
4
|
import { FNodeBase } from '../../f-node';
|
|
5
|
-
import {
|
|
5
|
+
import { FConnectorBase } from '../f-connector-base';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FNodeInputDirective extends FNodeInputBase implements OnInit, OnDestroy {
|
|
8
|
-
private elementReference;
|
|
7
|
+
export declare class FNodeInputDirective extends FNodeInputBase implements OnInit, OnChanges, OnDestroy {
|
|
9
8
|
private fNode;
|
|
10
|
-
|
|
11
|
-
id: any;
|
|
9
|
+
fId: any;
|
|
12
10
|
multiple: boolean;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private isDisabled;
|
|
16
|
-
set _fSide(value: EFConnectableSide | string);
|
|
17
|
-
get _fSide(): EFConnectableSide;
|
|
18
|
-
_fConnectableSide: EFConnectableSide;
|
|
19
|
-
isConnected: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
userFConnectableSide: EFConnectableSide;
|
|
20
13
|
get hostElement(): HTMLElement | SVGElement;
|
|
21
|
-
|
|
14
|
+
private _elementReference;
|
|
15
|
+
private _fMediator;
|
|
16
|
+
constructor(fNode: FNodeBase);
|
|
22
17
|
ngOnInit(): void;
|
|
23
|
-
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
setConnected(isConnected: boolean, toConnector?: FConnectorBase): void;
|
|
24
20
|
ngOnDestroy(): void;
|
|
25
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeInputDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeInputDirective, "[fNodeInput]", ["fNodeInput"], { "
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeInputDirective, "[fNodeInput]", ["fNodeInput"], { "fId": { "alias": "fInputId"; "required": false; }; "multiple": { "alias": "fInputMultiple"; "required": false; }; "disabled": { "alias": "fInputDisabled"; "required": false; }; "userFConnectableSide": { "alias": "fInputConnectableSide"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
static ngAcceptInputType_disabled: unknown;
|
|
24
|
+
static ngAcceptInputType_userFConnectableSide: unknown;
|
|
27
25
|
}
|
|
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const F_NODE_OUTLET: InjectionToken<FNodeOutletBase>;
|
|
5
5
|
export declare abstract class FNodeOutletBase extends FConnectorBase {
|
|
6
6
|
abstract isConnectionFromOutlet: boolean;
|
|
7
|
-
isConnected: boolean;
|
|
8
7
|
private outputs;
|
|
9
8
|
get canBeConnected(): boolean;
|
|
10
9
|
setOutputs(outputs: FConnectorBase[]): void;
|
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FNodeOutletBase } from './f-node-outlet-base';
|
|
3
3
|
import { FNodeBase } from '../../f-node';
|
|
4
|
-
import { FComponentsStore } from '../../f-storage';
|
|
5
4
|
import { EFConnectableSide } from '../e-f-connectable-side';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class FNodeOutletDirective extends FNodeOutletBase implements OnInit, OnDestroy {
|
|
8
|
-
private elementReference;
|
|
9
7
|
private fNode;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
get disabled(): boolean;
|
|
13
|
-
set disabled(isDisabled: boolean | undefined | string);
|
|
14
|
-
private isDisabled;
|
|
8
|
+
fId: string;
|
|
9
|
+
disabled: boolean;
|
|
15
10
|
fConnectableSide: EFConnectableSide;
|
|
16
|
-
|
|
11
|
+
userFConnectableSide: EFConnectableSide;
|
|
17
12
|
isConnectionFromOutlet: boolean;
|
|
18
13
|
get hostElement(): HTMLElement | SVGElement;
|
|
19
|
-
|
|
14
|
+
private _elementReference;
|
|
15
|
+
private _fMediator;
|
|
16
|
+
constructor(fNode: FNodeBase);
|
|
20
17
|
ngOnInit(): void;
|
|
21
18
|
ngOnDestroy(): void;
|
|
22
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutletDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutletDirective, "[fNodeOutlet]", ["fNodeOutlet"], { "
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutletDirective, "[fNodeOutlet]", ["fNodeOutlet"], { "fId": { "alias": "fOutletId"; "required": false; }; "disabled": { "alias": "fOutletDisabled"; "required": false; }; "isConnectionFromOutlet": { "alias": "isConnectionFromOutlet"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
static ngAcceptInputType_disabled: unknown;
|
|
24
22
|
}
|
|
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const F_NODE_OUTPUT: InjectionToken<FNodeOutputBase>;
|
|
5
5
|
export declare abstract class FNodeOutputBase extends FConnectorBase {
|
|
6
6
|
abstract multiple: boolean;
|
|
7
|
-
isConnected: boolean;
|
|
8
7
|
get canBeConnected(): boolean;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutputBase, never>;
|
|
10
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutputBase, never, never, {}, {}, never, never, false, never>;
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FNodeOutputBase } from './f-node-output-base';
|
|
3
3
|
import { EFConnectableSide } from '../e-f-connectable-side';
|
|
4
4
|
import { FNodeBase } from '../../f-node';
|
|
5
|
-
import {
|
|
5
|
+
import { FConnectorBase } from '../f-connector-base';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FNodeOutputDirective extends FNodeOutputBase implements OnInit, OnDestroy {
|
|
8
|
-
private elementReference;
|
|
7
|
+
export declare class FNodeOutputDirective extends FNodeOutputBase implements OnInit, OnChanges, OnDestroy {
|
|
9
8
|
private fNode;
|
|
10
|
-
|
|
11
|
-
id: string;
|
|
9
|
+
fId: string;
|
|
12
10
|
multiple: boolean;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private isDisabled;
|
|
16
|
-
set _fSide(value: EFConnectableSide | string);
|
|
17
|
-
get _fSide(): EFConnectableSide;
|
|
18
|
-
_fConnectableSide: EFConnectableSide;
|
|
19
|
-
isConnected: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
userFConnectableSide: EFConnectableSide;
|
|
20
13
|
isSelfConnectable: boolean;
|
|
21
14
|
get hostElement(): HTMLElement | SVGElement;
|
|
22
|
-
|
|
15
|
+
private _elementReference;
|
|
16
|
+
private _fMediator;
|
|
17
|
+
constructor(fNode: FNodeBase);
|
|
23
18
|
ngOnInit(): void;
|
|
24
|
-
|
|
19
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
+
setConnected(isConnected: boolean, toConnector?: FConnectorBase): void;
|
|
25
21
|
ngOnDestroy(): void;
|
|
26
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutputDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutputDirective, "[fNodeOutput]", ["fNodeOutput"], { "
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutputDirective, "[fNodeOutput]", ["fNodeOutput"], { "fId": { "alias": "fOutputId"; "required": false; }; "multiple": { "alias": "fOutputMultiple"; "required": false; }; "disabled": { "alias": "fOutputDisabled"; "required": false; }; "userFConnectableSide": { "alias": "fOutputConnectableSide"; "required": false; }; "isSelfConnectable": { "alias": "isSelfConnectable"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
static ngAcceptInputType_disabled: unknown;
|
|
25
|
+
static ngAcceptInputType_userFConnectableSide: unknown;
|
|
28
26
|
}
|
|
@@ -5,7 +5,7 @@ export declare class CanvasDragHandler implements IDraggableItem {
|
|
|
5
5
|
private fComponentsStore;
|
|
6
6
|
private onPointerDownPosition;
|
|
7
7
|
constructor(fComponentsStore: FComponentsStore);
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
prepareDragSequence(): void;
|
|
9
|
+
onPointerMove(difference: IPoint): void;
|
|
10
|
+
onPointerUp(): void;
|
|
11
11
|
}
|
|
@@ -16,10 +16,10 @@ export declare class CreateConnectionDragHandler implements IDraggableItem {
|
|
|
16
16
|
private fOutputWithRect;
|
|
17
17
|
private canBeConnectedInputs;
|
|
18
18
|
constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, fOutput: FConnectorBase, onPointerDownPosition: IPoint);
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
prepareDragSequence(): void;
|
|
20
|
+
onPointerMove(difference: IPoint): void;
|
|
21
21
|
private drawTempConnection;
|
|
22
22
|
private drawSnapConnection;
|
|
23
23
|
getClosetInput(difference: IPoint): IConnectorWithRect | undefined;
|
|
24
|
-
|
|
24
|
+
onPointerUp(): void;
|
|
25
25
|
}
|
|
@@ -14,12 +14,12 @@ export declare class ReassignConnectionDragHandler implements IDraggableItem {
|
|
|
14
14
|
private fInputWithRect;
|
|
15
15
|
private canBeConnectedInputs;
|
|
16
16
|
constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, fConnection: FConnectionBase);
|
|
17
|
-
|
|
17
|
+
prepareDragSequence(): void;
|
|
18
18
|
private getOutput;
|
|
19
19
|
private getInput;
|
|
20
|
-
|
|
20
|
+
onPointerMove(difference: IPoint): void;
|
|
21
21
|
private drawConnection;
|
|
22
22
|
private drawSnapConnection;
|
|
23
23
|
getClosetInput(difference: IPoint): IConnectorWithRect | undefined;
|
|
24
|
-
|
|
24
|
+
onPointerUp(): void;
|
|
25
25
|
}
|
|
@@ -3,12 +3,14 @@ import { FCreateConnectionEvent, FReassignConnectionEvent } from './connections'
|
|
|
3
3
|
import { FSelectionChangeEvent } from './f-selection-change-event';
|
|
4
4
|
import { FCreateNodeEvent } from '../f-external-item';
|
|
5
5
|
import { DragAndDropBase, ICanRunOutsideAngular } from '@foblex/drag-toolkit';
|
|
6
|
+
import { FDropToGroupEvent } from './node';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare abstract class FDraggableBase extends DragAndDropBase {
|
|
8
9
|
abstract fSelectionChange: EventEmitter<FSelectionChangeEvent>;
|
|
9
10
|
abstract fCreateNode: EventEmitter<FCreateNodeEvent>;
|
|
10
11
|
abstract fReassignConnection: EventEmitter<FReassignConnectionEvent>;
|
|
11
12
|
abstract fCreateConnection: EventEmitter<FCreateConnectionEvent>;
|
|
13
|
+
abstract fDropToGroup: EventEmitter<FDropToGroupEvent>;
|
|
12
14
|
protected constructor(ngZone: ICanRunOutsideAngular | undefined);
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FDraggableBase, never>;
|
|
14
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FDraggableBase, never, never, {}, {}, never, never, false, never>;
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { FDraggableBase } from './f-draggable-base';
|
|
3
|
-
import {
|
|
4
|
-
import { FDraggableDataContext } from './f-draggable-data-context';
|
|
3
|
+
import { FDropToGroupEvent } from './node';
|
|
5
4
|
import { FCreateConnectionEvent, FReassignConnectionEvent } from './connections';
|
|
6
5
|
import { FSelectionChangeEvent } from './f-selection-change-event';
|
|
7
|
-
import { FMediator } from '@foblex/mediator';
|
|
8
6
|
import { FCreateNodeEvent } from '../f-external-item';
|
|
9
7
|
import { BrowserService } from '@foblex/platform';
|
|
10
8
|
import { ICanRunOutsideAngular, IPointerEvent } from '@foblex/drag-toolkit';
|
|
11
9
|
import * as i0 from "@angular/core";
|
|
12
10
|
export declare class FDraggableDirective extends FDraggableBase implements OnInit, AfterViewInit, OnDestroy {
|
|
13
|
-
private
|
|
14
|
-
private
|
|
15
|
-
private
|
|
16
|
-
private fMediator;
|
|
17
|
-
private fBrowser;
|
|
18
|
-
private subscriptions$;
|
|
11
|
+
private _fBrowser;
|
|
12
|
+
private _elementReference;
|
|
13
|
+
private _fMediator;
|
|
19
14
|
disabled: boolean;
|
|
20
15
|
get hostElement(): HTMLElement;
|
|
21
16
|
fSelectionChange: EventEmitter<FSelectionChangeEvent>;
|
|
22
17
|
fCreateNode: EventEmitter<FCreateNodeEvent>;
|
|
23
18
|
fReassignConnection: EventEmitter<FReassignConnectionEvent>;
|
|
24
19
|
fCreateConnection: EventEmitter<FCreateConnectionEvent>;
|
|
20
|
+
fDropToGroup: EventEmitter<FDropToGroupEvent>;
|
|
25
21
|
private plugins;
|
|
26
|
-
constructor(
|
|
22
|
+
constructor(ngZone: ICanRunOutsideAngular, _fBrowser: BrowserService);
|
|
27
23
|
ngOnInit(): void;
|
|
28
24
|
ngAfterViewInit(): void;
|
|
29
25
|
onPointerDown(event: IPointerEvent): boolean;
|
|
30
26
|
protected prepareDragSequence(event: IPointerEvent): void;
|
|
31
27
|
protected onSelect(event: Event): void;
|
|
32
|
-
private isTargetItemExternal;
|
|
33
|
-
private isExternalItem;
|
|
34
28
|
onPointerMove(event: IPointerEvent): void;
|
|
35
29
|
onPointerUp(event: IPointerEvent): void;
|
|
36
30
|
protected finalizeDragSequence(): void;
|
|
37
|
-
private emitSelectionChangeEvent;
|
|
38
31
|
ngOnDestroy(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FDraggableDirective, [
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FDraggableDirective, "f-flow[fDraggable]", ["fDraggable"], { "disabled": { "alias": "fDraggableDisabled"; "required": false; }; }, { "fSelectionChange": "fSelectionChange"; "fCreateNode": "fCreateNode"; "fReassignConnection": "fReassignConnection"; "fCreateConnection": "fCreateConnection"; }, ["plugins"], never, false, never>;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FDraggableDirective, [{ optional: true; }, null]>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FDraggableDirective, "f-flow[fDraggable]", ["fDraggable"], { "disabled": { "alias": "fDraggableDisabled"; "required": false; }; }, { "fSelectionChange": "fSelectionChange"; "fCreateNode": "fCreateNode"; "fReassignConnection": "fReassignConnection"; "fCreateConnection": "fCreateConnection"; "fDropToGroup": "fDropToGroup"; }, ["plugins"], never, false, never>;
|
|
41
34
|
}
|
package/f-draggable/index.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ export declare abstract class ConnectionBaseDragHandler implements IDraggableIte
|
|
|
13
13
|
protected fOutputWithRect: IConnectorWithRect;
|
|
14
14
|
protected fInputWithRect: IConnectorWithRect;
|
|
15
15
|
protected constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, connection: FConnectionBase);
|
|
16
|
-
|
|
16
|
+
prepareDragSequence(): void;
|
|
17
17
|
private getOutput;
|
|
18
18
|
private getInput;
|
|
19
19
|
private connectorNotFoundPrefix;
|
|
20
|
-
abstract
|
|
20
|
+
abstract onPointerMove(difference: IPoint): void;
|
|
21
21
|
protected getDifference(difference: IPoint, restrictions: INodeMoveRestrictions): IPoint;
|
|
22
22
|
protected redrawConnection(line: ILine): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionBaseDragHandler, never>;
|
|
@@ -7,6 +7,6 @@ export declare class ConnectionSourceDragHandler extends ConnectionBaseDragHandl
|
|
|
7
7
|
minDistance: IPoint;
|
|
8
8
|
maxDistance: IPoint;
|
|
9
9
|
constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, connection: FConnectionBase, minDistance: IPoint, maxDistance: IPoint);
|
|
10
|
-
|
|
10
|
+
onPointerMove(difference: IPoint): void;
|
|
11
11
|
private getNewLineValue;
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ export declare class ConnectionTargetDragHandler extends ConnectionBaseDragHandl
|
|
|
7
7
|
minDistance: IPoint;
|
|
8
8
|
maxDistance: IPoint;
|
|
9
9
|
constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, connection: FConnectionBase, minDistance: IPoint, maxDistance: IPoint);
|
|
10
|
-
|
|
10
|
+
onPointerMove(difference: IPoint): void;
|
|
11
11
|
private getNewLineValue;
|
|
12
12
|
}
|
|
@@ -9,6 +9,6 @@ export declare class ConnectionDragHandler extends ConnectionBaseDragHandler {
|
|
|
9
9
|
constructor(fMediator: FMediator, fComponentsStore: FComponentsStore, connection: FConnectionBase);
|
|
10
10
|
setOutputRestrictions(min: IPoint, max: IPoint): void;
|
|
11
11
|
setInputRestrictions(min: IPoint, max: IPoint): void;
|
|
12
|
-
|
|
12
|
+
onPointerMove(difference: IPoint): void;
|
|
13
13
|
private getNewLineValue;
|
|
14
14
|
}
|
|
@@ -11,6 +11,7 @@ export declare class CreateMoveNodesDragModelFromSelectionExecution implements I
|
|
|
11
11
|
constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, fMediator: FMediator);
|
|
12
12
|
handle(request: CreateMoveNodesDragModelFromSelectionRequest): IDraggableItem[];
|
|
13
13
|
private getSelectedNodes;
|
|
14
|
+
private _findNode;
|
|
14
15
|
private getNodesWithRestrictions;
|
|
15
16
|
private getChildrenItemsToDrag;
|
|
16
17
|
private getChildrenNodes;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
export * from './create-move-nodes-drag-model-from-selection';
|
|
2
|
+
export * from './node-drag-to-parent-finalize';
|
|
3
|
+
export * from './node-drag-to-parent-preparation';
|
|
2
4
|
export * from './node-move-preparation';
|
|
3
5
|
export * from './node-move-finalize';
|
|
4
6
|
export * from './connection.drag-handler';
|
|
5
7
|
export * from './connection-base-drag-handler';
|
|
6
8
|
export * from './connection-source.drag-handler';
|
|
7
9
|
export * from './connection-target.drag-handler';
|
|
10
|
+
export * from './f-drop-to-group.event';
|
|
8
11
|
export * from './node.drag-handler';
|
|
12
|
+
export * from './node-drag-to-parent.drag-handler';
|
|
9
13
|
export * from './node-resize-by-child.drag-handler';
|
|
10
14
|
export * from './providers';
|
package/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.execution.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { NodeDragToParentFinalizeRequest } from './node-drag-to-parent-finalize.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import { FDraggableDataContext } from '../../f-draggable-data-context';
|
|
4
|
+
import { FComponentsStore } from '../../../f-storage';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NodeDragToParentFinalizeExecution implements IExecution<NodeDragToParentFinalizeRequest, void> {
|
|
7
|
+
private fComponentsStore;
|
|
8
|
+
private fDraggableDataContext;
|
|
9
|
+
constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext);
|
|
10
|
+
handle(request: NodeDragToParentFinalizeRequest): void;
|
|
11
|
+
private emitDroppedChildrenEvent;
|
|
12
|
+
private getDragHandleItem;
|
|
13
|
+
private findDragHandleItem;
|
|
14
|
+
private getDraggedNodeIds;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDragToParentFinalizeExecution, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NodeDragToParentFinalizeExecution>;
|
|
17
|
+
}
|
package/f-draggable/node/node-drag-to-parent-finalize/node-drag-to-parent-finalize.validator.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NodeDragToParentFinalizeRequest } from './node-drag-to-parent-finalize.request';
|
|
2
|
+
import { IValidator } from '@foblex/mediator';
|
|
3
|
+
import { FDraggableDataContext } from '../../f-draggable-data-context';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NodeDragToParentFinalizeValidator implements IValidator<NodeDragToParentFinalizeRequest> {
|
|
6
|
+
private fDraggableDataContext;
|
|
7
|
+
constructor(fDraggableDataContext: FDraggableDataContext);
|
|
8
|
+
handle(request: NodeDragToParentFinalizeRequest): boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDragToParentFinalizeValidator, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NodeDragToParentFinalizeValidator>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { NodeDragToParentFinalizeExecution } from './node-drag-to-parent-finalize.execution';
|
|
2
|
+
import { NodeDragToParentFinalizeValidator } from './node-drag-to-parent-finalize.validator';
|
|
3
|
+
export declare const NODE_DRAG_TO_PARENT_FINALIZE_PROVIDERS: (typeof NodeDragToParentFinalizeExecution | typeof NodeDragToParentFinalizeValidator)[];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { NodeDragToParentPreparationRequest } from './node-drag-to-parent-preparation.request';
|
|
2
|
+
import { FMediator, IExecution } from '@foblex/mediator';
|
|
3
|
+
import { FComponentsStore } from '../../../f-storage';
|
|
4
|
+
import { FDraggableDataContext } from '../../f-draggable-data-context';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NodeDragToParentPreparationExecution implements IExecution<NodeDragToParentPreparationRequest, void> {
|
|
7
|
+
private fMediator;
|
|
8
|
+
private fDraggableDataContext;
|
|
9
|
+
private fComponentsStore;
|
|
10
|
+
private get fNodes();
|
|
11
|
+
private get transform();
|
|
12
|
+
private get fCanvasPosition();
|
|
13
|
+
constructor(fMediator: FMediator, fDraggableDataContext: FDraggableDataContext, fComponentsStore: FComponentsStore);
|
|
14
|
+
handle(request: NodeDragToParentPreparationRequest): void;
|
|
15
|
+
private getNotDraggedNodesRects;
|
|
16
|
+
private getDraggedNodes;
|
|
17
|
+
private getNotDraggedNodes;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDragToParentPreparationExecution, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NodeDragToParentPreparationExecution>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NodeDragToParentPreparationRequest } from './node-drag-to-parent-preparation.request';
|
|
2
|
+
import { IValidator } from '@foblex/mediator';
|
|
3
|
+
import { FDraggableDataContext } from '../../f-draggable-data-context';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NodeDragToParentPreparationValidator implements IValidator<NodeDragToParentPreparationRequest> {
|
|
6
|
+
private fDraggableDataContext;
|
|
7
|
+
constructor(fDraggableDataContext: FDraggableDataContext);
|
|
8
|
+
handle(request: NodeDragToParentPreparationRequest): boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDragToParentPreparationValidator, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NodeDragToParentPreparationValidator>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { NodeDragToParentPreparationExecution } from './node-drag-to-parent-preparation.execution';
|
|
2
|
+
import { NodeDragToParentPreparationValidator } from './node-drag-to-parent-preparation.validator';
|
|
3
|
+
export declare const NODE_DRAG_TO_PARENT_PREPARATION_PROVIDERS: (typeof NodeDragToParentPreparationExecution | typeof NodeDragToParentPreparationValidator)[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IPoint } from '@foblex/2d';
|
|
2
|
+
import { IDraggableItem } from '../i-draggable-item';
|
|
3
|
+
import { FComponentsStore } from '../../f-storage';
|
|
4
|
+
import { INodeWithRect } from '../domain';
|
|
5
|
+
import { FDraggableDataContext } from '../f-draggable-data-context';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class NodeDragToParentDragHandler implements IDraggableItem {
|
|
8
|
+
private fComponentsStore;
|
|
9
|
+
private fDraggableDataContext;
|
|
10
|
+
private notDraggedNodesRects;
|
|
11
|
+
private get transform();
|
|
12
|
+
private onPointerDownPosition;
|
|
13
|
+
fNodeWithRect: INodeWithRect | null;
|
|
14
|
+
constructor(fComponentsStore: FComponentsStore, fDraggableDataContext: FDraggableDataContext, notDraggedNodesRects: INodeWithRect[]);
|
|
15
|
+
onPointerMove(difference: IPoint): void;
|
|
16
|
+
private markIncludeNode;
|
|
17
|
+
private unmarkIncludeNode;
|
|
18
|
+
onPointerUp(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDragToParentDragHandler, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeDragToParentDragHandler, never, never, {}, {}, never, never, false, never>;
|
|
21
|
+
}
|