@foblex/flow 17.7.1 → 17.8.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-pattern-to-background/add-pattern-to-background.execution.d.ts +2 -2
- package/domain/f-background/remove-background-from-store/remove-background-from-store.execution.d.ts +1 -1
- package/domain/f-canvas/providers.d.ts +1 -1
- package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior-request.d.ts +12 -0
- package/domain/f-connection/calculate-connection-line-by-behavior/{calculate-connection-line-by-behavior.execution.d.ts → calculate-connection-line-by-behavior.d.ts} +4 -4
- package/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.d.ts +2 -2
- package/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.d.ts +2 -2
- package/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.d.ts +2 -2
- package/domain/f-connection/calculate-connection-line-by-behavior/index.d.ts +2 -2
- package/domain/f-connection/providers.d.ts +2 -2
- package/domain/f-connection/redraw-connections/redraw-connections.execution.d.ts +2 -2
- package/domain/f-connectors/add-input-to-store/add-input-to-store-request.d.ts +2 -2
- package/domain/f-connectors/add-input-to-store/add-input-to-store.d.ts +12 -0
- package/domain/f-connectors/add-input-to-store/index.d.ts +1 -1
- package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.d.ts +2 -2
- package/domain/f-connectors/add-outlet-to-store/{add-outlet-to-store.execution.d.ts → add-outlet-to-store.d.ts} +5 -5
- package/domain/f-connectors/add-outlet-to-store/index.d.ts +1 -1
- package/domain/f-connectors/add-output-to-store/add-output-to-store-request.d.ts +2 -2
- package/domain/f-connectors/add-output-to-store/{add-output-to-store.execution.d.ts → add-output-to-store.d.ts} +5 -5
- package/domain/f-connectors/add-output-to-store/index.d.ts +1 -1
- package/domain/f-connectors/{find-closest-connector/find-closest-connector.request.d.ts → calculate-closest-connector/calculate-closest-connector-request.d.ts} +3 -3
- package/domain/f-connectors/calculate-closest-connector/calculate-closest-connector.d.ts +16 -0
- package/domain/f-connectors/calculate-closest-connector/index.d.ts +2 -0
- package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.d.ts +3 -3
- package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.d.ts +2 -2
- package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.d.ts +2 -2
- package/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.request.d.ts +2 -2
- package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.d.ts +2 -2
- package/domain/f-connectors/get-connector-and-rect/{get-connector-and-rect.execution.d.ts → get-connector-and-rect.d.ts} +4 -4
- package/domain/f-connectors/get-connector-and-rect/index.d.ts +1 -1
- package/domain/f-connectors/index.d.ts +1 -1
- package/domain/f-connectors/mark-connectable-connectors/index.d.ts +2 -2
- package/domain/f-connectors/mark-connectable-connectors/{mark-connectable-connectors.request.d.ts → mark-connectable-connectors-request.d.ts} +2 -2
- package/domain/f-connectors/mark-connectable-connectors/{mark-connectable-connectors.execution.d.ts → mark-connectable-connectors.d.ts} +5 -5
- package/domain/f-connectors/providers.d.ts +11 -11
- package/domain/f-connectors/remove-input-from-store/index.d.ts +1 -1
- package/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.d.ts +2 -2
- package/domain/f-connectors/remove-input-from-store/{remove-input-from-store.execution.d.ts → remove-input-from-store.d.ts} +4 -4
- package/domain/f-connectors/unmark-connectable-connectors/index.d.ts +2 -2
- package/domain/f-connectors/unmark-connectable-connectors/{unmark-connectable-connectors.request.d.ts → unmark-connectable-connectors-request.d.ts} +2 -2
- package/domain/f-connectors/unmark-connectable-connectors/{unmark-connectable-connectors.execution.d.ts → unmark-connectable-connectors.d.ts} +5 -5
- package/domain/f-draggable/providers.d.ts +1 -1
- package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +2 -2
- package/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.d.ts +1 -1
- package/domain/f-flow/get-flow-state/providers.d.ts +1 -1
- package/domain/f-flow/providers.d.ts +1 -1
- package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.d.ts +1 -1
- package/domain/i-map.d.ts +1 -3
- package/domain/providers.d.ts +1 -1
- package/esm2022/domain/css-cls.mjs +2 -2
- package/esm2022/domain/f-background/add-background-to-store/add-background-to-store-request.mjs +1 -1
- package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.execution.mjs +8 -8
- package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.mjs +1 -1
- package/esm2022/domain/f-background/providers.mjs +2 -2
- package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store-request.mjs +1 -1
- package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store.execution.mjs +2 -2
- package/esm2022/domain/f-background/set-background-transform/set-background-transform-request.mjs +1 -1
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.mjs +1 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node-request.mjs +1 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +1 -1
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow-request.mjs +1 -1
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +1 -1
- package/esm2022/domain/f-canvas/get-canvas/get-canvas.execution.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position-request.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position.execution.mjs +1 -1
- package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.mjs +1 -1
- package/esm2022/domain/f-canvas/providers.mjs +2 -2
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.mjs +1 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +1 -1
- package/esm2022/domain/f-canvas/update-scale/update-scale-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior-request.mjs +16 -0
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.mjs +32 -0
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-center-behavior.mjs +4 -4
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/fixed-outbound-behavior.mjs +8 -4
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/floating-behavior.mjs +10 -10
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/index.mjs +3 -3
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers.execution.mjs +1 -1
- package/esm2022/domain/f-connection/providers.mjs +4 -4
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections-request.mjs +1 -1
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections.execution.mjs +9 -9
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store.execution.mjs +1 -1
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store-request.mjs +4 -4
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.mjs +25 -0
- package/esm2022/domain/f-connectors/add-input-to-store/index.mjs +2 -2
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.mjs +4 -4
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.mjs +25 -0
- package/esm2022/domain/f-connectors/add-outlet-to-store/index.mjs +2 -2
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store-request.mjs +4 -4
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.mjs +25 -0
- package/esm2022/domain/f-connectors/add-output-to-store/index.mjs +2 -2
- package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector-request.mjs +10 -0
- package/esm2022/domain/f-connectors/calculate-closest-connector/calculate-closest-connector.mjs +49 -0
- package/esm2022/domain/f-connectors/calculate-closest-connector/index.mjs +3 -0
- package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.mjs +9 -6
- package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.mjs +14 -14
- package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.mjs +4 -4
- package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.execution.mjs +8 -8
- package/esm2022/domain/f-connectors/get-all-can-be-connected-source-connectors-and-rects/get-all-can-be-connected-source-connectors-and-rects.request.mjs +4 -4
- package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.mjs +4 -4
- package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.mjs +31 -0
- package/esm2022/domain/f-connectors/get-connector-and-rect/index.mjs +2 -2
- package/esm2022/domain/f-connectors/index.mjs +2 -2
- package/esm2022/domain/f-connectors/mark-connectable-connectors/index.mjs +3 -3
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors-request.mjs +8 -0
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.mjs +30 -0
- package/esm2022/domain/f-connectors/providers.mjs +20 -20
- package/esm2022/domain/f-connectors/remove-input-from-store/index.mjs +2 -2
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.mjs +4 -4
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.mjs +25 -0
- package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.mjs +1 -1
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/index.mjs +3 -3
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors-request.mjs +8 -0
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.mjs +30 -0
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.mjs +1 -1
- package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +1 -1
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move-request.mjs +1 -1
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.execution.mjs +1 -1
- package/esm2022/domain/f-draggable/providers.mjs +2 -2
- package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +3 -3
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store-request.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow/get-flow.execution.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections.execution.mjs +5 -5
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes-request.mjs +1 -1
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.mjs +15 -9
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state.execution.mjs +2 -2
- package/esm2022/domain/f-flow/get-flow-state/providers.mjs +2 -2
- package/esm2022/domain/f-flow/providers.mjs +2 -2
- package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.mjs +1 -1
- package/esm2022/domain/f-line-alignment/providers.mjs +2 -2
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.mjs +3 -6
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections-request.mjs +1 -1
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.mjs +3 -6
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups-request.mjs +1 -1
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups.mjs +1 -1
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.mjs +1 -1
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.request.mjs +1 -1
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.mjs +2 -2
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.request.mjs +1 -1
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.mjs +1 -1
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.request.mjs +1 -1
- package/esm2022/domain/f-node/providers.mjs +3 -3
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store-request.mjs +1 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +1 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.mjs +1 -1
- package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +3 -3
- package/esm2022/domain/f-selection/get-current-selection/get-current-selection.execution.mjs +2 -2
- package/esm2022/domain/f-selection/providers.mjs +2 -2
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +1 -1
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.mjs +1 -1
- package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.mjs +1 -1
- package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store.execution.mjs +2 -2
- package/esm2022/domain/f-zoom/providers.mjs +2 -2
- package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store.execution.mjs +3 -3
- package/esm2022/domain/f-zoom/set-zoom/set-zoom-request.mjs +1 -1
- package/esm2022/domain/f-zoom/set-zoom/set-zoom.execution.mjs +1 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +1 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.request.mjs +1 -1
- package/esm2022/domain/get-element-rounded-rect/get-element-rounded-rect.execution.mjs +1 -1
- package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect.execution.mjs +1 -1
- package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect-request.mjs +1 -1
- package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect.execution.mjs +2 -2
- package/esm2022/domain/get-normalized-point/get-normalized-point-request.mjs +1 -1
- package/esm2022/domain/get-normalized-point/get-normalized-point.execution.mjs +1 -1
- package/esm2022/domain/i-map.mjs +1 -1
- package/esm2022/domain/log-deprecated.mjs +1 -1
- package/esm2022/domain/log-execution-time.mjs +1 -1
- package/esm2022/domain/providers.mjs +2 -2
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.execution.mjs +2 -2
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.request.mjs +2 -3
- package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.execution.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.request.mjs +1 -1
- package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.execution.mjs +1 -1
- package/esm2022/drag-toolkit/drag-and-drop-base.mjs +3 -3
- package/esm2022/drag-toolkit/event.extensions.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-pointer-up-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-touch-down-event.mjs +1 -1
- package/esm2022/drag-toolkit/pointer-events/i-touch-move-event.mjs +1 -1
- package/esm2022/f-backgroud/f-background.component.mjs +4 -4
- package/esm2022/f-backgroud/f-circle-pattern/f-circle-pattern.component.mjs +7 -7
- package/esm2022/f-backgroud/f-rect-pattern/f-rect-pattern.component.mjs +7 -7
- package/esm2022/f-backgroud/index.mjs +1 -1
- package/esm2022/f-backgroud/providers.mjs +2 -2
- package/esm2022/f-canvas/f-canvas-base.mjs +1 -1
- package/esm2022/f-canvas/f-canvas.component.mjs +3 -3
- package/esm2022/f-connection/common/domain/calculate-center-between-points/calculate-center-between-points-request.mjs +1 -1
- package/esm2022/f-connection/common/domain/calculate-connection-center/calculate-connection-center-request.mjs +1 -1
- package/esm2022/f-connection/common/domain/calculate-connection-center/calculate-connection-center.handler.mjs +2 -2
- package/esm2022/f-connection/common/domain/f-bezier.path-builder.mjs +27 -11
- package/esm2022/f-connection/common/domain/f-segment.path-builder.mjs +43 -25
- package/esm2022/f-connection/common/domain/f-straight.path-builder.mjs +9 -3
- package/esm2022/f-connection/common/f-connection-base.mjs +36 -27
- package/esm2022/f-connection/common/f-connection-identifiers.mjs +2 -2
- package/esm2022/f-connection/common/f-connection-text/f-connection-text-path.directive.mjs +20 -30
- package/esm2022/f-connection/common/f-connection-text/f-connection-text.component.mjs +20 -33
- package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle-end.component.mjs +4 -4
- package/esm2022/f-connection/common/f-drag-handle/f-connection-drag-handle-start.component.mjs +4 -4
- package/esm2022/f-connection/common/f-gradient/f-connection-gradient.component.mjs +18 -28
- package/esm2022/f-connection/common/f-path/f-connection-path.component.mjs +16 -26
- package/esm2022/f-connection/common/f-selection/f-connection-selection.component.mjs +10 -20
- package/esm2022/f-connection/common/i-has-connection-color.mjs +1 -1
- package/esm2022/f-connection/common/i-has-connection-from-to.mjs +1 -1
- package/esm2022/f-connection/f-connection/f-connection.component.mjs +25 -26
- package/esm2022/f-connection/f-connection-builder/f-connection-builders.mjs +1 -1
- package/esm2022/f-connection/f-connection-builder/f-connection-factory.mjs +1 -1
- package/esm2022/f-connection/f-connection-builder/i-f-connection-builder-response.mjs +1 -1
- package/esm2022/f-connection/f-connection-center/f-connection-center.directive.mjs +21 -4
- package/esm2022/f-connection/f-connection-content/f-connection-content.mjs +96 -0
- package/esm2022/f-connection/f-connection-content/index.mjs +3 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/i-polyline-content.mjs +2 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/index.mjs +6 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-content-align.mjs +6 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-content-layout-engine.mjs +29 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-content-place.mjs +65 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/i-sampler-result.mjs +2 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/i-tangent.mjs +2 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/index.mjs +5 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/polyline-sampler.mjs +143 -0
- package/esm2022/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/polyline.mjs +68 -0
- package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +17 -21
- package/esm2022/f-connection/f-marker/f-marker-base.mjs +2 -8
- package/esm2022/f-connection/f-marker/f-marker.directive.mjs +13 -22
- package/esm2022/f-connection/f-snap-connection/f-snap-connection.component.mjs +17 -21
- package/esm2022/f-connection/index.mjs +2 -1
- package/esm2022/f-connection/providers.mjs +3 -3
- package/esm2022/f-connectors/f-connector-base.mjs +1 -1
- package/esm2022/f-connectors/f-node-input/f-node-input-base.mjs +2 -2
- package/esm2022/f-connectors/f-node-input/f-node-input.directive.mjs +35 -33
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet-base.mjs +6 -6
- package/esm2022/f-connectors/f-node-outlet/f-node-outlet.directive.mjs +23 -26
- package/esm2022/f-connectors/f-node-output/f-node-output-base.mjs +4 -4
- package/esm2022/f-connectors/f-node-output/f-node-output.directive.mjs +31 -33
- package/esm2022/f-connectors/f-source-connector-base.mjs +11 -0
- package/esm2022/f-connectors/index.mjs +2 -1
- package/esm2022/f-connectors/providers.mjs +2 -2
- package/esm2022/f-draggable/domain/f-drag-started-event.mjs +4 -2
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +1 -1
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.mjs +1 -1
- package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.request.mjs +1 -1
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.mjs +7 -7
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.mjs +1 -1
- package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.mjs +2 -2
- package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.mjs +1 -1
- package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.execution.mjs +1 -1
- package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.mjs +20 -18
- package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.execution.mjs +2 -2
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.execution.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.execution.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.execution.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.mjs +38 -36
- package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.execution.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.mjs +23 -21
- package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.event.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.mjs +6 -6
- package/esm2022/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.mjs +5 -5
- package/esm2022/f-draggable/f-connection/f-reassign-connection/i-f-reassign-handler.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.execution.mjs +5 -5
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.mjs +3 -3
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +1 -1
- package/esm2022/f-draggable/f-drag-blocker.directive.mjs +2 -2
- package/esm2022/f-draggable/f-drag-handler/i-f-drag-handler.mjs +1 -1
- package/esm2022/f-draggable/f-draggable-base.mjs +3 -10
- package/esm2022/f-draggable/f-draggable.directive.mjs +32 -36
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize.mjs +1 -1
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation.mjs +1 -1
- package/esm2022/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.mjs +12 -19
- package/esm2022/f-draggable/f-drop-to-group/providers.mjs +2 -2
- package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer-request.mjs +1 -1
- package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer.mjs +13 -7
- package/esm2022/f-draggable/f-node-move/connection-drag-handlers/base-connection.drag-handler.mjs +4 -4
- package/esm2022/f-draggable/f-node-move/constraint/drag-constraint-pipeline.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/constraint/expand-rect-from-baseline.mjs +5 -3
- package/esm2022/f-draggable/f-node-move/constraint/rect-constraint.mjs +3 -2
- package/esm2022/f-draggable/f-node-move/constraint/snap-to-grid.mjs +3 -3
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-response.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits.mjs +3 -3
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-drag-limits.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-soft-limit.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection.mjs +8 -11
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/create-input-connection-handler-and-set-to-node-handler.mjs +5 -5
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/create-output-connection-handler-and-set-to-node-handler.mjs +5 -5
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-response.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings.mjs +2 -2
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/providers.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/create-snap-lines/snap-lines.drag-handler.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/f-move-nodes.event.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/move-drag-handler.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.mjs +2 -2
- package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/move-preparation/f-node-move-preparation.execution.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/move-preparation/f-node-move-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-node-move/move-summary-drag-handler.mjs +2 -2
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints.mjs +3 -2
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints.mjs +15 -13
- package/esm2022/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits.mjs +2 -2
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-constraint.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-limit.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-limits.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/node-resize.drag-handler.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/resize-finalize/node-resize-finalize-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/resize-finalize/node-resize-finalize.mjs +2 -2
- package/esm2022/f-draggable/f-node-resize/resize-preparation/node-resize-preparation-request.mjs +1 -1
- package/esm2022/f-draggable/f-node-resize/resize-preparation/node-resize-preparation.mjs +2 -2
- package/esm2022/f-draggable/f-node-rotate/calculate-difference-after-rotation.mjs +1 -1
- package/esm2022/f-draggable/f-node-rotate/f-node-rotate.drag-handler.mjs +4 -4
- package/esm2022/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.execution.mjs +5 -4
- package/esm2022/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.request.mjs +1 -1
- package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.execution.mjs +29 -17
- package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.request.mjs +1 -1
- package/esm2022/f-draggable/f-single-select/f-single-select.execution.mjs +1 -1
- package/esm2022/f-draggable/f-single-select/f-single-select.request.mjs +1 -1
- package/esm2022/f-draggable/i-f-drag-and-drop-plugin.mjs +1 -1
- package/esm2022/f-draggable/index.mjs +1 -1
- package/esm2022/f-draggable/providers.mjs +2 -2
- package/esm2022/f-external-item/domain/constraint/external-rect-constraint.mjs +3 -3
- package/esm2022/f-external-item/domain/create-placeholder/f-external-item-create-placeholder.execution.mjs +1 -1
- package/esm2022/f-external-item/domain/create-preview/f-external-item-create-preview.execution.mjs +2 -2
- package/esm2022/f-external-item/domain/f-create-node.event.mjs +1 -1
- package/esm2022/f-external-item/domain/f-external-item.drag-handler.mjs +2 -2
- package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.execution.mjs +9 -10
- package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.request.mjs +1 -1
- package/esm2022/f-external-item/domain/preparation/f-external-item-preparation.execution.mjs +2 -2
- package/esm2022/f-external-item/domain/preparation/f-external-item-preparation.request.mjs +1 -1
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.execution.mjs +5 -5
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.mjs +1 -1
- package/esm2022/f-external-item/f-external-item-base.mjs +1 -1
- package/esm2022/f-external-item/f-external-item-placeholder.directive.mjs +5 -5
- package/esm2022/f-external-item/f-external-item-preview.directive.mjs +4 -4
- package/esm2022/f-external-item/f-external-item.directive.mjs +13 -20
- package/esm2022/f-external-item/f-external-item.service.mjs +3 -3
- package/esm2022/f-external-item/providers.mjs +2 -2
- package/esm2022/f-flow/f-flow.component.mjs +5 -5
- package/esm2022/f-flow/providers.mjs +2 -2
- package/esm2022/f-flow.module.mjs +3 -3
- package/esm2022/f-line-alignment/domain/snap-line-element.mjs +19 -15
- package/esm2022/f-line-alignment/domain/snap-line-service.mjs +16 -18
- package/esm2022/f-line-alignment/f-line-alignment.component.mjs +4 -4
- package/esm2022/f-line-alignment/providers.mjs +2 -2
- package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.execution.mjs +14 -18
- package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.request.mjs +1 -1
- package/esm2022/f-minimap/domain/f-minimap-data.mjs +1 -1
- package/esm2022/f-minimap/domain/f-minimap.drag-handler.mjs +25 -25
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.execution.mjs +2 -2
- package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.execution.mjs +9 -8
- package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.mjs +9 -11
- package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.request.mjs +1 -1
- package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.execution.mjs +26 -32
- package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.mjs +1 -1
- package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.mjs +2 -1
- package/esm2022/f-minimap/f-minimap-canvas.directive.mjs +2 -2
- package/esm2022/f-minimap/f-minimap-flow.directive.mjs +3 -3
- package/esm2022/f-minimap/f-minimap-view.directive.mjs +2 -2
- package/esm2022/f-minimap/f-minimap.component.mjs +1 -1
- package/esm2022/f-node/f-drag-handle.directive.mjs +3 -3
- package/esm2022/f-node/f-group.directive.mjs +6 -4
- package/esm2022/f-node/f-node-base.mjs +1 -1
- package/esm2022/f-node/f-node.directive.mjs +16 -14
- package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +5 -5
- package/esm2022/f-selection-area/domain/providers.mjs +2 -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-finalize/selection-area-finalize.request.mjs +1 -1
- package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +2 -2
- package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.mjs +1 -1
- package/esm2022/f-selection-area/domain/selection-area.drag-handle.mjs +1 -1
- package/esm2022/f-selection-area/f-selection-area.component.mjs +2 -2
- package/esm2022/f-selection-area/providers.mjs +2 -2
- package/esm2022/f-storage/f-components-store.mjs +1 -1
- package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes.execution.mjs +3 -4
- package/esm2022/f-storage/features/listen-count-changes/listen-count-changes.execution.mjs +3 -4
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.execution.mjs +2 -2
- package/esm2022/f-storage/features/notify-data-changed/notify-data-changed.execution.mjs +2 -2
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.execution.mjs +2 -2
- package/esm2022/f-zoom/f-zoom.directive.mjs +4 -4
- package/esm2022/f-zoom/providers.mjs +2 -2
- package/esm2022/mixins/change-selection/change-selection.mjs +5 -6
- package/esm2022/mixins/change-selection/i-selectable.mjs +1 -1
- package/esm2022/mixins/change-visibility/change-visibility.mjs +4 -3
- package/esm2022/mixins/constructor.mjs +1 -1
- package/esm2022/reactivity/debounce-time.mjs +2 -2
- package/esm2022/reactivity/f-channel-hub.mjs +1 -1
- package/esm2022/reactivity/f-channel.mjs +1 -1
- package/esm2022/reactivity/f-resize-channel.mjs +1 -1
- package/esm2022/reactivity/index.mjs +1 -2
- package/esm2022/reactivity/notify-on-start.mjs +1 -1
- package/esm2022/utils/index.mjs +2 -1
- package/esm2022/utils/infinity-min-max.mjs +2 -2
- package/esm2022/utils/string-attribute.mjs +4 -0
- package/f-backgroud/providers.d.ts +1 -1
- package/f-connection/common/domain/f-bezier.path-builder.d.ts +2 -2
- package/f-connection/common/domain/f-segment.path-builder.d.ts +7 -7
- package/f-connection/common/f-connection-base.d.ts +13 -11
- package/f-connection/common/f-connection-text/f-connection-text-path.directive.d.ts +6 -11
- package/f-connection/common/f-connection-text/f-connection-text.component.d.ts +6 -12
- package/f-connection/common/f-gradient/f-connection-gradient.component.d.ts +5 -10
- package/f-connection/common/f-path/f-connection-path.component.d.ts +2 -7
- package/f-connection/common/f-selection/f-connection-selection.component.d.ts +2 -6
- package/f-connection/common/i-has-connection-from-to.d.ts +3 -3
- package/f-connection/f-connection/f-connection.component.d.ts +6 -6
- package/f-connection/f-connection-builder/f-connection-builders.d.ts +1 -3
- package/f-connection/f-connection-builder/i-f-connection-builder-response.d.ts +1 -0
- package/f-connection/f-connection-center/f-connection-center.directive.d.ts +6 -1
- package/f-connection/f-connection-content/f-connection-content.d.ts +69 -0
- package/f-connection/f-connection-content/index.d.ts +2 -0
- package/f-connection/f-connection-content/polyline-content-engine/i-polyline-content.d.ts +9 -0
- package/f-connection/f-connection-content/polyline-content-engine/index.d.ts +5 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-content-align.d.ts +4 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-content-layout-engine.d.ts +21 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-content-place.d.ts +18 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/i-sampler-result.d.ts +11 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/i-tangent.d.ts +4 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/index.d.ts +4 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/polyline-sampler.d.ts +60 -0
- package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/polyline.d.ts +29 -0
- package/f-connection/f-connection-for-create/f-connection-for-create.component.d.ts +4 -6
- package/f-connection/f-marker/f-marker-base.d.ts +0 -3
- package/f-connection/f-marker/f-marker.directive.d.ts +4 -6
- package/f-connection/f-snap-connection/f-snap-connection.component.d.ts +4 -6
- package/f-connection/index.d.ts +1 -0
- package/f-connection/providers.d.ts +2 -2
- package/f-connectors/f-connector-base.d.ts +3 -2
- package/f-connectors/f-node-input/f-node-input-base.d.ts +3 -2
- package/f-connectors/f-node-input/f-node-input.directive.d.ts +8 -9
- package/f-connectors/f-node-outlet/f-node-outlet-base.d.ts +3 -3
- package/f-connectors/f-node-outlet/f-node-outlet.directive.d.ts +6 -8
- package/f-connectors/f-node-output/f-node-output-base.d.ts +4 -5
- package/f-connectors/f-node-output/f-node-output.directive.d.ts +7 -9
- package/f-connectors/f-source-connector-base.d.ts +7 -0
- package/f-connectors/index.d.ts +1 -0
- package/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.d.ts +1 -1
- package/f-draggable/domain/providers.d.ts +1 -1
- package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.d.ts +2 -2
- package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.d.ts +9 -9
- package/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.d.ts +5 -5
- package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.d.ts +4 -4
- package/f-draggable/f-connection/f-reassign-connection/f-reassign-source.drag-handler.d.ts +5 -5
- package/f-draggable/f-connection/f-reassign-connection/f-reassign-target.drag-handler.d.ts +5 -5
- package/f-draggable/f-connection/providers.d.ts +1 -1
- package/f-draggable/f-draggable-base.d.ts +7 -10
- package/f-draggable/f-draggable.directive.d.ts +10 -12
- package/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.d.ts +2 -6
- package/f-draggable/f-node-move/create-drag-model-from-selection/providers.d.ts +1 -1
- package/f-draggable/f-node-move/providers.d.ts +1 -1
- package/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints.d.ts +2 -2
- package/f-draggable/f-node-resize/resize-finalize/node-resize-finalize.d.ts +1 -1
- package/f-draggable/f-node-rotate/f-node-rotate.drag-handler.d.ts +1 -1
- package/f-draggable/f-node-rotate/providers.d.ts +1 -1
- package/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.execution.d.ts +1 -1
- package/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.execution.d.ts +1 -1
- package/f-draggable/providers.d.ts +1 -1
- package/f-external-item/domain/finalize/f-external-item-finalize.execution.d.ts +1 -1
- package/f-external-item/f-external-item-base.d.ts +3 -3
- package/f-external-item/f-external-item-placeholder.directive.d.ts +1 -1
- package/f-external-item/f-external-item-preview.directive.d.ts +1 -1
- package/f-external-item/f-external-item-token.d.ts +1 -1
- package/f-external-item/f-external-item.directive.d.ts +5 -6
- package/f-external-item/f-external-item.service.d.ts +1 -1
- package/f-line-alignment/domain/snap-line-element.d.ts +2 -3
- package/f-line-alignment/domain/snap-line-service.d.ts +3 -4
- package/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.execution.d.ts +5 -7
- package/f-minimap/domain/f-minimap.drag-handler.d.ts +10 -10
- package/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.execution.d.ts +3 -3
- package/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.execution.d.ts +1 -3
- package/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.execution.d.ts +7 -10
- package/f-minimap/providers.d.ts +1 -1
- package/f-node/f-node.directive.d.ts +2 -2
- package/f-node/f-resize-handle/f-resize-handle.directive.d.ts +1 -1
- package/f-node/providers.d.ts +1 -1
- package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.d.ts +2 -2
- package/f-storage/f-components-store.d.ts +1 -1
- package/f-storage/features/listen-components-data-changed/listen-data-changes.execution.d.ts +2 -2
- package/f-storage/features/listen-count-changes/listen-count-changes.execution.d.ts +2 -2
- package/f-storage/features/listen-transform-changes/listen-transform-changes.execution.d.ts +2 -2
- package/f-storage/features/notify-data-changed/notify-data-changed.execution.d.ts +2 -2
- package/f-storage/features/notify-transform-changed/notify-transform-changed.execution.d.ts +2 -2
- package/f-storage/providers.d.ts +1 -1
- package/fesm2022/foblex-flow.mjs +1411 -1018
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/package.json +1 -1
- package/reactivity/index.d.ts +0 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/index.js +1 -1
- package/schematics/ng-update/index.js.map +1 -1
- package/schematics/shared/foblex-dependencies.js +1 -1
- package/utils/index.d.ts +1 -0
- package/utils/infinity-min-max.d.ts +1 -1
- package/utils/string-attribute.d.ts +1 -0
- package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.d.ts +0 -12
- package/domain/f-connectors/add-input-to-store/add-input-to-store.execution.d.ts +0 -12
- package/domain/f-connectors/find-closest-connector/find-closest-connector.execution.d.ts +0 -16
- package/domain/f-connectors/find-closest-connector/index.d.ts +0 -2
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.execution.mjs +0 -32
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.mjs +0 -16
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store.execution.mjs +0 -25
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.mjs +0 -25
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.execution.mjs +0 -25
- package/esm2022/domain/f-connectors/find-closest-connector/find-closest-connector.execution.mjs +0 -47
- package/esm2022/domain/f-connectors/find-closest-connector/find-closest-connector.request.mjs +0 -10
- package/esm2022/domain/f-connectors/find-closest-connector/index.mjs +0 -3
- package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect.execution.mjs +0 -31
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.execution.mjs +0 -30
- package/esm2022/domain/f-connectors/mark-connectable-connectors/mark-connectable-connectors.request.mjs +0 -8
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store.execution.mjs +0 -25
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.execution.mjs +0 -30
- package/esm2022/domain/f-connectors/unmark-connectable-connectors/unmark-connectable-connectors.request.mjs +0 -8
- package/esm2022/reactivity/mediator-effect.mjs +0 -14
- package/reactivity/mediator-effect.d.ts +0 -2
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IPoint } from '@foblex/2d';
|
|
2
|
+
import { IPolylineContent } from './i-polyline-content';
|
|
3
|
+
import { PolylineContentPlace } from './polyline-content-place';
|
|
4
|
+
/**
|
|
5
|
+
* Engine that orchestrates positioning and orientation of all
|
|
6
|
+
* connection contents along a computed path.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ConnectionContentLayoutEngine {
|
|
9
|
+
private readonly _placement;
|
|
10
|
+
constructor(_placement?: PolylineContentPlace);
|
|
11
|
+
layout(line: {
|
|
12
|
+
point1: IPoint;
|
|
13
|
+
point2: IPoint;
|
|
14
|
+
}, builderResult: {
|
|
15
|
+
points?: IPoint[];
|
|
16
|
+
secondPoint: IPoint;
|
|
17
|
+
connectionCenter: IPoint;
|
|
18
|
+
penultimatePoint: IPoint;
|
|
19
|
+
}, contents: Iterable<IPolylineContent>): number;
|
|
20
|
+
private _createTransformString;
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IPolylineContent } from './i-polyline-content';
|
|
2
|
+
import { IPoint } from '@foblex/2d';
|
|
3
|
+
import { PolylineSampler } from './polyline-sampler';
|
|
4
|
+
/**
|
|
5
|
+
* Encapsulates placement logic for a single content item along the path.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PolylineContentPlace {
|
|
8
|
+
compute(sampler: PolylineSampler, content: IPolylineContent): {
|
|
9
|
+
position: IPoint;
|
|
10
|
+
rotationDeg: number;
|
|
11
|
+
};
|
|
12
|
+
private _clamp01;
|
|
13
|
+
private _applyEdgeGuard;
|
|
14
|
+
private _sizeAlongDirection;
|
|
15
|
+
private _normalize180;
|
|
16
|
+
private _keepUpright;
|
|
17
|
+
private _calculateContentRotation;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ITangent } from './i-tangent';
|
|
2
|
+
import { IPoint } from '@foblex/2d';
|
|
3
|
+
/** Result of sampling the path. */
|
|
4
|
+
export interface ISamplerResult {
|
|
5
|
+
/** Interpolated point on the polyline. */
|
|
6
|
+
point: IPoint;
|
|
7
|
+
/** Unit tangent (segment direction) at that point. */
|
|
8
|
+
tangent: ITangent;
|
|
9
|
+
/** Whether the result was clamped to the path edge (start or end). */
|
|
10
|
+
atEdge: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { IPoint } from '@foblex/2d';
|
|
2
|
+
import { ISamplerResult } from './i-sampler-result';
|
|
3
|
+
/**
|
|
4
|
+
* Provides sampling (interpolation) along a {@link Polyline}.
|
|
5
|
+
* Separates traversal logic from pure geometry stored in {@link Polyline}.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PolylineSampler {
|
|
8
|
+
private _polyline;
|
|
9
|
+
/**
|
|
10
|
+
* @param points Initial points to build the underlying polyline.
|
|
11
|
+
* You can later call {@link updatePoints} to rebuild.
|
|
12
|
+
*/
|
|
13
|
+
constructor(points?: IPoint[]);
|
|
14
|
+
/**
|
|
15
|
+
* Rebuild the underlying polyline from new points.
|
|
16
|
+
* @returns Total length of the rebuilt polyline.
|
|
17
|
+
*/
|
|
18
|
+
updatePoints(points: IPoint[]): number;
|
|
19
|
+
/**
|
|
20
|
+
* Backward-compatible alias for older API naming.
|
|
21
|
+
* @returns Total length of the rebuilt polyline.
|
|
22
|
+
*/
|
|
23
|
+
calculateTotalLength(points: IPoint[]): number;
|
|
24
|
+
/** Total length of the current polyline. */
|
|
25
|
+
get totalLength(): number;
|
|
26
|
+
/**
|
|
27
|
+
* Sample a point by normalized progress along the whole length.
|
|
28
|
+
*
|
|
29
|
+
* - `progress = 0` → start vertex
|
|
30
|
+
* - `progress = 1` → end vertex
|
|
31
|
+
*
|
|
32
|
+
* Uses a small edge threshold (0.5 units) to snap near-start/near-end queries to exact vertices,
|
|
33
|
+
* mirroring the behavior in the original implementation.
|
|
34
|
+
*
|
|
35
|
+
* @param progress Normalized value in [0..1]. Values are clamped to this range.
|
|
36
|
+
* @returns Interpolated point, segment tangent, and whether it was clamped to an edge.
|
|
37
|
+
*/
|
|
38
|
+
getPointAtProgress(progress: number): ISamplerResult;
|
|
39
|
+
/**
|
|
40
|
+
* Backward-compatible alias.
|
|
41
|
+
* Equivalent to {@link getPointAtProgress}.
|
|
42
|
+
*/
|
|
43
|
+
getPointAtLength(progress: number): ISamplerResult;
|
|
44
|
+
/**
|
|
45
|
+
* Sample a point by absolute distance from the start (in the same units as your points).
|
|
46
|
+
* This is a convenience wrapper over {@link getPointAtProgress}.
|
|
47
|
+
*
|
|
48
|
+
* @param distance Distance from 0 to {@link totalLength}. Values outside are clamped.
|
|
49
|
+
* @returns Interpolated point, segment tangent, and whether it was clamped to an edge.
|
|
50
|
+
*/
|
|
51
|
+
getPointAtDistance(distance: number): ISamplerResult;
|
|
52
|
+
/** Binary-search the first index where cumulativeLengths[index] >= target. */
|
|
53
|
+
private static _findRightIndex;
|
|
54
|
+
/** Linear interpolation between `a` and `b`. */
|
|
55
|
+
private static _lerp;
|
|
56
|
+
/** Clamp `value` into [min, max]. */
|
|
57
|
+
private static _clamp;
|
|
58
|
+
/** Safe ratio `num / den` with tiny-denominator guard. */
|
|
59
|
+
private static _safeRatio;
|
|
60
|
+
}
|
package/f-connection/f-connection-content/polyline-content-engine/polyline-sampler/polyline.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IPoint } from '@foblex/2d';
|
|
2
|
+
import { ITangent } from './i-tangent';
|
|
3
|
+
/**
|
|
4
|
+
* Immutable polyline geometry with precomputed cumulative lengths and segment tangents.
|
|
5
|
+
* Keep this class focused on geometry only; sampling/traversal lives in PolylineSampler.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Polyline {
|
|
8
|
+
/** Cleaned points (with consecutive duplicates removed). */
|
|
9
|
+
readonly points: IPoint[];
|
|
10
|
+
/** Cumulative length from start to each vertex. Same length as `points`. */
|
|
11
|
+
readonly cumulativeLengths: number[];
|
|
12
|
+
/** Unit tangent per segment `i` for segment [i -> i+1]. Length = points.length - 1. */
|
|
13
|
+
readonly segmentTangents: ITangent[];
|
|
14
|
+
/** Total length of the polyline (>= 1 for the degenerate fallback). */
|
|
15
|
+
readonly totalLength: number;
|
|
16
|
+
/**
|
|
17
|
+
* Construct a polyline from raw points.
|
|
18
|
+
* Consecutive duplicate points are removed.
|
|
19
|
+
* If less than 2 points remain, it falls back to a unit horizontal segment [0,0] → [1,0].
|
|
20
|
+
*/
|
|
21
|
+
constructor(points: IPoint[]);
|
|
22
|
+
/**
|
|
23
|
+
* Create a polyline by cloning points (defensive copy).
|
|
24
|
+
* @param points Raw input points; they will be copied and cleaned.
|
|
25
|
+
*/
|
|
26
|
+
static from(points: IPoint[]): Polyline;
|
|
27
|
+
/** Remove consecutive duplicate points. */
|
|
28
|
+
private static _removeConsecutiveDuplicates;
|
|
29
|
+
}
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EFConnectionBehavior } from '../common';
|
|
3
3
|
import { EFConnectionType } from '../common';
|
|
4
|
-
import { FConnectionFactory } from '../f-connection-builder';
|
|
5
4
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class FConnectionForCreateComponent extends FConnectionBase implements AfterViewInit, OnInit, OnChanges, OnDestroy {
|
|
8
7
|
fId: import("@angular/core").WritableSignal<string>;
|
|
9
8
|
fText: string;
|
|
10
9
|
fTextStartOffset: string;
|
|
11
|
-
fOutputId: string
|
|
12
|
-
fInputId: string
|
|
10
|
+
fOutputId: import("@angular/core").WritableSignal<string>;
|
|
11
|
+
fInputId: import("@angular/core").WritableSignal<string>;
|
|
13
12
|
fRadius: number;
|
|
14
13
|
fOffset: number;
|
|
15
14
|
fBehavior: EFConnectionBehavior;
|
|
16
15
|
fType: EFConnectionType | string;
|
|
17
16
|
get boundingElement(): HTMLElement | SVGElement;
|
|
18
17
|
private readonly _mediator;
|
|
19
|
-
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
20
18
|
ngOnInit(): void;
|
|
21
19
|
ngAfterViewInit(): void;
|
|
22
20
|
ngOnChanges(): void;
|
|
23
21
|
ngOnDestroy(): void;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionForCreateComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionForCreateComponent, "f-connection-for-create", never, { "fRadius": { "alias": "fRadius"; "required": false; }; "fOffset": { "alias": "fOffset"; "required": false; }; "fBehavior": { "alias": "fBehavior"; "required": false; }; "fType": { "alias": "fType"; "required": false; }; }, {}, never, ["*", "[fConnectionCenter]"], false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionForCreateComponent, "f-connection-for-create", never, { "fRadius": { "alias": "fRadius"; "required": false; }; "fOffset": { "alias": "fOffset"; "required": false; }; "fBehavior": { "alias": "fBehavior"; "required": false; }; "fType": { "alias": "fType"; "required": false; }; }, {}, never, ["*", "[fConnectionCenter]", "[fConnectionContent]"], false, never>;
|
|
26
24
|
static ngAcceptInputType_fRadius: unknown;
|
|
27
25
|
static ngAcceptInputType_fOffset: unknown;
|
|
28
26
|
static ngAcceptInputType_fBehavior: unknown;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
import { IHasHostElement } from '../../i-has-host-element';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare const F_MARKER: InjectionToken<unknown>;
|
|
5
4
|
export declare abstract class FMarkerBase implements IHasHostElement {
|
|
6
5
|
abstract hostElement: HTMLElement;
|
|
@@ -11,6 +10,4 @@ export declare abstract class FMarkerBase implements IHasHostElement {
|
|
|
11
10
|
abstract type: string;
|
|
12
11
|
abstract orient: 'auto' | 'auto-start-reverse' | string;
|
|
13
12
|
abstract markerUnits: 'strokeWidth' | 'userSpaceOnUse';
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FMarkerBase, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FMarkerBase, never, never, {}, {}, never, never, false, never>;
|
|
16
13
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FMarkerBase } from './f-marker-base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FMarkerDirective extends FMarkerBase implements OnInit, OnDestroy {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
readonly hostElement: any;
|
|
6
|
+
private readonly _mediator;
|
|
7
7
|
width: number;
|
|
8
8
|
height: number;
|
|
9
9
|
refX: number;
|
|
@@ -11,10 +11,8 @@ export declare class FMarkerDirective extends FMarkerBase implements OnInit, OnD
|
|
|
11
11
|
type: string;
|
|
12
12
|
orient: 'auto' | 'auto-start-reverse' | 'calculated' | string;
|
|
13
13
|
markerUnits: 'strokeWidth' | 'userSpaceOnUse';
|
|
14
|
-
private _fMediator;
|
|
15
|
-
constructor(elementReference: ElementRef<HTMLElement>);
|
|
16
14
|
ngOnInit(): void;
|
|
17
15
|
ngOnDestroy(): void;
|
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FMarkerDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FMarkerDirective, "svg[fMarker]", never, { "
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FMarkerDirective, "svg[fMarker]", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "refX": { "alias": "refX"; "required": false; }; "refY": { "alias": "refY"; "required": false; }; "type": { "alias": "type"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "markerUnits": { "alias": "markerUnits"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
18
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EFConnectionBehavior } from '../common';
|
|
3
3
|
import { EFConnectionType } from '../common';
|
|
4
|
-
import { FConnectionFactory } from '../f-connection-builder';
|
|
5
4
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class FSnapConnectionComponent extends FConnectionBase implements AfterViewInit, OnInit, OnChanges, OnDestroy {
|
|
@@ -9,21 +8,20 @@ export declare class FSnapConnectionComponent extends FConnectionBase implements
|
|
|
9
8
|
fText: string;
|
|
10
9
|
fTextStartOffset: string;
|
|
11
10
|
fSnapThreshold: number;
|
|
12
|
-
fOutputId: string
|
|
13
|
-
fInputId: string
|
|
11
|
+
fOutputId: import("@angular/core").WritableSignal<string>;
|
|
12
|
+
fInputId: import("@angular/core").WritableSignal<string>;
|
|
14
13
|
fRadius: number;
|
|
15
14
|
fOffset: number;
|
|
16
15
|
fBehavior: EFConnectionBehavior;
|
|
17
16
|
fType: EFConnectionType | string;
|
|
18
17
|
get boundingElement(): HTMLElement | SVGElement;
|
|
19
18
|
private readonly _mediator;
|
|
20
|
-
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
21
19
|
ngOnInit(): void;
|
|
22
20
|
ngAfterViewInit(): void;
|
|
23
21
|
ngOnChanges(): void;
|
|
24
22
|
ngOnDestroy(): void;
|
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FSnapConnectionComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FSnapConnectionComponent, "f-snap-connection", never, { "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; }; }, {}, never, ["*", "[fConnectionCenter]"], false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FSnapConnectionComponent, "f-snap-connection", never, { "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; }; }, {}, never, ["*", "[fConnectionCenter]", "[fConnectionContent]"], false, never>;
|
|
27
25
|
static ngAcceptInputType_fSnapThreshold: unknown;
|
|
28
26
|
static ngAcceptInputType_fRadius: unknown;
|
|
29
27
|
static ngAcceptInputType_fOffset: unknown;
|
package/f-connection/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './f-connection-for-create';
|
|
|
3
3
|
export * from './f-connection';
|
|
4
4
|
export * from './f-connection-builder';
|
|
5
5
|
export * from './f-connection-center';
|
|
6
|
+
export * from './f-connection-content';
|
|
6
7
|
export * from './f-marker';
|
|
7
8
|
export * from './f-snap-connection';
|
|
8
9
|
export * from './providers';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionTextComponent, FConnectionTextPathDirective } from './common';
|
|
1
|
+
import { FConnectionDragHandleEndComponent, FConnectionDragHandleStartComponent, FConnectionGradientComponent, FConnectionPathComponent, FConnectionSelectionComponent, FConnectionTextComponent, FConnectionTextPathDirective } from './common';
|
|
2
2
|
import { FConnectionComponent } from './f-connection';
|
|
3
3
|
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 FConnectionSelectionComponent | typeof FConnectionCenterDirective | typeof
|
|
7
|
+
export declare const F_CONNECTION_PROVIDERS: (typeof FConnectionDragHandleStartComponent | typeof FConnectionDragHandleEndComponent | typeof FConnectionSelectionComponent | typeof FConnectionCenterDirective | typeof FConnectionTextComponent | typeof FConnectionTextPathDirective | typeof FConnectionGradientComponent | typeof FConnectionPathComponent | typeof FConnectionComponent | typeof FConnectionForCreateComponent | typeof FMarkerDirective | typeof FSnapConnectionComponent)[];
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { EFConnectableSide } from './e-f-connectable-side';
|
|
2
2
|
import { IHasHostElement } from '../i-has-host-element';
|
|
3
|
+
import { Signal } from '@angular/core';
|
|
3
4
|
export declare abstract class FConnectorBase implements IHasHostElement {
|
|
4
|
-
abstract fId: string
|
|
5
|
+
abstract fId: Signal<string>;
|
|
5
6
|
abstract fNodeId: string;
|
|
6
|
-
abstract disabled: boolean
|
|
7
|
+
abstract disabled: Signal<boolean>;
|
|
7
8
|
abstract hostElement: HTMLElement | SVGElement;
|
|
8
9
|
abstract canBeConnected: boolean;
|
|
9
10
|
private _isConnected;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { InjectionToken, Signal } from '@angular/core';
|
|
2
2
|
import { FConnectorBase } from '../f-connector-base';
|
|
3
3
|
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
|
-
abstract
|
|
6
|
+
abstract category: Signal<string | undefined>;
|
|
7
|
+
abstract multiple: Signal<boolean>;
|
|
7
8
|
get canBeConnected(): boolean;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeInputBase, never>;
|
|
9
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeInputBase, never, never, {}, {}, never, never, false, never>;
|
|
@@ -4,22 +4,21 @@ import { EFConnectableSide } from '../e-f-connectable-side';
|
|
|
4
4
|
import { FConnectorBase } from '../f-connector-base';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FNodeInputDirective extends FNodeInputBase implements OnInit, OnChanges, OnDestroy {
|
|
7
|
-
|
|
8
|
-
private
|
|
9
|
-
private
|
|
10
|
-
fId:
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
readonly hostElement: any;
|
|
8
|
+
private readonly _mediator;
|
|
9
|
+
private readonly _node;
|
|
10
|
+
fId: import("@angular/core").InputSignalWithTransform<string, unknown>;
|
|
11
|
+
category: import("@angular/core").InputSignalWithTransform<string | undefined, unknown>;
|
|
12
|
+
multiple: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
13
|
+
disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
13
14
|
userFConnectableSide: EFConnectableSide;
|
|
14
15
|
get fNodeId(): string;
|
|
15
|
-
get hostElement(): HTMLElement | SVGElement;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
ngOnChanges(changes: SimpleChanges): void;
|
|
18
18
|
setConnected(toConnector: FConnectorBase): void;
|
|
19
19
|
resetConnected(): void;
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeInputDirective, never>;
|
|
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;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeInputDirective, "[fNodeInput]", ["fNodeInput"], { "fId": { "alias": "fInputId"; "required": false; "isSignal": true; }; "category": { "alias": "fInputCategory"; "required": false; "isSignal": true; }; "multiple": { "alias": "fInputMultiple"; "required": false; "isSignal": true; }; "disabled": { "alias": "fInputDisabled"; "required": false; "isSignal": true; }; "userFConnectableSide": { "alias": "fInputConnectableSide"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
23
|
static ngAcceptInputType_userFConnectableSide: unknown;
|
|
25
24
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
import { FConnectorBase } from '../f-connector-base';
|
|
3
|
+
import { FSourceConnectorBase } from '../f-source-connector-base';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const F_NODE_OUTLET: InjectionToken<FNodeOutletBase>;
|
|
5
|
-
export declare abstract class FNodeOutletBase extends
|
|
6
|
+
export declare abstract class FNodeOutletBase extends FSourceConnectorBase {
|
|
6
7
|
abstract isConnectionFromOutlet: boolean;
|
|
7
|
-
private
|
|
8
|
+
private _outputs;
|
|
8
9
|
get canBeConnected(): boolean;
|
|
9
|
-
abstract canBeConnectedInputs: string[];
|
|
10
10
|
setOutputs(outputs: FConnectorBase[]): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutletBase, never>;
|
|
12
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutletBase, never, never, {}, {}, never, never, false, never>;
|
|
@@ -3,20 +3,18 @@ import { FNodeOutletBase } from './f-node-outlet-base';
|
|
|
3
3
|
import { EFConnectableSide } from '../e-f-connectable-side';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FNodeOutletDirective extends FNodeOutletBase implements OnInit, OnDestroy {
|
|
6
|
-
|
|
7
|
-
private
|
|
8
|
-
private
|
|
9
|
-
fId: string
|
|
10
|
-
disabled: boolean
|
|
6
|
+
readonly hostElement: any;
|
|
7
|
+
private readonly _mediator;
|
|
8
|
+
private readonly _node;
|
|
9
|
+
fId: import("@angular/core").InputSignalWithTransform<string, unknown>;
|
|
10
|
+
disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
11
11
|
fConnectableSide: EFConnectableSide;
|
|
12
12
|
userFConnectableSide: EFConnectableSide;
|
|
13
13
|
isConnectionFromOutlet: boolean;
|
|
14
14
|
canBeConnectedInputs: string[];
|
|
15
15
|
get fNodeId(): string;
|
|
16
|
-
get hostElement(): HTMLElement | SVGElement;
|
|
17
16
|
ngOnInit(): void;
|
|
18
17
|
ngOnDestroy(): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutletDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutletDirective, "[fNodeOutlet]", ["fNodeOutlet"], { "fId": { "alias": "fOutletId"; "required": false; }; "disabled": { "alias": "fOutletDisabled"; "required": false; }; "isConnectionFromOutlet": { "alias": "isConnectionFromOutlet"; "required": false; }; "canBeConnectedInputs": { "alias": "fCanBeConnectedInputs"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
-
static ngAcceptInputType_disabled: unknown;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutletDirective, "[fNodeOutlet]", ["fNodeOutlet"], { "fId": { "alias": "fOutletId"; "required": false; "isSignal": true; }; "disabled": { "alias": "fOutletDisabled"; "required": false; "isSignal": true; }; "isConnectionFromOutlet": { "alias": "isConnectionFromOutlet"; "required": false; }; "canBeConnectedInputs": { "alias": "fCanBeConnectedInputs"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
20
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import {
|
|
1
|
+
import { InjectionToken, Signal } from '@angular/core';
|
|
2
|
+
import { FSourceConnectorBase } from '../f-source-connector-base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare const F_NODE_OUTPUT: InjectionToken<FNodeOutputBase>;
|
|
5
|
-
export declare abstract class FNodeOutputBase extends
|
|
6
|
-
abstract multiple: boolean
|
|
5
|
+
export declare abstract class FNodeOutputBase extends FSourceConnectorBase {
|
|
6
|
+
abstract multiple: Signal<boolean>;
|
|
7
7
|
get canBeConnected(): boolean;
|
|
8
|
-
abstract canBeConnectedInputs: string[];
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutputBase, never>;
|
|
10
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutputBase, never, never, {}, {}, never, never, false, never>;
|
|
11
10
|
}
|
|
@@ -4,24 +4,22 @@ import { EFConnectableSide } from '../e-f-connectable-side';
|
|
|
4
4
|
import { FConnectorBase } from '../f-connector-base';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FNodeOutputDirective extends FNodeOutputBase implements OnInit, OnChanges, OnDestroy {
|
|
7
|
-
|
|
8
|
-
private
|
|
9
|
-
private
|
|
10
|
-
fId: string
|
|
11
|
-
multiple: boolean
|
|
12
|
-
disabled: boolean
|
|
7
|
+
readonly hostElement: any;
|
|
8
|
+
private readonly _mediator;
|
|
9
|
+
private readonly _node;
|
|
10
|
+
fId: import("@angular/core").InputSignalWithTransform<string, unknown>;
|
|
11
|
+
multiple: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
13
13
|
userFConnectableSide: EFConnectableSide;
|
|
14
14
|
isSelfConnectable: boolean;
|
|
15
15
|
canBeConnectedInputs: string[];
|
|
16
16
|
get fNodeId(): string;
|
|
17
|
-
get hostElement(): HTMLElement | SVGElement;
|
|
18
17
|
ngOnInit(): void;
|
|
19
18
|
ngOnChanges(changes: SimpleChanges): void;
|
|
20
19
|
setConnected(toConnector: FConnectorBase): void;
|
|
21
20
|
resetConnected(): void;
|
|
22
21
|
ngOnDestroy(): void;
|
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FNodeOutputDirective, never>;
|
|
24
|
-
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; }; "canBeConnectedInputs": { "alias": "fCanBeConnectedInputs"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
-
static ngAcceptInputType_disabled: unknown;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FNodeOutputDirective, "[fNodeOutput]", ["fNodeOutput"], { "fId": { "alias": "fOutputId"; "required": false; "isSignal": true; }; "multiple": { "alias": "fOutputMultiple"; "required": false; "isSignal": true; }; "disabled": { "alias": "fOutputDisabled"; "required": false; "isSignal": true; }; "userFConnectableSide": { "alias": "fOutputConnectableSide"; "required": false; }; "isSelfConnectable": { "alias": "isSelfConnectable"; "required": false; }; "canBeConnectedInputs": { "alias": "fCanBeConnectedInputs"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
24
|
static ngAcceptInputType_userFConnectableSide: unknown;
|
|
27
25
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FConnectorBase } from './f-connector-base';
|
|
2
|
+
import { FNodeInputBase } from './f-node-input';
|
|
3
|
+
export declare abstract class FSourceConnectorBase extends FConnectorBase {
|
|
4
|
+
abstract canBeConnectedInputs: string[];
|
|
5
|
+
get hasConnectionLimits(): boolean;
|
|
6
|
+
canConnectTo(targetConnector: FNodeInputBase): boolean;
|
|
7
|
+
}
|
package/f-connectors/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { IExecution } from '@foblex/mediator';
|
|
|
2
2
|
import { IsConnectionUnderNodeRequest } from './is-connection-under-node.request';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IsConnectionUnderNodeExecution implements IExecution<IsConnectionUnderNodeRequest, void> {
|
|
5
|
-
private readonly
|
|
5
|
+
private readonly _mediator;
|
|
6
6
|
private readonly _store;
|
|
7
7
|
handle(request: IsConnectionUnderNodeRequest): void;
|
|
8
8
|
private _getOutputConnectors;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IsArrayHasParentNodeExecution } from './is-array-has-parent-node';
|
|
2
2
|
import { GetNormalizedParentNodeRectExecution } from './get-normalized-parent-node-rect';
|
|
3
3
|
import { IsConnectionUnderNodeExecution } from './is-connection-under-node';
|
|
4
|
-
export declare const DRAG_AND_DROP_COMMON_PROVIDERS: (typeof
|
|
4
|
+
export declare const DRAG_AND_DROP_COMMON_PROVIDERS: (typeof IsConnectionUnderNodeExecution | typeof GetNormalizedParentNodeRectExecution | typeof IsArrayHasParentNodeExecution)[];
|
|
@@ -2,8 +2,8 @@ import { FCanvasMoveFinalizeRequest } from './f-canvas-move-finalize.request';
|
|
|
2
2
|
import { IExecution } from '@foblex/mediator';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCanvasMoveFinalizeExecution implements IExecution<FCanvasMoveFinalizeRequest, void> {
|
|
5
|
-
private _dragContext;
|
|
6
|
-
handle(
|
|
5
|
+
private readonly _dragContext;
|
|
6
|
+
handle(_request: FCanvasMoveFinalizeRequest): void;
|
|
7
7
|
private _isValid;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FCanvasMoveFinalizeExecution, never>;
|
|
9
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<FCanvasMoveFinalizeExecution>;
|
|
@@ -2,17 +2,17 @@ import { IHandler } from '@foblex/mediator';
|
|
|
2
2
|
import { FCreateConnectionFinalizeRequest } from './f-create-connection-finalize.request';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCreateConnectionFinalizeExecution implements IHandler<FCreateConnectionFinalizeRequest, void> {
|
|
5
|
-
private
|
|
6
|
-
private
|
|
7
|
-
private _store;
|
|
8
|
-
private _dragContext;
|
|
9
|
-
private get
|
|
5
|
+
private readonly _result;
|
|
6
|
+
private readonly _mediator;
|
|
7
|
+
private readonly _store;
|
|
8
|
+
private readonly _dragContext;
|
|
9
|
+
private get _dragHandler();
|
|
10
10
|
handle(request: FCreateConnectionFinalizeRequest): void;
|
|
11
11
|
private _isValid;
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
private
|
|
15
|
-
private
|
|
12
|
+
private _getTargetOutput;
|
|
13
|
+
private _getOutput;
|
|
14
|
+
private _getOutlet;
|
|
15
|
+
private _emitEvent;
|
|
16
16
|
private _getInputUnderPointer;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FCreateConnectionFinalizeExecution, never>;
|
|
18
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<FCreateConnectionFinalizeExecution>;
|
|
@@ -5,13 +5,13 @@ import { Injector } from '@angular/core';
|
|
|
5
5
|
export declare class FCreateConnectionDragHandler implements IFDragHandler {
|
|
6
6
|
private _fOutputOrOutlet;
|
|
7
7
|
fEventType: string;
|
|
8
|
-
fData:
|
|
9
|
-
private readonly
|
|
10
|
-
private readonly
|
|
8
|
+
fData: unknown;
|
|
9
|
+
private readonly _result;
|
|
10
|
+
private readonly _mediator;
|
|
11
11
|
private readonly _store;
|
|
12
12
|
private readonly _toConnectorRect;
|
|
13
|
-
private get
|
|
14
|
-
private get
|
|
13
|
+
private get _connection();
|
|
14
|
+
private get _snapConnection();
|
|
15
15
|
private _fOutputWithRect;
|
|
16
16
|
private _canBeConnectedInputs;
|
|
17
17
|
constructor(_injector: Injector, _fOutputOrOutlet: FNodeOutputBase | FNodeOutletBase, _onPointerDownPosition: IPoint);
|
package/f-draggable/f-connection/f-reassign-connection/f-reassign-connection.drag-handler.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ export declare class FReassignConnectionDragHandler implements IFDragHandler {
|
|
|
6
6
|
private _connection;
|
|
7
7
|
private _isTargetDragHandle;
|
|
8
8
|
fEventType: string;
|
|
9
|
-
fData:
|
|
10
|
-
private readonly
|
|
11
|
-
private readonly
|
|
9
|
+
fData: unknown;
|
|
10
|
+
private readonly _result;
|
|
11
|
+
private readonly _mediator;
|
|
12
12
|
private readonly _store;
|
|
13
|
-
private get
|
|
13
|
+
private get _snapConnection();
|
|
14
14
|
private get _sourceConnector();
|
|
15
15
|
private get _targetConnector();
|
|
16
16
|
private get _sourceConnectorAndRect();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FMediator } from
|
|
2
|
-
import { IConnectorAndRect } from
|
|
3
|
-
import { FConnectionBase, FSnapConnectionComponent } from
|
|
4
|
-
import { IPoint } from
|
|
5
|
-
import { IFReassignHandler } from
|
|
1
|
+
import { FMediator } from '@foblex/mediator';
|
|
2
|
+
import { IConnectorAndRect } from '../../../domain';
|
|
3
|
+
import { FConnectionBase, FSnapConnectionComponent } from '../../../f-connection';
|
|
4
|
+
import { IPoint } from '@foblex/2d';
|
|
5
|
+
import { IFReassignHandler } from './i-f-reassign-handler';
|
|
6
6
|
export declare class FReassignSourceDragHandler implements IFReassignHandler {
|
|
7
7
|
private readonly _mediator;
|
|
8
8
|
private readonly _connection;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FMediator } from
|
|
2
|
-
import { IConnectorAndRect } from
|
|
3
|
-
import { FConnectionBase, FSnapConnectionComponent } from
|
|
4
|
-
import { IPoint } from
|
|
5
|
-
import { IFReassignHandler } from
|
|
1
|
+
import { FMediator } from '@foblex/mediator';
|
|
2
|
+
import { IConnectorAndRect } from '../../../domain';
|
|
3
|
+
import { FConnectionBase, FSnapConnectionComponent } from '../../../f-connection';
|
|
4
|
+
import { IPoint } from '@foblex/2d';
|
|
5
|
+
import { IFReassignHandler } from './i-f-reassign-handler';
|
|
6
6
|
export declare class FReassignTargetDragHandler implements IFReassignHandler {
|
|
7
7
|
private readonly _mediator;
|
|
8
8
|
private readonly _connection;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FCreateConnectionDragHandlerPreparationExecution, FCreateConnectionFinalizeExecution, FCreateConnectionFromOutletPreparationExecution, FCreateConnectionFromOutputPreparationExecution, FCreateConnectionPreparationExecution, GetFirstConnectableOutputExecution } from './f-create-connection';
|
|
2
2
|
import { FReassignConnectionFinalizeExecution, FReassignConnectionPreparationExecution } from './f-reassign-connection';
|
|
3
|
-
export declare const CONNECTIONS_PROVIDERS: (typeof
|
|
3
|
+
export declare const CONNECTIONS_PROVIDERS: (typeof FCreateConnectionPreparationExecution | typeof FReassignConnectionFinalizeExecution | typeof FReassignConnectionPreparationExecution | typeof FCreateConnectionFromOutputPreparationExecution | typeof FCreateConnectionFromOutletPreparationExecution | typeof FCreateConnectionFinalizeExecution | typeof FCreateConnectionDragHandlerPreparationExecution | typeof GetFirstConnectableOutputExecution)[];
|