@foblex/flow 17.0.0 → 17.0.2
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 -8
- package/domain/is-mobile.d.ts +1 -0
- package/domain/providers.d.ts +1 -8
- 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 -9
- package/esm2022/domain/is-mobile.mjs +5 -0
- package/esm2022/domain/providers.mjs +11 -15
- 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/f-path/i-connection-path.mjs +1 -1
- 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/index.mjs +2 -1
- package/esm2022/f-draggable/domain/is-connection-under-node/f-node-intersected-with-connections.mjs +7 -0
- package/esm2022/f-draggable/domain/is-connection-under-node/index.mjs +5 -0
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.mjs +75 -0
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.mjs +3 -0
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.validator.mjs +24 -0
- package/esm2022/f-draggable/domain/providers.mjs +5 -2
- package/esm2022/f-draggable/f-draggable-base.mjs +1 -1
- package/esm2022/f-draggable/f-draggable.directive.mjs +49 -98
- 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/node-drag-to-parent-finalize/node-drag-to-parent-finalize.execution.mjs +4 -2
- package/esm2022/f-draggable/node/node-drag-to-parent-preparation/node-drag-to-parent-preparation.execution.mjs +4 -3
- package/esm2022/f-draggable/node/node-drag-to-parent.drag-handler.mjs +4 -4
- package/esm2022/f-draggable/node/node-move-finalize/node-move-finalize.execution.mjs +4 -4
- package/esm2022/f-draggable/node/node-move-preparation/node-move-preparation.execution.mjs +2 -2
- 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-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 +15 -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/i-has-host-element.mjs +1 -1
- 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/f-path/i-connection-path.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/providers.d.ts +1 -1
- package/f-draggable/connections/reassign-connection/reassign-connection.drag-handler.d.ts +3 -3
- package/f-draggable/domain/index.d.ts +1 -0
- package/f-draggable/domain/is-connection-under-node/f-node-intersected-with-connections.d.ts +5 -0
- package/f-draggable/domain/is-connection-under-node/index.d.ts +4 -0
- package/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.d.ts +19 -0
- package/f-draggable/domain/is-connection-under-node/is-connection-under-node.validator.d.ts +9 -0
- package/f-draggable/domain/providers.d.ts +2 -1
- 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/create-move-nodes-drag-model-from-selection/providers.d.ts +1 -1
- package/f-draggable/node/node-drag-to-parent.drag-handler.d.ts +2 -2
- 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 +6 -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 +4109 -3168
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/i-has-host-element.d.ts +2 -2
- 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/is-connection-under-node/index.d.ts +0 -1
- package/domain/is-connection-under-node/is-connection-under-node.execution.d.ts +0 -20
- 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/is-connection-under-node/index.mjs +0 -2
- package/esm2022/domain/is-connection-under-node/is-connection-under-node.execution.mjs +0 -75
- package/esm2022/domain/is-connection-under-node/is-connection-under-node.request.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
- /package/{domain → f-draggable/domain}/is-connection-under-node/is-connection-under-node.request.d.ts +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { MinimapCalculateSvgScaleAndViewBoxRequest } from './minimap-calculate-svg-scale-and-view-box.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import { IFMinimapScaleAndViewBox } from './i-f-minimap-scale-and-view-box';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MinimapCalculateSvgScaleAndViewBoxExecution implements IExecution<MinimapCalculateSvgScaleAndViewBoxRequest, IFMinimapScaleAndViewBox> {
|
|
6
|
+
private _fMediator;
|
|
7
|
+
private _fComponentStore;
|
|
8
|
+
private get _fFlow();
|
|
9
|
+
private get _fCanvas();
|
|
10
|
+
handle(request: MinimapCalculateSvgScaleAndViewBoxRequest): IFMinimapScaleAndViewBox;
|
|
11
|
+
private _getScaledNodesBoundingBox;
|
|
12
|
+
private _calculateNodesBoundingBox;
|
|
13
|
+
private _convertFromGlobalToFlowRect;
|
|
14
|
+
private _convertRectToMinimapScale;
|
|
15
|
+
private _getMinimapRect;
|
|
16
|
+
private _calculateViewScale;
|
|
17
|
+
private _calculateViewBox;
|
|
18
|
+
private _calculateViewSize;
|
|
19
|
+
private _calculateCenteredViewBox;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MinimapCalculateSvgScaleAndViewBoxExecution, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MinimapCalculateSvgScaleAndViewBoxExecution>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MinimapCalculateViewBoxRequest } from './minimap-calculate-view-box.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import { IRect } from '@foblex/2d';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MinimapCalculateViewBoxExecution implements IExecution<MinimapCalculateViewBoxRequest, IRect> {
|
|
6
|
+
private _fComponentStore;
|
|
7
|
+
private get _fFlow();
|
|
8
|
+
private get _fCanvas();
|
|
9
|
+
handle(request: MinimapCalculateViewBoxRequest): IRect;
|
|
10
|
+
private _getRectForMinimapView;
|
|
11
|
+
private _calculateViewBox;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MinimapCalculateViewBoxExecution, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MinimapCalculateViewBoxExecution>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MinimapDrawNodesRequest } from './minimap-draw-nodes.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MinimapDrawNodesExecution implements IExecution<MinimapDrawNodesRequest, SVGRectElement[]> {
|
|
5
|
+
private _fBrowser;
|
|
6
|
+
private _fComponentStore;
|
|
7
|
+
private get _fFlow();
|
|
8
|
+
private get _fNodes();
|
|
9
|
+
private get _fCanvas();
|
|
10
|
+
handle(request: MinimapDrawNodesRequest): SVGRectElement[];
|
|
11
|
+
private _createMinimapNodeElements;
|
|
12
|
+
private _createNodeElement;
|
|
13
|
+
private _getNodeRect;
|
|
14
|
+
private _getNodeRectInFlow;
|
|
15
|
+
private _applyClassList;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MinimapDrawNodesExecution, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MinimapDrawNodesExecution>;
|
|
18
|
+
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
import { CalculateFlowPointFromMinimapPointExecution } from './calculate-flow-point-from-minimap-point';
|
|
2
|
-
|
|
2
|
+
import { MinimapDrawNodesExecution } from './minimap-draw-nodes';
|
|
3
|
+
import { MinimapCalculateViewBoxExecution } from './minimap-calculate-view-box';
|
|
4
|
+
import { MinimapCalculateSvgScaleAndViewBoxExecution } from './minimap-calculate-svg-scale-and-view-box';
|
|
5
|
+
export declare const F_MINIMAP_DRAG_AND_DROP_PROVIDERS: (typeof CalculateFlowPointFromMinimapPointExecution | typeof import("./minimap-drag-preparation").MinimapDragPreparationExecution | typeof import("./minimap-drag-preparation").MinimapDragPreparationValidator | typeof import("./minimap-drag-finalize").MinimapDragFinalizeExecution | typeof import("./minimap-drag-finalize").MinimapDragFinalizeValidator | typeof MinimapDrawNodesExecution | typeof MinimapCalculateViewBoxExecution | typeof MinimapCalculateSvgScaleAndViewBoxExecution)[];
|
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import { FComponentsStore } from '../f-storage';
|
|
3
|
-
import { BrowserService } from '@foblex/platform';
|
|
4
1
|
import * as i0 from "@angular/core";
|
|
5
2
|
export declare class FMinimapCanvasDirective {
|
|
6
|
-
private
|
|
7
|
-
private
|
|
8
|
-
private fBrowser;
|
|
3
|
+
private _fMediator;
|
|
4
|
+
private _elementReference;
|
|
9
5
|
get hostElement(): SVGGElement;
|
|
10
|
-
private get flowHost();
|
|
11
|
-
private get flowScale();
|
|
12
|
-
constructor(elementReference: ElementRef<SVGGElement>, fComponentsStore: FComponentsStore, fBrowser: BrowserService);
|
|
13
6
|
redraw(): void;
|
|
14
|
-
private
|
|
15
|
-
private renderNode;
|
|
16
|
-
private configureNodeElement;
|
|
17
|
-
private getNodeRect;
|
|
18
|
-
private setElementAttributes;
|
|
19
|
-
private applyClassList;
|
|
7
|
+
private _clearCanvas;
|
|
20
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapCanvasDirective, never>;
|
|
21
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FMinimapCanvasDirective, "g[fMinimapCanvas]", never, {}, {}, never, never, false, never>;
|
|
22
10
|
}
|
|
@@ -1,28 +1,12 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import { FComponentsStore } from '../f-storage';
|
|
3
|
-
import { FMediator } from '@foblex/mediator';
|
|
4
1
|
import { FMinimapData } from './domain';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
3
|
export declare class FMinimapFlowDirective {
|
|
7
|
-
private elementReference;
|
|
8
|
-
private fMediator;
|
|
9
|
-
private fComponentsStore;
|
|
10
|
-
model: FMinimapData;
|
|
11
4
|
fMinSize: number;
|
|
12
|
-
private
|
|
5
|
+
private _fMediator;
|
|
6
|
+
private _elementReference;
|
|
13
7
|
get hostElement(): SVGSVGElement;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private getProcessedNodesRect;
|
|
17
|
-
private getNodesRect;
|
|
18
|
-
private getMinimapRect;
|
|
19
|
-
private normalizeRect;
|
|
20
|
-
private ensureMinimumSize;
|
|
21
|
-
private calculateViewScale;
|
|
22
|
-
private calculateViewBox;
|
|
23
|
-
private calculateViewSize;
|
|
24
|
-
private calculateCenteredViewBox;
|
|
25
|
-
private setViewBox;
|
|
8
|
+
model: FMinimapData;
|
|
9
|
+
redraw(): void;
|
|
26
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapFlowDirective, never>;
|
|
27
11
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FMinimapFlowDirective, "svg[fMinimapFlow]", never, { "fMinSize": { "alias": "fMinSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
12
|
}
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import { FComponentsStore } from '../f-storage';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class FMinimapViewDirective {
|
|
5
|
-
private
|
|
6
|
-
private
|
|
7
|
-
get hostElement():
|
|
8
|
-
|
|
9
|
-
constructor(elementReference: ElementRef<SVGRectElement>, fComponentsStore: FComponentsStore);
|
|
10
|
-
update(): void;
|
|
11
|
-
private setAttributes;
|
|
3
|
+
private _fMediator;
|
|
4
|
+
private _elementReference;
|
|
5
|
+
get hostElement(): SVGGElement;
|
|
6
|
+
redraw(): void;
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapViewDirective, never>;
|
|
13
8
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FMinimapViewDirective, "rect[fMinimapView]", never, {}, {}, never, never, false, never>;
|
|
14
9
|
}
|
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
2
|
-
import { FMediator } from '@foblex/mediator';
|
|
1
|
+
import { AfterViewInit } from "@angular/core";
|
|
3
2
|
import { FMinimapFlowDirective } from './f-minimap-flow.directive';
|
|
4
3
|
import { FMinimapCanvasDirective } from './f-minimap-canvas.directive';
|
|
5
4
|
import { FMinimapViewDirective } from './f-minimap-view.directive';
|
|
6
5
|
import { IPointerEvent } from '@foblex/drag-toolkit';
|
|
7
6
|
import { IFDragAndDropPlugin } from '../f-draggable';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class FMinimapComponent implements AfterViewInit,
|
|
10
|
-
private
|
|
11
|
-
private
|
|
12
|
-
private
|
|
8
|
+
export declare class FMinimapComponent implements AfterViewInit, IFDragAndDropPlugin {
|
|
9
|
+
private _destroyRef;
|
|
10
|
+
private _fMediator;
|
|
11
|
+
private _fBrowser;
|
|
13
12
|
fMinimapCanvas: FMinimapCanvasDirective;
|
|
14
13
|
fMinimapFlow: FMinimapFlowDirective;
|
|
15
14
|
fMinimapView: FMinimapViewDirective;
|
|
16
15
|
fMinSize: number;
|
|
17
|
-
constructor(elementReference: ElementRef<HTMLElement>, fMediator: FMediator);
|
|
18
16
|
ngAfterViewInit(): void;
|
|
19
|
-
private
|
|
20
|
-
private
|
|
17
|
+
private _listenTransformChanges;
|
|
18
|
+
private _redraw;
|
|
21
19
|
onPointerDown(event: IPointerEvent): void;
|
|
22
20
|
onPointerUp(event: IPointerEvent): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMinimapComponent, never>;
|
|
25
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<FMinimapComponent, "f-minimap", ["fComponent"], { "fMinSize": { "alias": "fMinSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
23
|
}
|
package/f-node/domain/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
2
|
import { IHasHostElement } from '../../i-has-host-element';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare const F_DRAG_HANDLE: InjectionToken<FDragHandleDirective>;
|
|
5
5
|
export declare class FDragHandleDirective implements IHasHostElement {
|
|
6
|
-
private
|
|
6
|
+
private _elementReference;
|
|
7
7
|
get hostElement(): HTMLElement;
|
|
8
|
-
constructor(elementReference: ElementRef<HTMLElement>);
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FDragHandleDirective, never>;
|
|
10
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FDragHandleDirective, "[fDragHandle]", never, {}, {}, never, never, false, never>;
|
|
11
10
|
}
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from "@angular/core";
|
|
2
2
|
import { IPoint, IRect, ISize } from '@foblex/2d';
|
|
3
3
|
import { FNodeBase } from './f-node-base';
|
|
4
|
-
import { FComponentsStore } from '../f-storage';
|
|
5
|
-
import { FConnectorBase } from '../f-connectors';
|
|
6
|
-
import { FMediator } from '@foblex/mediator';
|
|
7
4
|
import { BrowserService } from '@foblex/platform';
|
|
8
5
|
import { IHasHostElement } from '../i-has-host-element';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
10
7
|
export declare class FGroupDirective extends FNodeBase implements OnInit, AfterViewInit, IHasHostElement, OnDestroy {
|
|
11
8
|
private renderer;
|
|
12
|
-
private fComponentsStore;
|
|
13
|
-
private fMediator;
|
|
14
9
|
private fBrowser;
|
|
15
|
-
private subscriptions$;
|
|
16
10
|
fId: string;
|
|
17
11
|
fParentId: string | null | undefined;
|
|
18
12
|
set position(value: IPoint);
|
|
@@ -25,15 +19,14 @@ export declare class FGroupDirective extends FNodeBase implements OnInit, AfterV
|
|
|
25
19
|
fSelectionDisabled: boolean;
|
|
26
20
|
fIncludePadding: boolean;
|
|
27
21
|
fConnectOnNode: boolean;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
private _destroyRef;
|
|
23
|
+
private _fMediator;
|
|
24
|
+
constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fBrowser: BrowserService);
|
|
30
25
|
ngOnInit(): void;
|
|
31
26
|
protected setStyle(styleName: string, value: string): void;
|
|
32
27
|
redraw(): void;
|
|
33
28
|
ngAfterViewInit(): void;
|
|
34
|
-
private
|
|
35
|
-
addConnector(connector: FConnectorBase): void;
|
|
36
|
-
removeConnector(connector: FConnectorBase): void;
|
|
29
|
+
private _listenStateSizeChanges;
|
|
37
30
|
refresh(): void;
|
|
38
31
|
ngOnDestroy(): void;
|
|
39
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FGroupDirective, never>;
|
package/f-node/f-node-base.d.ts
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { EventEmitter, InjectionToken } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
2
|
import { IPoint, IRect, ISize } from '@foblex/2d';
|
|
4
|
-
import { IHasStateChanges } from '../i-has-state-changes';
|
|
5
3
|
import { FConnectorBase } from '../f-connectors';
|
|
6
4
|
import { IHasHostElement } from '../i-has-host-element';
|
|
7
5
|
import { ICanChangeSelection } from '../mixins';
|
|
6
|
+
import { FChannel } from '../reactivity';
|
|
8
7
|
export declare const F_NODE: InjectionToken<FNodeBase>;
|
|
9
8
|
declare const MIXIN_BASE: import("../mixins").Constructor<ICanChangeSelection> & import("../mixins").AbstractConstructor<ICanChangeSelection> & {
|
|
10
9
|
new (hostElement: HTMLElement): {
|
|
11
10
|
hostElement: HTMLElement;
|
|
12
11
|
};
|
|
13
12
|
};
|
|
14
|
-
export declare abstract class FNodeBase extends MIXIN_BASE implements
|
|
13
|
+
export declare abstract class FNodeBase extends MIXIN_BASE implements ICanChangeSelection, IHasHostElement {
|
|
15
14
|
abstract fId: string;
|
|
16
15
|
abstract fParentId: string | null | undefined;
|
|
17
|
-
readonly stateChanges:
|
|
16
|
+
readonly stateChanges: FChannel;
|
|
18
17
|
abstract positionChange: EventEmitter<IPoint>;
|
|
19
18
|
abstract position: IPoint;
|
|
20
19
|
protected _position: IPoint;
|
|
@@ -27,9 +26,7 @@ export declare abstract class FNodeBase extends MIXIN_BASE implements IHasStateC
|
|
|
27
26
|
fCanBeResizedByChild: boolean;
|
|
28
27
|
abstract fIncludePadding: boolean;
|
|
29
28
|
abstract refresh(): void;
|
|
30
|
-
|
|
31
|
-
abstract addConnector(connector: FConnectorBase): void;
|
|
32
|
-
abstract removeConnector(connector: FConnectorBase): void;
|
|
29
|
+
connectors: FConnectorBase[];
|
|
33
30
|
protected abstract setStyle(name: string, value: string): void;
|
|
34
31
|
isContains(element: HTMLElement | SVGElement): boolean;
|
|
35
32
|
redraw(): void;
|
|
@@ -37,5 +34,7 @@ export declare abstract class FNodeBase extends MIXIN_BASE implements IHasStateC
|
|
|
37
34
|
updateSize(value: ISize): void;
|
|
38
35
|
setClass(className: string): void;
|
|
39
36
|
removeClass(className: string): void;
|
|
37
|
+
addConnector(connector: FConnectorBase): void;
|
|
38
|
+
removeConnector(connector: FConnectorBase): void;
|
|
40
39
|
}
|
|
41
40
|
export {};
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from "@angular/core";
|
|
2
2
|
import { IPoint, IRect, ISize } from '@foblex/2d';
|
|
3
3
|
import { BrowserService } from '@foblex/platform';
|
|
4
|
-
import { FComponentsStore } from '../f-storage';
|
|
5
|
-
import { FConnectorBase } from '../f-connectors';
|
|
6
|
-
import { FMediator } from '@foblex/mediator';
|
|
7
4
|
import { FNodeBase } from './f-node-base';
|
|
8
5
|
import { IHasHostElement } from '../i-has-host-element';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
10
7
|
export declare class FNodeDirective extends FNodeBase implements OnInit, AfterViewInit, IHasHostElement, OnDestroy {
|
|
11
8
|
private renderer;
|
|
12
|
-
private fComponentsStore;
|
|
13
|
-
private fMediator;
|
|
14
9
|
private fBrowser;
|
|
15
|
-
private subscriptions$;
|
|
16
10
|
fId: string;
|
|
17
11
|
fParentId: string | null | undefined;
|
|
18
12
|
set position(value: IPoint);
|
|
@@ -25,15 +19,14 @@ export declare class FNodeDirective extends FNodeBase implements OnInit, AfterVi
|
|
|
25
19
|
fSelectionDisabled: boolean;
|
|
26
20
|
fIncludePadding: boolean;
|
|
27
21
|
fConnectOnNode: boolean;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
private _destroyRef;
|
|
23
|
+
private _fMediator;
|
|
24
|
+
constructor(elementReference: ElementRef<HTMLElement>, renderer: Renderer2, fBrowser: BrowserService);
|
|
30
25
|
ngOnInit(): void;
|
|
31
26
|
protected setStyle(styleName: string, value: string): void;
|
|
32
27
|
redraw(): void;
|
|
33
28
|
ngAfterViewInit(): void;
|
|
34
|
-
private
|
|
35
|
-
addConnector(connector: FConnectorBase): void;
|
|
36
|
-
removeConnector(connector: FConnectorBase): void;
|
|
29
|
+
private _listenStateSizeChanges;
|
|
37
30
|
refresh(): void;
|
|
38
31
|
ngOnDestroy(): void;
|
|
39
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeDirective, never>;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
2
|
import { EFResizeHandleType } from './e-f-resize-handle-type';
|
|
3
3
|
import { IHasHostElement } from '../../i-has-host-element';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const F_RESIZE_HANDLE: InjectionToken<FResizeHandleDirective>;
|
|
6
6
|
export declare class FResizeHandleDirective implements IHasHostElement {
|
|
7
|
-
private
|
|
8
|
-
|
|
9
|
-
set type(type: EFResizeHandleType);
|
|
10
|
-
get type(): EFResizeHandleType;
|
|
7
|
+
private _elementReference;
|
|
8
|
+
type: EFResizeHandleType;
|
|
11
9
|
get typeClass(): string;
|
|
12
10
|
get hostElement(): HTMLElement;
|
|
13
|
-
constructor(elementReference: ElementRef<HTMLElement>);
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FResizeHandleDirective, never>;
|
|
15
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FResizeHandleDirective, "[fResizeHandle]", never, { "type": { "alias": "fResizeHandleType"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
+
static ngAcceptInputType_type: unknown;
|
|
16
14
|
}
|
package/f-node/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class SelectionAreaDragHandle implements IDraggableItem {
|
|
|
12
12
|
private selectedByMove;
|
|
13
13
|
private get canvasPosition();
|
|
14
14
|
constructor(fComponentsStore: FComponentsStore, fSelectionArea: FSelectionAreaBase, fDraggableDataContext: FDraggableDataContext, fMediator: FMediator);
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
prepareDragSequence(): void;
|
|
16
|
+
onPointerMove(difference: IPoint): void;
|
|
17
|
+
onPointerUp(): void;
|
|
18
18
|
}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FSelectionAreaBase } from './f-selection-area-base';
|
|
3
3
|
import { IFDragAndDropPlugin } from '../f-draggable';
|
|
4
4
|
import { IPointerEvent } from '@foblex/drag-toolkit';
|
|
5
5
|
import { IRect } from '@foblex/2d';
|
|
6
|
-
import { FMediator } from '@foblex/mediator';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class FSelectionAreaComponent extends FSelectionAreaBase implements OnInit, IFDragAndDropPlugin {
|
|
9
|
-
private
|
|
10
|
-
private
|
|
8
|
+
private _fMediator;
|
|
9
|
+
private _elementReference;
|
|
11
10
|
get hostElement(): HTMLElement;
|
|
12
|
-
constructor(elementReference: ElementRef<HTMLElement>, fMediator: FMediator);
|
|
13
11
|
ngOnInit(): void;
|
|
14
12
|
hide(): void;
|
|
15
13
|
show(): void;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { ITransformModel } from '@foblex/2d';
|
|
3
1
|
import { FConnectionBase, FMarkerBase } from '../f-connection';
|
|
4
2
|
import { FFlowBase } from '../f-flow';
|
|
5
3
|
import { FCanvasBase } from '../f-canvas';
|
|
@@ -7,14 +5,13 @@ import { FBackgroundBase } from '../f-backgroud';
|
|
|
7
5
|
import { FNodeBase } from '../f-node';
|
|
8
6
|
import { FConnectorBase } from '../f-connectors';
|
|
9
7
|
import { FDraggableBase } from '../f-draggable';
|
|
8
|
+
import { FChannel } from '../reactivity';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class FComponentsStore {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
get componentsCount$(): Observable<void>;
|
|
11
|
+
readonly transformChanges$: FChannel;
|
|
12
|
+
readonly dataChanges$: FChannel;
|
|
13
|
+
readonly countChanges$: FChannel;
|
|
16
14
|
get flowHost(): HTMLElement;
|
|
17
|
-
get transform(): ITransformModel;
|
|
18
15
|
fFlow: FFlowBase | undefined;
|
|
19
16
|
fCanvas: FCanvasBase | undefined;
|
|
20
17
|
fBackground: FBackgroundBase | undefined;
|
|
@@ -27,10 +24,11 @@ export declare class FComponentsStore {
|
|
|
27
24
|
fInputs: FConnectorBase[];
|
|
28
25
|
fOutlets: FConnectorBase[];
|
|
29
26
|
fDraggable: FDraggableBase | undefined;
|
|
30
|
-
findNode(element: HTMLElement | SVGElement): FNodeBase | undefined;
|
|
31
27
|
addComponent<T>(collection: T[], component: T): void;
|
|
32
28
|
removeComponent<T>(collection: T[], component: T): void;
|
|
33
|
-
|
|
29
|
+
countChanged(): void;
|
|
30
|
+
dataChanged(): void;
|
|
31
|
+
transformChanged(): void;
|
|
34
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FComponentsStore, never>;
|
|
35
33
|
static ɵprov: i0.ɵɵInjectableDeclaration<FComponentsStore>;
|
|
36
34
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IExecution } from '@foblex/mediator';
|
|
2
|
+
import { ListenDataChangesRequest } from './listen-data-changes-request';
|
|
3
|
+
import { FChannelHub } from '../../../reactivity';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ListenDataChangesExecution implements IExecution<ListenDataChangesRequest, FChannelHub> {
|
|
6
|
+
private _fComponentsStore;
|
|
7
|
+
handle(request: ListenDataChangesRequest): FChannelHub;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListenDataChangesExecution, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ListenDataChangesExecution>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IExecution } from '@foblex/mediator';
|
|
2
|
+
import { ListenCountChangesRequest } from './listen-count-changes-request';
|
|
3
|
+
import { FChannelHub } from '../../../reactivity';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ListenCountChangesExecution implements IExecution<ListenCountChangesRequest, FChannelHub> {
|
|
6
|
+
private _fComponentsStore;
|
|
7
|
+
handle(request: ListenCountChangesRequest): FChannelHub;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListenCountChangesExecution, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ListenCountChangesExecution>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ListenTransformChangesRequest } from './listen-transform-changes.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import { FChannelHub } from '../../../reactivity';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ListenTransformChangesExecution implements IExecution<ListenTransformChangesRequest, FChannelHub> {
|
|
6
|
+
private _fComponentsStore;
|
|
7
|
+
handle(request: ListenTransformChangesRequest): FChannelHub;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListenTransformChangesExecution, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ListenTransformChangesExecution>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IExecution } from '@foblex/mediator';
|
|
2
|
+
import { NotifyDataChangedRequest } from './notify-data-changed-request';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NotifyDataChangedExecution implements IExecution<NotifyDataChangedRequest, void> {
|
|
5
|
+
private _fComponentsStore;
|
|
6
|
+
handle(request: NotifyDataChangedRequest): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotifyDataChangedExecution, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotifyDataChangedExecution>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NotifyTransformChangedRequest } from './notify-transform-changed.request';
|
|
2
|
+
import { IExecution } from '@foblex/mediator';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NotifyTransformChangedExecution implements IExecution<NotifyTransformChangedRequest, void> {
|
|
5
|
+
private _fComponentsStore;
|
|
6
|
+
handle(request: NotifyTransformChangedRequest): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotifyTransformChangedExecution, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotifyTransformChangedExecution>;
|
|
9
|
+
}
|
package/f-storage/index.d.ts
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
export * from './features/notify-data-changed';
|
|
2
|
+
export * from './features/listen-components-data-changed';
|
|
3
|
+
export * from './features/listen-count-changes';
|
|
4
|
+
export * from './features/listen-transform-changes';
|
|
5
|
+
export * from './features/notify-transform-changed';
|
|
1
6
|
export * from './f-components-store';
|
|
2
|
-
export * from './
|
|
7
|
+
export * from './providers';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotifyDataChangedExecution } from './features/notify-data-changed';
|
|
2
|
+
import { ListenDataChangesExecution } from './features/listen-components-data-changed';
|
|
3
|
+
import { FComponentsStore } from './f-components-store';
|
|
4
|
+
import { ListenCountChangesExecution } from './features/listen-count-changes';
|
|
5
|
+
import { ListenTransformChangesExecution } from './features/listen-transform-changes';
|
|
6
|
+
import { NotifyTransformChangedExecution } from './features/notify-transform-changed';
|
|
7
|
+
export declare const F_STORAGE_PROVIDERS: (typeof NotifyDataChangedExecution | typeof FComponentsStore | typeof ListenDataChangesExecution | typeof ListenCountChangesExecution | typeof ListenTransformChangesExecution | typeof NotifyTransformChangedExecution)[];
|
package/f-zoom/f-zoom-base.d.ts
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
import { IPoint } from '@foblex/2d';
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
|
-
import { FComponentsStore } from '../f-storage';
|
|
4
3
|
export declare const F_ZOOM: InjectionToken<FZoomBase>;
|
|
5
4
|
export declare abstract class FZoomBase {
|
|
6
|
-
protected fComponentsStore: FComponentsStore;
|
|
7
5
|
protected isEnabled: boolean;
|
|
8
6
|
abstract minimum: number;
|
|
9
7
|
abstract maximum: number;
|
|
10
8
|
abstract step: number;
|
|
11
9
|
abstract dblClickStep: number;
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
private get
|
|
15
|
-
|
|
10
|
+
private _listeners;
|
|
11
|
+
private _fMediator;
|
|
12
|
+
private get _fFlowHostElement();
|
|
13
|
+
private get _fCanvas();
|
|
14
|
+
private get _isDragStarted();
|
|
16
15
|
protected toggleZoom(): void;
|
|
17
|
-
private
|
|
16
|
+
private _subscribe;
|
|
18
17
|
getScale(): number;
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private
|
|
18
|
+
private _onWheel;
|
|
19
|
+
private _onDoubleClick;
|
|
20
|
+
private _onZoomToCenter;
|
|
22
21
|
zoomIn(position?: IPoint): void;
|
|
23
22
|
zoomOut(position?: IPoint): void;
|
|
24
23
|
reset(): void;
|
|
25
|
-
protected
|
|
24
|
+
protected dispose(): void;
|
|
26
25
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy } from "@angular/core";
|
|
2
2
|
import { FZoomBase } from './f-zoom-base';
|
|
3
|
-
import { FComponentsStore } from '../f-storage';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class FZoomDirective extends FZoomBase implements AfterViewInit, OnDestroy {
|
|
6
5
|
get fFlowZoom(): boolean;
|
|
@@ -9,7 +8,6 @@ export declare class FZoomDirective extends FZoomBase implements AfterViewInit,
|
|
|
9
8
|
maximum: number;
|
|
10
9
|
step: number;
|
|
11
10
|
dblClickStep: number;
|
|
12
|
-
constructor(fComponentsStore: FComponentsStore);
|
|
13
11
|
ngAfterViewInit(): void;
|
|
14
12
|
ngOnDestroy(): void;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FZoomDirective, never>;
|