@foblex/flow 17.6.1 → 17.7.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/css-cls.d.ts +4 -0
- package/domain/f-canvas/providers.d.ts +1 -1
- package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.d.ts +1 -1
- package/domain/f-connectors/add-output-to-store/add-output-to-store.execution.d.ts +1 -1
- package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.d.ts +1 -1
- 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 +1 -1
- package/domain/f-connectors/providers.d.ts +1 -1
- package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.d.ts +1 -1
- package/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.d.ts +1 -1
- package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.d.ts +1 -1
- package/domain/f-draggable/is-drag-started/index.d.ts +1 -1
- package/domain/f-draggable/is-drag-started/{is-drag-started.execution.d.ts → is-drag-started.d.ts} +3 -3
- package/domain/f-draggable/on-pointer-move/on-pointer-move.execution.d.ts +1 -1
- package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.d.ts +1 -1
- package/domain/f-draggable/providers.d.ts +2 -2
- package/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.d.ts +1 -1
- package/domain/f-flow/get-flow-state/i-f-flow-state-node.d.ts +2 -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-node/add-node-to-store/{add-node-to-store.execution.d.ts → add-node-to-store.d.ts} +3 -3
- package/domain/f-node/add-node-to-store/index.d.ts +1 -1
- package/domain/f-node/calculate-input-connections/{calculate-input-connections.execution.d.ts → calculate-input-connections.d.ts} +3 -3
- package/domain/f-node/calculate-input-connections/index.d.ts +1 -1
- package/domain/f-node/calculate-nodes-bounding-box/{calculate-nodes-bounding-box.execution.d.ts → calculate-nodes-bounding-box.d.ts} +3 -3
- package/domain/f-node/calculate-nodes-bounding-box/index.d.ts +1 -1
- package/domain/f-node/calculate-nodes-bounding-box-normalized-position/{calculate-nodes-bounding-box-normalized-position.execution.d.ts → calculate-nodes-bounding-box-normalized-position.d.ts} +3 -3
- package/domain/f-node/calculate-nodes-bounding-box-normalized-position/index.d.ts +1 -1
- package/domain/f-node/calculate-output-connections/{calculate-output-connections.execution.d.ts → calculate-output-connections.d.ts} +3 -3
- package/domain/f-node/calculate-output-connections/index.d.ts +1 -1
- package/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups-request.d.ts +6 -0
- package/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups.d.ts +16 -0
- package/domain/f-node/fit-to-child-nodes-and-groups/index.d.ts +2 -0
- package/domain/f-node/get-child-node-ids/get-child-node-ids.d.ts +14 -0
- package/domain/f-node/get-child-node-ids/get-child-node-ids.request.d.ts +5 -0
- package/domain/f-node/get-child-node-ids/index.d.ts +2 -0
- package/domain/f-node/get-node-padding/{get-node-padding.execution.d.ts → get-node-padding.d.ts} +3 -3
- package/domain/f-node/get-node-padding/index.d.ts +1 -1
- package/domain/f-node/get-nodes/{get-nodes.execution.d.ts → get-nodes.d.ts} +3 -3
- package/domain/f-node/get-nodes/index.d.ts +1 -1
- package/domain/f-node/get-parent-nodes/{get-parent-nodes.execution.d.ts → get-parent-nodes.d.ts} +3 -3
- package/domain/f-node/get-parent-nodes/index.d.ts +1 -1
- package/domain/f-node/index.d.ts +2 -0
- package/domain/f-node/providers.d.ts +13 -11
- package/domain/f-node/remove-node-from-store/index.d.ts +1 -1
- package/domain/f-node/remove-node-from-store/{remove-node-from-store.execution.d.ts → remove-node-from-store.d.ts} +3 -3
- package/domain/f-node/update-node-when-state-or-size-changed/index.d.ts +1 -1
- package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.d.ts +2 -2
- package/domain/f-node/update-node-when-state-or-size-changed/{update-node-when-state-or-size-changed.execution.d.ts → update-node-when-state-or-size-changed.d.ts} +6 -4
- package/domain/f-selection/clear-selection/clear-selection.execution.d.ts +1 -1
- package/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.d.ts +1 -1
- package/domain/f-selection/get-current-selection/get-current-selection.execution.d.ts +1 -1
- package/domain/f-selection/select/select.execution.d.ts +1 -1
- package/domain/f-selection/select-all/select-all.execution.d.ts +1 -1
- package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.d.ts +1 -1
- package/domain/providers.d.ts +1 -1
- package/esm2022/domain/css-cls.mjs +5 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node.execution.mjs +2 -2
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow.execution.mjs +2 -2
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center.execution.mjs +2 -2
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store.execution.mjs +3 -3
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store.execution.mjs +3 -3
- package/esm2022/domain/f-connectors/find-connectable-connector-using-priority-and-position/find-connectable-connector-using-priority-and-position.execution.mjs +2 -2
- package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.execution.mjs +3 -3
- 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 +3 -3
- package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event.execution.mjs +4 -4
- package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence.execution.mjs +3 -3
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence.execution.mjs +3 -3
- package/esm2022/domain/f-draggable/is-drag-started/index.mjs +2 -2
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started-request.mjs +1 -1
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.mjs +25 -0
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move.execution.mjs +5 -5
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence.execution.mjs +3 -3
- package/esm2022/domain/f-draggable/providers.mjs +3 -3
- package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence.execution.mjs +5 -5
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes.execution.mjs +5 -4
- package/esm2022/domain/f-flow/get-flow-state/i-f-flow-state-node.mjs +1 -1
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.mjs +25 -0
- package/esm2022/domain/f-node/add-node-to-store/index.mjs +2 -2
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.mjs +34 -0
- package/esm2022/domain/f-node/calculate-input-connections/index.mjs +2 -2
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.mjs +33 -0
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/index.mjs +2 -2
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.mjs +36 -0
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/index.mjs +2 -2
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.mjs +34 -0
- package/esm2022/domain/f-node/calculate-output-connections/index.mjs +2 -2
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups-request.mjs +8 -0
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/fit-to-child-nodes-and-groups.mjs +64 -0
- package/esm2022/domain/f-node/fit-to-child-nodes-and-groups/index.mjs +3 -0
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.mjs +45 -0
- package/esm2022/domain/f-node/get-child-node-ids/get-child-node-ids.request.mjs +8 -0
- package/esm2022/domain/f-node/get-child-node-ids/index.mjs +3 -0
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.mjs +35 -0
- package/esm2022/domain/f-node/get-node-padding/index.mjs +2 -2
- package/esm2022/domain/f-node/get-nodes/get-nodes.mjs +25 -0
- package/esm2022/domain/f-node/get-nodes/index.mjs +2 -2
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.mjs +37 -0
- package/esm2022/domain/f-node/get-parent-nodes/index.mjs +2 -2
- package/esm2022/domain/f-node/index.mjs +3 -1
- package/esm2022/domain/f-node/providers.mjs +25 -21
- package/esm2022/domain/f-node/remove-node-from-store/index.mjs +2 -2
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.mjs +25 -0
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/index.mjs +2 -2
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +4 -4
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.mjs +104 -0
- package/esm2022/domain/f-selection/clear-selection/clear-selection.execution.mjs +5 -5
- package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items.execution.mjs +5 -5
- package/esm2022/domain/f-selection/get-current-selection/get-current-selection.execution.mjs +5 -5
- package/esm2022/domain/f-selection/select/select.execution.mjs +7 -7
- package/esm2022/domain/f-selection/select-all/select-all.execution.mjs +7 -7
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.execution.mjs +5 -5
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.execution.mjs +2 -2
- package/esm2022/f-canvas/f-canvas.component.mjs +7 -7
- package/esm2022/f-connection/common/f-connection-base.mjs +22 -3
- package/esm2022/f-connection/common/i-has-connection-color.mjs +1 -1
- package/esm2022/f-connection/f-connection/f-connection.component.mjs +16 -31
- package/esm2022/f-connection/f-connection-for-create/f-connection-for-create.component.mjs +7 -22
- package/esm2022/f-connection/f-snap-connection/f-snap-connection.component.mjs +7 -22
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.mjs +13 -13
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.mjs +4 -4
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.execution.mjs +8 -8
- package/esm2022/f-draggable/f-canvas/f-canvas.drag-handler.mjs +7 -7
- package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.mjs +4 -4
- package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.execution.mjs +11 -11
- package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.mjs +8 -8
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.execution.mjs +8 -8
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.execution.mjs +5 -5
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.execution.mjs +4 -4
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.execution.mjs +4 -4
- package/esm2022/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.mjs +5 -5
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.mjs +11 -11
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/is-pointer-inside-start-or-end-drag-handles.mjs +3 -3
- package/esm2022/f-draggable/f-draggable-base.mjs +2 -2
- package/esm2022/f-draggable/f-draggable-data-context.mjs +2 -1
- package/esm2022/f-draggable/f-draggable.directive.mjs +53 -47
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.mjs +8 -0
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize.mjs +69 -0
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/index.mjs +3 -3
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation-request.mjs +8 -0
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation.mjs +101 -0
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/index.mjs +3 -3
- package/esm2022/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.mjs +20 -13
- package/esm2022/f-draggable/f-drop-to-group/index.mjs +2 -1
- package/esm2022/f-draggable/f-drop-to-group/providers.mjs +7 -5
- package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/index.mjs +3 -0
- package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer-request.mjs +8 -0
- package/esm2022/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer.mjs +48 -0
- package/esm2022/f-draggable/f-node-move/connection-drag-handlers/base-connection.drag-handler.mjs +10 -10
- package/esm2022/f-draggable/f-node-move/constraint/drag-constraint-pipeline.mjs +29 -0
- package/esm2022/f-draggable/f-node-move/constraint/expand-rect-from-baseline.mjs +18 -0
- package/esm2022/f-draggable/f-node-move/constraint/index.mjs +5 -0
- package/esm2022/f-draggable/f-node-move/constraint/rect-constraint.mjs +36 -0
- package/esm2022/f-draggable/f-node-move/constraint/snap-to-grid.mjs +36 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-request.mjs +8 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-response.mjs +9 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy.mjs +47 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/index.mjs +4 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits-request.mjs +8 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits.mjs +72 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-drag-limits.mjs +2 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-soft-limit.mjs +2 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/index.mjs +5 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection-request.mjs +8 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection.mjs +88 -0
- 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 +12 -0
- 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 +59 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/index.mjs +3 -0
- 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 +12 -0
- 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 +59 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler.mjs +33 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-response.mjs +13 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings.mjs +39 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/index.mjs +4 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits-and-position.mjs +2 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/i-node-move-limits.mjs +2 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/index.mjs +12 -0
- package/esm2022/f-draggable/f-node-move/create-drag-model-from-selection/providers.mjs +17 -0
- package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines-request.mjs +8 -0
- package/esm2022/f-draggable/f-node-move/create-snap-lines/create-snap-lines.mjs +52 -0
- package/esm2022/f-draggable/f-node-move/create-snap-lines/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-move/create-snap-lines/snap-lines.drag-handler.mjs +51 -0
- package/esm2022/f-draggable/f-node-move/f-move-nodes.event.mjs +8 -2
- package/esm2022/f-draggable/f-node-move/index.mjs +8 -7
- package/esm2022/f-draggable/f-node-move/move-drag-handler.mjs +95 -0
- package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.mjs +38 -49
- package/esm2022/f-draggable/f-node-move/move-preparation/f-node-move-preparation.execution.mjs +26 -26
- package/esm2022/f-draggable/f-node-move/move-summary-drag-handler.mjs +44 -0
- package/esm2022/f-draggable/f-node-move/providers.mjs +4 -4
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints.mjs +56 -0
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-constraints/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints.mjs +145 -0
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-constraints/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference-request.mjs +14 -0
- package/esm2022/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference.mjs +55 -0
- package/esm2022/f-draggable/f-node-resize/calculate-changed-rect-from-difference/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect.mjs +39 -0
- package/esm2022/f-draggable/f-node-resize/calculate-direct-children-union-rect/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits.mjs +69 -0
- package/esm2022/f-draggable/f-node-resize/calculate-resize-limits/index.mjs +3 -0
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-constraint.mjs +2 -0
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-limit.mjs +2 -0
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-limits.mjs +2 -0
- package/esm2022/f-draggable/f-node-resize/constraint/i-resize-overflow.mjs +2 -0
- package/esm2022/f-draggable/f-node-resize/constraint/index.mjs +5 -0
- package/esm2022/f-draggable/f-node-resize/index.mjs +8 -8
- package/esm2022/f-draggable/f-node-resize/node-resize.drag-handler.mjs +64 -0
- package/esm2022/f-draggable/f-node-resize/providers.mjs +15 -17
- package/esm2022/f-draggable/f-node-resize/resize-finalize/index.mjs +3 -3
- package/esm2022/f-draggable/f-node-resize/resize-finalize/node-resize-finalize-request.mjs +8 -0
- package/esm2022/f-draggable/f-node-resize/resize-finalize/node-resize-finalize.mjs +29 -0
- package/esm2022/f-draggable/f-node-resize/resize-preparation/index.mjs +3 -3
- package/esm2022/f-draggable/f-node-resize/resize-preparation/node-resize-preparation-request.mjs +10 -0
- package/esm2022/f-draggable/f-node-resize/resize-preparation/node-resize-preparation.mjs +71 -0
- package/esm2022/f-draggable/f-node-rotate/f-node-rotate.drag-handler.mjs +9 -9
- package/esm2022/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.execution.mjs +4 -4
- package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.execution.mjs +13 -13
- package/esm2022/f-draggable/f-single-select/f-single-select.execution.mjs +18 -18
- package/esm2022/f-external-item/domain/constraint/external-rect-constraint.mjs +44 -0
- package/esm2022/f-external-item/domain/constraint/index.mjs +2 -0
- package/esm2022/f-external-item/domain/f-external-item.drag-handler.mjs +27 -22
- package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.execution.mjs +9 -9
- package/esm2022/f-external-item/domain/index.mjs +2 -1
- package/esm2022/f-external-item/domain/preparation/f-external-item-preparation.execution.mjs +8 -8
- package/esm2022/f-line-alignment/domain/i-snap-coordinate.mjs +2 -0
- package/esm2022/f-line-alignment/domain/i-snap-result.mjs +2 -0
- package/esm2022/f-line-alignment/domain/index.mjs +5 -5
- package/esm2022/f-line-alignment/domain/snap-line-element.mjs +24 -0
- package/esm2022/f-line-alignment/domain/snap-line-service.mjs +38 -0
- package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.mjs +11 -10
- package/esm2022/f-node/f-group.directive.mjs +56 -94
- package/esm2022/f-node/f-node-base.mjs +61 -7
- package/esm2022/f-node/f-node.directive.mjs +56 -95
- package/esm2022/f-node/f-resize-handle/f-resize-handle.directive.mjs +1 -1
- package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.mjs +4 -4
- package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.mjs +9 -9
- package/esm2022/f-selection-area/domain/selection-area.drag-handle.mjs +13 -13
- package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes.execution.mjs +3 -3
- package/esm2022/f-storage/features/listen-count-changes/listen-count-changes.execution.mjs +3 -3
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.execution.mjs +3 -3
- package/esm2022/f-storage/features/notify-data-changed/notify-data-changed.execution.mjs +3 -3
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.execution.mjs +3 -3
- package/esm2022/mixins/change-selection/change-selection.mjs +2 -2
- package/esm2022/mixins/change-selection/i-selectable.mjs +1 -1
- package/esm2022/reactivity/f-resize-channel.mjs +1 -1
- package/f-canvas/f-canvas.component.d.ts +4 -4
- package/f-connection/common/f-connection-base.d.ts +17 -15
- package/f-connection/common/i-has-connection-color.d.ts +3 -3
- package/f-connection/f-connection/f-connection.component.d.ts +6 -20
- package/f-connection/f-connection-for-create/f-connection-for-create.component.d.ts +2 -17
- package/f-connection/f-snap-connection/f-snap-connection.component.d.ts +2 -17
- package/f-connection/providers.d.ts +1 -1
- package/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.execution.d.ts +3 -3
- package/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.d.ts +2 -2
- 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/f-canvas.drag-handler.d.ts +1 -1
- package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.execution.d.ts +1 -1
- package/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.execution.d.ts +2 -2
- package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.execution.d.ts +2 -2
- package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.execution.d.ts +2 -2
- package/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.execution.d.ts +2 -2
- package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.execution.d.ts +1 -1
- package/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.execution.d.ts +1 -1
- package/f-draggable/f-connection/f-create-connection/f-create-connection.drag-handler.d.ts +1 -1
- package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.execution.d.ts +2 -2
- package/f-draggable/f-connection/providers.d.ts +1 -1
- package/f-draggable/f-draggable-base.d.ts +4 -4
- package/f-draggable/f-draggable-data-context.d.ts +1 -0
- package/f-draggable/f-draggable.directive.d.ts +23 -11
- package/f-draggable/{f-node-resize/resize-finalize/f-node-resize-finalize.request.d.ts → f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize-request.d.ts} +1 -1
- package/f-draggable/f-drop-to-group/drop-to-group-finalize/drop-to-group-finalize.d.ts +16 -0
- package/f-draggable/f-drop-to-group/drop-to-group-finalize/index.d.ts +2 -2
- package/f-draggable/f-drop-to-group/{drop-to-group-finalize/f-node-drop-to-group-finalize.request.d.ts → drop-to-group-preparation/drop-to-group-preparation-request.d.ts} +1 -1
- package/f-draggable/f-drop-to-group/drop-to-group-preparation/drop-to-group-preparation.d.ts +29 -0
- package/f-draggable/f-drop-to-group/drop-to-group-preparation/index.d.ts +2 -2
- package/f-draggable/f-drop-to-group/f-node-drop-to-group.drag-handler.d.ts +4 -4
- package/f-draggable/f-drop-to-group/index.d.ts +1 -0
- package/f-draggable/f-drop-to-group/providers.d.ts +4 -3
- package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/index.d.ts +2 -0
- package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer-request.d.ts +6 -0
- package/f-draggable/f-drop-to-group/sort-containers-for-drop-by-layer/sort-containers-for-drop-by-layer.d.ts +10 -0
- package/f-draggable/f-node-move/connection-drag-handlers/base-connection.drag-handler.d.ts +2 -2
- package/f-draggable/f-node-move/constraint/drag-constraint-pipeline.d.ts +17 -0
- package/f-draggable/f-node-move/constraint/expand-rect-from-baseline.d.ts +3 -0
- package/f-draggable/f-node-move/constraint/index.d.ts +4 -0
- package/f-draggable/f-node-move/constraint/rect-constraint.d.ts +19 -0
- package/f-draggable/f-node-move/constraint/snap-to-grid.d.ts +15 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-request.d.ts +6 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy-response.d.ts +6 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/build-drag-hierarchy.d.ts +13 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/build-drag-hierarchy/index.d.ts +3 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits-request.d.ts +6 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/calculate-drag-limits.d.ts +19 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-drag-limits.d.ts +6 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/i-soft-limit.d.ts +8 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/calculate-drag-limits/index.d.ts +4 -0
- package/f-draggable/f-node-move/{create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.d.ts → create-drag-model-from-selection/create-drag-model-from-selection-request.d.ts} +1 -1
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-drag-model-from-selection.d.ts +24 -0
- package/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.d.ts +9 -0
- package/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.d.ts +16 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-input-connection-handler-and-set-to-node-handler/index.d.ts +2 -0
- package/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.d.ts +9 -0
- package/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.d.ts +18 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-output-connection-handler-and-set-to-node-handler/index.d.ts +2 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler-request.d.ts +7 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/create-summary-drag-handler.d.ts +13 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/create-summary-drag-handler/index.d.ts +2 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-request.d.ts +7 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings-response.d.ts +9 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/get-node-bounding-include-paddings.d.ts +13 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/get-node-bounding-include-paddings/index.d.ts +3 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/index.d.ts +11 -0
- package/f-draggable/f-node-move/create-drag-model-from-selection/providers.d.ts +8 -0
- package/f-draggable/f-node-move/create-snap-lines/create-snap-lines-request.d.ts +6 -0
- package/f-draggable/f-node-move/create-snap-lines/create-snap-lines.d.ts +19 -0
- package/f-draggable/f-node-move/create-snap-lines/index.d.ts +2 -0
- package/f-draggable/f-node-move/create-snap-lines/snap-lines.drag-handler.d.ts +16 -0
- package/f-draggable/f-node-move/f-move-nodes.event.d.ts +4 -0
- package/f-draggable/f-node-move/index.d.ts +7 -6
- package/f-draggable/f-node-move/move-drag-handler.d.ts +33 -0
- package/f-draggable/f-node-move/move-finalize/f-node-move-finalize.execution.d.ts +10 -10
- package/f-draggable/f-node-move/move-preparation/f-node-move-preparation.execution.d.ts +4 -4
- package/f-draggable/f-node-move/move-summary-drag-handler.d.ts +22 -0
- package/f-draggable/f-node-move/providers.d.ts +2 -2
- package/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints-request.d.ts +7 -0
- package/f-draggable/f-node-resize/apply-child-resize-constraints/apply-child-resize-constraints.d.ts +13 -0
- package/f-draggable/f-node-resize/apply-child-resize-constraints/index.d.ts +2 -0
- package/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints-request.d.ts +8 -0
- package/f-draggable/f-node-resize/apply-parent-resize-constraints/apply-parent-resize-constraints.d.ts +36 -0
- package/f-draggable/f-node-resize/apply-parent-resize-constraints/index.d.ts +2 -0
- package/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference-request.d.ts +10 -0
- package/f-draggable/f-node-resize/calculate-changed-rect-from-difference/calculate-changed-rect-from-difference.d.ts +11 -0
- package/f-draggable/f-node-resize/calculate-changed-rect-from-difference/index.d.ts +2 -0
- package/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect-request.d.ts +7 -0
- package/f-draggable/f-node-resize/calculate-direct-children-union-rect/calculate-direct-children-union-rect.d.ts +15 -0
- package/f-draggable/f-node-resize/calculate-direct-children-union-rect/index.d.ts +2 -0
- package/f-draggable/f-node-resize/{get-node-resize-restrictions/get-node-resize-restrictions.request.d.ts → calculate-resize-limits/calculate-resize-limits-request.d.ts} +3 -3
- package/f-draggable/f-node-resize/calculate-resize-limits/calculate-resize-limits.d.ts +17 -0
- package/f-draggable/f-node-resize/calculate-resize-limits/index.d.ts +2 -0
- package/f-draggable/f-node-resize/constraint/i-resize-constraint.d.ts +7 -0
- package/f-draggable/f-node-resize/constraint/i-resize-limit.d.ts +7 -0
- package/f-draggable/f-node-resize/constraint/i-resize-limits.d.ts +5 -0
- package/f-draggable/f-node-resize/constraint/i-resize-overflow.d.ts +6 -0
- package/f-draggable/f-node-resize/constraint/index.d.ts +4 -0
- package/f-draggable/f-node-resize/index.d.ts +7 -7
- package/f-draggable/f-node-resize/node-resize.drag-handler.d.ts +25 -0
- package/f-draggable/f-node-resize/providers.d.ts +8 -9
- package/f-draggable/f-node-resize/resize-finalize/index.d.ts +2 -2
- package/f-draggable/{f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.d.ts → f-node-resize/resize-finalize/node-resize-finalize-request.d.ts} +2 -2
- package/f-draggable/f-node-resize/resize-finalize/node-resize-finalize.d.ts +10 -0
- package/f-draggable/f-node-resize/resize-preparation/index.d.ts +2 -2
- package/f-draggable/f-node-resize/resize-preparation/{f-node-resize-preparation.request.d.ts → node-resize-preparation-request.d.ts} +1 -1
- package/f-draggable/f-node-resize/resize-preparation/node-resize-preparation.d.ts +22 -0
- package/f-draggable/f-node-rotate/f-node-rotate.drag-handler.d.ts +2 -2
- 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 +2 -2
- package/f-draggable/f-single-select/f-single-select.execution.d.ts +2 -2
- package/f-draggable/providers.d.ts +1 -1
- package/{f-draggable/f-node-move/point-bounds-limiter.d.ts → f-external-item/domain/constraint/external-rect-constraint.d.ts} +4 -4
- package/f-external-item/domain/constraint/index.d.ts +1 -0
- package/f-external-item/domain/f-external-item.drag-handler.d.ts +6 -5
- package/f-external-item/domain/finalize/f-external-item-finalize.execution.d.ts +2 -2
- package/f-external-item/domain/index.d.ts +1 -0
- package/f-external-item/domain/preparation/f-external-item-preparation.execution.d.ts +2 -2
- package/f-line-alignment/domain/{i-nearest-coordinate-result.d.ts → i-snap-coordinate.d.ts} +1 -1
- package/f-line-alignment/domain/i-snap-result.d.ts +5 -0
- package/f-line-alignment/domain/index.d.ts +4 -4
- package/f-line-alignment/domain/{line-element.d.ts → snap-line-element.d.ts} +1 -1
- package/f-line-alignment/domain/{line-service.d.ts → snap-line-service.d.ts} +1 -1
- package/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.execution.d.ts +2 -2
- package/f-minimap/domain/providers.d.ts +1 -1
- package/f-node/f-group.directive.d.ts +19 -28
- package/f-node/f-node-base.d.ts +26 -17
- package/f-node/f-node.directive.d.ts +19 -28
- package/f-node/f-resize-handle/f-resize-handle.directive.d.ts +1 -1
- package/f-node/providers.d.ts +2 -2
- package/f-selection-area/domain/providers.d.ts +1 -1
- package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.execution.d.ts +1 -1
- package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.execution.d.ts +2 -2
- package/f-selection-area/domain/selection-area.drag-handle.d.ts +3 -3
- package/f-storage/features/listen-components-data-changed/listen-data-changes.execution.d.ts +1 -1
- package/f-storage/features/listen-count-changes/listen-count-changes.execution.d.ts +1 -1
- package/f-storage/features/listen-transform-changes/listen-transform-changes.execution.d.ts +1 -1
- package/f-storage/features/notify-data-changed/notify-data-changed.execution.d.ts +1 -1
- package/f-storage/features/notify-transform-changed/notify-transform-changed.execution.d.ts +1 -1
- package/f-storage/providers.d.ts +1 -1
- package/fesm2022/foblex-flow.mjs +2010 -1481
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/mixins/change-selection/i-selectable.d.ts +1 -1
- package/package.json +1 -1
- package/reactivity/f-resize-channel.d.ts +2 -2
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started.execution.mjs +0 -25
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store.execution.mjs +0 -25
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections.execution.mjs +0 -34
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.execution.mjs +0 -35
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.execution.mjs +0 -36
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections.execution.mjs +0 -34
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.execution.mjs +0 -35
- package/esm2022/domain/f-node/get-nodes/get-nodes.execution.mjs +0 -25
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.execution.mjs +0 -37
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store.execution.mjs +0 -25
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed.execution.mjs +0 -95
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.execution.mjs +0 -57
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.request.mjs +0 -8
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.execution.mjs +0 -83
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.mjs +0 -8
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.mjs +0 -110
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.mjs +0 -8
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.execution.mjs +0 -69
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.mjs +0 -8
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.execution.mjs +0 -46
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.mjs +0 -60
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.mjs +0 -12
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.mjs +0 -60
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.mjs +0 -12
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/i-node-move-limits-and-position.mjs +0 -2
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/i-node-move-limits.mjs +0 -2
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/index.mjs +0 -10
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/providers.mjs +0 -13
- package/esm2022/f-draggable/f-node-move/f-line-alignment.drag-handler.mjs +0 -63
- package/esm2022/f-draggable/f-node-move/f-node-move.drag-handler.mjs +0 -30
- package/esm2022/f-draggable/f-node-move/f-summary-node-move.drag-handler.mjs +0 -33
- package/esm2022/f-draggable/f-node-move/line-alignment-preparation/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.execution.mjs +0 -57
- package/esm2022/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-move/point-bounds-limiter.mjs +0 -43
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.execution.mjs +0 -53
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-restrictions/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.execution.mjs +0 -49
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-restrictions/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.execution.mjs +0 -25
- package/esm2022/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.mjs +0 -14
- package/esm2022/f-draggable/f-node-resize/calculate-changed-position/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.execution.mjs +0 -34
- package/esm2022/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.mjs +0 -12
- package/esm2022/f-draggable/f-node-resize/calculate-changed-size/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-resize/f-node-resize.drag-handler.mjs +0 -73
- package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.execution.mjs +0 -39
- package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/i-node-resize-restrictions.mjs +0 -2
- package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/index.mjs +0 -4
- package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.mjs +0 -38
- package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.mjs +0 -10
- package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/index.mjs +0 -3
- package/esm2022/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.execution.mjs +0 -31
- package/esm2022/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.request.mjs +0 -8
- package/esm2022/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.execution.mjs +0 -73
- package/esm2022/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.request.mjs +0 -10
- package/esm2022/f-line-alignment/domain/i-line-alignment-result.mjs +0 -2
- package/esm2022/f-line-alignment/domain/i-nearest-coordinate-result.mjs +0 -2
- package/esm2022/f-line-alignment/domain/line-element.mjs +0 -24
- package/esm2022/f-line-alignment/domain/line-service.mjs +0 -38
- package/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.execution.d.ts +0 -15
- package/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.execution.d.ts +0 -22
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.execution.d.ts +0 -29
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.execution.d.ts +0 -19
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.d.ts +0 -6
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/index.d.ts +0 -2
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.execution.d.ts +0 -15
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.d.ts +0 -7
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/index.d.ts +0 -2
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/index.d.ts +0 -2
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.execution.d.ts +0 -16
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.d.ts +0 -9
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/index.d.ts +0 -2
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.execution.d.ts +0 -18
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.d.ts +0 -9
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/index.d.ts +0 -9
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/providers.d.ts +0 -6
- package/f-draggable/f-node-move/f-line-alignment.drag-handler.d.ts +0 -21
- package/f-draggable/f-node-move/f-node-move.drag-handler.d.ts +0 -16
- package/f-draggable/f-node-move/f-summary-node-move.drag-handler.d.ts +0 -17
- package/f-draggable/f-node-move/line-alignment-preparation/index.d.ts +0 -2
- package/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.execution.d.ts +0 -20
- package/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.d.ts +0 -8
- package/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.execution.d.ts +0 -13
- package/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.d.ts +0 -8
- package/f-draggable/f-node-resize/apply-child-resize-restrictions/index.d.ts +0 -2
- package/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.execution.d.ts +0 -13
- package/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.d.ts +0 -7
- package/f-draggable/f-node-resize/apply-parent-resize-restrictions/index.d.ts +0 -2
- package/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.execution.d.ts +0 -10
- package/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.d.ts +0 -10
- package/f-draggable/f-node-resize/calculate-changed-position/index.d.ts +0 -2
- package/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.execution.d.ts +0 -10
- package/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.d.ts +0 -9
- package/f-draggable/f-node-resize/calculate-changed-size/index.d.ts +0 -2
- package/f-draggable/f-node-resize/f-node-resize.drag-handler.d.ts +0 -27
- package/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.execution.d.ts +0 -13
- package/f-draggable/f-node-resize/get-node-resize-restrictions/i-node-resize-restrictions.d.ts +0 -6
- package/f-draggable/f-node-resize/get-node-resize-restrictions/index.d.ts +0 -3
- package/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.execution.d.ts +0 -14
- package/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.d.ts +0 -7
- package/f-draggable/f-node-resize/get-normalized-children-nodes-rect/index.d.ts +0 -2
- package/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.execution.d.ts +0 -10
- package/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.execution.d.ts +0 -22
- package/f-line-alignment/domain/i-line-alignment-result.d.ts +0 -5
- /package/f-draggable/f-node-move/{create-move-nodes-drag-model-from-selection → create-drag-model-from-selection}/i-node-move-limits-and-position.d.ts +0 -0
- /package/f-draggable/f-node-move/{create-move-nodes-drag-model-from-selection → create-drag-model-from-selection}/i-node-move-limits.d.ts +0 -0
|
@@ -6,9 +6,9 @@ import { FComponentsStore } from '../../../f-storage';
|
|
|
6
6
|
import { debounceTime, FChannelHub, notifyOnStart } from '../../../reactivity';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
let ListenCountChangesExecution = class ListenCountChangesExecution {
|
|
9
|
-
|
|
9
|
+
_store = inject(FComponentsStore);
|
|
10
10
|
handle(request) {
|
|
11
|
-
return new FChannelHub(this.
|
|
11
|
+
return new FChannelHub(this._store.countChanges$)
|
|
12
12
|
.pipe(notifyOnStart(), debounceTime(1));
|
|
13
13
|
}
|
|
14
14
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenCountChangesExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
@@ -21,4 +21,4 @@ export { ListenCountChangesExecution };
|
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenCountChangesExecution, decorators: [{
|
|
22
22
|
type: Injectable
|
|
23
23
|
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLWNvdW50LWNoYW5nZXMuZXhlY3V0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvbGlzdGVuLWNvdW50LWNoYW5nZXMvbGlzdGVuLWNvdW50LWNoYW5nZXMuZXhlY3V0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFJeEUsSUFBTSwyQkFBMkIsR0FBakMsTUFBTSwyQkFBMkI7SUFFOUIsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRW5DLE1BQU0sQ0FBQyxPQUFrQztRQUM5QyxPQUFPLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDO2FBQzlDLElBQUksQ0FBQyxhQUFhLEVBQUUsRUFBRSxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUM1QyxDQUFDO3dHQVBVLDJCQUEyQjs0R0FBM0IsMkJBQTJCOztBQUEzQiwyQkFBMkI7SUFEdkMsa0JBQWtCLENBQUMseUJBQXlCLENBQUM7R0FDakMsMkJBQTJCLENBUXZDOzs0RkFSWSwyQkFBMkI7a0JBRnZDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZFeGVjdXRpb25SZWdpc3RlciwgSUV4ZWN1dGlvbiB9IGZyb20gJ0Bmb2JsZXgvbWVkaWF0b3InO1xuaW1wb3J0IHsgTGlzdGVuQ291bnRDaGFuZ2VzUmVxdWVzdCB9IGZyb20gJy4vbGlzdGVuLWNvdW50LWNoYW5nZXMtcmVxdWVzdCc7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi4vLi4vLi4vZi1zdG9yYWdlJztcbmltcG9ydCB7IGRlYm91bmNlVGltZSwgRkNoYW5uZWxIdWIsIG5vdGlmeU9uU3RhcnQgfSBmcm9tICcuLi8uLi8uLi9yZWFjdGl2aXR5JztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihMaXN0ZW5Db3VudENoYW5nZXNSZXF1ZXN0KVxuZXhwb3J0IGNsYXNzIExpc3RlbkNvdW50Q2hhbmdlc0V4ZWN1dGlvbiBpbXBsZW1lbnRzIElFeGVjdXRpb248TGlzdGVuQ291bnRDaGFuZ2VzUmVxdWVzdCwgRkNoYW5uZWxIdWI+IHtcblxuICBwcml2YXRlIF9zdG9yZSA9IGluamVjdChGQ29tcG9uZW50c1N0b3JlKTtcblxuICBwdWJsaWMgaGFuZGxlKHJlcXVlc3Q6IExpc3RlbkNvdW50Q2hhbmdlc1JlcXVlc3QpOiBGQ2hhbm5lbEh1YiB7XG4gICAgcmV0dXJuIG5ldyBGQ2hhbm5lbEh1Yih0aGlzLl9zdG9yZS5jb3VudENoYW5nZXMkKVxuICAgICAgLnBpcGUobm90aWZ5T25TdGFydCgpLCBkZWJvdW5jZVRpbWUoMSkpO1xuICB9XG59XG5cbiJdfQ==
|
package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.execution.mjs
CHANGED
|
@@ -6,9 +6,9 @@ import { FExecutionRegister } from '@foblex/mediator';
|
|
|
6
6
|
import { FChannelHub } from '../../../reactivity';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
let ListenTransformChangesExecution = class ListenTransformChangesExecution {
|
|
9
|
-
|
|
9
|
+
_store = inject(FComponentsStore);
|
|
10
10
|
handle(request) {
|
|
11
|
-
return new FChannelHub(this.
|
|
11
|
+
return new FChannelHub(this._store.transformChanges$, this._store.dataChanges$, this._store.countChanges$);
|
|
12
12
|
}
|
|
13
13
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenTransformChangesExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14
14
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenTransformChangesExecution });
|
|
@@ -20,4 +20,4 @@ export { ListenTransformChangesExecution };
|
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListenTransformChangesExecution, decorators: [{
|
|
21
21
|
type: Injectable
|
|
22
22
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLmV4ZWN1dGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi10cmFuc2Zvcm0tY2hhbmdlcy9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMuZXhlY3V0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFjLE1BQU0sa0JBQWtCLENBQUM7QUFDbEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQUkzQyxJQUFNLCtCQUErQixHQUFyQyxNQUFNLCtCQUErQjtJQUdsQyxNQUFNLEdBQUcsTUFBTSxDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFFbkMsTUFBTSxDQUFDLE9BQXNDO1FBQ2xELE9BQU8sSUFBSSxXQUFXLENBQ3BCLElBQUksQ0FBQyxNQUFNLENBQUMsaUJBQWlCLEVBQzdCLElBQUksQ0FBQyxNQUFNLENBQUMsWUFBWSxFQUN4QixJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FDMUIsQ0FBQztJQUNKLENBQUM7d0dBWFUsK0JBQStCOzRHQUEvQiwrQkFBK0I7O0FBQS9CLCtCQUErQjtJQUQzQyxrQkFBa0IsQ0FBQyw2QkFBNkIsQ0FBQztHQUNyQywrQkFBK0IsQ0FZM0M7OzRGQVpZLCtCQUErQjtrQkFGM0MsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IExpc3RlblRyYW5zZm9ybUNoYW5nZXNSZXF1ZXN0IH0gZnJvbSAnLi9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMucmVxdWVzdCc7XG5pbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZDb21wb25lbnRzU3RvcmUgfSBmcm9tICcuLi8uLi9pbmRleCc7XG5pbXBvcnQgeyBGRXhlY3V0aW9uUmVnaXN0ZXIsIElFeGVjdXRpb24gfSBmcm9tICdAZm9ibGV4L21lZGlhdG9yJztcbmltcG9ydCB7IEZDaGFubmVsSHViIH0gZnJvbSAnLi4vLi4vLi4vcmVhY3Rpdml0eSc7XG5cbkBJbmplY3RhYmxlKClcbkBGRXhlY3V0aW9uUmVnaXN0ZXIoTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3QpXG5leHBvcnQgY2xhc3MgTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc0V4ZWN1dGlvblxuICBpbXBsZW1lbnRzIElFeGVjdXRpb248TGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3QsIEZDaGFubmVsSHViPiB7XG5cbiAgcHJpdmF0ZSBfc3RvcmUgPSBpbmplY3QoRkNvbXBvbmVudHNTdG9yZSk7XG5cbiAgcHVibGljIGhhbmRsZShyZXF1ZXN0OiBMaXN0ZW5UcmFuc2Zvcm1DaGFuZ2VzUmVxdWVzdCk6IEZDaGFubmVsSHViIHtcbiAgICByZXR1cm4gbmV3IEZDaGFubmVsSHViKFxuICAgICAgdGhpcy5fc3RvcmUudHJhbnNmb3JtQ2hhbmdlcyQsXG4gICAgICB0aGlzLl9zdG9yZS5kYXRhQ2hhbmdlcyQsXG4gICAgICB0aGlzLl9zdG9yZS5jb3VudENoYW5nZXMkXG4gICAgKTtcbiAgfVxufVxuIl19
|
|
@@ -5,9 +5,9 @@ import { NotifyDataChangedRequest } from './notify-data-changed-request';
|
|
|
5
5
|
import { FComponentsStore } from '../../../f-storage';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
let NotifyDataChangedExecution = class NotifyDataChangedExecution {
|
|
8
|
-
|
|
8
|
+
_store = inject(FComponentsStore);
|
|
9
9
|
handle(request) {
|
|
10
|
-
this.
|
|
10
|
+
this._store.dataChanged();
|
|
11
11
|
}
|
|
12
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyDataChangedExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
13
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyDataChangedExecution });
|
|
@@ -19,4 +19,4 @@ export { NotifyDataChangedExecution };
|
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyDataChangedExecution, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LWRhdGEtY2hhbmdlZC5leGVjdXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9ub3RpZnktZGF0YS1jaGFuZ2VkL25vdGlmeS1kYXRhLWNoYW5nZWQuZXhlY3V0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN6RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFJL0MsSUFBTSwwQkFBMEIsR0FBaEMsTUFBTSwwQkFBMEI7SUFFN0IsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRW5DLE1BQU0sQ0FBQyxPQUFpQztRQUM3QyxJQUFJLENBQUMsTUFBTSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzVCLENBQUM7d0dBTlUsMEJBQTBCOzRHQUExQiwwQkFBMEI7O0FBQTFCLDBCQUEwQjtJQUR0QyxrQkFBa0IsQ0FBQyx3QkFBd0IsQ0FBQztHQUNoQywwQkFBMEIsQ0FPdEM7OzRGQVBZLDBCQUEwQjtrQkFGdEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRkV4ZWN1dGlvblJlZ2lzdGVyLCBJRXhlY3V0aW9uIH0gZnJvbSAnQGZvYmxleC9tZWRpYXRvcic7XG5pbXBvcnQgeyBOb3RpZnlEYXRhQ2hhbmdlZFJlcXVlc3QgfSBmcm9tICcuL25vdGlmeS1kYXRhLWNoYW5nZWQtcmVxdWVzdCc7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi4vLi4vLi4vZi1zdG9yYWdlJztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihOb3RpZnlEYXRhQ2hhbmdlZFJlcXVlc3QpXG5leHBvcnQgY2xhc3MgTm90aWZ5RGF0YUNoYW5nZWRFeGVjdXRpb24gaW1wbGVtZW50cyBJRXhlY3V0aW9uPE5vdGlmeURhdGFDaGFuZ2VkUmVxdWVzdCwgdm9pZD4ge1xuXG4gIHByaXZhdGUgX3N0b3JlID0gaW5qZWN0KEZDb21wb25lbnRzU3RvcmUpO1xuXG4gIHB1YmxpYyBoYW5kbGUocmVxdWVzdDogTm90aWZ5RGF0YUNoYW5nZWRSZXF1ZXN0KTogdm9pZCB7XG4gICAgdGhpcy5fc3RvcmUuZGF0YUNoYW5nZWQoKTtcbiAgfVxufVxuIl19
|
package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.execution.mjs
CHANGED
|
@@ -5,9 +5,9 @@ import { FExecutionRegister } from '@foblex/mediator';
|
|
|
5
5
|
import { FComponentsStore } from '../../f-components-store';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
let NotifyTransformChangedExecution = class NotifyTransformChangedExecution {
|
|
8
|
-
|
|
8
|
+
_store = inject(FComponentsStore);
|
|
9
9
|
handle(request) {
|
|
10
|
-
this.
|
|
10
|
+
this._store.transformChanged();
|
|
11
11
|
}
|
|
12
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyTransformChangedExecution, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
13
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyTransformChangedExecution });
|
|
@@ -19,4 +19,4 @@ export { NotifyTransformChangedExecution };
|
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotifyTransformChangedExecution, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLmV4ZWN1dGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZC9ub3RpZnktdHJhbnNmb3JtLWNoYW5nZWQuZXhlY3V0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQWMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFJckQsSUFBTSwrQkFBK0IsR0FBckMsTUFBTSwrQkFBK0I7SUFHbEMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRW5DLE1BQU0sQ0FBQyxPQUFzQztRQUNsRCxJQUFJLENBQUMsTUFBTSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDakMsQ0FBQzt3R0FQVSwrQkFBK0I7NEdBQS9CLCtCQUErQjs7QUFBL0IsK0JBQStCO0lBRDNDLGtCQUFrQixDQUFDLDZCQUE2QixDQUFDO0dBQ3JDLCtCQUErQixDQVEzQzs7NEZBUlksK0JBQStCO2tCQUYzQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3QgfSBmcm9tICcuL25vdGlmeS10cmFuc2Zvcm0tY2hhbmdlZC5yZXF1ZXN0JztcbmltcG9ydCB7IGluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRkV4ZWN1dGlvblJlZ2lzdGVyLCBJRXhlY3V0aW9uIH0gZnJvbSAnQGZvYmxleC9tZWRpYXRvcic7XG5pbXBvcnQgeyBGQ29tcG9uZW50c1N0b3JlIH0gZnJvbSAnLi4vLi4vZi1jb21wb25lbnRzLXN0b3JlJztcblxuQEluamVjdGFibGUoKVxuQEZFeGVjdXRpb25SZWdpc3RlcihOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkUmVxdWVzdClcbmV4cG9ydCBjbGFzcyBOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkRXhlY3V0aW9uXG4gIGltcGxlbWVudHMgSUV4ZWN1dGlvbjxOb3RpZnlUcmFuc2Zvcm1DaGFuZ2VkUmVxdWVzdCwgdm9pZD4ge1xuXG4gIHByaXZhdGUgX3N0b3JlID0gaW5qZWN0KEZDb21wb25lbnRzU3RvcmUpO1xuXG4gIHB1YmxpYyBoYW5kbGUocmVxdWVzdDogTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3QpOiB2b2lkIHtcbiAgICB0aGlzLl9zdG9yZS50cmFuc2Zvcm1DaGFuZ2VkKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -3,7 +3,7 @@ export const F_SELECTED_CLASS = 'f-selected';
|
|
|
3
3
|
export function mixinChangeSelection(base) {
|
|
4
4
|
return class extends base {
|
|
5
5
|
fId = signal('');
|
|
6
|
-
fSelectionDisabled = false;
|
|
6
|
+
fSelectionDisabled = signal(false);
|
|
7
7
|
unmarkAsSelected() {
|
|
8
8
|
this.unmarkChildrenAsSelected?.();
|
|
9
9
|
this.hostElement.classList.remove(F_SELECTED_CLASS);
|
|
@@ -26,4 +26,4 @@ export function mixinChangeSelection(base) {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhbmdlLXNlbGVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvbWl4aW5zL2NoYW5nZS1zZWxlY3Rpb24vY2hhbmdlLXNlbGVjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxPQUFPLEVBQUMsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXJDLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHLFlBQVksQ0FBQztBQUs3QyxNQUFNLFVBQVUsb0JBQW9CLENBQXlDLElBQU87SUFDbEYsT0FBTyxLQUFNLFNBQVEsSUFBSTtRQUVoQixHQUFHLEdBQUcsTUFBTSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2pCLGtCQUFrQixHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUVuQyxnQkFBZ0I7WUFDckIsSUFBSSxDQUFDLHdCQUF3QixFQUFFLEVBQUUsQ0FBQztZQUNsQyxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN0RCxDQUFDO1FBRU0sY0FBYztZQUNuQixJQUFJLENBQUMsc0JBQXNCLEVBQUUsRUFBRSxDQUFDO1lBQ2hDLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQztnQkFDdkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLGdCQUFnQixDQUFDLENBQUM7WUFDbkQsQ0FBQztRQUNILENBQUM7UUFFTSxVQUFVO1lBQ2YsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUMvRCxDQUFDO1FBRU0sc0JBQXNCO1FBQzdCLENBQUM7UUFFTSx3QkFBd0I7UUFDL0IsQ0FBQztRQUVELFlBQVksR0FBRyxJQUFXO1lBQ3hCLEtBQUssQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDO1FBQ2pCLENBQUM7S0FDRixDQUFDO0FBQ0osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7QWJzdHJhY3RDb25zdHJ1Y3RvciwgQ29uc3RydWN0b3J9IGZyb20gJy4uL2NvbnN0cnVjdG9yJztcbmltcG9ydCB7SUhhc0hvc3RFbGVtZW50fSBmcm9tICcuLi8uLi9pLWhhcy1ob3N0LWVsZW1lbnQnO1xuaW1wb3J0IHtJU2VsZWN0YWJsZX0gZnJvbSAnLi9pLXNlbGVjdGFibGUnO1xuaW1wb3J0IHtzaWduYWx9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmV4cG9ydCBjb25zdCBGX1NFTEVDVEVEX0NMQVNTID0gJ2Ytc2VsZWN0ZWQnO1xuXG50eXBlIENhbkNoYW5nZVNlbGVjdGlvbkNvbnN0cnVjdG9yID0gQ29uc3RydWN0b3I8SVNlbGVjdGFibGU+ICYgQWJzdHJhY3RDb25zdHJ1Y3RvcjxJU2VsZWN0YWJsZT47XG5cbmV4cG9ydCBmdW5jdGlvbiBtaXhpbkNoYW5nZVNlbGVjdGlvbjxUIGV4dGVuZHMgQWJzdHJhY3RDb25zdHJ1Y3RvcjxJSGFzSG9zdEVsZW1lbnQ+PihiYXNlOiBUKTogQ2FuQ2hhbmdlU2VsZWN0aW9uQ29uc3RydWN0b3IgJiBUO1xuZXhwb3J0IGZ1bmN0aW9uIG1peGluQ2hhbmdlU2VsZWN0aW9uPFQgZXh0ZW5kcyBDb25zdHJ1Y3RvcjxJSGFzSG9zdEVsZW1lbnQ+PihiYXNlOiBUKTogQ2FuQ2hhbmdlU2VsZWN0aW9uQ29uc3RydWN0b3IgJiBUIHtcbiAgcmV0dXJuIGNsYXNzIGV4dGVuZHMgYmFzZSB7XG5cbiAgICBwdWJsaWMgZklkID0gc2lnbmFsKCcnKTtcbiAgICBwdWJsaWMgZlNlbGVjdGlvbkRpc2FibGVkID0gc2lnbmFsKGZhbHNlKTtcblxuICAgIHB1YmxpYyB1bm1hcmtBc1NlbGVjdGVkKCk6IHZvaWQge1xuICAgICAgdGhpcy51bm1hcmtDaGlsZHJlbkFzU2VsZWN0ZWQ/LigpO1xuICAgICAgdGhpcy5ob3N0RWxlbWVudC5jbGFzc0xpc3QucmVtb3ZlKEZfU0VMRUNURURfQ0xBU1MpO1xuICAgIH1cblxuICAgIHB1YmxpYyBtYXJrQXNTZWxlY3RlZCgpOiB2b2lkIHtcbiAgICAgIHRoaXMubWFya0NoaWxkcmVuQXNTZWxlY3RlZD8uKCk7XG4gICAgICBpZiAoIXRoaXMuaXNTZWxlY3RlZCgpKSB7XG4gICAgICAgIHRoaXMuaG9zdEVsZW1lbnQuY2xhc3NMaXN0LmFkZChGX1NFTEVDVEVEX0NMQVNTKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgaXNTZWxlY3RlZCgpOiBib29sZWFuIHtcbiAgICAgIHJldHVybiB0aGlzLmhvc3RFbGVtZW50LmNsYXNzTGlzdC5jb250YWlucyhGX1NFTEVDVEVEX0NMQVNTKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbWFya0NoaWxkcmVuQXNTZWxlY3RlZCgpOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgdW5tYXJrQ2hpbGRyZW5Bc1NlbGVjdGVkKCk6IHZvaWQge1xuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKC4uLmFyZ3M6IGFueVtdKSB7XG4gICAgICBzdXBlciguLi5hcmdzKTtcbiAgICB9XG4gIH07XG59XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1zZWxlY3RhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9taXhpbnMvY2hhbmdlLXNlbGVjdGlvbi9pLXNlbGVjdGFibGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7U2lnbmFsfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIElTZWxlY3RhYmxlIHtcblxuICBmSWQ6IFNpZ25hbDxzdHJpbmc+
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1zZWxlY3RhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9taXhpbnMvY2hhbmdlLXNlbGVjdGlvbi9pLXNlbGVjdGFibGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7U2lnbmFsfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIElTZWxlY3RhYmxlIHtcblxuICBmSWQ6IFNpZ25hbDxzdHJpbmc+O1xuXG4gIGZTZWxlY3Rpb25EaXNhYmxlZDogU2lnbmFsPGJvb2xlYW4+O1xuXG4gIGhvc3RFbGVtZW50OiBIVE1MRWxlbWVudCB8IFNWR0VsZW1lbnQ7XG5cbiAgbWFya0FzU2VsZWN0ZWQoKTogdm9pZDtcblxuICB1bm1hcmtBc1NlbGVjdGVkKCk6IHZvaWQ7XG5cbiAgaXNTZWxlY3RlZCgpOiBib29sZWFuO1xuXG4gIG1hcmtDaGlsZHJlbkFzU2VsZWN0ZWQ/KCk6IHZvaWQ7XG5cbiAgdW5tYXJrQ2hpbGRyZW5Bc1NlbGVjdGVkPygpOiB2b2lkO1xufVxuIl19
|
|
@@ -26,4 +26,4 @@ export class FResizeChannel extends FChannel {
|
|
|
26
26
|
this._isObserving = false;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1yZXNpemUtY2hhbm5lbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvcmVhY3Rpdml0eS9mLXJlc2l6ZS1jaGFubmVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFFdkMsTUFBTSxPQUFPLGNBQWUsU0FBUSxRQUFRO0lBT3ZCO0lBTEYsU0FBUyxHQUFHLElBQUksY0FBYyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDO0lBRTdELFlBQVksR0FBRyxLQUFLLENBQUM7SUFFN0IsWUFDbUIsWUFBc0M7UUFFdkQsS0FBSyxFQUFFLENBQUM7UUFGUyxpQkFBWSxHQUFaLFlBQVksQ0FBMEI7SUFHekQsQ0FBQztJQUVlLE1BQU0sQ0FBQyxRQUEwQjtRQUMvQyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztZQUMxQyxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztRQUMzQixDQUFDO1FBQ0QsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFZSxJQUFJLENBQUMsUUFBMEI7UUFDN0MsS0FBSyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNyQixJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQy9CLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNyQixDQUFDO0lBQ0gsQ0FBQztJQUVPLFdBQVc7UUFDakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzVDLElBQUksQ0FBQyxTQUFTLENBQUMsVUFBVSxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7SUFDNUIsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRkNoYW5uZWxMaXN0ZW5lciB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IHsgRkNoYW5uZWwgfSBmcm9tICcuL2YtY2hhbm5lbCc7XG5cbmV4cG9ydCBjbGFzcyBGUmVzaXplQ2hhbm5lbCBleHRlbmRzIEZDaGFubmVsIHtcblxuICBwcml2YXRlIHJlYWRvbmx5IF9vYnNlcnZlciA9IG5ldyBSZXNpemVPYnNlcnZlcigoKSA9PiB0aGlzLm5vdGlmeSgpKTtcblxuICBwcml2YXRlIF9pc09ic2VydmluZyA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgcmVhZG9ubHkgX2h0bWxFbGVtZW50OiBIVE1MRWxlbWVudCB8IFNWR0VsZW1lbnRcbiAgKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIHB1YmxpYyBvdmVycmlkZSBsaXN0ZW4oY2FsbGJhY2s6IEZDaGFubmVsTGlzdGVuZXIpOiAoKSA9PiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuX2lzT2JzZXJ2aW5nKSB7XG4gICAgICB0aGlzLl9vYnNlcnZlci5vYnNlcnZlKHRoaXMuX2h0bWxFbGVtZW50KTtcbiAgICAgIHRoaXMuX2lzT2JzZXJ2aW5nID0gdHJ1ZTtcbiAgICB9XG4gICAgcmV0dXJuIHN1cGVyLmxpc3RlbihjYWxsYmFjayk7XG4gIH1cblxuICBwdWJsaWMgb3ZlcnJpZGUgc3RvcChjYWxsYmFjazogRkNoYW5uZWxMaXN0ZW5lcik6IHZvaWQge1xuICAgIHN1cGVyLnN0b3AoY2FsbGJhY2spO1xuICAgIGlmICh0aGlzLl9saXN0ZW5lcnMuc2l6ZSA9PT0gMCkge1xuICAgICAgdGhpcy5fZGlzY29ubmVjdCgpO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgX2Rpc2Nvbm5lY3QoKTogdm9pZCB7XG4gICAgdGhpcy5fb2JzZXJ2ZXIudW5vYnNlcnZlKHRoaXMuX2h0bWxFbGVtZW50KTtcbiAgICB0aGlzLl9vYnNlcnZlci5kaXNjb25uZWN0KCk7XG4gICAgdGhpcy5faXNPYnNlcnZpbmcgPSBmYWxzZTtcbiAgfVxufVxuIl19
|
|
@@ -42,16 +42,16 @@ export declare class FCanvasComponent extends FCanvasBase implements OnInit, OnD
|
|
|
42
42
|
redrawWithAnimation(): void;
|
|
43
43
|
/**
|
|
44
44
|
* Centers the specified group or node on the canvas.
|
|
45
|
-
* @param
|
|
45
|
+
* @param groupOrNodeId - The ID of the group or node to center.
|
|
46
46
|
* @param animated - If true, the centering will be animated; otherwise, it will be instantaneous.
|
|
47
47
|
*/
|
|
48
|
-
centerGroupOrNode(
|
|
48
|
+
centerGroupOrNode(groupOrNodeId: string, animated?: boolean): void;
|
|
49
49
|
/**
|
|
50
50
|
* Fits the canvas to the screen by adjusting the scale and position.
|
|
51
|
-
* @param
|
|
51
|
+
* @param padding - paddings from the bounds of the canvas
|
|
52
52
|
* @param animated - If true, the fit will be animated; otherwise, it will be instantaneous.
|
|
53
53
|
*/
|
|
54
|
-
fitToScreen(
|
|
54
|
+
fitToScreen(padding?: IPoint, animated?: boolean): void;
|
|
55
55
|
/**
|
|
56
56
|
* Resets the scale and center all nodes and groups on the canvas.
|
|
57
57
|
* This method is used to restore the canvas to its default scale and position,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef,
|
|
1
|
+
import { ElementRef, Signal } from '@angular/core';
|
|
2
2
|
import { ILine } from '@foblex/2d';
|
|
3
3
|
import { EFConnectionBehavior } from './e-f-connection-behavior';
|
|
4
4
|
import { EFConnectionType } from './e-f-connection-type';
|
|
@@ -14,6 +14,7 @@ import { EFConnectableSide } from '../../f-connectors';
|
|
|
14
14
|
import { FConnectionFactory } from '../f-connection-builder';
|
|
15
15
|
import { IHasHostElement } from '../../i-has-host-element';
|
|
16
16
|
import { ISelectable, ICanChangeVisibility } from '../../mixins';
|
|
17
|
+
import { FConnectionCenterDirective } from "../f-connection-center";
|
|
17
18
|
import * as i0 from "@angular/core";
|
|
18
19
|
declare const MIXIN_BASE: import("../../mixins").Constructor<ISelectable> & import("../../mixins").AbstractConstructor<ISelectable> & import("../../mixins").Constructor<ICanChangeVisibility> & import("../../mixins").AbstractConstructor<ICanChangeVisibility> & {
|
|
19
20
|
new (hostElement: HTMLElement): {
|
|
@@ -23,30 +24,31 @@ declare const MIXIN_BASE: import("../../mixins").Constructor<ISelectable> & impo
|
|
|
23
24
|
export declare abstract class FConnectionBase extends MIXIN_BASE implements IHasHostElement, ISelectable, ICanChangeVisibility, IHasConnectionColor, IHasConnectionFromTo, IHasConnectionText {
|
|
24
25
|
private cFactory;
|
|
25
26
|
abstract fId: Signal<string>;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
readonly fStartColor: import("@angular/core").InputSignal<string>;
|
|
28
|
+
readonly fEndColor: import("@angular/core").InputSignal<string>;
|
|
28
29
|
abstract fOutputId: string;
|
|
29
30
|
abstract fInputId: string;
|
|
30
31
|
abstract fRadius: number;
|
|
31
32
|
abstract fOffset: number;
|
|
32
33
|
path: string;
|
|
33
34
|
line: ILine;
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
readonly fReassignableStart: Signal<boolean>;
|
|
36
|
+
readonly fDraggingDisabled: Signal<boolean>;
|
|
37
|
+
readonly fSelectionDisabled: Signal<boolean>;
|
|
36
38
|
abstract boundingElement: HTMLElement | SVGElement;
|
|
37
39
|
abstract fBehavior: EFConnectionBehavior;
|
|
38
40
|
abstract fType: EFConnectionType | string;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
abstract fTextComponent: Signal<IConnectionText>;
|
|
41
|
+
readonly fDefs: Signal<ElementRef<SVGDefsElement>>;
|
|
42
|
+
readonly fPath: Signal<IConnectionPath>;
|
|
43
|
+
readonly fGradient: Signal<IConnectionGradient>;
|
|
44
|
+
readonly fDragHandleStart: Signal<FConnectionDragHandleStartComponent | undefined>;
|
|
45
|
+
readonly fDragHandleEnd: Signal<FConnectionDragHandleEndComponent>;
|
|
46
|
+
readonly fSelection: Signal<FConnectionSelectionComponent>;
|
|
47
|
+
readonly fTextComponent: Signal<IConnectionText>;
|
|
47
48
|
abstract fText: string;
|
|
48
49
|
abstract fTextStartOffset: string;
|
|
49
|
-
|
|
50
|
+
readonly fConnectionCenter: Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
51
|
+
readonly fConnectionCenters: Signal<readonly FConnectionCenterDirective[]>;
|
|
50
52
|
private penultimatePoint;
|
|
51
53
|
private secondPoint;
|
|
52
54
|
protected constructor(elementReference: ElementRef<HTMLElement>, cFactory: FConnectionFactory);
|
|
@@ -59,6 +61,6 @@ export declare abstract class FConnectionBase extends MIXIN_BASE implements IHas
|
|
|
59
61
|
unmarkChildrenAsSelected(): void;
|
|
60
62
|
redraw(): void;
|
|
61
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionBase, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FConnectionBase, never, never, {}, {},
|
|
64
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FConnectionBase, never, never, { "fStartColor": { "alias": "fStartColor"; "required": false; "isSignal": true; }; "fEndColor": { "alias": "fEndColor"; "required": false; "isSignal": true; }; }, {}, ["fConnectionCenters"], never, false, never>;
|
|
63
65
|
}
|
|
64
66
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { EFConnectionBehavior, EFConnectionType
|
|
3
|
-
import { FConnectionCenterDirective } from '../f-connection-center';
|
|
2
|
+
import { EFConnectionBehavior, EFConnectionType } from '../common';
|
|
4
3
|
import { FConnectionFactory } from '../f-connection-builder';
|
|
5
4
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -8,37 +7,24 @@ export declare class FConnectionComponent extends FConnectionBase implements OnI
|
|
|
8
7
|
fId: import("@angular/core").InputSignal<string>;
|
|
9
8
|
fText: string;
|
|
10
9
|
fTextStartOffset: string;
|
|
11
|
-
fStartColor: import("@angular/core").InputSignal<string>;
|
|
12
|
-
fEndColor: import("@angular/core").InputSignal<string>;
|
|
13
10
|
fOutputId: any;
|
|
14
11
|
fInputId: any;
|
|
15
12
|
fRadius: number;
|
|
16
13
|
fOffset: number;
|
|
17
14
|
fBehavior: EFConnectionBehavior;
|
|
18
15
|
fType: EFConnectionType | string;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
fDefs: import("@angular/core").Signal<ElementRef<SVGDefsElement>>;
|
|
23
|
-
fPath: import("@angular/core").Signal<IConnectionPath>;
|
|
24
|
-
fGradient: import("@angular/core").Signal<IConnectionGradient>;
|
|
25
|
-
fDragHandleStart: import("@angular/core").Signal<FConnectionDragHandleStartComponent | undefined>;
|
|
26
|
-
fDragHandleEnd: import("@angular/core").Signal<FConnectionDragHandleEndComponent>;
|
|
27
|
-
fSelection: import("@angular/core").Signal<FConnectionSelectionComponent>;
|
|
28
|
-
fTextComponent: import("@angular/core").Signal<IConnectionText>;
|
|
29
|
-
fConnectionCenter: import("@angular/core").Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
30
|
-
fConnectionCenters: import("@angular/core").Signal<readonly FConnectionCenterDirective[]>;
|
|
16
|
+
fSelectionDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
17
|
+
fReassignableStart: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
18
|
+
fDraggingDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
31
19
|
get boundingElement(): HTMLElement | SVGElement;
|
|
32
|
-
private readonly
|
|
20
|
+
private readonly _mediator;
|
|
33
21
|
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
34
22
|
ngOnInit(): void;
|
|
35
23
|
ngOnChanges(): void;
|
|
36
24
|
ngOnDestroy(): void;
|
|
37
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionComponent, "f-connection", ["fComponent"], { "fId": { "alias": "fConnectionId"; "required": false; "isSignal": true; }; "fText": { "alias": "fText"; "required": false; }; "fTextStartOffset": { "alias": "fTextStartOffset"; "required": false; }; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionComponent, "f-connection", ["fComponent"], { "fId": { "alias": "fConnectionId"; "required": false; "isSignal": true; }; "fText": { "alias": "fText"; "required": false; }; "fTextStartOffset": { "alias": "fTextStartOffset"; "required": false; }; "fOutputId": { "alias": "fOutputId"; "required": false; }; "fInputId": { "alias": "fInputId"; "required": false; }; "fRadius": { "alias": "fRadius"; "required": false; }; "fOffset": { "alias": "fOffset"; "required": false; }; "fBehavior": { "alias": "fBehavior"; "required": false; }; "fType": { "alias": "fType"; "required": false; }; "fSelectionDisabled": { "alias": "fSelectionDisabled"; "required": false; "isSignal": true; }; "fReassignableStart": { "alias": "fReassignableStart"; "required": false; "isSignal": true; }; "fDraggingDisabled": { "alias": "fReassignDisabled"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[fConnectionCenter]"], false, never>;
|
|
39
27
|
static ngAcceptInputType_fRadius: unknown;
|
|
40
28
|
static ngAcceptInputType_fOffset: unknown;
|
|
41
29
|
static ngAcceptInputType_fBehavior: unknown;
|
|
42
|
-
static ngAcceptInputType_fDraggingDisabled: unknown;
|
|
43
|
-
static ngAcceptInputType_fSelectionDisabled: unknown;
|
|
44
30
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { FConnectionDragHandleEndComponent, FConnectionDragHandleStartComponent, FConnectionSelectionComponent, IConnectionGradient, IConnectionPath, IConnectionText } from '../common';
|
|
3
2
|
import { EFConnectionBehavior } from '../common';
|
|
4
3
|
import { EFConnectionType } from '../common';
|
|
5
|
-
import { FConnectionCenterDirective } from '../f-connection-center';
|
|
6
4
|
import { FConnectionFactory } from '../f-connection-builder';
|
|
7
5
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
8
6
|
import * as i0 from "@angular/core";
|
|
@@ -10,34 +8,21 @@ export declare class FConnectionForCreateComponent extends FConnectionBase imple
|
|
|
10
8
|
fId: import("@angular/core").WritableSignal<string>;
|
|
11
9
|
fText: string;
|
|
12
10
|
fTextStartOffset: string;
|
|
13
|
-
fStartColor: import("@angular/core").InputSignal<string>;
|
|
14
|
-
fEndColor: import("@angular/core").InputSignal<string>;
|
|
15
11
|
fOutputId: string;
|
|
16
12
|
fInputId: string;
|
|
17
13
|
fRadius: number;
|
|
18
14
|
fOffset: number;
|
|
19
15
|
fBehavior: EFConnectionBehavior;
|
|
20
16
|
fType: EFConnectionType | string;
|
|
21
|
-
fDraggingDisabled: boolean;
|
|
22
|
-
fSelectionDisabled: boolean;
|
|
23
|
-
fDefs: import("@angular/core").Signal<ElementRef<SVGDefsElement>>;
|
|
24
|
-
fPath: import("@angular/core").Signal<IConnectionPath>;
|
|
25
|
-
fGradient: import("@angular/core").Signal<IConnectionGradient>;
|
|
26
|
-
fDragHandleStart: import("@angular/core").Signal<FConnectionDragHandleStartComponent | undefined>;
|
|
27
|
-
fDragHandleEnd: import("@angular/core").Signal<FConnectionDragHandleEndComponent>;
|
|
28
|
-
fSelection: import("@angular/core").Signal<FConnectionSelectionComponent>;
|
|
29
|
-
fTextComponent: import("@angular/core").Signal<IConnectionText>;
|
|
30
|
-
fConnectionCenter: import("@angular/core").Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
31
|
-
fConnectionCenters: import("@angular/core").Signal<readonly FConnectionCenterDirective[]>;
|
|
32
17
|
get boundingElement(): HTMLElement | SVGElement;
|
|
33
|
-
private readonly
|
|
18
|
+
private readonly _mediator;
|
|
34
19
|
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
35
20
|
ngOnInit(): void;
|
|
36
21
|
ngAfterViewInit(): void;
|
|
37
22
|
ngOnChanges(): void;
|
|
38
23
|
ngOnDestroy(): void;
|
|
39
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionForCreateComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionForCreateComponent, "f-connection-for-create", 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>;
|
|
41
26
|
static ngAcceptInputType_fRadius: unknown;
|
|
42
27
|
static ngAcceptInputType_fOffset: unknown;
|
|
43
28
|
static ngAcceptInputType_fBehavior: unknown;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { FConnectionDragHandleEndComponent, FConnectionDragHandleStartComponent, FConnectionSelectionComponent, IConnectionGradient, IConnectionPath, IConnectionText } from '../common';
|
|
3
2
|
import { EFConnectionBehavior } from '../common';
|
|
4
3
|
import { EFConnectionType } from '../common';
|
|
5
|
-
import { FConnectionCenterDirective } from '../f-connection-center';
|
|
6
4
|
import { FConnectionFactory } from '../f-connection-builder';
|
|
7
5
|
import { FConnectionBase } from '../common/f-connection-base';
|
|
8
6
|
import * as i0 from "@angular/core";
|
|
@@ -10,8 +8,6 @@ export declare class FSnapConnectionComponent extends FConnectionBase implements
|
|
|
10
8
|
fId: import("@angular/core").WritableSignal<string>;
|
|
11
9
|
fText: string;
|
|
12
10
|
fTextStartOffset: string;
|
|
13
|
-
fStartColor: import("@angular/core").InputSignal<string>;
|
|
14
|
-
fEndColor: import("@angular/core").InputSignal<string>;
|
|
15
11
|
fSnapThreshold: number;
|
|
16
12
|
fOutputId: string;
|
|
17
13
|
fInputId: string;
|
|
@@ -19,26 +15,15 @@ export declare class FSnapConnectionComponent extends FConnectionBase implements
|
|
|
19
15
|
fOffset: number;
|
|
20
16
|
fBehavior: EFConnectionBehavior;
|
|
21
17
|
fType: EFConnectionType | string;
|
|
22
|
-
fDraggingDisabled: boolean;
|
|
23
|
-
fSelectionDisabled: boolean;
|
|
24
|
-
fDefs: import("@angular/core").Signal<ElementRef<SVGDefsElement>>;
|
|
25
|
-
fPath: import("@angular/core").Signal<IConnectionPath>;
|
|
26
|
-
fGradient: import("@angular/core").Signal<IConnectionGradient>;
|
|
27
|
-
fDragHandleStart: import("@angular/core").Signal<FConnectionDragHandleStartComponent | undefined>;
|
|
28
|
-
fDragHandleEnd: import("@angular/core").Signal<FConnectionDragHandleEndComponent>;
|
|
29
|
-
fSelection: import("@angular/core").Signal<FConnectionSelectionComponent>;
|
|
30
|
-
fTextComponent: import("@angular/core").Signal<IConnectionText>;
|
|
31
|
-
fConnectionCenter: import("@angular/core").Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
32
|
-
fConnectionCenters: import("@angular/core").Signal<readonly FConnectionCenterDirective[]>;
|
|
33
18
|
get boundingElement(): HTMLElement | SVGElement;
|
|
34
|
-
private readonly
|
|
19
|
+
private readonly _mediator;
|
|
35
20
|
constructor(elementReference: ElementRef<HTMLElement>, fConnectionFactory: FConnectionFactory);
|
|
36
21
|
ngOnInit(): void;
|
|
37
22
|
ngAfterViewInit(): void;
|
|
38
23
|
ngOnChanges(): void;
|
|
39
24
|
ngOnDestroy(): void;
|
|
40
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FSnapConnectionComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FSnapConnectionComponent, "f-snap-connection", 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>;
|
|
42
27
|
static ngAcceptInputType_fSnapThreshold: unknown;
|
|
43
28
|
static ngAcceptInputType_fRadius: unknown;
|
|
44
29
|
static ngAcceptInputType_fOffset: unknown;
|
|
@@ -4,4 +4,4 @@ import { FConnectionCenterDirective } from './f-connection-center';
|
|
|
4
4
|
import { FConnectionForCreateComponent } from './f-connection-for-create';
|
|
5
5
|
import { FMarkerDirective } from './f-marker';
|
|
6
6
|
import { FSnapConnectionComponent } from './f-snap-connection';
|
|
7
|
-
export declare const F_CONNECTION_PROVIDERS: (typeof FConnectionSelectionComponent | typeof
|
|
7
|
+
export declare const F_CONNECTION_PROVIDERS: (typeof FConnectionSelectionComponent | typeof FConnectionCenterDirective | typeof FSnapConnectionComponent | typeof FConnectionComponent | typeof FConnectionForCreateComponent | typeof FConnectionPathComponent | typeof FConnectionGradientComponent | typeof FConnectionTextPathDirective | typeof FConnectionTextComponent | typeof FMarkerDirective)[];
|
|
@@ -3,9 +3,9 @@ import { IRect } from '@foblex/2d';
|
|
|
3
3
|
import { IExecution } from '@foblex/mediator';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GetNormalizedParentNodeRectExecution implements IExecution<GetNormalizedParentNodeRectRequest, IRect> {
|
|
6
|
-
private readonly
|
|
7
|
-
private readonly
|
|
8
|
-
handle(
|
|
6
|
+
private readonly _store;
|
|
7
|
+
private readonly _mediator;
|
|
8
|
+
handle({ nodeOrGroup }: GetNormalizedParentNodeRectRequest): IRect;
|
|
9
9
|
private _getNode;
|
|
10
10
|
private _getParentRect;
|
|
11
11
|
private _getNodeRect;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FNodeBase } from '../../../f-node';
|
|
2
2
|
export declare class GetNormalizedParentNodeRectRequest {
|
|
3
|
-
|
|
3
|
+
readonly nodeOrGroup: FNodeBase;
|
|
4
4
|
static readonly fToken: unique symbol;
|
|
5
|
-
constructor(
|
|
5
|
+
constructor(nodeOrGroup: FNodeBase);
|
|
6
6
|
}
|
|
@@ -3,7 +3,7 @@ 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
5
|
private readonly _fMediator;
|
|
6
|
-
private readonly
|
|
6
|
+
private readonly _store;
|
|
7
7
|
handle(request: IsConnectionUnderNodeRequest): void;
|
|
8
8
|
private _getOutputConnectors;
|
|
9
9
|
private _getInputConnectors;
|
|
@@ -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 GetNormalizedParentNodeRectExecution | typeof
|
|
4
|
+
export declare const DRAG_AND_DROP_COMMON_PROVIDERS: (typeof GetNormalizedParentNodeRectExecution | typeof IsConnectionUnderNodeExecution | typeof IsArrayHasParentNodeExecution)[];
|
|
@@ -3,7 +3,7 @@ import { IFDragHandler } from '../f-drag-handler';
|
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
4
|
export declare class FCanvasDragHandler implements IFDragHandler {
|
|
5
5
|
fEventType: string;
|
|
6
|
-
private readonly
|
|
6
|
+
private readonly _store;
|
|
7
7
|
private _onPointerDownPosition;
|
|
8
8
|
constructor(_injector: Injector);
|
|
9
9
|
prepareDragSequence(): void;
|
|
@@ -2,7 +2,7 @@ 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
|
|
5
|
+
private _dragContext;
|
|
6
6
|
handle(request: FCanvasMoveFinalizeRequest): void;
|
|
7
7
|
private _isValid;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FCanvasMoveFinalizeExecution, never>;
|
|
@@ -2,8 +2,8 @@ import { FCanvasMovePreparationRequest } from './f-canvas-move-preparation.reque
|
|
|
2
2
|
import { IExecution } from '@foblex/mediator';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCanvasMovePreparationExecution implements IExecution<FCanvasMovePreparationRequest, void> {
|
|
5
|
-
private readonly
|
|
6
|
-
private readonly
|
|
5
|
+
private readonly _store;
|
|
6
|
+
private readonly _dragContext;
|
|
7
7
|
private readonly _injector;
|
|
8
8
|
private get _fHost();
|
|
9
9
|
handle(request: FCanvasMovePreparationRequest): void;
|
|
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class FCreateConnectionFinalizeExecution implements IHandler<FCreateConnectionFinalizeRequest, void> {
|
|
5
5
|
private _fResult;
|
|
6
6
|
private _fMediator;
|
|
7
|
-
private
|
|
8
|
-
private
|
|
7
|
+
private _store;
|
|
8
|
+
private _dragContext;
|
|
9
9
|
private get _fDragHandler();
|
|
10
10
|
handle(request: FCreateConnectionFinalizeRequest): void;
|
|
11
11
|
private _isValid;
|
|
@@ -2,8 +2,8 @@ import { IHandler } from '@foblex/mediator';
|
|
|
2
2
|
import { FCreateConnectionDragHandlerPreparationRequest } from './f-create-connection-drag-handler-preparation.request';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCreateConnectionDragHandlerPreparationExecution implements IHandler<FCreateConnectionDragHandlerPreparationRequest, void> {
|
|
5
|
-
private readonly
|
|
6
|
-
private readonly
|
|
5
|
+
private readonly _store;
|
|
6
|
+
private readonly _dragContext;
|
|
7
7
|
private readonly _injector;
|
|
8
8
|
private get _fHost();
|
|
9
9
|
private get _transform();
|
|
@@ -3,8 +3,8 @@ import { FCreateConnectionPreparationRequest } from './f-create-connection-prepa
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCreateConnectionPreparationExecution implements IHandler<FCreateConnectionPreparationRequest, void> {
|
|
5
5
|
private _fMediator;
|
|
6
|
-
private
|
|
7
|
-
private
|
|
6
|
+
private _store;
|
|
7
|
+
private _dragContext;
|
|
8
8
|
private _fNode;
|
|
9
9
|
handle(request: FCreateConnectionPreparationRequest): void;
|
|
10
10
|
private _isValid;
|
|
@@ -3,7 +3,7 @@ import { FCreateConnectionFromOutletPreparationRequest } from './f-create-connec
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCreateConnectionFromOutletPreparationExecution implements IHandler<FCreateConnectionFromOutletPreparationRequest, void> {
|
|
5
5
|
private _fMediator;
|
|
6
|
-
private
|
|
6
|
+
private _store;
|
|
7
7
|
handle(request: FCreateConnectionFromOutletPreparationRequest): void;
|
|
8
8
|
private _getNodeOutlet;
|
|
9
9
|
private _getNodeOutputs;
|
|
@@ -3,7 +3,7 @@ import { FCreateConnectionFromOutputPreparationRequest } from './f-create-connec
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FCreateConnectionFromOutputPreparationExecution implements IHandler<FCreateConnectionFromOutputPreparationRequest, void> {
|
|
5
5
|
private _fMediator;
|
|
6
|
-
private
|
|
6
|
+
private _store;
|
|
7
7
|
handle(request: FCreateConnectionFromOutputPreparationRequest): void;
|
|
8
8
|
private _isValid;
|
|
9
9
|
private _isNodeOutput;
|
|
@@ -8,7 +8,7 @@ export declare class FCreateConnectionDragHandler implements IFDragHandler {
|
|
|
8
8
|
fData: any;
|
|
9
9
|
private readonly _fResult;
|
|
10
10
|
private readonly _fMediator;
|
|
11
|
-
private readonly
|
|
11
|
+
private readonly _store;
|
|
12
12
|
private readonly _toConnectorRect;
|
|
13
13
|
private get _fConnection();
|
|
14
14
|
private get _fSnapConnection();
|
|
@@ -3,8 +3,8 @@ import { IExecution } from '@foblex/mediator';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FReassignConnectionPreparationExecution implements IExecution<FReassignConnectionPreparationRequest, void> {
|
|
5
5
|
private readonly _fMediator;
|
|
6
|
-
private readonly
|
|
7
|
-
private readonly
|
|
6
|
+
private readonly _store;
|
|
7
|
+
private readonly _dragContext;
|
|
8
8
|
private readonly _injector;
|
|
9
9
|
private _fConnection;
|
|
10
10
|
private get _transform();
|
|
@@ -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 FCreateConnectionFinalizeExecution | typeof FCreateConnectionDragHandlerPreparationExecution | typeof FCreateConnectionFromOutletPreparationExecution | typeof GetFirstConnectableOutputExecution | typeof FCreateConnectionFromOutputPreparationExecution | typeof FCreateConnectionPreparationExecution | typeof FReassignConnectionFinalizeExecution | typeof FReassignConnectionPreparationExecution)[];
|