@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
package/fesm2022/foblex-flow.mjs
CHANGED
|
@@ -14,6 +14,7 @@ const F_BACKGROUND_PATTERN = new InjectionToken('F_BACKGROUND_PATTERN');
|
|
|
14
14
|
|
|
15
15
|
class GetElementRoundedRectRequest {
|
|
16
16
|
element;
|
|
17
|
+
static fToken = Symbol('GetElementRoundedRectRequest');
|
|
17
18
|
constructor(element) {
|
|
18
19
|
this.element = element;
|
|
19
20
|
}
|
|
@@ -45,12 +46,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
45
46
|
|
|
46
47
|
class AddBackgroundToStoreRequest {
|
|
47
48
|
fBackground;
|
|
49
|
+
static fToken = Symbol('AddBackgroundToStoreRequest');
|
|
48
50
|
constructor(fBackground) {
|
|
49
51
|
this.fBackground = fBackground;
|
|
50
52
|
}
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
class NotifyDataChangedRequest {
|
|
56
|
+
static fToken = Symbol('NotifyDataChangedRequest');
|
|
54
57
|
}
|
|
55
58
|
|
|
56
59
|
let NotifyDataChangedExecution = class NotifyDataChangedExecution {
|
|
@@ -69,6 +72,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
69
72
|
}] });
|
|
70
73
|
|
|
71
74
|
class ListenDataChangesRequest {
|
|
75
|
+
static fToken = Symbol('ListenDataChangesRequest');
|
|
72
76
|
}
|
|
73
77
|
|
|
74
78
|
function debounceTime(delay) {
|
|
@@ -182,6 +186,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
182
186
|
}] });
|
|
183
187
|
|
|
184
188
|
class ListenCountChangesRequest {
|
|
189
|
+
static fToken = Symbol('ListenCountChangesRequest');
|
|
185
190
|
}
|
|
186
191
|
|
|
187
192
|
let ListenCountChangesExecution = class ListenCountChangesExecution {
|
|
@@ -201,6 +206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
201
206
|
}] });
|
|
202
207
|
|
|
203
208
|
class ListenTransformChangesRequest {
|
|
209
|
+
static fToken = Symbol('ListenTransformChangesRequest');
|
|
204
210
|
}
|
|
205
211
|
|
|
206
212
|
let ListenTransformChangesExecution = class ListenTransformChangesExecution {
|
|
@@ -219,6 +225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
219
225
|
}] });
|
|
220
226
|
|
|
221
227
|
class NotifyTransformChangedRequest {
|
|
228
|
+
static fToken = Symbol('NotifyTransformChangedRequest');
|
|
222
229
|
}
|
|
223
230
|
|
|
224
231
|
class FComponentsStore {
|
|
@@ -310,6 +317,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
310
317
|
|
|
311
318
|
class AddPatternToBackgroundRequest {
|
|
312
319
|
fPattern;
|
|
320
|
+
static fToken = Symbol('AddPatternToBackgroundRequest');
|
|
313
321
|
constructor(fPattern) {
|
|
314
322
|
this.fPattern = fPattern;
|
|
315
323
|
}
|
|
@@ -352,6 +360,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
352
360
|
|
|
353
361
|
class RemoveBackgroundFromStoreRequest {
|
|
354
362
|
fConnection;
|
|
363
|
+
static fToken = Symbol('RemoveBackgroundFromStoreRequest');
|
|
355
364
|
constructor(fConnection) {
|
|
356
365
|
this.fConnection = fConnection;
|
|
357
366
|
}
|
|
@@ -374,6 +383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
374
383
|
|
|
375
384
|
class SetBackgroundTransformRequest {
|
|
376
385
|
fTransform;
|
|
386
|
+
static fToken = Symbol('SetBackgroundTransformRequest');
|
|
377
387
|
constructor(fTransform) {
|
|
378
388
|
this.fTransform = fTransform;
|
|
379
389
|
}
|
|
@@ -403,6 +413,7 @@ const F_BACKGROUND_FEATURES = [
|
|
|
403
413
|
|
|
404
414
|
class AddCanvasToStoreRequest {
|
|
405
415
|
fCanvas;
|
|
416
|
+
static fToken = Symbol('AddCanvasToStoreRequest');
|
|
406
417
|
constructor(fCanvas) {
|
|
407
418
|
this.fCanvas = fCanvas;
|
|
408
419
|
}
|
|
@@ -426,6 +437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
426
437
|
class CenterGroupOrNodeRequest {
|
|
427
438
|
id;
|
|
428
439
|
animated;
|
|
440
|
+
static fToken = Symbol('CenterGroupOrNodeRequest');
|
|
429
441
|
constructor(id, animated) {
|
|
430
442
|
this.id = id;
|
|
431
443
|
this.animated = animated;
|
|
@@ -472,6 +484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
472
484
|
class FitToFlowRequest {
|
|
473
485
|
toCenter;
|
|
474
486
|
animated;
|
|
487
|
+
static fToken = Symbol('FitToFlowRequest');
|
|
475
488
|
constructor(toCenter, animated) {
|
|
476
489
|
this.toCenter = toCenter;
|
|
477
490
|
this.animated = animated;
|
|
@@ -521,6 +534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
521
534
|
}] });
|
|
522
535
|
|
|
523
536
|
class GetCanvasRequest {
|
|
537
|
+
static fToken = Symbol('GetCanvasRequest');
|
|
524
538
|
}
|
|
525
539
|
|
|
526
540
|
let GetCanvasExecution = class GetCanvasExecution {
|
|
@@ -545,6 +559,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
545
559
|
class InputCanvasPositionRequest {
|
|
546
560
|
transform;
|
|
547
561
|
position;
|
|
562
|
+
static fToken = Symbol('InputCanvasPositionRequest');
|
|
548
563
|
constructor(transform, position) {
|
|
549
564
|
this.transform = transform;
|
|
550
565
|
this.position = position;
|
|
@@ -578,6 +593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
578
593
|
class InputCanvasScaleRequest {
|
|
579
594
|
transform;
|
|
580
595
|
scale;
|
|
596
|
+
static fToken = Symbol('InputCanvasScaleRequest');
|
|
581
597
|
constructor(transform, scale) {
|
|
582
598
|
this.transform = transform;
|
|
583
599
|
this.scale = scale;
|
|
@@ -605,6 +621,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
605
621
|
|
|
606
622
|
class RedrawCanvasWithAnimationRequest {
|
|
607
623
|
animated;
|
|
624
|
+
static fToken = Symbol('RedrawCanvasWithAnimationRequest');
|
|
608
625
|
constructor(animated) {
|
|
609
626
|
this.animated = animated;
|
|
610
627
|
}
|
|
@@ -648,6 +665,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
648
665
|
}] });
|
|
649
666
|
|
|
650
667
|
class RemoveCanvasFromStoreRequest {
|
|
668
|
+
static fToken = Symbol('RemoveCanvasFromStoreRequest');
|
|
651
669
|
}
|
|
652
670
|
|
|
653
671
|
let RemoveCanvasFromStoreExecution = class RemoveCanvasFromStoreExecution {
|
|
@@ -666,6 +684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
666
684
|
}] });
|
|
667
685
|
|
|
668
686
|
class ResetScaleRequest {
|
|
687
|
+
static fToken = Symbol('ResetScaleRequest');
|
|
669
688
|
}
|
|
670
689
|
|
|
671
690
|
let ResetScaleExecution = class ResetScaleExecution {
|
|
@@ -689,6 +708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
689
708
|
|
|
690
709
|
class ResetScaleAndCenterRequest {
|
|
691
710
|
animated;
|
|
711
|
+
static fToken = Symbol('ResetScaleAndCenterRequest');
|
|
692
712
|
constructor(animated) {
|
|
693
713
|
this.animated = animated;
|
|
694
714
|
}
|
|
@@ -734,6 +754,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
734
754
|
class UpdateScaleRequest {
|
|
735
755
|
scale;
|
|
736
756
|
toPosition;
|
|
757
|
+
static fToken = Symbol('UpdateScaleRequest');
|
|
737
758
|
constructor(scale, toPosition) {
|
|
738
759
|
this.scale = scale;
|
|
739
760
|
this.toPosition = toPosition;
|
|
@@ -780,6 +801,7 @@ const F_CANVAS_FEATURES = [
|
|
|
780
801
|
|
|
781
802
|
class AddConnectionForCreateToStoreRequest {
|
|
782
803
|
fConnection;
|
|
804
|
+
static fToken = Symbol('AddConnectionForCreateToStoreRequest');
|
|
783
805
|
constructor(fConnection) {
|
|
784
806
|
this.fConnection = fConnection;
|
|
785
807
|
}
|
|
@@ -802,6 +824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
802
824
|
|
|
803
825
|
class AddConnectionMarkerToStoreRequest {
|
|
804
826
|
fComponent;
|
|
827
|
+
static fToken = Symbol('AddConnectionMarkerToStoreRequest');
|
|
805
828
|
constructor(fComponent) {
|
|
806
829
|
this.fComponent = fComponent;
|
|
807
830
|
}
|
|
@@ -824,6 +847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
824
847
|
|
|
825
848
|
class AddConnectionToStoreRequest {
|
|
826
849
|
fConnection;
|
|
850
|
+
static fToken = Symbol('AddConnectionToStoreRequest');
|
|
827
851
|
constructor(fConnection) {
|
|
828
852
|
this.fConnection = fConnection;
|
|
829
853
|
}
|
|
@@ -847,6 +871,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
847
871
|
|
|
848
872
|
class AddSnapConnectionToStoreRequest {
|
|
849
873
|
fConnection;
|
|
874
|
+
static fToken = Symbol('AddSnapConnectionToStoreRequest');
|
|
850
875
|
constructor(fConnection) {
|
|
851
876
|
this.fConnection = fConnection;
|
|
852
877
|
}
|
|
@@ -869,6 +894,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
869
894
|
|
|
870
895
|
class CreateConnectionMarkersRequest {
|
|
871
896
|
fConnection;
|
|
897
|
+
static fToken = Symbol('CreateConnectionMarkersRequest');
|
|
872
898
|
constructor(fConnection) {
|
|
873
899
|
this.fConnection = fConnection;
|
|
874
900
|
}
|
|
@@ -934,6 +960,7 @@ class CalculateConnectionLineByBehaviorRequest {
|
|
|
934
960
|
behavior;
|
|
935
961
|
outputSide;
|
|
936
962
|
inputSide;
|
|
963
|
+
static fToken = Symbol('CalculateConnectionLineByBehaviorRequest');
|
|
937
964
|
constructor(outputRect, inputRect, behavior, outputSide, inputSide) {
|
|
938
965
|
this.outputRect = outputRect;
|
|
939
966
|
this.inputRect = inputRect;
|
|
@@ -957,6 +984,7 @@ class CalculateCenterBetweenPointsHandler {
|
|
|
957
984
|
class CalculateCenterBetweenPointsRequest {
|
|
958
985
|
source;
|
|
959
986
|
target;
|
|
987
|
+
static fToken = Symbol('CalculateCenterBetweenPointsRequest');
|
|
960
988
|
constructor(source, target) {
|
|
961
989
|
this.source = source;
|
|
962
990
|
this.target = target;
|
|
@@ -1000,6 +1028,7 @@ class CalculateConnectionCenterHandler {
|
|
|
1000
1028
|
|
|
1001
1029
|
class CalculateConnectionCenterRequest {
|
|
1002
1030
|
points;
|
|
1031
|
+
static fToken = Symbol('CalculateConnectionCenterRequest');
|
|
1003
1032
|
constructor(points) {
|
|
1004
1033
|
this.points = points;
|
|
1005
1034
|
}
|
|
@@ -2893,10 +2922,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2893
2922
|
}] });
|
|
2894
2923
|
|
|
2895
2924
|
class RedrawConnectionsRequest {
|
|
2925
|
+
static fToken = Symbol('RedrawConnectionsRequest');
|
|
2896
2926
|
}
|
|
2897
2927
|
|
|
2898
2928
|
class GetNormalizedConnectorRectRequest {
|
|
2899
2929
|
element;
|
|
2930
|
+
static fToken = Symbol('GetNormalizedConnectorRectRequest');
|
|
2900
2931
|
constructor(element) {
|
|
2901
2932
|
this.element = element;
|
|
2902
2933
|
}
|
|
@@ -2904,6 +2935,7 @@ class GetNormalizedConnectorRectRequest {
|
|
|
2904
2935
|
|
|
2905
2936
|
class GetNormalizedPointRequest {
|
|
2906
2937
|
position;
|
|
2938
|
+
static fToken = Symbol('GetNormalizedPointRequest');
|
|
2907
2939
|
constructor(position) {
|
|
2908
2940
|
this.position = position;
|
|
2909
2941
|
}
|
|
@@ -3047,6 +3079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3047
3079
|
}] });
|
|
3048
3080
|
|
|
3049
3081
|
class RemoveConnectionForCreateFromStoreRequest {
|
|
3082
|
+
static fToken = Symbol('RemoveConnectionForCreateFromStoreRequest');
|
|
3050
3083
|
}
|
|
3051
3084
|
|
|
3052
3085
|
let RemoveConnectionForCreateFromStoreExecution = class RemoveConnectionForCreateFromStoreExecution {
|
|
@@ -3066,6 +3099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3066
3099
|
|
|
3067
3100
|
class RemoveConnectionFromStoreRequest {
|
|
3068
3101
|
fConnection;
|
|
3102
|
+
static fToken = Symbol('RemoveConnectionFromStoreRequest');
|
|
3069
3103
|
constructor(fConnection) {
|
|
3070
3104
|
this.fConnection = fConnection;
|
|
3071
3105
|
}
|
|
@@ -3096,6 +3130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3096
3130
|
|
|
3097
3131
|
class RemoveConnectionMarkerFromStoreRequest {
|
|
3098
3132
|
fComponent;
|
|
3133
|
+
static fToken = Symbol('RemoveConnectionMarkerFromStoreRequest');
|
|
3099
3134
|
constructor(fComponent) {
|
|
3100
3135
|
this.fComponent = fComponent;
|
|
3101
3136
|
}
|
|
@@ -3117,6 +3152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3117
3152
|
}] });
|
|
3118
3153
|
|
|
3119
3154
|
class RemoveSnapConnectionFromStoreRequest {
|
|
3155
|
+
static fToken = Symbol('RemoveSnapConnectionFromStoreRequest');
|
|
3120
3156
|
}
|
|
3121
3157
|
|
|
3122
3158
|
let RemoveSnapConnectionFromStoreExecution = class RemoveSnapConnectionFromStoreExecution {
|
|
@@ -3150,6 +3186,7 @@ const F_CONNECTION_FEATURES = [
|
|
|
3150
3186
|
|
|
3151
3187
|
class AddInputToStoreRequest {
|
|
3152
3188
|
fComponent;
|
|
3189
|
+
static fToken = Symbol('AddInputToStoreRequest');
|
|
3153
3190
|
constructor(fComponent) {
|
|
3154
3191
|
this.fComponent = fComponent;
|
|
3155
3192
|
}
|
|
@@ -3172,6 +3209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3172
3209
|
|
|
3173
3210
|
class AddOutletToStoreRequest {
|
|
3174
3211
|
fComponent;
|
|
3212
|
+
static fToken = Symbol('AddOutletToStoreRequest');
|
|
3175
3213
|
constructor(fComponent) {
|
|
3176
3214
|
this.fComponent = fComponent;
|
|
3177
3215
|
}
|
|
@@ -3194,6 +3232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3194
3232
|
|
|
3195
3233
|
class AddOutputToStoreRequest {
|
|
3196
3234
|
fComponent;
|
|
3235
|
+
static fToken = Symbol('AddOutputToStoreRequest');
|
|
3197
3236
|
constructor(fComponent) {
|
|
3198
3237
|
this.fComponent = fComponent;
|
|
3199
3238
|
}
|
|
@@ -3217,6 +3256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3217
3256
|
class CalculateClosestInputRequest {
|
|
3218
3257
|
position;
|
|
3219
3258
|
canBeConnectedInputs;
|
|
3259
|
+
static fToken = Symbol('CalculateClosestInputRequest');
|
|
3220
3260
|
constructor(position, canBeConnectedInputs) {
|
|
3221
3261
|
this.position = position;
|
|
3222
3262
|
this.canBeConnectedInputs = canBeConnectedInputs;
|
|
@@ -3263,6 +3303,7 @@ class FindInputAtPositionRequest {
|
|
|
3263
3303
|
pointerPosition;
|
|
3264
3304
|
toConnectorRect;
|
|
3265
3305
|
canBeConnectedInputs;
|
|
3306
|
+
static fToken = Symbol('FindInputAtPositionRequest');
|
|
3266
3307
|
constructor(pointerPosition, toConnectorRect, canBeConnectedInputs) {
|
|
3267
3308
|
this.pointerPosition = pointerPosition;
|
|
3268
3309
|
this.toConnectorRect = toConnectorRect;
|
|
@@ -3354,6 +3395,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3354
3395
|
|
|
3355
3396
|
class GetAllCanBeConnectedInputsAndRectsRequest {
|
|
3356
3397
|
fOutputOrOutlet;
|
|
3398
|
+
static fToken = Symbol('GetAllCanBeConnectedInputsAndRectsRequest');
|
|
3357
3399
|
constructor(fOutputOrOutlet) {
|
|
3358
3400
|
this.fOutputOrOutlet = fOutputOrOutlet;
|
|
3359
3401
|
}
|
|
@@ -3361,6 +3403,7 @@ class GetAllCanBeConnectedInputsAndRectsRequest {
|
|
|
3361
3403
|
|
|
3362
3404
|
class GetConnectorAndRectRequest {
|
|
3363
3405
|
fConnector;
|
|
3406
|
+
static fToken = Symbol('GetConnectorAndRectRequest');
|
|
3364
3407
|
constructor(fConnector) {
|
|
3365
3408
|
this.fConnector = fConnector;
|
|
3366
3409
|
}
|
|
@@ -3426,6 +3469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3426
3469
|
|
|
3427
3470
|
class MarkAllCanBeConnectedInputsRequest {
|
|
3428
3471
|
fInputs;
|
|
3472
|
+
static fToken = Symbol('MarkAllCanBeConnectedInputsRequest');
|
|
3429
3473
|
constructor(fInputs) {
|
|
3430
3474
|
this.fInputs = fInputs;
|
|
3431
3475
|
}
|
|
@@ -3452,6 +3496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3452
3496
|
|
|
3453
3497
|
class RemoveInputFromStoreRequest {
|
|
3454
3498
|
fComponent;
|
|
3499
|
+
static fToken = Symbol('RemoveInputFromStoreRequest');
|
|
3455
3500
|
constructor(fComponent) {
|
|
3456
3501
|
this.fComponent = fComponent;
|
|
3457
3502
|
}
|
|
@@ -3474,6 +3519,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3474
3519
|
|
|
3475
3520
|
class RemoveOutletFromStoreRequest {
|
|
3476
3521
|
fComponent;
|
|
3522
|
+
static fToken = Symbol('RemoveOutletFromStoreRequest');
|
|
3477
3523
|
constructor(fComponent) {
|
|
3478
3524
|
this.fComponent = fComponent;
|
|
3479
3525
|
}
|
|
@@ -3496,6 +3542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3496
3542
|
|
|
3497
3543
|
class RemoveOutputFromStoreRequest {
|
|
3498
3544
|
fComponent;
|
|
3545
|
+
static fToken = Symbol('RemoveOutputFromStoreRequest');
|
|
3499
3546
|
constructor(fComponent) {
|
|
3500
3547
|
this.fComponent = fComponent;
|
|
3501
3548
|
}
|
|
@@ -3518,6 +3565,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3518
3565
|
|
|
3519
3566
|
class UnmarkAllCanBeConnectedInputsRequest {
|
|
3520
3567
|
fInputs;
|
|
3568
|
+
static fToken = Symbol('UnmarkAllCanBeConnectedInputsRequest');
|
|
3521
3569
|
constructor(fInputs) {
|
|
3522
3570
|
this.fInputs = fInputs;
|
|
3523
3571
|
}
|
|
@@ -3559,6 +3607,7 @@ const F_CONNECTORS_FEATURES = [
|
|
|
3559
3607
|
|
|
3560
3608
|
class AddDndToStoreRequest {
|
|
3561
3609
|
fComponent;
|
|
3610
|
+
static fToken = Symbol('AddDndToStoreRequest');
|
|
3562
3611
|
constructor(fComponent) {
|
|
3563
3612
|
this.fComponent = fComponent;
|
|
3564
3613
|
}
|
|
@@ -3580,10 +3629,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3580
3629
|
}] });
|
|
3581
3630
|
|
|
3582
3631
|
class EmitSelectionChangeEventRequest {
|
|
3632
|
+
static fToken = Symbol('EmitSelectionChangeEventRequest');
|
|
3583
3633
|
}
|
|
3584
3634
|
|
|
3585
3635
|
class GetNormalizedParentNodeRectRequest {
|
|
3586
3636
|
fNode;
|
|
3637
|
+
static fToken = Symbol('GetNormalizedParentNodeRectRequest');
|
|
3587
3638
|
constructor(fNode) {
|
|
3588
3639
|
this.fNode = fNode;
|
|
3589
3640
|
}
|
|
@@ -3649,6 +3700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3649
3700
|
class IsArrayHasParentNodeRequest {
|
|
3650
3701
|
fParentNodes;
|
|
3651
3702
|
fDraggedNodes;
|
|
3703
|
+
static fToken = Symbol('IsArrayHasParentNodeRequest');
|
|
3652
3704
|
constructor(fParentNodes, fDraggedNodes) {
|
|
3653
3705
|
this.fParentNodes = fParentNodes;
|
|
3654
3706
|
this.fDraggedNodes = fDraggedNodes;
|
|
@@ -3686,6 +3738,7 @@ class FNodeIntersectedWithConnections {
|
|
|
3686
3738
|
|
|
3687
3739
|
class IsConnectionUnderNodeRequest {
|
|
3688
3740
|
fNode;
|
|
3741
|
+
static fToken = Symbol('IsConnectionUnderNodeRequest');
|
|
3689
3742
|
constructor(fNode) {
|
|
3690
3743
|
this.fNode = fNode;
|
|
3691
3744
|
}
|
|
@@ -3772,6 +3825,7 @@ const DRAG_AND_DROP_COMMON_PROVIDERS = [
|
|
|
3772
3825
|
|
|
3773
3826
|
class FCanvasMoveFinalizeRequest {
|
|
3774
3827
|
event;
|
|
3828
|
+
static fToken = Symbol('FCanvasMoveFinalizeRequest');
|
|
3775
3829
|
constructor(event) {
|
|
3776
3830
|
this.event = event;
|
|
3777
3831
|
}
|
|
@@ -3844,6 +3898,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3844
3898
|
class FCanvasMovePreparationRequest {
|
|
3845
3899
|
event;
|
|
3846
3900
|
fTrigger;
|
|
3901
|
+
static fToken = Symbol('FCanvasMovePreparationRequest');
|
|
3847
3902
|
constructor(event, fTrigger) {
|
|
3848
3903
|
this.event = event;
|
|
3849
3904
|
this.fTrigger = fTrigger;
|
|
@@ -3904,6 +3959,7 @@ const CANVAS_PROVIDERS = [
|
|
|
3904
3959
|
|
|
3905
3960
|
class FCreateConnectionFinalizeRequest {
|
|
3906
3961
|
event;
|
|
3962
|
+
static fToken = Symbol('FCreateConnectionFinalizeRequest');
|
|
3907
3963
|
constructor(event) {
|
|
3908
3964
|
this.event = event;
|
|
3909
3965
|
}
|
|
@@ -3911,6 +3967,7 @@ class FCreateConnectionFinalizeRequest {
|
|
|
3911
3967
|
|
|
3912
3968
|
class GetFirstConnectableOutputRequest {
|
|
3913
3969
|
fOutlet;
|
|
3970
|
+
static fToken = Symbol('GetFirstConnectableOutputRequest');
|
|
3914
3971
|
constructor(fOutlet) {
|
|
3915
3972
|
this.fOutlet = fOutlet;
|
|
3916
3973
|
}
|
|
@@ -4125,6 +4182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4125
4182
|
class FCreateConnectionDragHandlerPreparationRequest {
|
|
4126
4183
|
onPointerDownPosition;
|
|
4127
4184
|
fOutputOrOutlet;
|
|
4185
|
+
static fToken = Symbol('FCreateConnectionDragHandlerPreparationRequest');
|
|
4128
4186
|
constructor(onPointerDownPosition, fOutputOrOutlet) {
|
|
4129
4187
|
this.onPointerDownPosition = onPointerDownPosition;
|
|
4130
4188
|
this.fOutputOrOutlet = fOutputOrOutlet;
|
|
@@ -4165,6 +4223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4165
4223
|
class FCreateConnectionFromOutletPreparationRequest {
|
|
4166
4224
|
event;
|
|
4167
4225
|
fNode;
|
|
4226
|
+
static fToken = Symbol('FCreateConnectionFromOutletPreparationRequest');
|
|
4168
4227
|
constructor(event, fNode) {
|
|
4169
4228
|
this.event = event;
|
|
4170
4229
|
this.fNode = fNode;
|
|
@@ -4219,6 +4278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4219
4278
|
class FCreateConnectionFromOutputPreparationRequest {
|
|
4220
4279
|
event;
|
|
4221
4280
|
fNode;
|
|
4281
|
+
static fToken = Symbol('FCreateConnectionFromOutputPreparationRequest');
|
|
4222
4282
|
constructor(event, fNode) {
|
|
4223
4283
|
this.event = event;
|
|
4224
4284
|
this.fNode = fNode;
|
|
@@ -4268,6 +4328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4268
4328
|
class FCreateConnectionPreparationRequest {
|
|
4269
4329
|
event;
|
|
4270
4330
|
fTrigger;
|
|
4331
|
+
static fToken = Symbol('FCreateConnectionPreparationRequest');
|
|
4271
4332
|
constructor(event, fTrigger) {
|
|
4272
4333
|
this.event = event;
|
|
4273
4334
|
this.fTrigger = fTrigger;
|
|
@@ -4316,6 +4377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4316
4377
|
|
|
4317
4378
|
class FReassignConnectionFinalizeRequest {
|
|
4318
4379
|
event;
|
|
4380
|
+
static fToken = Symbol('FReassignConnectionFinalizeRequest');
|
|
4319
4381
|
constructor(event) {
|
|
4320
4382
|
this.event = event;
|
|
4321
4383
|
}
|
|
@@ -4492,6 +4554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4492
4554
|
class FReassignConnectionPreparationRequest {
|
|
4493
4555
|
event;
|
|
4494
4556
|
fTrigger;
|
|
4557
|
+
static fToken = Symbol('FReassignConnectionPreparationRequest');
|
|
4495
4558
|
constructor(event, fTrigger) {
|
|
4496
4559
|
this.event = event;
|
|
4497
4560
|
this.fTrigger = fTrigger;
|
|
@@ -4576,6 +4639,7 @@ const CONNECTIONS_PROVIDERS = [
|
|
|
4576
4639
|
|
|
4577
4640
|
class FNodeDropToGroupFinalizeRequest {
|
|
4578
4641
|
event;
|
|
4642
|
+
static fToken = Symbol('FNodeDropToGroupFinalizeRequest');
|
|
4579
4643
|
constructor(event) {
|
|
4580
4644
|
this.event = event;
|
|
4581
4645
|
}
|
|
@@ -4739,6 +4803,7 @@ class TargetConnectionDragHandler extends BaseConnectionDragHandler {
|
|
|
4739
4803
|
|
|
4740
4804
|
class CalculateCommonNodeMoveLimitsRequest {
|
|
4741
4805
|
limits;
|
|
4806
|
+
static fToken = Symbol('CalculateCommonNodeMoveLimitsRequest');
|
|
4742
4807
|
constructor(limits) {
|
|
4743
4808
|
this.limits = limits;
|
|
4744
4809
|
}
|
|
@@ -4810,6 +4875,7 @@ class PutInputConnectionHandlersToArrayRequest {
|
|
|
4810
4875
|
fDragHandler;
|
|
4811
4876
|
outputIds;
|
|
4812
4877
|
result;
|
|
4878
|
+
static fToken = Symbol('PutInputConnectionHandlersToArrayRequest');
|
|
4813
4879
|
constructor(fDragHandler, outputIds, result) {
|
|
4814
4880
|
this.fDragHandler = fDragHandler;
|
|
4815
4881
|
this.outputIds = outputIds;
|
|
@@ -4872,6 +4938,7 @@ class PutOutputConnectionHandlersToArrayRequest {
|
|
|
4872
4938
|
fDragHandler;
|
|
4873
4939
|
inputIds;
|
|
4874
4940
|
result;
|
|
4941
|
+
static fToken = Symbol('PutOutputConnectionHandlersToArrayRequest');
|
|
4875
4942
|
constructor(fDragHandler, inputIds, result) {
|
|
4876
4943
|
this.fDragHandler = fDragHandler;
|
|
4877
4944
|
this.inputIds = inputIds;
|
|
@@ -4933,6 +5000,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4933
5000
|
class CalculateNodeMoveLimitsRequest {
|
|
4934
5001
|
fNode;
|
|
4935
5002
|
hasParentNodeInSelected;
|
|
5003
|
+
static fToken = Symbol('CalculateNodeMoveLimitsRequest');
|
|
4936
5004
|
constructor(fNode, hasParentNodeInSelected) {
|
|
4937
5005
|
this.fNode = fNode;
|
|
4938
5006
|
this.hasParentNodeInSelected = hasParentNodeInSelected;
|
|
@@ -4984,6 +5052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4984
5052
|
|
|
4985
5053
|
class CreateMoveNodesDragModelFromSelectionRequest {
|
|
4986
5054
|
nodeWithDisabledSelection;
|
|
5055
|
+
static fToken = Symbol('CreateMoveNodesDragModelFromSelectionRequest');
|
|
4987
5056
|
constructor(nodeWithDisabledSelection) {
|
|
4988
5057
|
this.nodeWithDisabledSelection = nodeWithDisabledSelection;
|
|
4989
5058
|
}
|
|
@@ -5194,6 +5263,7 @@ const CREATE_MOVE_NODE_DRAG_MODEL_FROM_SELECTION_PROVIDERS = [
|
|
|
5194
5263
|
class LineAlignmentPreparationRequest {
|
|
5195
5264
|
fNodes;
|
|
5196
5265
|
commonRect;
|
|
5266
|
+
static fToken = Symbol('LineAlignmentPreparationRequest');
|
|
5197
5267
|
constructor(fNodes, commonRect) {
|
|
5198
5268
|
this.fNodes = fNodes;
|
|
5199
5269
|
this.commonRect = commonRect;
|
|
@@ -5409,6 +5479,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5409
5479
|
class FNodeMovePreparationRequest {
|
|
5410
5480
|
event;
|
|
5411
5481
|
fTrigger;
|
|
5482
|
+
static fToken = Symbol('FNodeMovePreparationRequest');
|
|
5412
5483
|
constructor(event, fTrigger) {
|
|
5413
5484
|
this.event = event;
|
|
5414
5485
|
this.fTrigger = fTrigger;
|
|
@@ -5484,6 +5555,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5484
5555
|
|
|
5485
5556
|
class FNodeMoveFinalizeRequest {
|
|
5486
5557
|
event;
|
|
5558
|
+
static fToken = Symbol('FNodeMoveFinalizeRequest');
|
|
5487
5559
|
constructor(event) {
|
|
5488
5560
|
this.event = event;
|
|
5489
5561
|
}
|
|
@@ -5630,6 +5702,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5630
5702
|
|
|
5631
5703
|
class FNodeDropToGroupPreparationRequest {
|
|
5632
5704
|
event;
|
|
5705
|
+
static fToken = Symbol('FNodeDropToGroupPreparationRequest');
|
|
5633
5706
|
constructor(event) {
|
|
5634
5707
|
this.event = event;
|
|
5635
5708
|
}
|
|
@@ -5637,6 +5710,7 @@ class FNodeDropToGroupPreparationRequest {
|
|
|
5637
5710
|
|
|
5638
5711
|
class FExternalItemCreatePlaceholderRequest {
|
|
5639
5712
|
fExternalItem;
|
|
5713
|
+
static fToken = Symbol('FExternalItemCreatePlaceholderRequest');
|
|
5640
5714
|
constructor(fExternalItem) {
|
|
5641
5715
|
this.fExternalItem = fExternalItem;
|
|
5642
5716
|
}
|
|
@@ -5677,6 +5751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5677
5751
|
|
|
5678
5752
|
class FExternalItemCreatePreviewRequest {
|
|
5679
5753
|
fExternalItem;
|
|
5754
|
+
static fToken = Symbol('FExternalItemCreatePreviewRequest');
|
|
5680
5755
|
constructor(fExternalItem) {
|
|
5681
5756
|
this.fExternalItem = fExternalItem;
|
|
5682
5757
|
}
|
|
@@ -5728,6 +5803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5728
5803
|
|
|
5729
5804
|
class FExternalItemFinalizeRequest {
|
|
5730
5805
|
event;
|
|
5806
|
+
static fToken = Symbol('FExternalItemFinalizeRequest');
|
|
5731
5807
|
constructor(event) {
|
|
5732
5808
|
this.event = event;
|
|
5733
5809
|
}
|
|
@@ -5905,6 +5981,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5905
5981
|
class FExternalItemPreparationRequest {
|
|
5906
5982
|
event;
|
|
5907
5983
|
fTrigger;
|
|
5984
|
+
static fToken = Symbol('FExternalItemPreparationRequest');
|
|
5908
5985
|
constructor(event, fTrigger) {
|
|
5909
5986
|
this.event = event;
|
|
5910
5987
|
this.fTrigger = fTrigger;
|
|
@@ -5957,6 +6034,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
5957
6034
|
|
|
5958
6035
|
class PreventDefaultIsExternalItemRequest {
|
|
5959
6036
|
event;
|
|
6037
|
+
static fToken = Symbol('PreventDefaultIsExternalItemRequest');
|
|
5960
6038
|
constructor(event) {
|
|
5961
6039
|
this.event = event;
|
|
5962
6040
|
}
|
|
@@ -6230,6 +6308,7 @@ const NODE_DROP_TO_GROUP_PROVIDERS = [
|
|
|
6230
6308
|
class ApplyChildResizeRestrictionsRequest {
|
|
6231
6309
|
rect;
|
|
6232
6310
|
restrictions;
|
|
6311
|
+
static fToken = Symbol('ApplyChildResizeRestrictionsRequest');
|
|
6233
6312
|
constructor(rect, restrictions) {
|
|
6234
6313
|
this.rect = rect;
|
|
6235
6314
|
this.restrictions = restrictions;
|
|
@@ -6286,6 +6365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6286
6365
|
class ApplyParentResizeRestrictionsRequest {
|
|
6287
6366
|
rect;
|
|
6288
6367
|
restrictionsRect;
|
|
6368
|
+
static fToken = Symbol('ApplyParentResizeRestrictionsRequest');
|
|
6289
6369
|
constructor(rect, restrictionsRect) {
|
|
6290
6370
|
this.rect = rect;
|
|
6291
6371
|
this.restrictionsRect = restrictionsRect;
|
|
@@ -6340,6 +6420,7 @@ class CalculateChangedPositionRequest {
|
|
|
6340
6420
|
changedRect;
|
|
6341
6421
|
difference;
|
|
6342
6422
|
fResizeHandleType;
|
|
6423
|
+
static fToken = Symbol('CalculateChangedPositionRequest');
|
|
6343
6424
|
constructor(originalRect, changedRect, difference, fResizeHandleType) {
|
|
6344
6425
|
this.originalRect = originalRect;
|
|
6345
6426
|
this.changedRect = changedRect;
|
|
@@ -6380,6 +6461,7 @@ class CalculateChangedSizeRequest {
|
|
|
6380
6461
|
originalRect;
|
|
6381
6462
|
difference;
|
|
6382
6463
|
fResizeHandleType;
|
|
6464
|
+
static fToken = Symbol('CalculateChangedSizeRequest');
|
|
6383
6465
|
constructor(originalRect, difference, fResizeHandleType) {
|
|
6384
6466
|
this.originalRect = originalRect;
|
|
6385
6467
|
this.difference = difference;
|
|
@@ -6416,6 +6498,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6416
6498
|
class GetNormalizedChildrenNodesRectRequest {
|
|
6417
6499
|
fNode;
|
|
6418
6500
|
paddings;
|
|
6501
|
+
static fToken = Symbol('GetNormalizedChildrenNodesRectRequest');
|
|
6419
6502
|
constructor(fNode, paddings) {
|
|
6420
6503
|
this.fNode = fNode;
|
|
6421
6504
|
this.paddings = paddings;
|
|
@@ -6454,6 +6537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6454
6537
|
class GetNodeResizeRestrictionsRequest {
|
|
6455
6538
|
fNode;
|
|
6456
6539
|
rect;
|
|
6540
|
+
static fToken = Symbol('GetNodeResizeRestrictionsRequest');
|
|
6457
6541
|
constructor(fNode, rect) {
|
|
6458
6542
|
this.fNode = fNode;
|
|
6459
6543
|
this.rect = rect;
|
|
@@ -6491,6 +6575,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6491
6575
|
|
|
6492
6576
|
class FNodeResizeFinalizeRequest {
|
|
6493
6577
|
event;
|
|
6578
|
+
static fToken = Symbol('FNodeResizeFinalizeRequest');
|
|
6494
6579
|
constructor(event) {
|
|
6495
6580
|
this.event = event;
|
|
6496
6581
|
}
|
|
@@ -6587,6 +6672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6587
6672
|
class FNodeResizePreparationRequest {
|
|
6588
6673
|
event;
|
|
6589
6674
|
fTrigger;
|
|
6675
|
+
static fToken = Symbol('FNodeResizePreparationRequest');
|
|
6590
6676
|
constructor(event, fTrigger) {
|
|
6591
6677
|
this.event = event;
|
|
6592
6678
|
this.fTrigger = fTrigger;
|
|
@@ -6666,6 +6752,7 @@ const NODE_RESIZE_PROVIDERS = [
|
|
|
6666
6752
|
|
|
6667
6753
|
class FNodeRotateFinalizeRequest {
|
|
6668
6754
|
event;
|
|
6755
|
+
static fToken = Symbol('FNodeRotateFinalizeRequest');
|
|
6669
6756
|
constructor(event) {
|
|
6670
6757
|
this.event = event;
|
|
6671
6758
|
}
|
|
@@ -6781,6 +6868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
6781
6868
|
class FNodeRotatePreparationRequest {
|
|
6782
6869
|
event;
|
|
6783
6870
|
fTrigger;
|
|
6871
|
+
static fToken = Symbol('FNodeRotatePreparationRequest');
|
|
6784
6872
|
constructor(event, fTrigger) {
|
|
6785
6873
|
this.event = event;
|
|
6786
6874
|
this.fTrigger = fTrigger;
|
|
@@ -6866,6 +6954,7 @@ const NODE_ROTATE_PROVIDERS = [
|
|
|
6866
6954
|
class FSingleSelectRequest {
|
|
6867
6955
|
event;
|
|
6868
6956
|
fMultiSelectTrigger;
|
|
6957
|
+
static fToken = Symbol('FSingleSelectRequest');
|
|
6869
6958
|
constructor(event, fMultiSelectTrigger) {
|
|
6870
6959
|
this.event = event;
|
|
6871
6960
|
this.fMultiSelectTrigger = fMultiSelectTrigger;
|
|
@@ -7528,6 +7617,7 @@ class FSelectionChangeEvent {
|
|
|
7528
7617
|
class MinimapDragPreparationRequest {
|
|
7529
7618
|
event;
|
|
7530
7619
|
minimap;
|
|
7620
|
+
static fToken = Symbol('MinimapDragPreparationRequest');
|
|
7531
7621
|
constructor(event, minimap) {
|
|
7532
7622
|
this.event = event;
|
|
7533
7623
|
this.minimap = minimap;
|
|
@@ -7539,6 +7629,7 @@ class CalculateFlowPointFromMinimapPointRequest {
|
|
|
7539
7629
|
canvasPosition;
|
|
7540
7630
|
eventPoint;
|
|
7541
7631
|
minimap;
|
|
7632
|
+
static fToken = Symbol('CalculateFlowPointFromMinimapPointRequest');
|
|
7542
7633
|
constructor(flowRect, canvasPosition, eventPoint, minimap) {
|
|
7543
7634
|
this.flowRect = flowRect;
|
|
7544
7635
|
this.canvasPosition = canvasPosition;
|
|
@@ -7676,6 +7767,7 @@ const MINIMAP_DRAG_PREPARATION_PROVIDERS = [
|
|
|
7676
7767
|
|
|
7677
7768
|
class MinimapDragFinalizeRequest {
|
|
7678
7769
|
event;
|
|
7770
|
+
static fToken = Symbol('MinimapDragFinalizeRequest');
|
|
7679
7771
|
constructor(event) {
|
|
7680
7772
|
this.event = event;
|
|
7681
7773
|
}
|
|
@@ -7712,6 +7804,7 @@ const MINIMAP_DRAG_FINALIZE_PROVIDERS = [
|
|
|
7712
7804
|
];
|
|
7713
7805
|
|
|
7714
7806
|
class MinimapDrawNodesRequest {
|
|
7807
|
+
static fToken = Symbol('MinimapDrawNodesRequest');
|
|
7715
7808
|
}
|
|
7716
7809
|
|
|
7717
7810
|
let MinimapDrawNodesExecution = class MinimapDrawNodesExecution {
|
|
@@ -7772,6 +7865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
7772
7865
|
}] });
|
|
7773
7866
|
|
|
7774
7867
|
class MinimapCalculateViewBoxRequest {
|
|
7868
|
+
static fToken = Symbol('MinimapCalculateViewBoxRequest');
|
|
7775
7869
|
}
|
|
7776
7870
|
|
|
7777
7871
|
let MinimapCalculateViewBoxExecution = class MinimapCalculateViewBoxExecution {
|
|
@@ -7810,6 +7904,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
7810
7904
|
class MinimapCalculateSvgScaleAndViewBoxRequest {
|
|
7811
7905
|
element;
|
|
7812
7906
|
minSize;
|
|
7907
|
+
static fToken = Symbol('MinimapCalculateSvgScaleAndViewBoxRequest');
|
|
7813
7908
|
constructor(element, minSize) {
|
|
7814
7909
|
this.element = element;
|
|
7815
7910
|
this.minSize = minSize;
|
|
@@ -7891,6 +7986,7 @@ const F_MINIMAP_DRAG_AND_DROP_PROVIDERS = [
|
|
|
7891
7986
|
|
|
7892
7987
|
class SelectionAreaFinalizeRequest {
|
|
7893
7988
|
event;
|
|
7989
|
+
static fToken = Symbol('SelectionAreaFinalizeRequest');
|
|
7894
7990
|
constructor(event) {
|
|
7895
7991
|
this.event = event;
|
|
7896
7992
|
}
|
|
@@ -7977,6 +8073,7 @@ class SelectionAreaPreparationRequest {
|
|
|
7977
8073
|
event;
|
|
7978
8074
|
fSelectionArea;
|
|
7979
8075
|
fTrigger;
|
|
8076
|
+
static fToken = Symbol('SelectionAreaPreparationRequest');
|
|
7980
8077
|
constructor(event, fSelectionArea, fTrigger) {
|
|
7981
8078
|
this.event = event;
|
|
7982
8079
|
this.fSelectionArea = fSelectionArea;
|
|
@@ -8095,6 +8192,7 @@ const F_DRAGGABLE_PROVIDERS = [
|
|
|
8095
8192
|
];
|
|
8096
8193
|
|
|
8097
8194
|
class ClearSelectionRequest {
|
|
8195
|
+
static fToken = Symbol('ClearSelectionRequest');
|
|
8098
8196
|
}
|
|
8099
8197
|
|
|
8100
8198
|
let ClearSelectionExecution = class ClearSelectionExecution {
|
|
@@ -8115,10 +8213,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8115
8213
|
}] });
|
|
8116
8214
|
|
|
8117
8215
|
class GetCanBeSelectedItemsRequest {
|
|
8216
|
+
static fToken = Symbol('GetCanBeSelectedItemsRequest');
|
|
8118
8217
|
}
|
|
8119
8218
|
|
|
8120
8219
|
class GetNormalizedElementRectRequest {
|
|
8121
8220
|
element;
|
|
8221
|
+
static fToken = Symbol('GetNormalizedElementRectRequest');
|
|
8122
8222
|
constructor(element) {
|
|
8123
8223
|
this.element = element;
|
|
8124
8224
|
}
|
|
@@ -8220,6 +8320,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8220
8320
|
}] });
|
|
8221
8321
|
|
|
8222
8322
|
class GetCurrentSelectionRequest {
|
|
8323
|
+
static fToken = Symbol('GetCurrentSelectionRequest');
|
|
8223
8324
|
}
|
|
8224
8325
|
|
|
8225
8326
|
let GetCurrentSelectionExecution = class GetCurrentSelectionExecution {
|
|
@@ -8259,6 +8360,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8259
8360
|
class SelectRequest {
|
|
8260
8361
|
nodes;
|
|
8261
8362
|
connections;
|
|
8363
|
+
static fToken = Symbol('SelectRequest');
|
|
8262
8364
|
constructor(nodes, connections) {
|
|
8263
8365
|
this.nodes = nodes;
|
|
8264
8366
|
this.connections = connections;
|
|
@@ -8300,6 +8402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8300
8402
|
}] });
|
|
8301
8403
|
|
|
8302
8404
|
class SelectAllRequest {
|
|
8405
|
+
static fToken = Symbol('SelectAllRequest');
|
|
8303
8406
|
}
|
|
8304
8407
|
|
|
8305
8408
|
let SelectAllExecution = class SelectAllExecution {
|
|
@@ -8332,6 +8435,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8332
8435
|
|
|
8333
8436
|
class SelectAndUpdateNodeLayerRequest {
|
|
8334
8437
|
fNode;
|
|
8438
|
+
static fToken = Symbol('SelectAndUpdateNodeLayerRequest');
|
|
8335
8439
|
constructor(fNode) {
|
|
8336
8440
|
this.fNode = fNode;
|
|
8337
8441
|
}
|
|
@@ -8342,6 +8446,7 @@ class MoveFrontElementsBeforeTargetElementRequest {
|
|
|
8342
8446
|
allElements;
|
|
8343
8447
|
elementsThatShouldBeInFront;
|
|
8344
8448
|
targetIndex;
|
|
8449
|
+
static fToken = Symbol('MoveFrontElementsBeforeTargetElementRequest');
|
|
8345
8450
|
constructor(fItemsContainer, // fGroupsContainer || fNodesContainer || fConnectionsContainer
|
|
8346
8451
|
allElements, elementsThatShouldBeInFront, targetIndex) {
|
|
8347
8452
|
this.fItemsContainer = fItemsContainer;
|
|
@@ -8378,6 +8483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8378
8483
|
class UpdateItemAndChildrenLayersRequest {
|
|
8379
8484
|
item;
|
|
8380
8485
|
itemContainer;
|
|
8486
|
+
static fToken = Symbol('UpdateItemAndChildrenLayersRequest');
|
|
8381
8487
|
constructor(item, itemContainer) {
|
|
8382
8488
|
this.item = item;
|
|
8383
8489
|
this.itemContainer = itemContainer;
|
|
@@ -8386,6 +8492,7 @@ class UpdateItemAndChildrenLayersRequest {
|
|
|
8386
8492
|
|
|
8387
8493
|
class GetDeepChildrenNodesAndGroupsRequest {
|
|
8388
8494
|
fId;
|
|
8495
|
+
static fToken = Symbol('GetDeepChildrenNodesAndGroupsRequest');
|
|
8389
8496
|
constructor(fId) {
|
|
8390
8497
|
this.fId = fId;
|
|
8391
8498
|
}
|
|
@@ -8570,6 +8677,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8570
8677
|
}] });
|
|
8571
8678
|
|
|
8572
8679
|
class EndDragSequenceRequest {
|
|
8680
|
+
static fToken = Symbol('EndDragSequenceRequest');
|
|
8573
8681
|
}
|
|
8574
8682
|
|
|
8575
8683
|
let EndDragSequenceExecution = class EndDragSequenceExecution {
|
|
@@ -8598,6 +8706,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8598
8706
|
|
|
8599
8707
|
class OnPointerMoveRequest {
|
|
8600
8708
|
event;
|
|
8709
|
+
static fToken = Symbol('OnPointerMoveRequest');
|
|
8601
8710
|
constructor(event) {
|
|
8602
8711
|
this.event = event;
|
|
8603
8712
|
}
|
|
@@ -8636,6 +8745,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8636
8745
|
}] });
|
|
8637
8746
|
|
|
8638
8747
|
class InitializeDragSequenceRequest {
|
|
8748
|
+
static fToken = Symbol('InitializeDragSequenceRequest');
|
|
8639
8749
|
}
|
|
8640
8750
|
|
|
8641
8751
|
let InitializeDragSequenceExecution = class InitializeDragSequenceExecution {
|
|
@@ -8654,6 +8764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8654
8764
|
}] });
|
|
8655
8765
|
|
|
8656
8766
|
class IsDragStartedRequest {
|
|
8767
|
+
static fToken = Symbol('IsDragStartedRequest');
|
|
8657
8768
|
}
|
|
8658
8769
|
|
|
8659
8770
|
let IsDragStartedExecution = class IsDragStartedExecution {
|
|
@@ -8672,9 +8783,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8672
8783
|
}] });
|
|
8673
8784
|
|
|
8674
8785
|
class PrepareDragSequenceRequest {
|
|
8786
|
+
static fToken = Symbol('PrepareDragSequenceRequest');
|
|
8675
8787
|
}
|
|
8676
8788
|
|
|
8677
8789
|
class StartDragSequenceRequest {
|
|
8790
|
+
static fToken = Symbol('StartDragSequenceRequest');
|
|
8678
8791
|
}
|
|
8679
8792
|
|
|
8680
8793
|
let StartDragSequenceExecution = class StartDragSequenceExecution {
|
|
@@ -8730,6 +8843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8730
8843
|
}] });
|
|
8731
8844
|
|
|
8732
8845
|
class RemoveDndFromStoreRequest {
|
|
8846
|
+
static fToken = Symbol('RemoveDndFromStoreRequest');
|
|
8733
8847
|
}
|
|
8734
8848
|
|
|
8735
8849
|
let RemoveDndFromStoreExecution = class RemoveDndFromStoreExecution {
|
|
@@ -8761,6 +8875,7 @@ const F_DRAGGABLE_FEATURES = [
|
|
|
8761
8875
|
|
|
8762
8876
|
class AddFlowToStoreRequest {
|
|
8763
8877
|
fComponent;
|
|
8878
|
+
static fToken = Symbol('AddFlowToStoreRequest');
|
|
8764
8879
|
constructor(fComponent) {
|
|
8765
8880
|
this.fComponent = fComponent;
|
|
8766
8881
|
}
|
|
@@ -8782,6 +8897,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8782
8897
|
}] });
|
|
8783
8898
|
|
|
8784
8899
|
class GetFlowRequest {
|
|
8900
|
+
static fToken = Symbol('GetFlowRequest');
|
|
8785
8901
|
}
|
|
8786
8902
|
|
|
8787
8903
|
let GetFlowExecution = class GetFlowExecution {
|
|
@@ -8804,6 +8920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8804
8920
|
}] });
|
|
8805
8921
|
|
|
8806
8922
|
class GetFlowHostElementRequest {
|
|
8923
|
+
static fToken = Symbol('GetFlowHostElementRequest');
|
|
8807
8924
|
}
|
|
8808
8925
|
|
|
8809
8926
|
let GetFlowHostElementExecution = class GetFlowHostElementExecution {
|
|
@@ -8822,6 +8939,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8822
8939
|
}] });
|
|
8823
8940
|
|
|
8824
8941
|
class GetFlowStateConnectionsRequest {
|
|
8942
|
+
static fToken = Symbol('GetFlowStateConnectionsRequest');
|
|
8825
8943
|
}
|
|
8826
8944
|
|
|
8827
8945
|
let GetFlowStateConnectionsExecution = class GetFlowStateConnectionsExecution {
|
|
@@ -8851,6 +8969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8851
8969
|
|
|
8852
8970
|
class GetFlowStateNodesRequest {
|
|
8853
8971
|
type;
|
|
8972
|
+
static fToken = Symbol('GetFlowStateNodesRequest');
|
|
8854
8973
|
constructor(type) {
|
|
8855
8974
|
this.type = type;
|
|
8856
8975
|
}
|
|
@@ -8901,6 +9020,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8901
9020
|
}], ctorParameters: () => [{ type: FComponentsStore }] });
|
|
8902
9021
|
|
|
8903
9022
|
class GetFlowStateRequest {
|
|
9023
|
+
static fToken = Symbol('GetFlowStateRequest');
|
|
8904
9024
|
}
|
|
8905
9025
|
|
|
8906
9026
|
let GetFlowStateExecution = class GetFlowStateExecution {
|
|
@@ -8935,6 +9055,7 @@ const GET_FLOW_STATE_PROVIDERS = [
|
|
|
8935
9055
|
];
|
|
8936
9056
|
|
|
8937
9057
|
class RemoveFlowFromStoreRequest {
|
|
9058
|
+
static fToken = Symbol('RemoveFlowFromStoreRequest');
|
|
8938
9059
|
}
|
|
8939
9060
|
|
|
8940
9061
|
let RemoveFlowFromStoreExecution = class RemoveFlowFromStoreExecution {
|
|
@@ -8962,6 +9083,7 @@ const F_FLOW_FEATURES = [
|
|
|
8962
9083
|
|
|
8963
9084
|
class AddLineAlignmentToStoreRequest {
|
|
8964
9085
|
fComponent;
|
|
9086
|
+
static fToken = Symbol('AddLineAlignmentToStoreRequest');
|
|
8965
9087
|
constructor(fComponent) {
|
|
8966
9088
|
this.fComponent = fComponent;
|
|
8967
9089
|
}
|
|
@@ -8983,6 +9105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
8983
9105
|
}] });
|
|
8984
9106
|
|
|
8985
9107
|
class RemoveLineAlignmentFromStoreRequest {
|
|
9108
|
+
static fToken = Symbol('RemoveLineAlignmentFromStoreRequest');
|
|
8986
9109
|
}
|
|
8987
9110
|
|
|
8988
9111
|
let RemoveLineAlignmentFromStoreExecution = class RemoveLineAlignmentFromStoreExecution {
|
|
@@ -9007,6 +9130,7 @@ const F_LINE_ALIGNMENT_FEATURES = [
|
|
|
9007
9130
|
|
|
9008
9131
|
class AddNodeToStoreRequest {
|
|
9009
9132
|
fComponent;
|
|
9133
|
+
static fToken = Symbol('AddNodeToStoreRequest');
|
|
9010
9134
|
constructor(fComponent) {
|
|
9011
9135
|
this.fComponent = fComponent;
|
|
9012
9136
|
}
|
|
@@ -9029,6 +9153,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9029
9153
|
|
|
9030
9154
|
class CalculateInputConnectionsRequest {
|
|
9031
9155
|
fNode;
|
|
9156
|
+
static fToken = Symbol('CalculateInputConnectionsRequest');
|
|
9032
9157
|
constructor(fNode) {
|
|
9033
9158
|
this.fNode = fNode;
|
|
9034
9159
|
}
|
|
@@ -9059,6 +9184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9059
9184
|
}] });
|
|
9060
9185
|
|
|
9061
9186
|
class CalculateNodesBoundingBoxRequest {
|
|
9187
|
+
static fToken = Symbol('CalculateNodesBoundingBoxRequest');
|
|
9062
9188
|
}
|
|
9063
9189
|
|
|
9064
9190
|
let CalculateNodesBoundingBoxExecution = class CalculateNodesBoundingBoxExecution {
|
|
@@ -9086,6 +9212,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9086
9212
|
|
|
9087
9213
|
class CalculateNodesBoundingBoxNormalizedPositionRequest {
|
|
9088
9214
|
fNodes;
|
|
9215
|
+
static fToken = Symbol('CalculateNodesBoundingBoxNormalizedPositionRequest');
|
|
9089
9216
|
constructor(fNodes) {
|
|
9090
9217
|
this.fNodes = fNodes;
|
|
9091
9218
|
}
|
|
@@ -9116,6 +9243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9116
9243
|
|
|
9117
9244
|
class CalculateOutputConnectionsRequest {
|
|
9118
9245
|
fNode;
|
|
9246
|
+
static fToken = Symbol('CalculateOutputConnectionsRequest');
|
|
9119
9247
|
constructor(fNode) {
|
|
9120
9248
|
this.fNode = fNode;
|
|
9121
9249
|
}
|
|
@@ -9148,6 +9276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9148
9276
|
class GetNodePaddingRequest {
|
|
9149
9277
|
fNode;
|
|
9150
9278
|
rect;
|
|
9279
|
+
static fToken = Symbol('GetNodePaddingRequest');
|
|
9151
9280
|
constructor(fNode, rect) {
|
|
9152
9281
|
this.fNode = fNode;
|
|
9153
9282
|
this.rect = rect;
|
|
@@ -9179,6 +9308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9179
9308
|
}] });
|
|
9180
9309
|
|
|
9181
9310
|
class GetNodesRequest {
|
|
9311
|
+
static fToken = Symbol('GetNodesRequest');
|
|
9182
9312
|
}
|
|
9183
9313
|
|
|
9184
9314
|
let GetNodesExecution = class GetNodesExecution {
|
|
@@ -9198,6 +9328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9198
9328
|
|
|
9199
9329
|
class GetParentNodesRequest {
|
|
9200
9330
|
fNode;
|
|
9331
|
+
static fToken = Symbol('GetParentNodesRequest');
|
|
9201
9332
|
constructor(fNode) {
|
|
9202
9333
|
this.fNode = fNode;
|
|
9203
9334
|
}
|
|
@@ -9233,6 +9364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9233
9364
|
class UpdateNodeWhenStateOrSizeChangedRequest {
|
|
9234
9365
|
fComponent;
|
|
9235
9366
|
destroyRef;
|
|
9367
|
+
static fToken = Symbol('UpdateNodeWhenStateOrSizeChangedRequest');
|
|
9236
9368
|
constructor(fComponent, destroyRef) {
|
|
9237
9369
|
this.fComponent = fComponent;
|
|
9238
9370
|
this.destroyRef = destroyRef;
|
|
@@ -9298,6 +9430,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9298
9430
|
|
|
9299
9431
|
class RemoveNodeFromStoreRequest {
|
|
9300
9432
|
fComponent;
|
|
9433
|
+
static fToken = Symbol('RemoveNodeFromStoreRequest');
|
|
9301
9434
|
constructor(fComponent) {
|
|
9302
9435
|
this.fComponent = fComponent;
|
|
9303
9436
|
}
|
|
@@ -9333,6 +9466,7 @@ const F_NODE_FEATURES = [
|
|
|
9333
9466
|
|
|
9334
9467
|
class AddZoomToStoreRequest {
|
|
9335
9468
|
fComponent;
|
|
9469
|
+
static fToken = Symbol('AddZoomToStoreRequest');
|
|
9336
9470
|
constructor(fComponent) {
|
|
9337
9471
|
this.fComponent = fComponent;
|
|
9338
9472
|
}
|
|
@@ -9358,6 +9492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9358
9492
|
}] });
|
|
9359
9493
|
|
|
9360
9494
|
class RemoveZoomFromStoreRequest {
|
|
9495
|
+
static fToken = Symbol('RemoveZoomFromStoreRequest');
|
|
9361
9496
|
}
|
|
9362
9497
|
|
|
9363
9498
|
let RemoveZoomFromStoreExecution = class RemoveZoomFromStoreExecution {
|
|
@@ -9378,6 +9513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9378
9513
|
}] });
|
|
9379
9514
|
|
|
9380
9515
|
class ResetZoomRequest {
|
|
9516
|
+
static fToken = Symbol('ResetZoomRequest');
|
|
9381
9517
|
}
|
|
9382
9518
|
|
|
9383
9519
|
let ResetZoomExecution = class ResetZoomExecution {
|
|
@@ -9405,6 +9541,7 @@ class SetZoomRequest {
|
|
|
9405
9541
|
step;
|
|
9406
9542
|
direction;
|
|
9407
9543
|
animate;
|
|
9544
|
+
static fToken = Symbol('SetZoomRequest');
|
|
9408
9545
|
constructor(position, step, direction, animate = false) {
|
|
9409
9546
|
this.position = position;
|
|
9410
9547
|
this.step = step;
|
|
@@ -9461,6 +9598,7 @@ const F_ZOOM_FEATURES = [
|
|
|
9461
9598
|
];
|
|
9462
9599
|
|
|
9463
9600
|
class SortNodeLayersRequest {
|
|
9601
|
+
static fToken = Symbol('SortNodeLayersRequest');
|
|
9464
9602
|
}
|
|
9465
9603
|
|
|
9466
9604
|
let SortNodeLayersExecution = class SortNodeLayersExecution {
|
|
@@ -9516,6 +9654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9516
9654
|
|
|
9517
9655
|
class SortItemsByParentRequest {
|
|
9518
9656
|
fItemsContainer;
|
|
9657
|
+
static fToken = Symbol('SortItemsByParentRequest');
|
|
9519
9658
|
constructor(fItemsContainer // fGroupsContainer || fNodesContainer
|
|
9520
9659
|
) {
|
|
9521
9660
|
this.fItemsContainer = fItemsContainer;
|
|
@@ -9569,6 +9708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
9569
9708
|
}] });
|
|
9570
9709
|
|
|
9571
9710
|
class SortItemLayersRequest {
|
|
9711
|
+
static fToken = Symbol('SortItemLayersRequest');
|
|
9572
9712
|
}
|
|
9573
9713
|
|
|
9574
9714
|
let SortItemLayersExecution = class SortItemLayersExecution {
|