@foblex/flow 17.5.2 → 17.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/domain/f-background/add-background-to-store/add-background-to-store-request.d.ts +1 -0
- package/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.d.ts +1 -0
- package/domain/f-background/remove-background-from-store/remove-background-from-store-request.d.ts +1 -0
- package/domain/f-background/set-background-transform/set-background-transform-request.d.ts +1 -0
- package/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.d.ts +1 -0
- package/domain/f-canvas/center-group-or-node/center-group-or-node-request.d.ts +1 -0
- package/domain/f-canvas/fit-to-flow/fit-to-flow-request.d.ts +1 -0
- package/domain/f-canvas/get-canvas/get-canvas-request.d.ts +1 -0
- package/domain/f-canvas/input-canvas-position/input-canvas-position-request.d.ts +1 -0
- package/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.d.ts +1 -0
- package/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.d.ts +1 -0
- package/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.d.ts +1 -0
- package/domain/f-canvas/reset-scale/reset-scale-request.d.ts +1 -0
- package/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.d.ts +1 -0
- package/domain/f-canvas/update-scale/update-scale-request.d.ts +1 -0
- package/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.d.ts +1 -0
- package/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.d.ts +1 -0
- package/domain/f-connection/add-connection-to-store/add-connection-to-store-request.d.ts +1 -0
- package/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.d.ts +1 -0
- package/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.d.ts +1 -0
- package/domain/f-connection/create-connection-markers/create-connection-markers-request.d.ts +1 -0
- package/domain/f-connection/redraw-connections/redraw-connections-request.d.ts +1 -0
- package/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.d.ts +1 -0
- package/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.d.ts +1 -0
- package/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.d.ts +1 -0
- package/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.d.ts +1 -0
- package/domain/f-connectors/add-input-to-store/add-input-to-store-request.d.ts +1 -0
- package/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.d.ts +1 -0
- package/domain/f-connectors/add-output-to-store/add-output-to-store-request.d.ts +1 -0
- package/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.d.ts +1 -0
- package/domain/f-connectors/find-input-at-position/find-input-at-position.request.d.ts +1 -0
- package/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.d.ts +1 -0
- package/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.d.ts +1 -0
- package/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.d.ts +1 -0
- package/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.d.ts +1 -0
- package/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.d.ts +1 -0
- package/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.d.ts +1 -0
- package/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.d.ts +1 -0
- package/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.d.ts +1 -0
- package/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.d.ts +1 -0
- package/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.d.ts +1 -0
- package/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.d.ts +1 -0
- package/domain/f-draggable/is-drag-started/is-drag-started-request.d.ts +1 -0
- package/domain/f-draggable/on-pointer-move/on-pointer-move-request.d.ts +1 -0
- package/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.d.ts +1 -0
- package/domain/f-draggable/providers.d.ts +1 -1
- package/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.d.ts +1 -0
- package/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.d.ts +1 -0
- package/domain/f-flow/add-flow-to-store/add-flow-to-store-request.d.ts +1 -0
- package/domain/f-flow/get-flow/get-flow-request.d.ts +1 -0
- package/domain/f-flow/get-flow-host-element/get-flow-host-element.request.d.ts +1 -0
- package/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections-request.d.ts +1 -0
- package/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes-request.d.ts +1 -0
- package/domain/f-flow/get-flow-state/get-flow-state.request.d.ts +1 -0
- package/domain/f-flow/get-flow-state/providers.d.ts +1 -1
- package/domain/f-flow/providers.d.ts +1 -1
- package/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.d.ts +1 -0
- package/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.d.ts +1 -0
- package/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.d.ts +1 -0
- package/domain/f-node/add-node-to-store/add-node-to-store-request.d.ts +1 -0
- package/domain/f-node/calculate-input-connections/calculate-input-connections-request.d.ts +1 -0
- package/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.d.ts +1 -0
- package/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.request.d.ts +1 -0
- package/domain/f-node/calculate-output-connections/calculate-output-connections-request.d.ts +1 -0
- package/domain/f-node/get-node-padding/get-node-padding.request.d.ts +1 -0
- package/domain/f-node/get-nodes/get-nodes-request.d.ts +1 -0
- package/domain/f-node/get-parent-nodes/get-parent-nodes.request.d.ts +1 -0
- package/domain/f-node/remove-node-from-store/remove-node-from-store-request.d.ts +1 -0
- package/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.d.ts +1 -0
- package/domain/f-selection/clear-selection/clear-selection.request.d.ts +1 -0
- package/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items-request.d.ts +1 -0
- package/domain/f-selection/get-current-selection/get-current-selection.request.d.ts +1 -0
- package/domain/f-selection/select/select.request.d.ts +1 -0
- package/domain/f-selection/select-all/select-all.request.d.ts +1 -0
- package/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.d.ts +1 -0
- package/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.d.ts +1 -0
- package/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.d.ts +1 -0
- package/domain/f-zoom/reset-zoom/reset-zoom-request.d.ts +1 -0
- package/domain/f-zoom/set-zoom/set-zoom-request.d.ts +1 -0
- package/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.request.d.ts +1 -0
- package/domain/get-element-rounded-rect/get-element-rounded-rect-request.d.ts +1 -0
- package/domain/get-normalized-connector-rect/get-normalized-connector-rect-request.d.ts +1 -0
- package/domain/get-normalized-element-rect/get-normalized-element-rect-request.d.ts +1 -0
- package/domain/get-normalized-point/get-normalized-point-request.d.ts +1 -0
- package/domain/providers.d.ts +1 -1
- package/domain/sort-item-layers/sort-item-layers.request.d.ts +1 -0
- package/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.request.d.ts +1 -0
- package/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.request.d.ts +1 -0
- package/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.request.d.ts +1 -0
- package/domain/update-item-and-children-layers/update-item-and-children-layers.request.d.ts +1 -0
- package/esm2022/domain/f-background/add-background-to-store/add-background-to-store-request.mjs +2 -1
- package/esm2022/domain/f-background/add-pattern-to-background/add-pattern-to-background.request.mjs +2 -1
- package/esm2022/domain/f-background/remove-background-from-store/remove-background-from-store-request.mjs +2 -1
- package/esm2022/domain/f-background/set-background-transform/set-background-transform-request.mjs +2 -1
- package/esm2022/domain/f-canvas/add-canvas-to-store/add-canvas-to-store-request.mjs +2 -1
- package/esm2022/domain/f-canvas/center-group-or-node/center-group-or-node-request.mjs +2 -1
- package/esm2022/domain/f-canvas/fit-to-flow/fit-to-flow-request.mjs +2 -1
- package/esm2022/domain/f-canvas/get-canvas/get-canvas-request.mjs +2 -1
- package/esm2022/domain/f-canvas/input-canvas-position/input-canvas-position-request.mjs +2 -1
- package/esm2022/domain/f-canvas/input-canvas-scale/input-canvas-scale-request.mjs +2 -1
- package/esm2022/domain/f-canvas/redraw-canvas-with-animation/redraw-canvas-with-animation-request.mjs +2 -1
- package/esm2022/domain/f-canvas/remove-canvas-from-store/remove-canvas-from-store-request.mjs +2 -1
- package/esm2022/domain/f-canvas/reset-scale/reset-scale-request.mjs +2 -1
- package/esm2022/domain/f-canvas/reset-scale-and-center/reset-scale-and-center-request.mjs +2 -1
- package/esm2022/domain/f-canvas/update-scale/update-scale-request.mjs +2 -1
- package/esm2022/domain/f-connection/add-connection-for-create-to-store/add-connection-for-create-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/add-connection-marker-to-store/add-connection-marker-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/add-connection-to-store/add-connection-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/add-snap-connection-to-store/add-snap-connection-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/calculate-connection-line-by-behavior/calculate-connection-line-by-behavior.request.mjs +2 -1
- package/esm2022/domain/f-connection/create-connection-markers/create-connection-markers-request.mjs +2 -1
- package/esm2022/domain/f-connection/redraw-connections/redraw-connections-request.mjs +2 -1
- package/esm2022/domain/f-connection/remove-connection-for-create-from-store/remove-connection-for-create-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/remove-connection-from-store/remove-connection-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/remove-connection-marker-from-store/remove-connection-marker-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connection/remove-snap-connection-from-store/remove-snap-connection-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/add-input-to-store/add-input-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/add-outlet-to-store/add-outlet-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/add-output-to-store/add-output-to-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/calculate-closest-input/calculate-closest-input.request.mjs +2 -1
- package/esm2022/domain/f-connectors/find-input-at-position/find-input-at-position.request.mjs +2 -1
- package/esm2022/domain/f-connectors/get-all-can-be-connected-inputs-and-rects/get-all-can-be-connected-inputs-and-rects.request.mjs +2 -1
- package/esm2022/domain/f-connectors/get-connector-and-rect/get-connector-and-rect-request.mjs +2 -1
- package/esm2022/domain/f-connectors/mark-all-can-be-connected-inputs/mark-all-can-be-connected-inputs.request.mjs +2 -1
- package/esm2022/domain/f-connectors/remove-input-from-store/remove-input-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/remove-outlet-from-store/remove-outlet-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/remove-output-from-store/remove-output-from-store-request.mjs +2 -1
- package/esm2022/domain/f-connectors/unmark-all-can-be-connected-inputs/unmark-all-can-be-connected-inputs.request.mjs +2 -1
- package/esm2022/domain/f-draggable/add-dnd-to-store/add-dnd-to-store-request.mjs +2 -1
- package/esm2022/domain/f-draggable/emit-selection-change-event/emit-selection-change-event-request.mjs +2 -1
- package/esm2022/domain/f-draggable/end-drag-sequence/end-drag-sequence-request.mjs +2 -1
- package/esm2022/domain/f-draggable/initialize-drag-sequence/initialize-drag-sequence-request.mjs +2 -1
- package/esm2022/domain/f-draggable/is-drag-started/is-drag-started-request.mjs +2 -1
- package/esm2022/domain/f-draggable/on-pointer-move/on-pointer-move-request.mjs +2 -1
- package/esm2022/domain/f-draggable/prepare-drag-sequence/prepare-drag-sequence-request.mjs +2 -1
- package/esm2022/domain/f-draggable/remove-dnd-from-store/remove-dnd-from-store-request.mjs +2 -1
- package/esm2022/domain/f-draggable/start-drag-sequence/start-drag-sequence-request.mjs +2 -1
- package/esm2022/domain/f-flow/add-flow-to-store/add-flow-to-store-request.mjs +2 -1
- package/esm2022/domain/f-flow/get-flow/get-flow-request.mjs +2 -1
- package/esm2022/domain/f-flow/get-flow-host-element/get-flow-host-element.request.mjs +2 -1
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-connections/get-flow-state-connections-request.mjs +2 -1
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state-nodes/get-flow-state-nodes-request.mjs +2 -1
- package/esm2022/domain/f-flow/get-flow-state/get-flow-state.request.mjs +2 -1
- package/esm2022/domain/f-flow/remove-flow-from-store/remove-flow-from-store-request.mjs +2 -1
- package/esm2022/domain/f-line-alignment/add-line-alignment-to-store/add-line-alignment-to-store-request.mjs +2 -1
- package/esm2022/domain/f-line-alignment/remove-line-alignment-from-store/remove-line-alignment-from-store-request.mjs +2 -1
- package/esm2022/domain/f-node/add-node-to-store/add-node-to-store-request.mjs +2 -1
- package/esm2022/domain/f-node/calculate-input-connections/calculate-input-connections-request.mjs +2 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box/calculate-nodes-bounding-box.request.mjs +2 -1
- package/esm2022/domain/f-node/calculate-nodes-bounding-box-normalized-position/calculate-nodes-bounding-box-normalized-position.request.mjs +2 -1
- package/esm2022/domain/f-node/calculate-output-connections/calculate-output-connections-request.mjs +2 -1
- package/esm2022/domain/f-node/get-node-padding/get-node-padding.request.mjs +2 -1
- package/esm2022/domain/f-node/get-nodes/get-nodes-request.mjs +2 -1
- package/esm2022/domain/f-node/get-parent-nodes/get-parent-nodes.request.mjs +2 -1
- package/esm2022/domain/f-node/remove-node-from-store/remove-node-from-store-request.mjs +2 -1
- package/esm2022/domain/f-node/update-node-when-state-or-size-changed/update-node-when-state-or-size-changed-request.mjs +2 -1
- package/esm2022/domain/f-selection/clear-selection/clear-selection.request.mjs +2 -1
- package/esm2022/domain/f-selection/get-can-be-selected-items/get-can-be-selected-items-request.mjs +2 -1
- package/esm2022/domain/f-selection/get-current-selection/get-current-selection.request.mjs +2 -1
- package/esm2022/domain/f-selection/select/select.request.mjs +2 -1
- package/esm2022/domain/f-selection/select-all/select-all.request.mjs +2 -1
- package/esm2022/domain/f-selection/select-and-update-node-layer/select-and-update-node-layer.request.mjs +2 -1
- package/esm2022/domain/f-zoom/add-zoom-to-store/add-zoom-to-store-request.mjs +2 -1
- package/esm2022/domain/f-zoom/remove-zoom-from-store/remove-zoom-from-store-request.mjs +2 -1
- package/esm2022/domain/f-zoom/reset-zoom/reset-zoom-request.mjs +2 -1
- package/esm2022/domain/f-zoom/set-zoom/set-zoom-request.mjs +2 -1
- package/esm2022/domain/get-deep-children-nodes-and-groups/get-deep-children-nodes-and-groups.request.mjs +2 -1
- package/esm2022/domain/get-element-rounded-rect/get-element-rounded-rect-request.mjs +2 -1
- package/esm2022/domain/get-normalized-connector-rect/get-normalized-connector-rect-request.mjs +2 -1
- package/esm2022/domain/get-normalized-element-rect/get-normalized-element-rect-request.mjs +2 -1
- package/esm2022/domain/get-normalized-point/get-normalized-point-request.mjs +2 -1
- package/esm2022/domain/sort-item-layers/sort-item-layers.request.mjs +2 -1
- package/esm2022/domain/sort-item-layers/sort-items-by-parent/sort-items-by-parent.request.mjs +2 -1
- package/esm2022/domain/sort-item-layers/sort-node-layers-by-groups/sort-node-layers.request.mjs +2 -1
- package/esm2022/domain/update-item-and-children-layers/move-front-elements-before-target-element/move-front-elements-before-target-element.request.mjs +2 -1
- package/esm2022/domain/update-item-and-children-layers/update-item-and-children-layers.request.mjs +2 -1
- package/esm2022/f-connection/common/domain/calculate-center-between-points/calculate-center-between-points-request.mjs +2 -1
- package/esm2022/f-connection/common/domain/calculate-connection-center/calculate-connection-center-request.mjs +2 -1
- package/esm2022/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.mjs +2 -1
- package/esm2022/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.request.mjs +2 -1
- package/esm2022/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.mjs +2 -1
- package/esm2022/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-move/move-preparation/f-node-move-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.request.mjs +2 -1
- package/esm2022/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.request.mjs +2 -1
- package/esm2022/f-draggable/f-single-select/f-single-select.request.mjs +2 -1
- package/esm2022/f-external-item/domain/create-placeholder/f-external-item-create-placeholder.request.mjs +2 -1
- package/esm2022/f-external-item/domain/create-preview/f-external-item-create-preview.request.mjs +2 -1
- package/esm2022/f-external-item/domain/finalize/f-external-item-finalize.request.mjs +2 -1
- package/esm2022/f-external-item/domain/preparation/f-external-item-preparation.request.mjs +2 -1
- package/esm2022/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.mjs +2 -1
- package/esm2022/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.request.mjs +2 -1
- package/esm2022/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.mjs +2 -1
- package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.mjs +2 -1
- package/esm2022/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.request.mjs +2 -1
- package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.mjs +2 -1
- package/esm2022/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.mjs +2 -1
- package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.mjs +2 -1
- package/esm2022/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.mjs +2 -1
- package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes-request.mjs +2 -1
- package/esm2022/f-storage/features/listen-count-changes/listen-count-changes-request.mjs +2 -1
- package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.request.mjs +2 -1
- package/esm2022/f-storage/features/notify-data-changed/notify-data-changed-request.mjs +2 -1
- package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.request.mjs +2 -1
- package/f-connection/common/domain/calculate-center-between-points/calculate-center-between-points-request.d.ts +1 -0
- package/f-connection/common/domain/calculate-connection-center/calculate-connection-center-request.d.ts +1 -0
- package/f-draggable/domain/get-normalized-parent-node-rect/get-normalized-parent-node-rect.request.d.ts +1 -0
- package/f-draggable/domain/is-array-has-parent-node/is-array-has-parent-node.request.d.ts +1 -0
- package/f-draggable/domain/is-connection-under-node/is-connection-under-node.request.d.ts +1 -0
- package/f-draggable/f-canvas/move-finalize/f-canvas-move-finalize.request.d.ts +1 -0
- package/f-draggable/f-canvas/move-preparation/f-canvas-move-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/create-finalize/f-create-connection-finalize.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/create-preparation/drag-handler-preparation/f-create-connection-drag-handler-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/create-preparation/f-create-connection-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/create-preparation/from-outlet-preparation/f-create-connection-from-outlet-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/create-preparation/from-output-preparation/f-create-connection-from-output-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/f-create-connection/get-first-connectable-output/get-first-connectable-output.request.d.ts +1 -0
- package/f-draggable/f-connection/f-reassign-connection/reassign-finalize/f-reassign-connection-finalize.request.d.ts +1 -0
- package/f-draggable/f-connection/f-reassign-connection/reassign-preparation/f-reassign-connection-preparation.request.d.ts +1 -0
- package/f-draggable/f-connection/providers.d.ts +1 -1
- package/f-draggable/f-drop-to-group/drop-to-group-finalize/f-node-drop-to-group-finalize.request.d.ts +1 -0
- package/f-draggable/f-drop-to-group/drop-to-group-preparation/f-node-drop-to-group-preparation.request.d.ts +1 -0
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/create-move-nodes-drag-model-from-selection.request.d.ts +1 -0
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-common-node-move-limits/calculate-common-node-move-limits.request.d.ts +1 -0
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/calculate-node-move-limits/calculate-node-move-limits.request.d.ts +1 -0
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-input-connection-handlers-to-array/put-input-connection-handlers-to-array.request.d.ts +1 -0
- package/f-draggable/f-node-move/create-move-nodes-drag-model-from-selection/domain/put-output-connection-handlers-to-array/put-output-connection-handlers-to-array.request.d.ts +1 -0
- package/f-draggable/f-node-move/line-alignment-preparation/line-alignment-preparation.request.d.ts +1 -0
- package/f-draggable/f-node-move/move-finalize/f-node-move-finalize.request.d.ts +1 -0
- package/f-draggable/f-node-move/move-preparation/f-node-move-preparation.request.d.ts +1 -0
- package/f-draggable/f-node-resize/apply-child-resize-restrictions/apply-child-resize-restrictions.request.d.ts +1 -0
- package/f-draggable/f-node-resize/apply-parent-resize-restrictions/apply-parent-resize-restrictions.request.d.ts +1 -0
- package/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.d.ts +1 -0
- package/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.d.ts +1 -0
- package/f-draggable/f-node-resize/get-node-resize-restrictions/get-node-resize-restrictions.request.d.ts +1 -0
- package/f-draggable/f-node-resize/get-normalized-children-nodes-rect/get-normalized-children-nodes-rect.request.d.ts +1 -0
- package/f-draggable/f-node-resize/providers.d.ts +1 -1
- package/f-draggable/f-node-resize/resize-finalize/f-node-resize-finalize.request.d.ts +1 -0
- package/f-draggable/f-node-resize/resize-preparation/f-node-resize-preparation.request.d.ts +1 -0
- package/f-draggable/f-node-rotate/rotate-finalize/f-node-rotate-finalize.request.d.ts +1 -0
- package/f-draggable/f-node-rotate/rotate-preparation/f-node-rotate-preparation.request.d.ts +1 -0
- package/f-draggable/f-single-select/f-single-select.request.d.ts +1 -0
- package/f-draggable/providers.d.ts +1 -1
- package/f-external-item/domain/create-placeholder/f-external-item-create-placeholder.request.d.ts +1 -0
- package/f-external-item/domain/create-preview/f-external-item-create-preview.request.d.ts +1 -0
- package/f-external-item/domain/finalize/f-external-item-finalize.request.d.ts +1 -0
- package/f-external-item/domain/preparation/f-external-item-preparation.request.d.ts +1 -0
- package/f-external-item/domain/prevent-default-is-external-item/prevent-default-is-external-item.request.d.ts +1 -0
- package/f-minimap/domain/calculate-flow-point-from-minimap-point/calculate-flow-point-from-minimap-point.request.d.ts +1 -0
- package/f-minimap/domain/minimap-calculate-svg-scale-and-view-box/minimap-calculate-svg-scale-and-view-box.request.d.ts +1 -0
- package/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.d.ts +1 -0
- package/f-minimap/domain/minimap-drag-finalize/minimap-drag-finalize.request.d.ts +1 -0
- package/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.d.ts +1 -0
- package/f-minimap/domain/minimap-draw-nodes/minimap-draw-nodes.request.d.ts +1 -0
- package/f-minimap/domain/providers.d.ts +1 -1
- package/f-node/providers.d.ts +1 -1
- package/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.d.ts +1 -0
- package/f-selection-area/domain/selection-area-preparation/selection-area-preparation.request.d.ts +1 -0
- package/f-storage/features/listen-components-data-changed/listen-data-changes-request.d.ts +1 -0
- package/f-storage/features/listen-count-changes/listen-count-changes-request.d.ts +1 -0
- package/f-storage/features/listen-transform-changes/listen-transform-changes.request.d.ts +1 -0
- package/f-storage/features/notify-data-changed/notify-data-changed-request.d.ts +1 -0
- package/f-storage/features/notify-transform-changed/notify-transform-changed.request.d.ts +1 -0
- package/f-storage/providers.d.ts +1 -1
- package/fesm2022/foblex-flow.mjs +140 -0
- package/fesm2022/foblex-flow.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/shared/foblex-dependencies.js +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export class FExternalItemFinalizeRequest {
|
|
2
2
|
event;
|
|
3
|
+
static fToken = Symbol('FExternalItemFinalizeRequest');
|
|
3
4
|
constructor(event) {
|
|
4
5
|
this.event = event;
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1leHRlcm5hbC1pdGVtLWZpbmFsaXplLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtZXh0ZXJuYWwtaXRlbS9kb21haW4vZmluYWxpemUvZi1leHRlcm5hbC1pdGVtLWZpbmFsaXplLnJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLDRCQUE0QjtJQUk5QjtJQUhULE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLDhCQUE4QixDQUFDLENBQUM7SUFFaEUsWUFDUyxLQUFvQjtRQUFwQixVQUFLLEdBQUwsS0FBSyxDQUFlO0lBRTdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0lQb2ludGVyRXZlbnR9IGZyb20gXCIuLi8uLi8uLi9kcmFnLXRvb2xraXRcIjtcblxuZXhwb3J0IGNsYXNzIEZFeHRlcm5hbEl0ZW1GaW5hbGl6ZVJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdGRXh0ZXJuYWxJdGVtRmluYWxpemVSZXF1ZXN0Jyk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGV2ZW50OiBJUG9pbnRlckV2ZW50XG4gICkge1xuICB9XG59XG4iXX0=
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export class FExternalItemPreparationRequest {
|
|
2
2
|
event;
|
|
3
3
|
fTrigger;
|
|
4
|
+
static fToken = Symbol('FExternalItemPreparationRequest');
|
|
4
5
|
constructor(event, fTrigger) {
|
|
5
6
|
this.event = event;
|
|
6
7
|
this.fTrigger = fTrigger;
|
|
7
8
|
}
|
|
8
9
|
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1leHRlcm5hbC1pdGVtLXByZXBhcmF0aW9uLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtZXh0ZXJuYWwtaXRlbS9kb21haW4vcHJlcGFyYXRpb24vZi1leHRlcm5hbC1pdGVtLXByZXBhcmF0aW9uLnJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsTUFBTSxPQUFPLCtCQUErQjtJQUlqQztJQUNBO0lBSlQsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsaUNBQWlDLENBQUMsQ0FBQztJQUVuRSxZQUNTLEtBQW9CLEVBQ3BCLFFBQXVCO1FBRHZCLFVBQUssR0FBTCxLQUFLLENBQWU7UUFDcEIsYUFBUSxHQUFSLFFBQVEsQ0FBZTtJQUVoQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRkV2ZW50VHJpZ2dlciB9IGZyb20gJy4uLy4uLy4uL2RvbWFpbic7XG5pbXBvcnQge0lQb2ludGVyRXZlbnR9IGZyb20gXCIuLi8uLi8uLi9kcmFnLXRvb2xraXRcIjtcblxuZXhwb3J0IGNsYXNzIEZFeHRlcm5hbEl0ZW1QcmVwYXJhdGlvblJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdGRXh0ZXJuYWxJdGVtUHJlcGFyYXRpb25SZXF1ZXN0Jyk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGV2ZW50OiBJUG9pbnRlckV2ZW50LFxuICAgIHB1YmxpYyBmVHJpZ2dlcjogRkV2ZW50VHJpZ2dlclxuICApIHtcbiAgfVxufVxuIl19
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export class PreventDefaultIsExternalItemRequest {
|
|
2
2
|
event;
|
|
3
|
+
static fToken = Symbol('PreventDefaultIsExternalItemRequest');
|
|
3
4
|
constructor(event) {
|
|
4
5
|
this.event = event;
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJldmVudC1kZWZhdWx0LWlzLWV4dGVybmFsLWl0ZW0ucmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1leHRlcm5hbC1pdGVtL2RvbWFpbi9wcmV2ZW50LWRlZmF1bHQtaXMtZXh0ZXJuYWwtaXRlbS9wcmV2ZW50LWRlZmF1bHQtaXMtZXh0ZXJuYWwtaXRlbS5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyxtQ0FBbUM7SUFJckM7SUFIVCxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQyxxQ0FBcUMsQ0FBQyxDQUFDO0lBRXZFLFlBQ1MsS0FBWTtRQUFaLFVBQUssR0FBTCxLQUFLLENBQU87SUFFckIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBQcmV2ZW50RGVmYXVsdElzRXh0ZXJuYWxJdGVtUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ1ByZXZlbnREZWZhdWx0SXNFeHRlcm5hbEl0ZW1SZXF1ZXN0Jyk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGV2ZW50OiBFdmVudFxuICApIHtcbiAgfVxufVxuIl19
|
|
@@ -3,6 +3,7 @@ export class CalculateFlowPointFromMinimapPointRequest {
|
|
|
3
3
|
canvasPosition;
|
|
4
4
|
eventPoint;
|
|
5
5
|
minimap;
|
|
6
|
+
static fToken = Symbol('CalculateFlowPointFromMinimapPointRequest');
|
|
6
7
|
constructor(flowRect, canvasPosition, eventPoint, minimap) {
|
|
7
8
|
this.flowRect = flowRect;
|
|
8
9
|
this.canvasPosition = canvasPosition;
|
|
@@ -10,4 +11,4 @@ export class CalculateFlowPointFromMinimapPointRequest {
|
|
|
10
11
|
this.minimap = minimap;
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsY3VsYXRlLWZsb3ctcG9pbnQtZnJvbS1taW5pbWFwLXBvaW50LnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtbWluaW1hcC9kb21haW4vY2FsY3VsYXRlLWZsb3ctcG9pbnQtZnJvbS1taW5pbWFwLXBvaW50L2NhbGN1bGF0ZS1mbG93LXBvaW50LWZyb20tbWluaW1hcC1wb2ludC5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLE1BQU0sT0FBTyx5Q0FBeUM7SUFJM0M7SUFDQTtJQUNBO0lBQ0E7SUFOVCxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQywyQ0FBMkMsQ0FBQyxDQUFDO0lBRTdFLFlBQ1MsUUFBZSxFQUNmLGNBQXNCLEVBQ3RCLFVBQWtCLEVBQ2xCLE9BQXFCO1FBSHJCLGFBQVEsR0FBUixRQUFRLENBQU87UUFDZixtQkFBYyxHQUFkLGNBQWMsQ0FBUTtRQUN0QixlQUFVLEdBQVYsVUFBVSxDQUFRO1FBQ2xCLFlBQU8sR0FBUCxPQUFPLENBQWM7SUFFOUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElQb2ludCwgSVJlY3QgfSBmcm9tICdAZm9ibGV4LzJkJztcbmltcG9ydCB7IEZNaW5pbWFwRGF0YSB9IGZyb20gJy4uL2YtbWluaW1hcC1kYXRhJztcblxuZXhwb3J0IGNsYXNzIENhbGN1bGF0ZUZsb3dQb2ludEZyb21NaW5pbWFwUG9pbnRSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnQ2FsY3VsYXRlRmxvd1BvaW50RnJvbU1pbmltYXBQb2ludFJlcXVlc3QnKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgZmxvd1JlY3Q6IElSZWN0LFxuICAgIHB1YmxpYyBjYW52YXNQb3NpdGlvbjogSVBvaW50LFxuICAgIHB1YmxpYyBldmVudFBvaW50OiBJUG9pbnQsXG4gICAgcHVibGljIG1pbmltYXA6IEZNaW5pbWFwRGF0YVxuICApIHtcbiAgfVxufVxuIl19
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export class MinimapCalculateSvgScaleAndViewBoxRequest {
|
|
2
2
|
element;
|
|
3
3
|
minSize;
|
|
4
|
+
static fToken = Symbol('MinimapCalculateSvgScaleAndViewBoxRequest');
|
|
4
5
|
constructor(element, minSize) {
|
|
5
6
|
this.element = element;
|
|
6
7
|
this.minSize = minSize;
|
|
7
8
|
}
|
|
8
9
|
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluaW1hcC1jYWxjdWxhdGUtc3ZnLXNjYWxlLWFuZC12aWV3LWJveC5yZXF1ZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLW1pbmltYXAvZG9tYWluL21pbmltYXAtY2FsY3VsYXRlLXN2Zy1zY2FsZS1hbmQtdmlldy1ib3gvbWluaW1hcC1jYWxjdWxhdGUtc3ZnLXNjYWxlLWFuZC12aWV3LWJveC5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyx5Q0FBeUM7SUFJM0M7SUFDQTtJQUpULE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLDJDQUEyQyxDQUFDLENBQUM7SUFFN0UsWUFDUyxPQUFzQixFQUN0QixPQUFlO1FBRGYsWUFBTyxHQUFQLE9BQU8sQ0FBZTtRQUN0QixZQUFPLEdBQVAsT0FBTyxDQUFRO0lBRXhCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTWluaW1hcENhbGN1bGF0ZVN2Z1NjYWxlQW5kVmlld0JveFJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdNaW5pbWFwQ2FsY3VsYXRlU3ZnU2NhbGVBbmRWaWV3Qm94UmVxdWVzdCcpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBlbGVtZW50OiBTVkdTVkdFbGVtZW50LFxuICAgIHB1YmxpYyBtaW5TaXplOiBudW1iZXIsXG4gICkge1xuICB9XG59XG4iXX0=
|
package/esm2022/f-minimap/domain/minimap-calculate-view-box/minimap-calculate-view-box.request.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class MinimapCalculateViewBoxRequest {
|
|
2
|
+
static fToken = Symbol('MinimapCalculateViewBoxRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluaW1hcC1jYWxjdWxhdGUtdmlldy1ib3gucmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1taW5pbWFwL2RvbWFpbi9taW5pbWFwLWNhbGN1bGF0ZS12aWV3LWJveC9taW5pbWFwLWNhbGN1bGF0ZS12aWV3LWJveC5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyw4QkFBOEI7SUFDekMsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBNaW5pbWFwQ2FsY3VsYXRlVmlld0JveFJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdNaW5pbWFwQ2FsY3VsYXRlVmlld0JveFJlcXVlc3QnKTtcblxufVxuIl19
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export class MinimapDragFinalizeRequest {
|
|
2
2
|
event;
|
|
3
|
+
static fToken = Symbol('MinimapDragFinalizeRequest');
|
|
3
4
|
constructor(event) {
|
|
4
5
|
this.event = event;
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluaW1hcC1kcmFnLWZpbmFsaXplLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtbWluaW1hcC9kb21haW4vbWluaW1hcC1kcmFnLWZpbmFsaXplL21pbmltYXAtZHJhZy1maW5hbGl6ZS5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTywwQkFBMEI7SUFJNUI7SUFIVCxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO0lBRTlELFlBQ1MsS0FBb0I7UUFBcEIsVUFBSyxHQUFMLEtBQUssQ0FBZTtJQUU3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJUG9pbnRlckV2ZW50fSBmcm9tIFwiLi4vLi4vLi4vZHJhZy10b29sa2l0XCI7XG5cbmV4cG9ydCBjbGFzcyBNaW5pbWFwRHJhZ0ZpbmFsaXplUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ01pbmltYXBEcmFnRmluYWxpemVSZXF1ZXN0Jyk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGV2ZW50OiBJUG9pbnRlckV2ZW50XG4gICkge1xuICB9XG59XG4iXX0=
|
package/esm2022/f-minimap/domain/minimap-drag-preparation/minimap-drag-preparation.request.mjs
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export class MinimapDragPreparationRequest {
|
|
2
2
|
event;
|
|
3
3
|
minimap;
|
|
4
|
+
static fToken = Symbol('MinimapDragPreparationRequest');
|
|
4
5
|
constructor(event, minimap) {
|
|
5
6
|
this.event = event;
|
|
6
7
|
this.minimap = minimap;
|
|
7
8
|
}
|
|
8
9
|
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluaW1hcC1kcmFnLXByZXBhcmF0aW9uLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtbWluaW1hcC9kb21haW4vbWluaW1hcC1kcmFnLXByZXBhcmF0aW9uL21pbmltYXAtZHJhZy1wcmVwYXJhdGlvbi5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLE1BQU0sT0FBTyw2QkFBNkI7SUFJL0I7SUFDQTtJQUpULE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLCtCQUErQixDQUFDLENBQUM7SUFFakUsWUFDUyxLQUFvQixFQUNwQixPQUFxQjtRQURyQixVQUFLLEdBQUwsS0FBSyxDQUFlO1FBQ3BCLFlBQU8sR0FBUCxPQUFPLENBQWM7SUFFOUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZNaW5pbWFwRGF0YSB9IGZyb20gJy4uL2YtbWluaW1hcC1kYXRhJztcbmltcG9ydCB7SVBvaW50ZXJFdmVudH0gZnJvbSBcIi4uLy4uLy4uL2RyYWctdG9vbGtpdFwiO1xuXG5leHBvcnQgY2xhc3MgTWluaW1hcERyYWdQcmVwYXJhdGlvblJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdNaW5pbWFwRHJhZ1ByZXBhcmF0aW9uUmVxdWVzdCcpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBldmVudDogSVBvaW50ZXJFdmVudCxcbiAgICBwdWJsaWMgbWluaW1hcDogRk1pbmltYXBEYXRhXG4gICkge1xuICB9XG59XG4iXX0=
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class MinimapDrawNodesRequest {
|
|
2
|
+
static fToken = Symbol('MinimapDrawNodesRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWluaW1hcC1kcmF3LW5vZGVzLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2YtbWluaW1hcC9kb21haW4vbWluaW1hcC1kcmF3LW5vZGVzL21pbmltYXAtZHJhdy1ub2Rlcy5yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyx1QkFBdUI7SUFDbEMsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMseUJBQXlCLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBNaW5pbWFwRHJhd05vZGVzUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ01pbmltYXBEcmF3Tm9kZXNSZXF1ZXN0Jyk7XG5cbn1cbiJdfQ==
|
package/esm2022/f-selection-area/domain/selection-area-finalize/selection-area-finalize.request.mjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export class SelectionAreaFinalizeRequest {
|
|
2
2
|
event;
|
|
3
|
+
static fToken = Symbol('SelectionAreaFinalizeRequest');
|
|
3
4
|
constructor(event) {
|
|
4
5
|
this.event = event;
|
|
5
6
|
}
|
|
6
7
|
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWFyZWEtZmluYWxpemUucmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1zZWxlY3Rpb24tYXJlYS9kb21haW4vc2VsZWN0aW9uLWFyZWEtZmluYWxpemUvc2VsZWN0aW9uLWFyZWEtZmluYWxpemUucmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sNEJBQTRCO0lBSTlCO0lBSFQsTUFBTSxDQUFVLE1BQU0sR0FBRyxNQUFNLENBQUMsOEJBQThCLENBQUMsQ0FBQztJQUVoRSxZQUNTLEtBQW9CO1FBQXBCLFVBQUssR0FBTCxLQUFLLENBQWU7SUFFN0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7SVBvaW50ZXJFdmVudH0gZnJvbSBcIi4uLy4uLy4uL2RyYWctdG9vbGtpdFwiO1xuXG5leHBvcnQgY2xhc3MgU2VsZWN0aW9uQXJlYUZpbmFsaXplUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ1NlbGVjdGlvbkFyZWFGaW5hbGl6ZVJlcXVlc3QnKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgZXZlbnQ6IElQb2ludGVyRXZlbnRcbiAgKSB7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -2,10 +2,11 @@ export class SelectionAreaPreparationRequest {
|
|
|
2
2
|
event;
|
|
3
3
|
fSelectionArea;
|
|
4
4
|
fTrigger;
|
|
5
|
+
static fToken = Symbol('SelectionAreaPreparationRequest');
|
|
5
6
|
constructor(event, fSelectionArea, fTrigger) {
|
|
6
7
|
this.event = event;
|
|
7
8
|
this.fSelectionArea = fSelectionArea;
|
|
8
9
|
this.fTrigger = fTrigger;
|
|
9
10
|
}
|
|
10
11
|
}
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24ucmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1zZWxlY3Rpb24tYXJlYS9kb21haW4vc2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24vc2VsZWN0aW9uLWFyZWEtcHJlcGFyYXRpb24ucmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSxNQUFNLE9BQU8sK0JBQStCO0lBSWpDO0lBQ0E7SUFDQTtJQUxULE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLGlDQUFpQyxDQUFDLENBQUM7SUFFbkUsWUFDUyxLQUFvQixFQUNwQixjQUFrQyxFQUNsQyxRQUF1QjtRQUZ2QixVQUFLLEdBQUwsS0FBSyxDQUFlO1FBQ3BCLG1CQUFjLEdBQWQsY0FBYyxDQUFvQjtRQUNsQyxhQUFRLEdBQVIsUUFBUSxDQUFlO0lBRWhDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGU2VsZWN0aW9uQXJlYUJhc2UgfSBmcm9tICcuLi8uLi9mLXNlbGVjdGlvbi1hcmVhLWJhc2UnO1xuaW1wb3J0IHsgRkV2ZW50VHJpZ2dlciB9IGZyb20gJy4uLy4uLy4uL2RvbWFpbic7XG5pbXBvcnQge0lQb2ludGVyRXZlbnR9IGZyb20gXCIuLi8uLi8uLi9kcmFnLXRvb2xraXRcIjtcblxuZXhwb3J0IGNsYXNzIFNlbGVjdGlvbkFyZWFQcmVwYXJhdGlvblJlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdTZWxlY3Rpb25BcmVhUHJlcGFyYXRpb25SZXF1ZXN0Jyk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGV2ZW50OiBJUG9pbnRlckV2ZW50LFxuICAgIHB1YmxpYyBmU2VsZWN0aW9uQXJlYTogRlNlbGVjdGlvbkFyZWFCYXNlLFxuICAgIHB1YmxpYyBmVHJpZ2dlcjogRkV2ZW50VHJpZ2dlclxuICApIHtcbiAgfVxufVxuIl19
|
package/esm2022/f-storage/features/listen-components-data-changed/listen-data-changes-request.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class ListenDataChangesRequest {
|
|
2
|
+
static fToken = Symbol('ListenDataChangesRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLWRhdGEtY2hhbmdlcy1yZXF1ZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvbGlzdGVuLWNvbXBvbmVudHMtZGF0YS1jaGFuZ2VkL2xpc3Rlbi1kYXRhLWNoYW5nZXMtcmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sd0JBQXdCO0lBQ25DLE1BQU0sQ0FBVSxNQUFNLEdBQUcsTUFBTSxDQUFDLDBCQUEwQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTGlzdGVuRGF0YUNoYW5nZXNSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnTGlzdGVuRGF0YUNoYW5nZXNSZXF1ZXN0Jyk7XG5cbn1cbiJdfQ==
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class ListenCountChangesRequest {
|
|
2
|
+
static fToken = Symbol('ListenCountChangesRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLWNvdW50LWNoYW5nZXMtcmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2YtZmxvdy9zcmMvZi1zdG9yYWdlL2ZlYXR1cmVzL2xpc3Rlbi1jb3VudC1jaGFuZ2VzL2xpc3Rlbi1jb3VudC1jaGFuZ2VzLXJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLHlCQUF5QjtJQUNwQyxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQywyQkFBMkIsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIExpc3RlbkNvdW50Q2hhbmdlc1JlcXVlc3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgZlRva2VuID0gU3ltYm9sKCdMaXN0ZW5Db3VudENoYW5nZXNSZXF1ZXN0Jyk7XG5cbn1cbiJdfQ==
|
package/esm2022/f-storage/features/listen-transform-changes/listen-transform-changes.request.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class ListenTransformChangesRequest {
|
|
2
|
+
static fToken = Symbol('ListenTransformChangesRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9saXN0ZW4tdHJhbnNmb3JtLWNoYW5nZXMvbGlzdGVuLXRyYW5zZm9ybS1jaGFuZ2VzLnJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQywrQkFBK0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIExpc3RlblRyYW5zZm9ybUNoYW5nZXNSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnTGlzdGVuVHJhbnNmb3JtQ2hhbmdlc1JlcXVlc3QnKTtcblxufVxuIl19
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class NotifyDataChangedRequest {
|
|
2
|
+
static fToken = Symbol('NotifyDataChangedRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LWRhdGEtY2hhbmdlZC1yZXF1ZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZi1mbG93L3NyYy9mLXN0b3JhZ2UvZmVhdHVyZXMvbm90aWZ5LWRhdGEtY2hhbmdlZC9ub3RpZnktZGF0YS1jaGFuZ2VkLXJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLHdCQUF3QjtJQUNuQyxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQywwQkFBMEIsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIE5vdGlmeURhdGFDaGFuZ2VkUmVxdWVzdCB7XG4gIHN0YXRpYyByZWFkb25seSBmVG9rZW4gPSBTeW1ib2woJ05vdGlmeURhdGFDaGFuZ2VkUmVxdWVzdCcpO1xuXG59XG4iXX0=
|
package/esm2022/f-storage/features/notify-transform-changed/notify-transform-changed.request.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export class NotifyTransformChangedRequest {
|
|
2
|
+
static fToken = Symbol('NotifyTransformChangedRequest');
|
|
2
3
|
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLnJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9mLWZsb3cvc3JjL2Ytc3RvcmFnZS9mZWF0dXJlcy9ub3RpZnktdHJhbnNmb3JtLWNoYW5nZWQvbm90aWZ5LXRyYW5zZm9ybS1jaGFuZ2VkLnJlcXVlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxNQUFNLENBQVUsTUFBTSxHQUFHLE1BQU0sQ0FBQywrQkFBK0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIE5vdGlmeVRyYW5zZm9ybUNoYW5nZWRSZXF1ZXN0IHtcbiAgc3RhdGljIHJlYWRvbmx5IGZUb2tlbiA9IFN5bWJvbCgnTm90aWZ5VHJhbnNmb3JtQ2hhbmdlZFJlcXVlc3QnKTtcblxufVxuIl19
|
|
@@ -3,5 +3,6 @@ import { FNodeOutletBase, FNodeOutputBase } from '../../../../../f-connectors';
|
|
|
3
3
|
export declare class FCreateConnectionDragHandlerPreparationRequest {
|
|
4
4
|
onPointerDownPosition: IPoint;
|
|
5
5
|
fOutputOrOutlet: FNodeOutputBase | FNodeOutletBase;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(onPointerDownPosition: IPoint, fOutputOrOutlet: FNodeOutputBase | FNodeOutletBase);
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@ import { IPointerEvent } from "../../../../drag-toolkit";
|
|
|
3
3
|
export declare class FCreateConnectionPreparationRequest {
|
|
4
4
|
event: IPointerEvent;
|
|
5
5
|
fTrigger: FEventTrigger;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(event: IPointerEvent, fTrigger: FEventTrigger);
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@ import { IPointerEvent } from "../../../../../drag-toolkit";
|
|
|
3
3
|
export declare class FCreateConnectionFromOutletPreparationRequest {
|
|
4
4
|
event: IPointerEvent;
|
|
5
5
|
fNode: FNodeBase;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(event: IPointerEvent, fNode: FNodeBase);
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@ import { IPointerEvent } from "../../../../../drag-toolkit";
|
|
|
3
3
|
export declare class FCreateConnectionFromOutputPreparationRequest {
|
|
4
4
|
event: IPointerEvent;
|
|
5
5
|
fNode: FNodeBase;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(event: IPointerEvent, fNode: FNodeBase);
|
|
7
8
|
}
|
|
@@ -3,5 +3,6 @@ import { IPointerEvent } from "../../../../drag-toolkit";
|
|
|
3
3
|
export declare class FReassignConnectionPreparationRequest {
|
|
4
4
|
event: IPointerEvent;
|
|
5
5
|
fTrigger: FEventTrigger;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(event: IPointerEvent, fTrigger: FEventTrigger);
|
|
7
8
|
}
|
|
@@ -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 GetFirstConnectableOutputExecution | typeof FCreateConnectionDragHandlerPreparationExecution | typeof FCreateConnectionFromOutletPreparationExecution | typeof FCreateConnectionFromOutputPreparationExecution | typeof FCreateConnectionPreparationExecution | typeof FReassignConnectionFinalizeExecution | typeof FReassignConnectionPreparationExecution)[];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FNodeBase } from '../../../f-node';
|
|
2
2
|
export declare class CreateMoveNodesDragModelFromSelectionRequest {
|
|
3
3
|
nodeWithDisabledSelection?: FNodeBase | undefined;
|
|
4
|
+
static readonly fToken: unique symbol;
|
|
4
5
|
constructor(nodeWithDisabledSelection?: FNodeBase | undefined);
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { INodeMoveLimitsAndPosition } from '../../i-node-move-limits-and-position';
|
|
2
2
|
export declare class CalculateCommonNodeMoveLimitsRequest {
|
|
3
3
|
limits: INodeMoveLimitsAndPosition[];
|
|
4
|
+
static readonly fToken: unique symbol;
|
|
4
5
|
constructor(limits: INodeMoveLimitsAndPosition[]);
|
|
5
6
|
}
|
|
@@ -2,5 +2,6 @@ import { FNodeBase } from '../../../../../f-node';
|
|
|
2
2
|
export declare class CalculateNodeMoveLimitsRequest {
|
|
3
3
|
fNode: FNodeBase;
|
|
4
4
|
hasParentNodeInSelected: boolean;
|
|
5
|
+
static readonly fToken: unique symbol;
|
|
5
6
|
constructor(fNode: FNodeBase, hasParentNodeInSelected: boolean);
|
|
6
7
|
}
|
|
@@ -4,5 +4,6 @@ export declare class PutInputConnectionHandlersToArrayRequest {
|
|
|
4
4
|
fDragHandler: FNodeMoveDragHandler;
|
|
5
5
|
outputIds: string[];
|
|
6
6
|
result: BaseConnectionDragHandler[];
|
|
7
|
+
static readonly fToken: unique symbol;
|
|
7
8
|
constructor(fDragHandler: FNodeMoveDragHandler, outputIds: string[], result: BaseConnectionDragHandler[]);
|
|
8
9
|
}
|
|
@@ -4,5 +4,6 @@ export declare class PutOutputConnectionHandlersToArrayRequest {
|
|
|
4
4
|
fDragHandler: FNodeMoveDragHandler;
|
|
5
5
|
inputIds: string[];
|
|
6
6
|
result: BaseConnectionDragHandler[];
|
|
7
|
+
static readonly fToken: unique symbol;
|
|
7
8
|
constructor(fDragHandler: FNodeMoveDragHandler, inputIds: string[], result: BaseConnectionDragHandler[]);
|
|
8
9
|
}
|
|
@@ -3,5 +3,6 @@ import { INodeResizeRestrictions } from '../get-node-resize-restrictions';
|
|
|
3
3
|
export declare class ApplyChildResizeRestrictionsRequest {
|
|
4
4
|
rect: IRect;
|
|
5
5
|
restrictions: INodeResizeRestrictions;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(rect: IRect, restrictions: INodeResizeRestrictions);
|
|
7
8
|
}
|
package/f-draggable/f-node-resize/calculate-changed-position/calculate-changed-position.request.d.ts
CHANGED
|
@@ -5,5 +5,6 @@ export declare class CalculateChangedPositionRequest {
|
|
|
5
5
|
changedRect: IRect;
|
|
6
6
|
difference: IPoint;
|
|
7
7
|
fResizeHandleType: EFResizeHandleType;
|
|
8
|
+
static readonly fToken: unique symbol;
|
|
8
9
|
constructor(originalRect: IRect, changedRect: IRect, difference: IPoint, fResizeHandleType: EFResizeHandleType);
|
|
9
10
|
}
|
package/f-draggable/f-node-resize/calculate-changed-size/calculate-changed-size.request.d.ts
CHANGED
|
@@ -4,5 +4,6 @@ export declare class CalculateChangedSizeRequest {
|
|
|
4
4
|
originalRect: IRect;
|
|
5
5
|
difference: IPoint;
|
|
6
6
|
fResizeHandleType: EFResizeHandleType;
|
|
7
|
+
static readonly fToken: unique symbol;
|
|
7
8
|
constructor(originalRect: IRect, difference: IPoint, fResizeHandleType: EFResizeHandleType);
|
|
8
9
|
}
|
|
@@ -2,5 +2,6 @@ import { FNodeBase } from '../../../f-node';
|
|
|
2
2
|
export declare class GetNormalizedChildrenNodesRectRequest {
|
|
3
3
|
fNode: FNodeBase;
|
|
4
4
|
paddings: [number, number, number, number];
|
|
5
|
+
static readonly fToken: unique symbol;
|
|
5
6
|
constructor(fNode: FNodeBase, paddings: [number, number, number, number]);
|
|
6
7
|
}
|
|
@@ -6,4 +6,4 @@ import { ApplyParentResizeRestrictionsExecution } from './apply-parent-resize-re
|
|
|
6
6
|
import { CalculateChangedSizeExecution } from './calculate-changed-size';
|
|
7
7
|
import { CalculateChangedPositionExecution } from './calculate-changed-position';
|
|
8
8
|
import { GetNormalizedChildrenNodesRectExecution } from './get-normalized-children-nodes-rect';
|
|
9
|
-
export declare const NODE_RESIZE_PROVIDERS: (typeof
|
|
9
|
+
export declare const NODE_RESIZE_PROVIDERS: (typeof GetNodeResizeRestrictionsExecution | typeof GetNormalizedChildrenNodesRectExecution | typeof ApplyChildResizeRestrictionsExecution | typeof ApplyParentResizeRestrictionsExecution | typeof CalculateChangedPositionExecution | typeof CalculateChangedSizeExecution | typeof FNodeResizeFinalizeExecution | typeof FNodeResizePreparationExecution)[];
|
|
@@ -3,5 +3,6 @@ import { IPointerEvent } from "../../drag-toolkit";
|
|
|
3
3
|
export declare class FSingleSelectRequest {
|
|
4
4
|
event: IPointerEvent;
|
|
5
5
|
fMultiSelectTrigger: FEventTrigger;
|
|
6
|
+
static readonly fToken: unique symbol;
|
|
6
7
|
constructor(event: IPointerEvent, fMultiSelectTrigger: FEventTrigger);
|
|
7
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./domain").IsConnectionUnderNodeExecution | typeof import("./f-canvas").FCanvasMoveFinalizeExecution | typeof import("./f-canvas").FCanvasMovePreparationExecution | typeof import("./f-connection").
|
|
1
|
+
export declare const F_DRAGGABLE_PROVIDERS: (typeof import("./domain").GetNormalizedParentNodeRectExecution | typeof import("./domain").IsArrayHasParentNodeExecution | typeof import("./domain").IsConnectionUnderNodeExecution | typeof import("./f-canvas").FCanvasMoveFinalizeExecution | typeof import("./f-canvas").FCanvasMovePreparationExecution | typeof import("./f-connection").FCreateConnectionFinalizeExecution | typeof import("./f-connection").GetFirstConnectableOutputExecution | typeof import("./f-connection").FCreateConnectionDragHandlerPreparationExecution | typeof import("./f-connection").FCreateConnectionFromOutletPreparationExecution | typeof import("./f-connection").FCreateConnectionFromOutputPreparationExecution | typeof import("./f-connection").FCreateConnectionPreparationExecution | typeof import("./f-connection").FReassignConnectionFinalizeExecution | typeof import("../f-external-item").FExternalItemCreatePlaceholderExecution | typeof import("../f-external-item").FExternalItemCreatePreviewExecution | typeof import("../f-external-item").FExternalItemFinalizeExecution | typeof import("../f-external-item").FExternalItemPreparationExecution | typeof import("../f-external-item").PreventDefaultIsExternalItemExecution | typeof import("./f-drop-to-group").FNodeDropToGroupFinalizeExecution | typeof import("./f-node-move").CalculateCommonNodeMoveLimitsExecution | typeof import("./f-node-move").PutInputConnectionHandlersToArrayExecution | typeof import("./f-node-move").PutOutputConnectionHandlersToArrayExecution | typeof import("./f-node-move").CalculateNodeMoveLimitsExecution | typeof import("./f-node-move").CreateMoveNodesDragModelFromSelectionExecution | typeof import("./f-node-move").LineAlignmentPreparationExecution | typeof import("./f-node-move").FNodeMovePreparationExecution | typeof import("./f-node-move").FNodeMoveFinalizeExecution | typeof import("./f-drop-to-group").FNodeDropToGroupPreparationExecution | typeof import("./f-connection").FReassignConnectionPreparationExecution | typeof import("./f-node-resize").GetNodeResizeRestrictionsExecution | typeof import("./f-node-resize").GetNormalizedChildrenNodesRectExecution | typeof import("./f-node-resize").ApplyChildResizeRestrictionsExecution | typeof import("./f-node-resize").ApplyParentResizeRestrictionsExecution | typeof import("./f-node-resize").CalculateChangedPositionExecution | typeof import("./f-node-resize").CalculateChangedSizeExecution | typeof import("./f-node-resize").FNodeResizeFinalizeExecution | typeof import("./f-node-resize").FNodeResizePreparationExecution | typeof import("./f-node-rotate").FNodeRotateFinalizeExecution | typeof import("./f-node-rotate").FNodeRotatePreparationExecution | typeof import("./f-single-select").FSingleSelectExecution | typeof import("@foblex/flow").MinimapDragPreparationExecution | typeof import("@foblex/flow").CalculateFlowPointFromMinimapPointExecution | typeof import("@foblex/flow").MinimapDragFinalizeExecution | typeof import("@foblex/flow").MinimapDrawNodesExecution | typeof import("@foblex/flow").MinimapCalculateViewBoxExecution | typeof import("@foblex/flow").MinimapCalculateSvgScaleAndViewBoxExecution | typeof import("../f-selection-area").SelectionAreaFinalizeExecution | typeof import("../f-selection-area").SelectionAreaPreparationExecution)[];
|
|
@@ -5,5 +5,6 @@ export declare class CalculateFlowPointFromMinimapPointRequest {
|
|
|
5
5
|
canvasPosition: IPoint;
|
|
6
6
|
eventPoint: IPoint;
|
|
7
7
|
minimap: FMinimapData;
|
|
8
|
+
static readonly fToken: unique symbol;
|
|
8
9
|
constructor(flowRect: IRect, canvasPosition: IPoint, eventPoint: IPoint, minimap: FMinimapData);
|
|
9
10
|
}
|